@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  position: relative;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

select {
    text-transform: none;
    border: 1px solid;
    border-color: #cacaca;
    border-radius: 5px;
    width: 100%;
    padding: 8px;
    background: #fff;
    color: #777;
    margin-bottom: 10px;

}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/*input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="number"]::-webkit-textfield-decoration-container { }*/

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

input[type="number"] {
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
  margin: 0;
}




/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 8px;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
*, *:after, *:before {
  box-sizing: border-box;
  outline: none;
  max-height: 100000px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 8px 0;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #333;
}

body {}

.page {
	padding-top: 70px;
}

.container {
  width: 100%;
  min-width: 320px;
  max-width: 1272px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.block_title {
  font-size: 34px;
  color: #212121;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.block_title--small {
  font-size: 43px;
}

.block_subtitle {
  font-size: 18px;
  color: #787878;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.default-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content:center;
  flex-direction:row;

}
/*
.service_img_wr {
    flex-grow:1;
    flex-shrink:1;
    flex-basis:50px;
}
*/
.row-flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  color: #212121;
  font-weight: normal;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

a, button {
  outline: none;
}

a, a:focus, a:link, a:active, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.lt-ie8 .clearfix {
  zoom: 1;
}

.slick-slide {
  cursor: pointer;
}

.slick-current {
  cursor: default;
}

.text-blue {
  color: #1990f0;
}

.plain {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.text-center {
  text-align: center;
}

/*! jQuery UI - v1.12.1 - 2016-10-12
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  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;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}

.rangeslider__handle:active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.begin-slide_img-box {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/***************************/
.header__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__item {
    display: flex;
    align-items: center;
}

.header {
  background: #2698f2;
  color: #fff;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 40px;
  height: 70px;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

header.anim {
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.menu-header__toggle {
    display: none;
}

.logo-wrapper {
  width: 200px;
  margin-right: 40px;
}

.header_logo {
  color: inherit;
  text-decoration: none;
}

.header .logo {
  position: relative;
  display: flex;
  align-items: center
}

.header .logo img {
    padding:5px 10px;
    max-width:208px;
}


.logo .logo-desc {
    color: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 0px;
    left: 65px;
    top: 38px;
    white-space: nowrap;
}

.header_menu {
  display: inline-block;
}

.header_menu .menu {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.header_menu .menu-item {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  height: 70px;
}

.header_menu .menu-item_content {
	height: 100%;
	display: flex;
	align-items: center;
}

.header_menu .menu-item_link {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

.header_menu .menu-item_link--icon {
	padding-right: 32px;
}

.header_menu .menu-item_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	display: flex;
	transition: transform 0.3s;
}

.header_menu .hidden-link {
    display: none;
    border-top: 1px solid rgba(0,0,0,0.12);
}

.header_menu .hidden-link-login {
    display: none;
}

.menu-header-wrapper__close {
    display: none;
}

.header_menu .submenu {
	position: absolute;
	top: calc(100% - 10px);
	left: 0px;
	padding: 40px 32px;
	width: 340px;
	background-color: #1990F0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.header_menu .submenu-item + .submenu-item {
	margin-top: 10px;
}

.header_menu .submenu-item_link {
	color: #fff;
	font-size: 15px;
}

.header_menu .submenu-item_link:hover {
	text-decoration: underline;
}

@media (min-width: 1025px) {
   .header_menu .menu-item:hover .menu-item_link,
    .header .registration-btn:hover {
      background: #1990f0;
    }

	.header_menu .menu-item:hover .submenu {
		opacity: 1;
		pointer-events: auto;
	}

	.header_menu .submenu {
		display: block!important;
	}

	.header_menu .menu-item:hover .menu-item_icon {
		transform: translateY(-50%) rotate(180deg);
	}
}

@media (max-width: 1024px) {
   .header_menu .menu-item_link:hover,
    .header .registration-btn:hover {
      text-decoration: underline;
    }
}

.header .login-btn,
.header .login-btn:focus {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    height: 70px;
    line-height: 70px;
}

@media (min-width: 768px) {
    .login-btn:hover {
        text-decoration: underline;
    }
}

.header .registration-btn,
.header .registration-btn:focus {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
}

.registration-btn-wrapper {
  text-align: center;
  float:right;
}





/*header--transparent*/
.header--transparent {
  background: transparent;
  z-index: 100;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.header--transparent .registration-btn,
.header--transparent .registration-btn:focus {
  background:transparent;
}

.fp-header_menu .menu-item_link {
  border-bottom: 1px solid transparent;
}

.header--transparent .menu-item:hover .menu-item_link,
.header--transparent .registration-btn:hover {
  background: transparent;
}

.header--transparent .registration-btn:hover {
  background: #1990f0;
  border-color: #1990f0;
}

@media (min-width: 768px) {
    .header--transparent .menu-item_link:hover {
      text-decoration: underline;
    }
}






/***********HERO*************/
.hero {
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  z-index: 10;
  min-height: 720px;
  display: flex;
  align-items: center;
  margin-top: -70px;
  background: black;
}

.hero_text {
  text-align: center;
}

.hero_title {
  color: #fff;
  font-size: 62px;
  margin-bottom: 18px;
  line-height: 1.2;

}

.hero_subtitle {
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.btn, .btn:focus, .btnFree, .btnFree:focus, .p404_btn {
  display: inline-block;
  background: #2698f2;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.btn:hover, .btn:active {
  background: #1990f0;
  text-decoration: none;
  color: #fff;
}


/*********СИСТЕМА***********/
.s-system {
    padding-bottom: 60px;
}

.s-system .block_subtitle {
  margin-bottom: 60px;
}

.system-item {
  padding: 0;
  margin-bottom: 40px;
  line-height: 1.5em;
  min-height: 160px;
}

.system-item_img_wr {
  float: left;
  width: 85px;
  padding-top: 10px;
}

.system-item_title, .system-item_desc {
  float: right;
  width: calc(100% - 85px);
}

.system-item_desc {
  padding-right: 40px;
}

.system-item_title {
  font-weight: bold;
  margin-bottom: 7px;
}




/********SERVICE*********/
.s-service {
    background-color: #f5f6fa;
}

.service_row-img {
  margin-top: 50px;
  text-align:center;
}

.service_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-item {
  padding: 5px 20px;
}

.service_img_wr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    min-height: 250px;
    max-height: 250px;
    height: 250px;
}

.service_group_img_wr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;;
    text-align: center;
    min-height: 250px;
    margin-right: 10px;
}

.service_img {
    margin: 10px 0;
}

.service_img_title {
  font-size: 13px;
  color: #545454;
  text-align: center;
}

.service_text-block {
    margin: 0px 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    text-align:center;
    min-width:300px;
    margin-top: 50px;
}

.service_img_wr-server img {
    padding:0 20px;
}

.service_img_wr-app {
    margin-left:10px;
}

.service_img_wr-mobile .service_img,
.service_img_wr-nfc .service_img {
    padding:0 20px;
}

.service_img_wr-nfc {
    padding-bottom:20px;
}


.service_text-block_nfc_mobile {
  margin-top: 25px;
}

.service_img_wr-server {
  text-align: center;
}

.service_img_wr-arrow {
    padding-bottom: 112px;
    min-width:70px;
    background-repeat:no-repeat;
    background-position:center 150px;
}

.service_img_wr-arrow:nth-child(2) {
    background-image: url('../img/how_service/arrow-1.png');
}

.service_img_wr-arrow:nth-child(4) {
    background-image: url('../img/how_service/arrow-2.png');
}

.service_img_wr-arrow:nth-child(6) {
    background-image: url('../img/how_service/arrow-3.png');
}

/******PRICE*******/

.s-price .col-xs-8{
  padding-right: 10px;
}

.calculator_title {
  margin-top: 40px;
  margin-bottom:8px;
}

.calculator_sliders,
.calculator_results {
  min-height: 340px;
}

.calculator_sliders {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 30px 30px 0px;
}

.calculator_slider {
  width: 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.calculator_slider_wr {
  margin-bottom: 75px;
  margin-top: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator_slider_wr:last-of-type {
  margin-bottom: 39px;
}

.calculator_slider_title {
  width: 200px;
}

.calculator_slider [type="range"] {
  width: 100%;
}

.calculator_slider [type="number"] {
  border: none;
  /*width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 4.5em;*/
  text-align: right;
  padding: 0;
  padding-right: 5px;
}

.calculator_slider [type="number"]::-webkit-outer-spin-button, .calculator_slider [type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calculator_slider_number-number {
  width: 35px;
}

.calculator_slider_number-salary {
  width: 65px;
}

.calculator_slider_number-late {
  width: 25px;
}

.calculator_slider_val {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  text-align: right;
  vertical-align: middle;
}

.calculator_slider_val_container {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 5em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
  background: #ffffff;
  border: 1px solid #eee;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  height: 42px;
  font-size: 18px;
  color: #1b5e92;
  box-shadow: 2px 2px 1px 0px #eee;
  z-index: 20;
}

.calculator_slider_val_container:after, .calculator_slider_val_container:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calculator_slider_val_container:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

.calculator_slider_val_container:before {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #eee;
  border-width: 11px;
  margin-left: -11px;
}

.calculator_slider .rangeslider--horizontal {
  background: #d1d1d1;
  height: 4px;
}

.calculator_slider .rangeslider--horizontal:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
}

.calculator_slider .rangeslider__fill {
  background: #1b5e92;
}

.calculator_slider .rangeslider__handle {
  border-radius: 50%;
  background: #fff;
  border: 4px solid #1b5e92;
  width: 20px;
  height: 20px;
  top: -9px;
}

.calculator_results {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 40px 40px 0 40px;
}

.calculator_result + .calculator_result {
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-top: 20px;
}

.calculator_result_title {
  margin-bottom: 13px;
}

.calculator_result_month, .calculator_result_year {
  color: #1a5e92;
  margin-bottom: 7px;
  font-size: 22px;
}

.calculator .col-xs-6 {
    width: 54%;
}

.calculator .col-xs-5 {
    width: 45%;
}

@media (min-width: 768px) {
    .calculator .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .calculator .col-lg-6 {
        width: 54%;
    }

    .calculator .col-lg-5 {
        width: 45%;
    }
}

.calc_res_val {
    display:inline-block;
}


/*****BEGIN***********/

.s-begin .block_subtitle {
  position: relative;
  z-index: 2;
}

.s-begin .block_title {
  margin-top: 0;
}

.begin-slider_wr {
  margin: auto;
  margin-top: 45px;
  margin-bottom: -21px;
  position: relative;
  max-width: 1100px;
}

.begin-slider {
  width: 100%;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding: 0 40px;
}

.begin-slide__content {
    display: flex;
}

.begin-slider-nav {
  width: 55%;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-top: -125px;
  counter-reset: item;
}

.begin-slider-nav_item {
  position: relative;
  padding-left: 40px;
  padding-top: 200px;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  width: 60%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    font-size: 0;
    border: none;
    padding: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 24px;
    z-index: 20;
}

.slick-prev {
    left: 0px;
    background-image: url('../img/left.svg');
}

.slick-next {
    right: 0px;
    background-image: url('../img/right.svg');
}

.begin-slider-nav_title {
    padding-bottom: 65px;
    max-width: 500px;
}

.begin-slider-nav_item a {
    color: #0088cc;
}
.begin-slider-nav_item a:hover {
    text-decoration: underline;
}

.begin-slider__pagination {
    position: absolute;
    left: calc(40% + 40px);
    top: 100px;
}

.begin-slider__pagination ul li button {
    background: none;
    border: 0;
    font-family: inherit;

    color: #1990F0;
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    border: 2px solid #1990F0;

    background-color: #fff;
    font-size: 30px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: color 0.3s, background-color 0.3s;
}

.begin-slider__pagination ul li + li {
    margin-left: 14px;
}

@media (min-width: 1200px) {
    .begin-slider__pagination ul li button:hover {
        color: #fff;
        background-color: #1990F0;
    }
}

.begin-slider__pagination .slick-active button {
    color: #fff;
    background-color: #1990F0;
}

.begin-slider__pagination ul {
    display: flex;
    align-items: center;
}

.s-begin_footer {
  margin-top: 40px;
  text-align: center;
}

.begin_content {
    text-align:center;
}

.begin_content h2 {
    margin-bottom: 24px;
}

.begin_content div {
    font-size: 18px;
    color: #787878;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

/******CONTACTS******/
.contacts-info {
    display: flex;
    flex-wrap: wrap;
}

.contacts-item {
  margin-bottom: 25px;
}

.contacts-info .feedback-popup {
  width: 100%;
  margin: 0;
}

.contacts-info .feedback_form {
  padding: 0px;
}

.contacts-info h4 {
    margin-bottom: 15px!important;
}

.contacts-info .feedback_form input {
  margin-bottom: 15px;
}

.contacts-info .feedback_form .btn {
  margin-top: 15px;
  font-size: 18px;
  padding: 10px 20px;
}

.contacts-info__item h1:first-child, .contacts-info__item h2:first-child, .contacts-info__item h3:first-child, .contacts-info__item h4:first-child, .contacts-info__item h5:first-child, .contacts-info__item h6:first-child {
    margin-top: 0;
}

.contacts-info__item:last-child {
    margin-left: auto;
}

.contacts-info__social > *:first-child {
    margin-top: 0px;
}

.contacts-info__social > *:last-child {
    margin-bottom: 0px;
}

.contacts-info__social + .contacts-info__social {
    margin-top: 50px;
}

.default .contacts-info__link {
    text-decoration: underline;
    font-size: 18px;
}

.default .contacts-info__link:hover {
    text-decoration: none;
}

.contacts-info__text {
    margin-top: 10px;
}

/***********FAQ***********/
.faq {}

.faq-info {
  display: flex;
}

.faq-questions {
    padding-left: 100px;
    position: sticky;
    top: calc(20px + 70px);
}

.faq-question {
  margin-top: 15px;
}

.faq-question a {
    color: #2698F2;
    line-height: 24px;
    font-size: 16px;
    line-height: 24px;
    transition: color 0.4s ease-in-out;
}

.faq-question li {
  margin-top: 1px;
  margin-bottom: 2px;
}

.faq-answer {
  margin-bottom: 40px;
  padding-top: 15px;
}

.faq-answer__content-box a:hover {
  text-decoration: underline;
}

.faq-info .feedback-popup {
  width: 100%;
  margin: 0;
}

.faq-info .feedback_form {
  padding: 0px;
}

.faq-info .feedback_form input {
  margin-bottom: 15px;
}

.faq-info .feedback_form .btn {
  margin-top: 15px;
  font-size: 18px;
  padding: 10px 20px;
}

.faq-answer__content {
    display: none;
}

.faq-answer__content-box {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 50px;
}

.faq-answer__content-box .video-wrap {
  position: relative;
  overflow: hidden;
  max-width: 500px;
}

.faq-answer__content-box .video-wrap:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    height: 0;
}

.faq-answer__content-box .video-wrap iframe, .faq-answer__content-box .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  object-fit: cover;
}

.faq-answer-item {
    border-bottom: 1px solid #DDDDDD;
    overflow: auto;
}

.faq-answer .faq-answer__title {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2698F2;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.faq-answer .faq-answer__title:hover {
    text-decoration: none;
}

.faq-answer__title:before {
    content: '';
    position: absolute;
    top: 22px;
    right: 14px;
    background-image: url("../img/arrow-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 13px;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
    pointer-events: none;
}

.faq-answer__title.active:before {
    transform: rotate(180deg);
}

.faq-answer .faq-answer__title-main {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}

.faq-form {
  background-color: #F5F5F5;
  padding-top: 65px;
  padding-bottom: 80px;
}

.thankyou-faq {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.thankyou-faq__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 47px;
    color: #212121;
    margin-bottom: 24px;
}

.thankyou-faq__info {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

/**********PARTNER*******/
.partner-item {
  padding-left: 25px;
  padding-top: 50px;
}

.partner .partner-item__title {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    margin: 0;
}

.partner-item:first-child {
  padding-left: 10px;
}

.partner-item-img-wr {
  min-height: 120px;
  text-align: left;
}

.partner-item .h5 {
  font-size: 22px;
  text-align: left;
  min-height: 70px;
}

.partner-item p {
  color: #424242;
  text-align: left;
}

.partner-form {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #eee;
}

.partner-form h1,
.partner-form .h1 {
  text-align: center;
  margin-bottom: 50px;
}

/********OFERTA************/
.oferta h1 {
  margin-top: 70px;
  margin-bottom: 20px;

}

.oferta h6 {
  margin-bottom: 50px;
}

.oferta h3 {
  margin-bottom: 20px;
  margin-top: 50px;
}

.oferta a, .oferta span {
  color: #0088cc;
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1;
  cursor: pointer;
}

.oferta a:hover, .oferta span:hover {
  border-color: #0088cc;
}

.oferta-info {
  padding-bottom: 70px;
}

.oferta-links h3 {
  margin-bottom: 20px;
}

.oferta-links li {
  margin-bottom: 10px;
}


.oferta-links .active-link {
  font-weight: bold;
  text-decoration: none;
  border: none;
}





/*********AGREEMENT***********/

.agreement {
 /* padding-left: 10px;*/
}

.agreement h1 {
  margin-top: 70px;
  margin-bottom: 20px;

}

.agreement h6 {
  margin-bottom: 50px;
}

.agreement h3 {
  margin-bottom: 20px;
  margin-top: 50px;
}

.agreement p {
  
}

.agreement h3 {
  
}

.agreement strong {

}

.agreement a, .agreement span {
  color: #0088cc;
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1;
  cursor: pointer;
}

.agreement a:hover, .agreement span:hover {
  border-color: #0088cc;
}

.agreement-info {
  padding-bottom: 70px;
}




.agreement-links h3 {
  margin-bottom: 20px;
}

.agreement-links li {
  margin-bottom: 10px;
}

.agreement-links .active-link {
  font-weight: bold;
  text-decoration: none;
  border: none;
}


/*********CONFIDENTIAL***********/
.confidential .confidential-links ul {
  list-style: none;
  padding: 0px;
}

.confidential .confidential-links li {
  margin-bottom: 10px;
}

.confidential .confidential-links .active-link {
  font-weight: bold;
  text-decoration: none;
  border: none;
}

.confidential .confidential-links__content {
	position: sticky;
	top: calc(20px + 70px);
}

/*********404***********/

.p404 {
 /* padding-left: 10px;*/
  text-align: center;
  padding-bottom: 50px;
}

.p404 .p404-title {
  font-size: 230px;
  color: #000;
  font-weight: 100;  
  margin-top: 70px; 
  margin-bottom: 10px; 
  line-height: 1em;               
}

.p404 .p404-descr {
  color: #313131;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 300; 
}

.p404 .btn {
  font-size: 14px;
}




/********FEATURES**********/


/*****top********/
.feature-items {
  padding: 50px 0;
  text-align: center;
}

.feature-item {
  color: #bdbdbd;
  text-decoration: none;
  cursor: pointer;
}


.feature-item-pic {
  padding-top: 65px;
  background-position: bottom center;
  background-repeat:no-repeat;
  margin: 0 auto;
  -webkit-filter: grayscale(100%) brightness(150%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(150%);

}
.feature-item-text {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  border-bottom: 1px solid transparent;
  line-height: 1;
}

.feature-item:hover {
  color: #2698f2;
  text-decoration: underline;
}

.active-feature-item.feature-item,
.active-feature-item.feature-item:hover {
  color: #2698f2;
  text-decoration:none;
}

.active-feature-item .feature-item-pic,
.feature-item:hover .feature-item-pic {
  -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) brightness(100%);
}


/********bottom**********/
.features-showcase {
  height: 468px;
  background: url("../img/features.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}


#middle .features-showcase .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}


.features-showcase .features-links {
    display: flex;
    text-align: center;
}

.squads_row-item-right {
    padding-left: 15px;
}

i.angle {
  display: inline-block;
  width: 32px;
  height: 57px;
  margin-top: 43px;
}

i.angle-right {
  float: left;
  background-image: url("../img/arrows_footer_capabilities.svg");
  background-position: -32px -57px;
  background-repeat: no-repeat;
}

i.angle-left {
  float: right;
  background-image: url("../img/arrows_footer_capabilities.svg");
  background-position: 0 -57px;
  background-repeat: no-repeat;
}


.features-showcase .features-links .feature-item {
  height: 100%;
  width: 100%;
  padding: 30px;
  padding-top: 150px;
  margin: 0;
  color: #bdbdbd;

}

.feature-item-wr {
  display: inline-block;
}

.features-reg {
  text-align: center;
  padding-top: 120px;
}

.features-reg h1,
.features-reg .h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 30px;
}

.features-reg .btn {
  font-size: 16px;
}

.features-showcase .feature-item:hover i.angle-right {
  background-position: -32px 0px;
}

.features-showcase .feature-item:hover i.angle-left {
  background-position: 0 0px;
}

.features-showcase .feature-item:hover .feature-item-pic {
  -webkit-filter: grayscale(100%) brightness(200%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(200%);
}

.features-showcase .feature-item:hover .feature-item-text {
  color:#fff;
}

.schedule {
    display: flex;
    justify-content: space-between;
}

.schedule__item.slick-slide {
    float: none;
    display: block;
}

/*****middle******/
.feature-wr .container {
  padding-left: 15px;
  padding-right: 15px;

}

.feature-wr .feature-items .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

.showcase {
  text-align: center;
  min-height: 718px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: -70px;
}

.showcase h1, .showcase h6 {
  color: #fff;
}

.showcase h1 {
  font-size: 80px;
}

.showcase h6 {
  font-size: 20px;
}

.feature-info .row {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid #cacaca;
}

.feature-info h2,
.feature-info h3 {
  margin-bottom: 25px;
}

.feature-info p {
  line-height: 1.5;
}

/*******charge*********/
.charge-showcase {
  background-repeat:no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.charge-info .tabel-row {
  border: none;
  padding-bottom: 0;
}

.charge-info .personal-graphics-row {
  border: none;
  padding-bottom: 0;
}

.tabel {
  text-align: center;
  padding: 20px 0;
}

.tabel img {
  width: 100%;
  height: auto;
}

.tabel p {
  margin-bottom: 60px;
  padding: 0 150px;
}


.report {
  padding-top: 5px;
  padding-right: 35px;
}

.graphics {
  padding-top: 5px;
  padding-left: 35px;
}



.personal-graphics {
  text-align: center;
}

.personal-graphics > p {
  margin-bottom: 50px;
}

.personal-graphic {
  padding: 10px;
  text-align: center;
}

.personal-graphic img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;

}

.personal-graphic p {
  padding-left: 35px;
}



/********TECHNOLOGY**********/

.technology-showcase {
  background: url("../img/assets/technology/technology.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.technology-info {
  margin-top: 30px;
}

.technology-info .app_row {
  padding-top: 50px;
}

.technology-info .app_pic {
  text-align: center;
}

.technology-info .app_info {
  padding-top: 80px;
}

.technology-info .app_info h3 {
  margin-bottom: 30px;
}

.technology-info .app_info p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.technology-info .app_info span {
  margin-bottom: 30px;
  display: inline-block;
}

.technology-info .app_info a {
  margin-bottom: 30px;
}




.technology-info div:last-child {
  border: none;
}

.technology-info .app_item {
  text-align: center;
  padding: 20px;
}

.technology-info .app_item img{
  margin-bottom: 30px;
}

.technology-info .app_item  h5{
  margin-bottom: 20px;
}

.technology-info .app_item  p{
  
}

.technology-info .small_tel {
  padding-top: 80px;
}





.technology-info .squads_row {
  position: relative;
  padding-bottom: 0;
  margin-bottom:0;
}

.technology-info .squad {

}

.technology-info .squads_row {
  background: #ededed;
  border: none;
  padding:20px;
}


.squad-info {
  
}

.squad-text {
  padding: 30px;

}

.squad-info {
    display: flex;
}

.squad-pic-pin {

}

.squad-pic-pin img {
  width: 100%;
  height: auto;
}

.squad-pic-nfc {
 
}

.squad-pic-nfc img{
  width: 100%;
  height: auto;
}


.feature-info .row .nfc_row {
    margin-top:40px;
}


.technology-info .nfc_row .nfc_info {
  padding: 25px 50px;
}


.technology-info .nfc_row .nfc_info h3 {
  margin-bottom: 30px;
}


.technology-info .nfc_row .nfc_info p {
  margin-bottom: 15px;
  line-height: 1.5;
}


.technology-info .nfc_row .nfc_pic {
  text-align: center;
}

.technology-info .nfc_row .nfc_pic img {
  width: 70%;
}





.technology-info .marks_row {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.technology-info .marks_row .marks_info {
  padding: 20px 30px 10px;
}

.technology-info .marks_row .marks_info h3 {
  margin-bottom: 30px;
}

.technology-info .marks_row .marks_info p {
  line-height: 1.5;
}

.technology-info .marks_row .marks_pic {
  padding-top: 60px;
}







/**********automate***********/

.automate-showcase {
  background: url("../img/assets/automate/automate.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  
}





.records_row {
  margin-top: 70px;
}

.records_pic {
  text-align: center;
}

.records_info {
  padding: 5px 35px;
}

.records_info h3 {

}

.records_info p {

}


.calendar_row {
  margin-top: 30px;
}

.calendar_pic {
  text-align: center;
}

.calendar_info {
  padding-top: 5px;
  padding-right: 35px;
}

.calendar_info h3 {

}

.calendar_info p {

}





.feature-wr .access-worker_row {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 30px;
  padding-bottom: 80px;
}

.access{
  padding-right: 10px;
}

.worker {
  padding-left: 10px;
}

.access img , .worker img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.access h3, .worker h3,
.access p, .worker p {
  text-align: left;
}

.access p, .worker p {
  padding-right: 100px;
}


/**********FOOTER*********/
.footer {
    background-color: #1990F0;
    padding-top: 84px;
    padding-bottom: 45px;
}

.footer .container:before, .footer .container:after {
    display: none;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__top-item {
    width: 250px;
    padding-right: 30px;
}

.footer__top-item--big {
    width: 300px;
}

.footer__top-logo {
    display: block;
    margin-bottom: 7px;
    width: 105px;
}

.footer__top-logo img {
    width: 100%;
    height: auto;
}

.footer__top-info {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 11px;
}

.footer__top-info a {
    color: #fff;
}

.footer__top-info p {
    margin: 0;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.footer__contacts-item {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    font-weight: 400;
}

.footer__contacts-item + .footer__contacts-item {
    margin-top: 8px;
}

.footer__contacts-item a {
    color: #fff;
}

.footer__contacts-item:hover {
    text-decoration: underline;
}

.footer__item-title {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.footer__top-menu .menu-item_link {
    line-height: 1.3;
    font-size: 13px;
    color: #fff;
}

.footer__top-menu .menu-item + .menu-item {
    margin-top: 4px;
}

.footer__top-menu .menu-item_link:hover {
    text-decoration: underline;
}

.footer__bottom {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__social {
    display: flex;
    align-items: center;
    min-width: 250px;
    padding-right: 30px;
    margin: 0;
    padding: 0;
}

.footer__social-item + .footer__social-item {
    margin-left: 10px;
}

.footer__social-link {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s linear;
    cursor: pointer;
}

.footer__social-link:hover {
    opacity: 1;
}

.footer__copy {
    color: #fff;
    opacity: 0.6;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
}

.footer__app {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 250px;
    padding-right: 30px;
}

.footer__app img {
    max-width: 200px;
}


/********FEEDBACK*******/
.feedback-popup {
  position: relative;
  width: 600px;
  margin: 0 auto;
}
.feedback_form {
  background-color: #fff;
  padding: 40px;
  padding-bottom: 20px;
  position: relative;
}

.feedback_form input,
.feedback_form textarea{
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
}

.feedback_form input:not([type="submit"]),
.feedback_form textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid;
  border-color: #cacaca;
}

.feedback_form input:focus:not([type="submit"]),
.feedback_form textarea:focus{
  border: none;
  border-bottom: 3px solid;
  border-radius: 0;
  border-color: #65b4f6;
}

.feedback_form textarea {
  height: 100px;
  /*max-height: 100px;*/
  max-width: 100%;
}

.feedback_form .align-center {
  text-align: left;
}
.feedback_form .btn{
  font-size: 18px;
}

.feedback_form label{
  display: inline-block;
  font-size: 16px;
  color: #424242;
  margin-bottom: 5px;
}


#feedback-popup-partner .form-field {
  margin-bottom: 15px;
}

.form-field.error .g-recaptcha {
  border: 1px solid #ff0000;
  width: 304px;
  height: 78px;
  border-radius: 4px;
}

.feedback_form span{
  margin-left: 30px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form-row .btn {
    height: 43px;
    margin-top: 15px !important;
}

#feedback-popup-partner .form-row .btn {
    margin-top: 25px !important;
}


.feedback .system-item_img {
    margin-right: 10px;
    margin-bottom: 0px;
    display: inherit;
}

/* forms */
.error input,
.error textarea {
    border: 1px solid #ff0000 !important;
    color: #ff0000;
}

.error label {
    color: #ff0000;
}

.error input:focus,
.error textarea:focus {
    border: 1px solid #cacaca !important;
    border-radius: 5px !important;
    color: #333 !important;

}

.error select {
    border: 1px solid #ff0000 !important;
}

.error select:focus {
    border: 1px solid #cacaca !important;
    border-radius: 5px;
    color: #777 !important;
}


/* end forms */



/********STICKY FOOTER************/
#middle {
  min-height: calc(100vh - 256px);
}

#up {
  background: url("../img/up.svg") no-repeat center;
  cursor: pointer;
  left: 30px;
  bottom: 30px;
  height: 53px;
  width: 53px;
  border: 3px solid #fff;
  position: fixed;
  z-index: 5;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

.captcha {
    display: none;
}


/*Full Feedback*/
.full-form__content-header {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
}

.full-form__content-header h4 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 40px;
    font-size: 28px;
    color: #212121;
}

.full-form__content-header p {
    margin: 0;
}

.full-feedback {
    width: 100%;
}

.feedback_form_full {
    background-color: transparent;
    width: 100%;
    max-width: 1040px;
    margin: auto;
    padding: 0;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(12,1fr);
    gap: 20px;
}

.feedback_form_full-item {
    grid-column: 6 span;
}

.feedback_form_full .form-row {
    grid-column: 12 span;
    justify-content: center;
}

.feedback_form_full .form-row .btn {
    font-size: 16px;
}

.feedback_form_full-item .question {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feedback_form_full .question textarea {
    max-height: 300px;
    height: 100%;
    min-height: 50px;
    margin-bottom: 10px;
}

.feedback_form_full label {
    margin-bottom: 10px;
    color: #666666;
    font-size: 15px;
    line-height: 20px;
}

/*Start Section*/
.start {
    background-image: url("../img/features.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.start__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.start__title {
    font-size: 60px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
}

.start__subtitle {
    color: #e4e4e4;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
}

/*Default Template*/
.default__content {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #CACACA;
}

.default__content-confidential {
	display: flex;
}

.default {
    padding-top: 75px;
    padding-bottom: 100px;
    color: #333;
}

.default a {
    color: #2698F2;
    text-decoration: none;
}

.default a:hover {
    text-decoration: underline;
}

.default p {
    margin-top: 0;
    margin-bottom: 30px;
}

.default img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.default h1 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 20px;
    color: #212121;
}

.default h2 {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #212121;
}

.default h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #212121;
}

.default h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #212121;
}

.default h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #212121;
}

.default h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #1A5E92;
    font-weight: bold;
}


.default ol, .default ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    list-style-position: initial;
    padding-left: 40px;
}

.default ul {
    list-style: inherit;
}

.default ol li + li, .default ul li + li {
	margin-top: 10px;
}

.default .table-wrap {
    overflow: auto;
    margin-bottom: 30px;
}

.default table {
    width: 100%;
}

.default table tbody tr {
    border-bottom: 1px solid #DDDDDD;
}

.default table tbody tr th {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.default table tbody tr td {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #787878;
    padding: 15px 8px;
}

.default blockquote {
    border-top: 1px solid #2698F2;
    border-bottom: 1px solid #2698F2;
    margin-left: 8%;
    margin-bottom: 20px;
    padding: 20px 0;
    font-style: italic;

    font-size: 28px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
}

.default blockquote p {
    margin: 0;
}

/*Media Tablet Default*/
@media (max-width: 1200px) {
    .default {
        padding-top: 60px;
        padding-bottom: 80px;
        font-size: 14px;
        line-height: 24px;
    }

    .default .default__content-title {
        margin-top: 0;
    }

    .default__content {
        padding-top: 33px;
        margin-top: 33px;
    }

    .default__content h1:first-child, .default__content h2:first-child, .default__content h3:first-child, .default__content h4:first-child, .default__content h5:first-child, .default__content h6:first-child {
        margin-top: 0;
    }

    .default h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 40px;
    }

    .default h2 {
        font-size: 28px;
        line-height: 33px;
        margin-top: 40px;
    }

    .default h3 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 40px;
    }

    .default h4 {
        font-size: 20px;
        line-height: 32px;
        margin-top: 40px;
    }

    .default h5 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 40px;
    }

    .default h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 40px;
    }

    .default table tbody tr th {
        font-size: 14px;
        line-height: 24px;
    }

    .default table tbody tr td {
        font-size: 13px;
        line-height: 20px;
        padding: 16px 8px;
    }

    .default blockquote {
        padding: 16px 0;
        font-size: 24px;
        line-height: 32px;
    }
}

/*Media Mobile Default*/
@media (max-width: 767px) {
    .default {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .default .default__content-title {
        margin-top: 0;
    }

    .default__content {
        padding-top: 23px;
        margin-top: 23px;
    }

    .default h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .default h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .default h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .default h4 {
        font-size: 17px;
        line-height: 20px;
    }

    .default h5 {
        font-size: 16px;
        line-height: 19px;
    }

    .default h6 {
        font-size: 15px;
        line-height: 18px;
    }

    .default table tbody tr th {
        min-width: 100px;
    }

    .default blockquote {
        padding: 20px 0;
        font-size: 20px;
        line-height: 26px;
        margin-left: 0;
    }

    .default img {
        float: none!important;
        margin: auto;
        margin-bottom: 20px;
        display: block;
    }
}

/*Video Gallery*/
.video-gallery {
    display: flex;
}

.video-gallery__list {
    padding-right: 200px;
}

.video-gallery__item {
    overflow: auto;
}

.video-gallery .video-gallery__title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.video-gallery__item .video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.video-gallery__item .video-wrap:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    height: 0;
}

.video-gallery__item .video-wrap iframe, .video-gallery__item .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  object-fit: cover;
}

.video-gallery__item .video-wrap-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.video-gallery__item .video-wrap-preview:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    height: 0;
}

.video-gallery__item .video-wrap-preview iframe, .video-gallery__item .video-wrap-preview video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  object-fit: cover;
}

.video-wrap-preview .video-wrap-preview__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 63;
    pointer-events: none;
    border: none;
    padding: 0;
    background: none;
}

.video-wrap-preview__btn .video-wrap-preview__btn-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-wrap-preview__btn .video-wrap-preview__btn-bg {
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}

.video-wrap-preview:hover .video-wrap-preview__btn .video-wrap-preview__btn-bg {
    fill: rgb(255, 0, 0);
}

.video-gallery__item + .video-gallery__item {
    margin-top: 56px;
}

.video-gallery__link-box + .video-gallery__link-box {
    margin-top: 20px;
}

.video-gallery__link {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #2698F2;
    display: flex;
    align-items: flex-start;
    transition: color 0.3s linear;
}

.video-gallery__link:before {
    content: '';
    display: block;
    width: 12px;
    height: 13px;
    min-width: 12px;
    min-height: 13px;
    margin-right: 9px;
    background-image: url('../img/play.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
}

.video-gallery__links {
    position: sticky;
    top: calc(20px + 70px);
}

/*Media Tablet Video Gallery*/
@media (max-width: 1200px) {
    .video-gallery .video-gallery__title {
          font-size: 14px;
          line-height: 18px;
    }

    .video-gallery__item + .video-gallery__item {
        margin-top: 40px;
    }

    .video-gallery__list {
        padding-right: 100px;
    }
}

/*Media Mobile Video Gallery*/
@media (max-width: 767px) {
    .video-gallery {
        flex-direction: column-reverse;
    }

    .video-gallery__list {
        padding-right: 0;
        margin-top: 60px;
    }

    .video-gallery .video-gallery__title {
          font-size: 13px;
          line-height: 18px;
    }

    .video-gallery__link {
        font-size: 13px;
        line-height: 18px;
    }

    .video-gallery__link:before {
        width: 10px;
        height: 11px;
        min-width: 10px;
        min-height: 11px;
    }
}


/*Help*/
.help {
    padding-bottom: 40px;
}

.help__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
}

.default .help__list {
    list-style: none;
    margin-bottom: 0;
}

.help__item {
    flex: 1;
    min-width: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    background-color: #FBFBFB;
    border-radius: 4px;
}

.default .help__item-icon {
    height: 56px;
    object-fit: contain;
    margin: 0;
}

.default .help__item-title {
    margin-top: 24px;
    font-size: 28px;
    line-height: 40px;
    color: #212121;
    display: inline-block;
}

.default .help__item-description {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    max-width: 300px;
    text-align: center;
}

.default .btn {
    color: #fff;
    margin-top: 20px;
}

.default .btn:hover, .default .btn:active {
    background: #1990f0;
    text-decoration: none;
    color: #fff;
}

.video-tabs {
    padding-top: 0;
}

.video-tabs__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.default .video-tabs__bottom .btn {
    margin-top: 0;
}

.video-tabs__wrapper {
    background-color: #FBFBFB;
    border-radius: 4px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 30px;
}
.default .video-tabs__title {
    text-align: center;
    margin-top: 0;
}

.video-tabs__content {
    padding-top: 0px;
    margin-top: 48px;
    border-top: 0px solid #CACACA;
}

.video__tabs-item {
    display: none;
}

.video__tabs-item:first-child {
    display: block;
}

.video__tabs-links {
    padding-left: 80px;
    padding-right: 40px;
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
}

.video__tabs-list {
    padding: 0;
}

.video__tabs-list .video-wrap {
    margin: 0;
}

.video__tabs-list .video-wrap-preview {
    margin: 0;
}

.default .video-gallery__link.active {
    color: #333;
}

.video__tabs-item + .video__tabs-item {
    margin-top: 0;
}

.video__tabs-links {
    position: static;
}

.custom__scrollbar {
    scrollbar-color: #D7D7D7 #F2F2F2;
    scrollbar-width: auto;
}

.custom__scrollbar::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
}

.custom__scrollbar::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 9px;
}

.custom__scrollbar::-webkit-scrollbar-thumb {
    background-color: #D7D7D7;
    border: 4px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
}

.video-gallery__links--full {
    -ms-overflow-style: none;
    scrollbar-width: none;
    bottom: 20px;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    overflow-y: auto;
}

.video-gallery__links--full::-webkit-scrollbar {
    display: none;
}

/*Media Help Tablet*/
@media (max-width: 1200px) {
    .default .help__item-description {
        font-size: 14px;
        line-height: 20px;
    }

    .video__tabs-links {
        padding-left: 20px;
        padding-right: 16px;
    }

    .video__tabs-links .video-gallery__link-box + .video-gallery__link-box {
        margin-top: 18px;
    }

    .video-tabs__bottom {
        margin-top: 40px;
    }

    .video-tabs__wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*Media Help Mobile*/
@media (max-width: 767px) {
    .help__list {
        flex-direction: column;
        gap: 24px 0;
    }

    .help__item {
        width: 100%;
        padding: 24px;
    }

    .default .help__item-icon {
        height: 36px;
    }

    .default .help__item-title {
        font-size: 18px;
        line-height: 21px;
        color: #212121;
    }

    .default .help__item-description {
        margin-top: 8px;
        font-size: 13px;
        line-height: 20px;
        max-width: 220px;
    }

    .help {
        padding-bottom: 24px;
    }

    .video-tabs__wrapper {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .video-tabs__content {
        margin-top: 20px;
    }

    .video__tabs-links {
        padding-right: 16px;
        padding-left: 0;
    }

    .video__tabs-links .video-gallery__link-box + .video-gallery__link-box {
        margin-top: 17px;
    }

    .video__tabs-list{
        margin-top: 0;
        margin-bottom: 30px;
    }

    .video__tabs {
        flex-direction: column;
    }

    .video-tabs__bottom {
        margin-top: 32px;
    }

    .video-gallery__links--full {
        overflow: visible;
        position: static;
        max-height: inherit;
    }


}


@media(max-width:1060px){
    .service_img_wr-nfc {
        padding-bottom:0;
    }
}

@media(max-width:1250px){

    .calculator_result_month, .calculator_result_year {
        font-size: 18px;
    }
    .calc_res_val {
        display:block;
    }
}

/*Media Tablet*/
@media (max-width: 1200px) {
    /*Header*/
   .header .logo img {
        padding: 0;
        padding-top: 5px;
        max-width: 180px;
   }

   .logo .logo-desc {
        font-size: 11px;
        left: 53px;
        top: 35px;
   }

   .header_menu .menu-item_link {
        font-size: 14px;
   }

   .header .registration-btn, .header .registration-btn:focus {
        font-size: 14px;
   }

   .header {
       padding: 0 10px;
   }

   .logo-wrapper {
        margin-right: 0;
   }

   .header .login-btn, .header .login-btn:focus {
        padding: 0 14px;
        font-size: 14px;
   }

   /*Hero*/
   .hero_title {
        font-size: 42px;
        line-height: 49px;
        margin-bottom: 22px;
   }

   .hero_subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 33px;
   }

   .hero_footer .btn {
        font-weight: 600;
   }

   .hero {
        min-height: 512px;
   }

   .block_title {
        font-size: 30px;
        margin-bottom: 24px;
        line-height: 35px;
   }

   .block_subtitle {
        font-size: 16px;
        line-height: 24px;
   }

    /*System*/
   .s-system .block_subtitle {
        margin-bottom: 50px;
   }

   .system-item {
        min-height: 135px;
   }

   .system-item_title {
        font-size: 15px;
        margin-bottom: 15px;
   }

    .system-item_desc {
        font-size: 14px;
        line-height: 24px;
    }

   .system-item_desc p {
        margin: 0;
   }

   /*Services*/
    .s-service {
        padding-bottom: 70px;
    }

    .service_row-img {
        flex-direction: column;
        margin-top: 70px;
    }

    .service_group_img_wr {
        margin-right: 0;
        min-height: inherit;
        align-items: center;
    }

    .service_img_wr {
        min-height: inherit;
        height: auto;
    }

    .service_img_wr-arrow {
        padding-bottom: 0;
        min-height: 50px;
        background-position: center;
    }

    .service_text-block {
        min-height: auto;
        font-size: 14px;
        line-height: 24px;
    }

    .service_item-arrow {
        margin: auto;
        margin-bottom: 54px;
        margin-top: 54px;
        max-width: 70px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .service_item-arrow .service_img_title {
        position: relative;
        left: 60px;
    }

    .service_item-arrow:before{
        content: '';
        position: absolute;
        background-image: url('../img/how_service/arrow-1.png');
        background-position: center;
        background-repeat: no-repeat;
        width: 70px;
        height: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .service_item-arrow:nth-child(2), .service_item-arrow:nth-child(4)  {
        background-image: none;
    }

    /*Calculator*/
    .calculator {
        flex-direction: column;
    }

    .calculator_title {
        font-size: 14px;
        line-height: 24px;
    }

    .calculator_slider_title {
        font-size: 14px;
        line-height: 24px;
    }

    .calculator_slider_wr {
        margin-bottom: 60px;
    }

    .calculator_results {
        margin-top: 10px;
        padding: 40px 30px 40px 30px;
    }

    .calculator_result_title {
        font-size: 14px;
        line-height: 16px;
    }

    .calculator_result_month, .calculator_result_year {
        font-size: 22px;
    }

    .calculator_result_month--big, .calculator_result_year--big {
        display: flex;
    }

    .calc_res_val {
        margin-right: 8px
    }

    /*Begin Slider*/
    .begin-slide_img-box {
        width: 294px;
        min-width: 294px;
    }

    .begin-slider-nav_item {
        width: 100%;
    }

    .begin-slider__pagination {
        left: 376px;
    }

    .begin-slider-nav_title {
        max-width: 100%;
    }

    .begin-slider_wr {
        margin-bottom: 0;
    }

    .begin-slider-nav_title {
        font-size: 14px;
    }

    .begin-slider-nav_item {
        padding-top: 185px;
    }

    .begin_content div {
        font-size: 16px;
        line-height: 24px;
    }

    .s-begin_footer a {
        font-weight: 600;
    }

    .s-begin:before {
        content: '';
        position: absolute;
        top: 0;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #CACACA;
    }

    /*Page Feature*/
    .showcase {
        min-height: 512px;
    }

    .showcase h1 {
        margin-bottom: 22px;
        font-size: 42px;
        line-height: 49px;
    }

    .showcase h6 {
       font-size: 18px;
       line-height: 24px;
    }

    .feature-item-text {
        font-size: 18px;
        line-height: 24px;
    }

    .feature-info h2 {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 35px;
    }

    .personal-graphics > p {
        margin: 0;
        margin-bottom: 43px;
        font-size: 16px;
        line-height: 24px;
        color: #787878;
    }

    .feature-info .personal-graphics-row  {
        padding-bottom: 2px;
        margin-bottom: 45px;
    }

    .technology-info .row-main {
         padding-bottom: 45px;
         padding-top: 0;
         margin-bottom: 45px;
    }

    .feature-info h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .row-main p {
        margin: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .technology-info .row:last-child {
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .nfc_row table {
        text-align: center;
    }

    .row-main h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .row-main .h3 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .features-showcase {
        height: 310px;
        display: flex;
        align-items: center;
    }

    .features-showcase .features-links {
        align-items: center;
    }

    .features-reg h1, .features-reg .h1 {
        font-size: 42px;
        line-height: 49px;
        margin-bottom: 30px;
    }

    .features-reg {
        padding-top: 0;
    }

    .features-showcase .features-links .feature-item {
        padding-top: 0;
        height: auto;
        padding: 0;
    }

    i.angle {
        margin-top: 40px;
        transform: scale(0.7);
    }

    .feature-item-wr .feature-item-pic {
        padding-top: 60px;
        background-size: 43px;
    }

    .feature-item-text {
        line-height: 21px;
        font-weight: bold;
    }

    .features-reg .btn {
       font-weight: bold;
    }

    .start__content a {
        font-weight: bold;
    }

    .technology-info .squads_row {
        padding: 50px 10px;
        margin: 0 -15px;
        margin-top: 0;
        margin-bottom: inherit;
    }

    /*Technology*/
    .app_pic img {
        margin: 0!important;
        min-width: 360px;
        width: 360px;
        position: relative;
        padding-right: 30px;
        float: none!important;
    }

    .app_info {
        padding-top: 0!important;
    }

    .app_pic {
        margin-bottom: -20px!important;
    }

    .technology__img-min {
        width: 160px;
        height: 322px;
    }

    .technology__img-med {
        width: 236px;
        height: 475px;
    }

    .technology__item h5 {
        font-size: 18px;
        line-height: 21px;
    }

    .technology__item p {
        font-size: 14px;
        line-height: 24px;
    }

    .squads_row {
        overflow: hidden;
    }

    .technology-info .squads_row {
        padding: 35px 10px!important;
    }

    .technology-info .row-main.marks_row {
        padding-bottom: 0!important;
    }

    .marks_pic img {
        float: none;
        margin: 0!important;
    }

    .squad-text {
        padding-left: 10px;
    }

    .technology-info .nfc_row .nfc_info {
        padding-top: 50px;
        padding-left: 0px;
    }

    .confidential .confidential__subtitle {
        color: #787878;
        line-height: 24px;
        padding: 0;
    }

    /*FAQ*/
    .feedback_form label {
        font-size: 13px;
        color: #666666;
    }

    .faq-info .feedback_form input {
        font-size: 14px;
    }

    .faq-info .feedback_form .btn {
        font-size: 16px;
        font-weight: 600;
    }

    .feedback_form textarea, .feedback_form input {
        font-size: 14px;
    }

    select {
        font-size: 14px;
    }

    .faq-answer .faq-answer__title-main {
        font-size: 14px;
        line-height: 20px;
    }

    .faq-answer .faq-answer__title {
        font-size: 14px;
        line-height: 20px;
    }

    .faq-answer__content-box {
        font-size: 14px;
        line-height: 20px;
    }

    .faq-questions {
        padding-left: 20px;
    }

    /*Full Feedback*/
    .faq-form {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .full-form__content-header h4 {
        font-size: 22px;
        line-height: 25px;
    }

    .full-form__content-header {
        font-size: 14px;
        line-height: 20px;
    }

    /*Partner*/
    .partner-info {
        padding-bottom: 0;
    }

    .partner-item:first-child {
        padding-left: 0;
    }

    .partner-item {
        padding: 0;
        padding-right: 35px;
        padding-bottom: 50px;
    }

    .partner-form {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .partner-form .h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 35px;
    }

    #feedback-popup-partner .form-row .btn {
        font-size: 16px;
        font-weight: 600;
    }

    /*Start Section*/
    .start {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .start__title {
        font-size: 42px;
        line-height: 49px;
    }

    .start__subtitle {
        font-size: 16px;
    }

    /*Thankyou*/
    .thankyou-faq {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .thankyou-faq__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 24px;
    }

    .thankyou-faq__info {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }

    /*Contacts*/
    .contacts-info {
        color: #333;
    }

    .contacts-info .feedback_form .btn {
        font-size: 16px;
        font-weight: 600;
    }

    .feedback_form_full .form-row .btn {
        font-weight: bold;
    }

    .p404 .p404-title {
        font-size: 150px;
    }

    .p404 .p404-descr {
        font-size: 28px;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer__top {
        flex-wrap: wrap;
    }

    .footer__top-item {
        width: 33.3%;
        max-width: 100%;
    }

    .footer__top-item--big {
        order: 1;
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-right: 0;
    }

    .footer__top-info {
        margin-bottom: 0;
    }

    .footer__top-box {
        width: 66.6%;
        padding-right: 60px;
    }

    .footer__contacts {
        width: 33.3%;
        padding-right: 30px;
    }

    .footer__social {
        width: 33.3%;
        min-width: inherit;
    }

    .footer__copy {
        width: 33.3%;
    }

    .footer__app {
        width: 33.3%;
    }

    /*Contacts*/
    .default .contacts-info__link {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .menu-header-wrapper {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 10;
        width: 213px;
        padding-top: 57px;
        border-radius: 4px 0 0 4px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26), 0 2px 10px 0 rgba(0,0,0,0.16);
        opacity: 0;
        transform: translateX(-7px);
        will-change: transform;
        pointer-events: none;
        transition: opacity 0.3s, transform 0.3s;
    }

    .menu-header-wrapper.open {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

    .menu-header-wrapper__close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 0;
        border: 0;
        background: none;
        display: flex;
        align-items: center;
    }

    .header_menu {
        width: 100%;
    }

    .header_menu .menu-item_link {
        font-size: 14px;
        line-height: 20px;
        color: #4D4D4D;
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .header_menu .menu-item:first-child .menu-item_link {
    	padding-top: 0px;
    }

    .header_menu .menu-item_link--icon {
    	padding-right: 12px;
    }

    .header_menu .hidden-link {
        display: none;
    }

    .header_menu .hidden-link-login {
        display: block;
    }

    .header_menu .menu-item_icon svg path {
    	stroke: #000;
    }

    .header_menu .menu-item {
        border-bottom: 1px solid rgba(0,0,0,0.12);
        margin: 0;
        height: initial;
    }

    .header_menu .menu-item_icon {
    	position: relative;
    	transform: none;
    	top: auto;
    	right: auto;
    	margin-right: 20px;
    	width: 20px;
    	min-width: 30px;
    	height: 30px;
    }

    .header_menu .menu-item:first-child .menu-item_icon {
    	margin-top: -20px;
    }

    .header_menu .menu-item_icon svg {
    	position: absolute;
    	top: 50%;
    	right: 0;
    	transform: translateY(-50%);
    	transition: transform 0.3s;
    }

    .header_menu .menu-item_icon.active svg {
		transform: translateY(-50%) rotate(180deg);
	}

	.header_menu .submenu {
		position: relative;
		top: auto;
		left: 0px;
		padding: 0px;
		width: 100%;
		background-color: transparent;
		opacity: 1;
		pointer-events: auto;
		display: none;
	}

	.header_menu .submenu-item_link {
		color: #4D4D4D;
		font-size: 13px;
	}

	.header_menu .submenu-item {
		padding: 0 20px;
	}

	.header_menu .submenu-item:last-child {
		margin-bottom: 20px;
	}

    .header_menu .menu {
        display: flex;
        flex-direction: column;
    }

    .menu-header__toggle {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 17px;
        height: 17px;
        position: relative;
        margin-left: 20px;
        margin-right: 10px;
    }

    .menu-header__toggle span {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #fff;
    }

    .menu-header__toggle span:first-child {
        width: 11px;
    }

    .menu-header__toggle span:last-child {
        width: 9px;
    }

    .menu-header__toggle span + span {
        margin-top: 6px;
    }

    .header .logo img {
        padding-top: 4px;
    }

    .header .login-btn, .header .login-btn:focus {
        display: none;
    }
}

/*Media Mobile*/
@media (max-width: 767px) {
    .default-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    header .registration-btn-wrapper {
        display: none;
    }

    .header_menu .hidden-link {
        display: flex;
    }

    .hero {
        min-height: 436px;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .hero_title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 17px;
    }

    .hero_subtitle {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 19px;
    }

    .block_title {
        margin-bottom: 17px;
        font-size: 22px;
        line-height: 25px;
    }

    .block_subtitle {
        font-size: 15px;
        line-height: 22px;
    }

    .s-system .block_subtitle {
        margin-bottom: 35px;
    }

    .system-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin-bottom: 45px;
    }

    .system-item_title {
        margin-bottom: 7px;
        margin-top: 12px;
    }

    .system-item_desc {
        line-height: 20px;
        width: 100%;
        padding: 0;
    }

    .service_row-img {
        margin-top: 42px;
    }

    .service_img_title {
        font-size: 12px;
    }

    .service_text-block {
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
    }

    .service_item-arrow {
        margin-top: 42px;
        margin-bottom: 42px;
    }

    .calculator_title {
        margin-top: 28px;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 21px;
    }

    .calculator_slider_wr {
        flex-direction: column;
        align-items: flex-start;
    }

    .calculator_slider_title {
        margin-bottom: 32px;
        width: 100%;
        font-size: 13px;
        line-height: 15px;
    }

    .calculator_slider_val_container {
        position: static;
        top: 0;
        -webkit-transform: none;
        transform: none;
        background: transparent;
        border: 0;
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
        height: auto;
        color: #1b5e92;
        box-shadow: none;
        z-index: 20;
        font-size: 12px;
    }

    .calculator_slider_val_container:after, .calculator_slider_val_container:before {
        display: none;
    }

    .calculator_slider_val {
        text-align: left;
        top: -32px;
    }

    .calculator_slider_number-late {
        width: 19px;
    }

    .calculator_slider_number-number {
        width: 25px;
    }

    .calculator_slider_number-salary {
        width: 46px;
    }

    .calculator_slider {
        width: 100%;
    }

    .calculator_sliders {
        padding: 30px 20px 0px;
    }

    .calculator_slider [type="number"] {
        text-align: left;
    }

    .calculator_results {
        margin-top: 15px;
    }

    .calculator_slider_wr {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .calculator_sliders, .calculator_results {
        min-height: inherit;
    }

    .calculator_results {
        padding: 25px 20px 25px 20px;
    }

    .calculator_result_title {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 15px;
    }

    .calculator_result_month, .calculator_result_year {
        font-size: 16px;
        line-height: 23px;
    }

    .calculator_result_month--big, .calculator_result_year--big {
        flex-direction: column;
    }

    .calc_res_val {
        margin-right: 0;
    }

    .calculator_result + .calculator_result {
        border: 0;
        padding: 0;
    }

    .s-begin {
        position: relative
    }

    .begin_content h2 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 17px;
    }

    .begin_content div {
        font-size: 15px;
        line-height: 22px;
    }

    .begin-slide__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .begin-slider-nav_item {
        padding: 0;
    }

    .begin-slider-nav_title {
        padding: 0;
        font-size: 13px;
        line-height: 20px;
        margin-top: 18px;
    }

    .s-begin_footer {
        margin-top: 25px;
    }

    .begin-slide_img-box {
        width: 200px;
        min-width: 200px;
    }

    .begin-slider .slick-arrow {
        width: 13px;
        height: 22px;
    }

    .begin-slider {
        padding: 0 25px;
    }

    .begin-slider_wr {
        margin-top: 96px;
    }

    .begin-slider__pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .begin-slider__pagination ul li button {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        font-size: 22px;
        padding: 0;
    }

    .begin-slider__pagination {
        top: -65px;
    }

    /*Features*/
    .showcase {
        min-height: 260px;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .showcase h1 {
        margin-bottom: 17px;
        font-size: 24px;
        line-height: 30px;
    }

    .showcase h6 {
        font-size: 15px;
        line-height: 19px;
    }

    .feature-items {
        padding: 25px 0;
        padding-bottom: 0;
    }

    .feature-item {
        max-width: 80px;
    }

    .feature-item .feature-item-pic {
        width: 60px;
        height: 50px;
        background-size: contain;
        background-position: center;
        padding: 0;
    }

    .feature-item-text {
        margin-top: 17px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .feature-info h2 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 25px;
    }

    .personal-graphics > p {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 22px;
    }

    .technology-info .row-main .col-xs-6, .technology-info .row-main .col-xs-5, .technology-info .row-main .col-xs-7, .technology-info .row-main .col-xs-8, .technology-info .row-main .col-xs-4 {
        padding: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .technology-info .row-main {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .technology-info .row-main img {
        margin: 0!important;
        float: none!important;
    }

    .app_pic img {
        min-width: 290px;
        width: 290px;
        padding: 0;
    }

    .app_pic {
        margin-bottom: 25px!important;
    }

    .technology-info .app_info p {
        margin-bottom: 20px;
    }

    .technology-info .app_info span {
        margin-bottom: 0;
        display: block;
        text-align: left;
    }

    .technology-info .app_info img {
        max-width: 237px;
    }



    .technology-info .app_info p:last-child {
        text-align: center;
    }

    .row-main {
        display: flex;
        flex-direction: column;
    }

    .technology-info {
        margin-top: 50px;
    }

    .technology__item-first {
        order: 1;
    }

    .technology__item-last {
        order: 2;
    }

    .feature-info .personal-graphics-row {
        margin-bottom: 25px;
    }

    .features-showcase .features-links {
        display: none;
    }

    .technology-info .schedule__item:last-child {
        padding: 0;
    }

    .feature-info h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .feature-info h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .row-main p {
        margin: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .schedule {
        padding: 0 30px!important;
    }

    .schedule__item.slick-slide {
        float: left;
    }

    .schedule__item img {
        max-width: 250px;
    }

    .schedule__item p {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .features-showcase {
        height: 260px;
    }

    .features-reg h1, .features-reg .h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .features-reg {
        width: 100%;
    }

    .graphics {
        padding-left: 0;
    }

    .records_info {
        padding: 0;
    }

    .report {
        padding-right: 0;
    }

    .technology-info .row-main.squads_row img {
        margin-bottom: 25px!important;
    }

    .squads_row-item-right {
        padding-left: 0;
    }

    .app_item_row table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .technology__item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }

    .technology__item + .technology__item {
        margin-top: 40px;
    }

    .technology__item h5 {
        margin-top: 25px;
        font-size: 16px;
        line-height: 19px;
    }

    .technology__img-med {
        width: 160px;
        height: 322px;
    }

    .squad-info {
        flex-direction: column;
    }

    .squad-text {
        padding-top: 0;
        padding-left: 0;
    }

    .row-main .h3 {
        font-size: 19px;
        line-height: 23px;
    }

    .technology-info .nfc_row .nfc_info {
        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .technology-info .nfc_row .nfc_pic {
        margin-top: 20px!important;
    }

    .technology-info .nfc_row .nfc_pic img {
        max-width: 160px;
    }

    .technology-info .row-main.marks_row {
        padding-bottom: 25px!important;
    }

    .technology-info .marks_row .marks_info {
        padding: 0;
    }

    .technology-info .marks_row .marks_info h3 {
        margin-bottom: 20px;
    }

    .technology-info .marks_row .marks_pic {
        text-align: center;
    }

    .technology-info .marks_row .marks_pic img {
        max-width: 290px;
    }

    .technology-info__blockmb25 {
        margin-bottom: 25px;
    }

    .technology-info__blockmt25 {
        margin-bottom: 25px;
    }

    .calendar_info {
        padding-right: 0;
    }

    .technology-info .row-main.app_item_row {
        border: none;
        padding-bottom: 0;
    }

    .default__content-confidential {
        flex-direction: column;
    }

    .confidential__content {
        display: flex;
        flex-direction: column;
    }

    .confidential__content .confidential-links {
        order: 1;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .confidential__content .confidential-links h3 {
        display: none;
    }

    .confidential__content .confidential-info {
        order: 2;
    }

    /*FAQ*/
    .hidden-faq {
        display: none;
    }

    .faq-answer {
        padding-top: 0;
    }

    .faq-answer .faq-answer__title {
        font-size: 13px;
    }

    .faq-answer__content-box {
        font-size: 13px;
        padding-left: 16px;
        padding-top: 0;
        padding-bottom: 16px;
        padding-right: 35px;
    }

    .faq-questions {
        margin-bottom: 25px;
    }

    .faq-info .feedback_form input {
        font-size: 13px;
    }

    .feedback_form textarea, .feedback_form input {
        font-size: 13px;
    }

    select {
        font-size: 13px;
    }

    /*Partner*/
    .partner-item {
        padding-right: 0px;
        padding-bottom: 45px;
    }

    .partner-item-img-wr {
        min-height: 105px;
    }

    .partner-item {
        font-size: 13px;
        line-height: 20px;
    }

    .partner-form {
        padding-top: 40px;
        padding-bottom: 65px;
        background: transparent;
    }

    .partner-form .feedback_form {
        padding: 0;
    }

    .partner-form .h1 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    #feedback-popup-partner .form-row .btn {
        margin: auto;
    }

    .feedback-popup {
        width: 100%;
    }

    .feedback_form input, .feedback_form textarea {
        margin-bottom: 0;
    }

    /*Contacts*/
    .contacts-info__item + .contacts-info__item {
        margin-top: 35px;
    }

    .contacts-info__social + .contacts-info__social {
        margin-top: 35px;
    }

    .contacts-info .feedback_form .btn {
        margin: auto;
    }

    /*Full Feedback*/
    .full-form__content-header h4 {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    .full-form__content-header {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .feedback_form_full-item {
        grid-column: 12 span;
    }

    .feedback_form_full {
        gap: 0;
    }

    .feedback_form .feedback_form_full-item input {
        margin-bottom: 15px;
    }

    /*Start Section*/
    .start {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .start__title {
        font-size: 26px;
        line-height: 30px;
    }

    .start__subtitle {
        font-size: 14px;
        display: none;
    }

    /*Thankyou*/
    .thankyou-faq {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .thankyou-faq__title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 24px;
    }

    .thankyou-faq__info {
        font-size: 13px;
        line-height: 20px;
    }

    .p404 .p404-title {
        font-size: 120px;
    }

    .p404 .p404-descr {
        font-size: 22px;
        margin-bottom: 30px;
    }

    /*Footer*/
    .footer {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .footer__top-item {
        width: 100%;
        max-width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer__top-item--big {
        max-width: 100%;
        flex-direction: column;
        padding: 0;
        margin-top: 48px;
    }

    .footer__top-item + .footer__top-item {
        margin-top: 48px;
    }

    .footer__top-item:nth-child(2) {
        margin-top: 0;
    }

    .footer__top-box {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .footer__contacts {
        width: 100%;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .footer__item-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .footer__top-menu .menu-item_link {
        font-size: 14px;
    }

    .footer__top-logo {
        width: 143px;
        margin-bottom: 10px;
    }

    .footer__top-info {
        margin-bottom: 16px;
        max-width: 300px;
        font-size: 14px;
        line-height: 18px;
    }

    .footer__contacts-item {
        font-size: 15px;
        line-height: 28px;
    }

    .footer__contacts-item + .footer__contacts-item {
        margin-top: 4px;
    }

    .footer__bottom {
        margin-top: 32px;
        padding-top: 32px;
        flex-direction: column;
        justify-content: center;
    }

    .footer__social {
        justify-content: center;
        width: 100%;
    }

    .footer__copy {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .footer__app {
        margin-top: 30px;
        margin-bottom: 25px;
        width: auto;
        padding-right: 0;
    }

    #up {
        bottom: 20px;
        left: 20px;
    }
}