/*! 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;
}

/* 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,
hgroup,
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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * 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
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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,
select {
  text-transform: none;
}

/**
 * 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;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?toglw9") format("truetype"), url("../fonts/icomoon.woff?toglw9") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e904";
}

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

.clearfix:after,
.container-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.bg-blue {
  background: #124191;
}

.bg-sea {
  background: #edf2f5;
}

.w-33 {
  width: 33.3%;
}

.w-50 {
  width: 50%;
}

.align-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mb-0 {
  margin-bottom: 0 !important;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 300 20px/1.2 "Nokia Pure Headline", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 480px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

video,
iframe,
object,
embed {
  max-width: 100%;
  display: block;
}

#__bs_notify__ {
  display: none;
}

.gm-style img {
  max-width: none;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

.resize-active #header * {
  transition: none !important;
}

ol {
  counter-reset: item;
  padding: 0 0 10px;
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}

ol ol li:before {
  content: counter(item, lower-latin) ".";
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 30px;
  margin: 0;
}

ul:not([class]) {
  padding: 0 0 10px;
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 15px;
}

ul:not([class]) li:before {
  content: '';
  background: #000;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 300;
  margin: 0 0 15px;
  color: #124191;
}

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

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

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

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

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

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

p {
  margin: 0 0 20px;
}

a {
  color: #000;
  transition: color .3s, background .3s, border .3s;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  color: #4d5767;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #4d5767;
  padding: 9px 10px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  width: 100%;
  margin: 0;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4d5767;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #4d5767;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4d5767;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4d5767;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #4d5767;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

select {
  -webkit-border-radius: 0;
}

select .hideme {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
  min-height: 120px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  outline: none;
  transition: color .3s, background .3s, border .3s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@font-face {
  font-family: "Nokia Pure Headline";
  src: url("../fonts/nokiapureheadline_ult-webfont.woff") format("woff"), url("../fonts/nokiapureheadline_ult-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Nokia Pure Headline";
  src: url("../fonts/nokiapureheadline_lt-webfont.woff") format("woff"), url("../fonts/nokiapureheadline_lt-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Nokia Pure Headline";
  src: url("../fonts/nokiapureheadline_bd-webfont.woff") format("woff"), url("../fonts/nokiapureheadline_bd-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Nokia Pure Headline";
  src: url("../fonts/nokiapureheadline_rg-webfont.woff") format("woff"), url("../fonts/nokiapureheadline_rg-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Nokia Pure Text";
  src: url("../fonts/nokiapuretext_md-webfont.woff") format("woff"), url("../fonts/nokiapuretext_md-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

[id="header"] {
  padding: 72px 0 39px;
  color: #fff;
}

[id="header"] h1 {
  color: inherit;
  letter-spacing: -0.35px;
  font-weight: 100;
}

[id="header"] .logo {
  margin-bottom: 37px;
}

.header-text > *:last-child {
  margin-bottom: 0;
}

[id="footer"] {
  color: #fff;
  padding: 36px 0 45px;
}

[id="footer"] h2 {
  font-size: 48px;
  line-height: 1.18;
  margin-bottom: 24px;
  color: inherit;
  font-weight: 400;
}

[id="footer"] p {
  font-size: 16px;
  line-height: 1.19;
  font-weight: 400;
}

[id="footer"] a {
  color: inherit;
}

[id="footer"] a:hover {
  text-decoration: underline;
}

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

.top-footer > *:last-child {
  margin-bottom: 0;
}

.bottom-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-footer h3 {
  font-size: 24px;
  color: inherit;
  margin-bottom: 2px;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.container-wrap {
  max-width: 1057px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.btn {
  vertical-align: top;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  background: #124191;
  padding: 5px 10px;
  display: block;
  text-align: center;
  border: 1px solid #124191;
}

.btn:hover {
  color: #124191;
  background: #fff;
  text-decoration: none;
}

.promo-text-section {
  padding: 40px 0 47px;
}

.promo-text {
  font-size: 24px;
  line-height: 1.18;
}

.promo-text > *:last-child {
  margin-bottom: 0;
}

.promo-text a {
  font-weight: 700;
}

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

.intro-section {
  padding: 32px 0 16px;
  overflow: hidden;
}

.intro-section .col-1 {
  width: 30%;
  padding-right: 10px;
}

.intro-section .col-2 {
  width: 25%;
}

.intro-section .col-3 {
  width: 40%;
}

.intro .row-intro-title {
  margin-bottom: -34px;
}

.intro .row-intro-text {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
}

.intro .box-icon {
  position: relative;
}

.intro .descr {
  font-size: 14px;
  color: #4d5767;
  margin-top: 17px;
  display: block;
  font-weight: 400;
}

.intro > *:last-child {
  margin-bottom: 0;
}

.text-items {
  padding-top: 6px;
}

.text-items p {
  font-size: 24px;
  line-height: 1.17;
  margin: 0;
}

.text-items p:first-child {
  max-width: 203px;
}

.text-items p:last-child {
  max-width: 205px;
}

.text-items p span {
  font-size: 18px;
  display: block;
  margin-top: 4px;
}

.row-items {
  display: -ms-flexbox;
  display: flex;
}

.expand-box {
  position: relative;
  top: -32px;
  margin-bottom: -33px;
  width: 392px;
  left: 55px;
}

.expand-box svg {
  overflow: visible;
}

.expand-box h2 {
  font-size: 129px;
  margin-bottom: 4px;
}

.expand-box p {
  text-align: right;
  color: #124191;
  font-size: 32px;
  margin: 0;
  animation: fadeIn 9s infinite;
  animation-fill-mode: both;
}

.expand-box-mobile {
  margin-left: -28px;
}

.digit {
  font-weight: 700;
  font-size: 80px;
  color: #124191;
  line-height: 1;
  display: inline-block;
}

.digit.x-large {
  font-size: 117px;
}

.digit.large {
  font-size: 92px;
}

.text-speed {
  font-size: 64px;
  font-weight: 400;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-speed .number {
  color: #4d5767;
  padding-left: 28px;
  display: -ms-flexbox;
  display: flex;
}

.text-speed .col {
  -ms-flex: none;
  flex: none;
}

.text-speed small {
  font-weight: 300;
  font-size: 30px;
  padding-left: 14px;
  color: #4d5767;
}

.text-speed sup {
  font-size: 18px;
}

.about-section {
  padding: 43px 0 0;
}

.about-section .box-full-icon {
  margin-top: -7px;
  margin-bottom: -18px;
}

.width-number {
  width: 122px;
  -ms-flex: none;
  flex: none;
  max-width: 122px;
}

.width-number-sm {
  width: 94px;
}

.width-number-xl {
  max-width: 264px;
  width: 264px;
  -ms-flex: none;
  flex: none;
}

.about h2 {
  letter-spacing: -.7px;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 94px;
}

.about .text {
  font-size: 26px;
  font-weight: 400;
}

.about .text-large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.about .text-large .digit {
  padding-right: 33px;
}

.about .text-large p {
  font-size: 44px;
  font-weight: 400;
  color: #4d5767;
}

.about .text-large sup {
  font-size: 14px;
  left: 2px;
  top: -2em;
}

.about .col {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.about .col-1 {
  width: 16%;
  padding-right: 25px;
}

.about .col-2 {
  width: 43%;
}

.about .col-3 {
  margin-right: -40px;
}

.about .col-4 {
  width: 46%;
  padding-right: 10px;
}

.about .col-5 {
  width: 54%;
}

.about p {
  margin: 0;
}

.about h4 {
  font-size: 62px;
}

.about .row-items {
  margin-bottom: 11px;
}

.about .row-items:last-child {
  margin-bottom: 0;
}

.about .text-info p {
  font-size: 27px;
  font-weight: 400;
  color: #4d5767;
  margin-bottom: 10px;
  max-width: 100%;
}

.about .text-info sup {
  font-size: 27px;
  top: -36px;
  font-weight: 400;
}

.about .descr {
  font-size: 12px;
  font-weight: 400;
  color: #124191;
  margin-top: 12px;
}

.about .box-icon {
  margin-top: 15px;
}

.details-section {
  padding: 29px 0 28px;
}

.details-section h5 {
  margin-bottom: 30px;
}

.details-section .subtitle {
  color: #4d5767;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}

.details-rows {
  margin-bottom: 24px;
}

.details-rows .opener {
  background: #99a3ae;
  color: #fff;
  padding: 8px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
}

.details-rows .opener i {
  font-weight: 700;
  font-size: 36px;
  padding: 3px 0 0 7px;
}

.details-rows p {
  margin: 0;
}

.details-rows a {
  display: block;
}

.details-rows .list {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
}

.details-rows .col {
  padding: 0 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.details-rows .col ul {
  background: #fff;
  -ms-flex: auto;
  flex: auto;
  padding: 9px 18px 14px;
}

.details-rows .col li {
  position: relative;
  padding-left: 14px;
  color: #4d5767;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 12px;
}

.details-rows .col li::before {
  content: '';
  background: #124191;
  border-radius: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: -4px;
}

.details-rows .col li:last-child {
  margin-bottom: 0;
}

.features-section {
  padding: 60px 0 64px;
}

.features-section .title-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.features-section .title-row span {
  color: #124191;
  font-size: 56px;
}

.features-section h2 {
  position: relative;
  padding-right: 57px;
  margin: 0 70px 0 0;
  line-height: 1;
  font-size: 157px;
  left: -7px;
}

.features-section h2::after {
  content: '';
  width: 3px;
  height: 78%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: #124191;
}

.features-section h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.features-section h4 {
  font-size: 32px;
  margin-bottom: 7px;
}

.features-section a {
  font-size: 20px;
  font-weight: 700;
  color: #4d5767;
}

.features-section a:hover {
  text-decoration: underline;
}

.features-section .row-text {
  margin-bottom: -10px;
}

.features-section .row-text .col-1 {
  width: 45%;
  margin-right: -190px;
}

.features-section .row-text .col-2 {
  margin-right: -126px;
  margin-top: 8px;
}

.improves-box h4 {
  margin-bottom: 19px;
}

.improves-box ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 37px;
  padding-bottom: 47px;
  position: relative;
}

.improves-box ul::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background: #000;
}

.improves-box li {
  padding: 0 5px;
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.improves-box strong {
  font-size: 28px;
  display: block;
  margin-bottom: 22px;
}

.improves-box .ico-holder {
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.improves-box img {
  margin: auto;
}

.feature-box h3 {
  margin-bottom: 13px;
}

.feature-box p {
  padding-top: 4px;
}

.feature-box .row-items {
  margin: 37px -6px 0;
}

.feature-box .col {
  padding: 0 6px;
  display: -ms-flexbox;
  display: flex;
}

.feature-box .img-holder {
  -ms-flex: auto;
  flex: auto;
  background: #fff;
  text-align: center;
}

.feature-box li {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 6px 2px 0;
  min-height: 60px;
  margin-bottom: 13px;
}

.feature-box li:last-child {
  margin-bottom: 0;
}

.feature-box .ico {
  -ms-flex: none;
  flex: none;
  width: 130px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-box ul {
  width: 100%;
}

.feature-box ul p {
  font: 500 21px "Nokia Pure Text", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
}

.feature-box .col-1 {
  width: 65%;
}

.feature-box .col-2 {
  width: 58%;
}

.animation-section {
  padding: 11px 0 26px;
}

.container-btn {
  padding: 30px 28px;
  background: #fff;
}

.col-footer-text {
  padding-right: 20px;
}

@media (min-width: 720px) {
  .tablet-hide {
    display: none;
  }

  .expand-box-mobile {
    display: none;
  }

  .details-rows .opener i {
    display: none;
  }
}

@media (max-width: 1145px) {
  h1,
  .h1 {
    font-size: 93px;
  }

  [id="header"] .logo {
    margin-bottom: 45px;
  }

  [id="footer"] {
    padding-top: 28px;
  }

  [id="footer"] h2 {
    margin-bottom: 13px;
  }

  .container-wrap {
    max-width: 900px;
    padding: 0 28px;
  }

  .intro-section .col-1 {
    width: 35%;
  }

  .intro-section .col-2 {
    width: 24%;
  }

  .intro .box-icon {
    right: -78px;
  }

  .expand-box {
    left: 30px;
  }

  .expand-box p {
    padding-right: 14px;
  }

  .digit.large {
    font-size: 83px;
  }

  .about h2 {
    margin-bottom: 15px;
  }

  .about .text-large .digit {
    padding-right: 29px;
  }

  .about .col-1 {
    width: 20%;
    padding-right: 21px;
  }

  .about .col-2 {
    width: 56%;
  }

  .about .col-4 {
    width: 30%;
  }

  .about .col-5 {
    width: 70%;
  }

  .about h4 {
    font-size: 44px;
  }

  .about .row-items {
    margin-bottom: 19px;
  }

  .about .text-info p {
    max-width: 310px;
  }

  .about .descr {
    margin-top: 5px;
  }

  .details-section {
    padding: 33px 0 48px;
  }

  .details-rows {
    margin-bottom: 46px;
  }

  .details-rows .opener {
    font-size: 18px;
  }

  .details-rows .col ul {
    padding: 8px 12px 14px;
  }

  .details-rows .col li {
    margin-bottom: 10px;
  }

  .details-rows .col li {
    font-size: 18px;
  }

  .details-rows .col li::before {
    top: 7px;
    left: -2px;
    width: 6px;
    height: 6px;
  }

  .features-section {
    padding-bottom: 80px;
  }

  .features-section .title-row {
    margin-bottom: 31px;
    max-width: 760px;
  }

  .features-section .title-row span {
    font-size: 40px;
  }

  .features-section h2 {
    padding-right: 45px;
    margin: 0 45px 0 0;
    font-size: 110px;
    left: 0;
  }

  .features-section .row-text {
    margin-bottom: 15px;
  }

  .features-section .row-text .col-1 {
    width: 55%;
    margin-right: -155px;
  }

  .features-section .row-text .col-2 {
    margin-right: -105px;
  }

  .improves-box strong {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .improves-box .img-01 img {
    width: 72px;
  }

  .improves-box .img-02 img {
    width: 113px;
  }

  .improves-box .img-03 img {
    width: 172px;
  }

  .improves-box .img-04 img {
    width: 130px;
  }

  .improves-box .img-05 img {
    width: 228px;
  }

  .feature-box h3 {
    margin-bottom: 0;
  }

  .feature-box li {
    min-height: 49px;
  }

  .feature-box .ico {
    width: 112px;
  }

  .feature-box .img-01 img {
    width: 44px;
  }

  .feature-box .img-02 img {
    width: 54px;
  }

  .feature-box .img-03 img {
    width: 66px;
  }

  .feature-box .img-04 img {
    width: 60px;
  }

  .feature-box .img-05 img {
    width: 56px;
  }

  .feature-box .img-06 img {
    width: 44px;
  }

  .feature-box ul p {
    font-size: 18px;
  }
}

@media (max-width: 909px) {
  .intro-section .col-1 {
    width: 31%;
  }

  .intro-section .col-2 {
    width: 27%;
  }

  .intro .row-intro-title {
    margin-bottom: 0;
  }

  .expand-box {
    width: 100%;
  }

  .about-section .box-full-icon {
    margin-bottom: -12px;
  }

  .about .text-large .digit {
    padding-right: 0;
  }

  .about .col-1 {
    width: 100%;
    padding-right: 0;
  }

  .about .col-2 {
    width: 100%;
  }

  .about .col-3 {
    margin-right: 0;
  }

  .about .col-4 {
    width: 100%;
  }

  .about .col-5 {
    width: 100%;
  }

  .about h4 {
    margin-bottom: 25px;
    max-width: 350px;
  }

  .about .row-items {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about .text-info p {
    font-size: 32px;
    max-width: 100%;
  }

  .about .descr {
    font-size: 15px;
    margin-top: 10px;
  }

  .about .box-icon {
    margin-top: 0;
  }

  .features-section .row-text .col-2 {
    margin-right: -600px;
  }
}

@media (max-width: 719px) {
  h1,
  .h1 {
    font-size: 46px;
  }

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

  [id="header"] {
    padding: 64px 0 37px;
    text-align: center;
  }

  [id="header"] h1 {
    letter-spacing: -1px;
  }

  [id="header"] .logo {
    margin-bottom: 50px;
  }

  [id="header"] .logo img {
    width: 315px;
  }

  [id="footer"] h2 {
    font-size: 56px;
    margin-bottom: 26px;
  }

  [id="footer"] p {
    font-size: 20px;
    line-height: 1.2;
  }

  .top-footer {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .bottom-footer {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom-footer .logo {
    margin-top: 25px;
  }

  .col-logo {
    text-align: right;
    width: 100%;
  }

  .container-wrap {
    padding: 0 28px;
  }

  .promo-text-section {
    padding: 22px 0 28px;
  }

  .promo-text a {
    font-size: 30px;
    color: #fff;
    background: #124191;
    padding: 5px 10px;
    display: block;
    margin-top: 21px;
    text-align: center;
    border: 1px solid #124191;
  }

  .promo-text a:hover {
    color: #124191;
    background: #fff;
    text-decoration: none;
  }

  .intro-section {
    padding: 20px 0 16px;
  }

  .intro-section .col-1 {
    width: 100%;
  }

  .intro-section .col-2 {
    width: 100%;
  }

  .intro-section .col-3 {
    width: 100%;
  }

  .intro .row-intro-title {
    margin-bottom: 18px;
  }

  .intro .row-intro-text {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 54px;
  }

  .intro .box-icon {
    right: -28px;
    width: 100%;
    text-align: right;
  }

  .intro .descr {
    margin: 0 0 26px;
  }

  .intro .box-icon-mobile-sm {
    width: 480px;
    right: 0;
    margin-left: auto;
    margin-right: -28px;
  }

  .intro .box-icon-mobile-sm img {
    width: 100%;
  }

  .text-items p {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .text-items p:first-child {
    max-width: 100%;
  }

  .text-items p:last-child {
    max-width: 100%;
  }

  .text-items p span {
    clear: both;
  }

  .text-items .digit {
    float: left;
    margin-right: 18px;
  }

  .row-items {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .expand-box {
    display: none;
  }

  .expand-box h2 {
    font-size: 117px;
    margin-bottom: 0;
  }

  .expand-box p {
    text-align: left;
  }

  .digit {
    font-size: 72px;
  }

  .digit.large {
    font-size: 71px;
  }

  .text-speed {
    margin-bottom: 8px;
  }

  .text-speed .number {
    padding-left: 22px;
  }

  .about-section {
    padding-top: 31px;
  }

  .about-section .box-full-icon {
    margin-top: 20px;
    margin-bottom: -13px;
  }

  .about h2 {
    font-size: 74px;
  }

  .about .text {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .details-section {
    padding: 30px 0 40px;
  }

  .details-section h5 {
    font-size: 44px;
    margin-bottom: 18px;
  }

  .details-rows .opener {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    padding: 9px;
  }

  .details-rows .list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 23px;
  }

  .details-rows .col {
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
  }

  .details-rows .col ul {
    padding: 21px 11px 14px;
    background: transparent;
  }

  .details-rows .col li {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .details-rows .col li::before {
    width: 10px;
    height: 10px;
    top: 12px;
    left: -10px;
  }

  .features-section {
    padding: 28px 0 0;
  }

  .features-section .title-row {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 28px;
  }

  .features-section .title-row::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #124191;
  }

  .features-section .title-row span {
    font-size: 42px;
    max-width: 370px;
    margin: 0 auto;
  }

  .features-section h2 {
    padding-right: 0;
    margin: 0 0 4px;
  }

  .features-section h2::after {
    display: none;
  }

  .features-section h3 {
    max-width: 400px;
  }

  .features-section h4 {
    font-size: 40px;
  }

  .features-section a {
    font-size: 30px;
    color: #fff;
    background: #124191;
    padding: 5px 10px;
    display: block;
    text-align: center;
    border: 1px solid #124191;
  }

  .features-section a:hover {
    color: #124191;
    background: #fff;
    text-decoration: none;
  }

  .features-section .row-text .col-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .features-section .row-text .col-2 {
    margin: 0 -280px 0 -120px;
  }

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

  .improves-box h4 {
    margin-bottom: 26px;
  }

  .improves-box ul {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .improves-box li {
    margin-bottom: 68px;
  }

  .improves-box li:last-child {
    margin-bottom: 0;
  }

  .improves-box strong {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .improves-box .img-01 img {
    width: 90px;
  }

  .improves-box .img-02 img {
    width: 138px;
  }

  .improves-box .img-03 img {
    width: 216px;
  }

  .improves-box .img-04 img {
    width: 164px;
  }

  .improves-box .img-05 img {
    width: 288px;
  }

  .feature-box h3 {
    margin-bottom: 20px;
  }

  .feature-box p {
    margin-bottom: 34px;
  }

  .feature-box .row-items {
    margin: 0;
  }

  .feature-box .col {
    padding: 0;
    margin-bottom: 22px;
  }

  .feature-box li {
    margin-bottom: 16px;
    padding: 2px 6px 2px 0;
    min-height: 90px;
  }

  .feature-box .ico {
    width: 130px;
  }

  .feature-box .img-01 img {
    width: 76px;
  }

  .feature-box .img-02 img {
    width: 104px;
  }

  .feature-box .img-03 img {
    width: 114px;
  }

  .feature-box .img-04 img {
    width: 96px;
  }

  .feature-box .img-05 img {
    width: 94px;
  }

  .feature-box .img-06 img {
    width: 71px;
  }

  .feature-box ul p {
    font-size: 19px;
  }

  .feature-box .col-1 {
    width: 100%;
  }

  .feature-box .col-2 {
    width: 100%;
  }

  .animation-section {
    padding: 15px 0;
  }

  .animation-section .container-wrap {
    margin: 0 -30px;
    width: auto;
  }

  .full-train {
    margin-left: -400px;
  }
}