/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* 
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger:hover {
  opacity: .7; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

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

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

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

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

.slick-slide img {
  display: block; }

.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; }

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .container--900 {
    padding: 0 135px; }

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px; }
    .container--900 {
      padding: 0; } }

@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px; } }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px; } }

@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 20px; } }

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Black';
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FiraSans Bold';
  src: url("../fonts/FiraSans-Bold.eot");
  src: url("../fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FiraSans Semibold';
  src: url("../fonts/FiraSans-SemiBold.eot");
  src: url("../fonts/FiraSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-SemiBold.woff") format("woff"), url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraSans Medium';
  src: url("../fonts/FiraSans-Medium.eot");
  src: url("../fonts/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Medium.woff") format("woff"), url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

  @font-face {
    font-family: 'FiraSans Regular';
    src: url("../fonts/FiraSans-Regular.eot");
    src: url("../fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Regular.woff") format("woff"), url("../fonts/FiraSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

    @font-face {
      font-family: 'FiraSans Light';
      src: url("../fonts/FiraSans-Light.eot");
      src: url("../fonts/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans-Light.ttf") format("truetype");
      font-weight: normal;
      font-style: normal; }

html {
  height: 100%; }

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.7;
  color: #343641;
  font-family: 'FiraSans Light', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  margin: 0; }

img {
  max-width: 100%; }

input:required, textarea:required {
  box-shadow: none;
  outline: none; }

input:invalid, textarea:invalid {
  box-shadow: none; }

input:focus, textarea:focus {
  outline: none; }

*::-webkit-input-placeholder {
  color: #343641;
  opacity: .75; }

*:-moz-placeholder {
  color: #343641;
  opacity: .75; }

*::-moz-placeholder {
  color: #343641;
  opacity: .75; }

*:-ms-input-placeholder {
  color: #343641;
  opacity: .75; }

a {
  text-decoration: none;
  color: #343641; }
  a:focus, a:hover {
    outline: none;
    text-decoration: none; }

button:active, button:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

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

input, select, button {
  outline: none; }

input,
textarea {
  -webkit-appearance: none; }

input:disabled {
  opacity: 1; }

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

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

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input; }

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

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

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

p {
  text-align: justify; }

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

.clearfix:after {
  clear: both; }

.slick-slide {
  outline: none; }

* {
  -webkit-tap-highlight-color: transparent; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.object-fit {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover; }

.wrap {
  overflow: hidden; }

.hidden {
  display: none; }

.noscroll {
  overflow: hidden; }

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.main {
  padding-top: 84px; }

.section {
  position: relative;
  padding: 50px 0; }
  .section--dark {
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    background-color: #F5FAFB; }
    .section--dark.section--dark-bottom {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  .section-title {
    margin: 0;
    font-weight: normal;
    font-family: 'FiraSans Bold', sans-serif;
    color: #3A3F53;
    font-size: 26px;
    line-height: 1.3;
    text-align: center; }

.h3 {
  margin: 0;
  font-weight: normal;
  color: #3A3F53;
  line-height: 1.3;
  font-size: 21px;
  font-family: "FiraSans Semibold"; }

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  height: 64px;
  line-height: 64px;
  padding: 0 35px;
  text-transform: uppercase;
  background: #FC8D27;
  box-shadow: 0px 4px 10px rgba(71, 84, 133, 0.25);
  border-radius: 64px;
  color: #fff;
  font-family: 'FiraSans Medium', sans-serif;
  font-size: 20px;
  transition: ease .3s;
  border: none; }
  .btn:hover {
    background: #FF9838; }
    .btn:hover .svg {
      top: 6px; }
  .btn .svg {
    margin-left: 18px;
    position: relative;
    top: 2px;
    -webkit-transition: top .3s;
    transition: top .3s; }

.list li {
  position: relative;
  font-family: 'FiraSans Light', sans-serif;
  line-height: 1.3;
  padding-left: 30px;
  margin-bottom: 13px; }
  .list li:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url(../img/check-list.svg);
    left: 0;
    top: 5px; }

.btn-and-support {
  text-align: center;
  display: inline-block; }
  .btn-and-support__title {
    display: block;
    font-size: 20px;
    font-family: 'FiraSans Medium';
    color: #3A3F53;
    line-height: 1.5;
    margin-bottom: 20px; }

.support {
  margin-top: 15px;
  display: block; }
  .support__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    top: 3px; }
  .support__title {
    font-family: 'Roboto Regular';
    color: #B2B7CC;
    font-size: 15px;
    line-height: 1;
    margin-left: 15px; }
  .support + .btn-and-support__title {
    margin-top: 35px; }

.back,
.next {
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  position: absolute; }
  .back .svg path,
  .next .svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .back:hover .svg path,
  .next:hover .svg path {
    fill: #5F94FD; }

.next {
  right: 0px; }
  .next .svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.back {
  left: 0px; }

@media only screen and (max-width: 1199px) {
  .main {
    padding-top: 66px; } }

@media only screen and (max-width: 575px) {
  body {
    font-size: 16px; }
  .section-title {
    font-size: 22px; }
  .h3 {
    font-size: 18px; }
  .btn-and-support__title {
    font-size: 18px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrap {
    border-top: 86px solid transparent; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1199px) {
  .wrap {
    border-top: 66px solid transparent; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  background: #4659A4;
  box-shadow: -2px 4px 15px rgba(71, 84, 133, 0.3);
  z-index: 2; }
  .header.is-fixed {
    position: fixed;
    height: 66px; }
    .header.is-fixed .navbar {
      height: 66px; }
    .header.is-fixed .menu__item {
      line-height: 66px; }

.navbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px; }
  .navbar__btn {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 44px;
    padding: 0 18px;
    text-transform: none;
    font-size: 18px;
    line-height: 44px;
    margin-left: 10px; }
    .navbar__btn .svg {
      width: 14px;
      height: 16px;
      margin-left: 10px; }

.logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 36px; }

.menu {
  width: 100%; }
  .menu__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu__item {
    width: 100%;
    line-height: 84px;
    text-align: center;
    position: relative; }
    .menu__item:after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 2px;
      top: 50%;
      height: 30px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.1);
      right: 0; }
    .menu__item:last-child:after {
      display: none; }
    .menu__item--header {
      background: #6176C9;
      min-width: 240px; }
      .menu__item--header:after {
        display: none; }
      .menu__item--header .menu__link {
        padding: 0 20px; }
        .menu__item--header .menu__link:before {
          display: none; }
  .menu__link {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'FiraSans Medium', sans-serif;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0 20px; }
    .menu__link:before {
      position: absolute;
      content: '';
      display: inline-block;
      height: 2px;
      left: 0;
      right: 0;
      background-color: transparent;
      -webkit-transition: background-color .3s;
      transition: background-color .3s;
      bottom: -5px; }
    .menu__link.active:before, .menu__link:hover:before {
      background-color: #fff; }

.hamburger {
  display: none;
  cursor: pointer;
  padding: 0;
  height: 22px; }
  .hamburger .hamburger-box {
    width: 30px; }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::after,
  .hamburger .hamburger-inner::before {
    background-color: #fff;
    height: 2px;
    width: 30px; }
  .hamburger:hover {
    opacity: 1; }
    .hamburger:hover .hamburger-inner,
    .hamburger:hover .hamburger-inner::after,
    .hamburger:hover .hamburger-inner::before {
      background-color: #fff; }
  .hamburger .hamburger-inner::before {
    top: 10px; }
  .hamburger .hamburger-inner::after {
    top: 20px; }
  .hamburger.is-active .hamburger-inner::after {
    top: 20px; }
  .hamburger.is-active .hamburger-inner {
    top: 3px; }

@media only screen and (max-width: 1199px) {
  .header {
    height: 66px; }
  .navbar {
    height: 66px;
    padding-left: 0;
    padding-right: 0; }
  .hamburger {
    display: inline-block;
    margin-right: 20px;
    z-index: 12; }
  .logo {
    margin-right: auto;
    z-index: 12; }
  .menu {
    position: fixed;
    background-color: #343641;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    padding-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -100%;
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    z-index: 11; }
    .menu.visible {
      margin-left: 0; }
    .menu .menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0px; }
    .menu .menu__item {
      width: 100%;
      margin: 0;
      padding: 0; }
      .menu .menu__item:after {
        display: none; }
      .menu .menu__item--header {
        background-image: none;
        min-width: auto; }
    .menu .menu__link {
      height: auto;
      line-height: 1.2;
      display: block;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 15px;
      font-family: 'Roboto Bold', sans-serif;
      width: 100%;
      text-transform: uppercase;
      -webkit-transition: all .3s;
      transition: all .3s;
      padding: 15px 20px;
      margin: 0;
      white-space: normal; }
      .menu .menu__link:hover:before, .menu .menu__link.active:before {
        display: none; }
      .menu .menu__link.active {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5BB0FF), to(#6273FA));
        background-image: linear-gradient(180deg, #5BB0FF 0%, #6273FA 100%); }
  .overlay {
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 10; }
    .overlay.is-visible {
      opacity: 1;
      visibility: visible; } }

.hero {
  padding: 45px 0; }
  .hero-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .hero__title {
    font-weight: normal;
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
    color: #3A3F53;
    font-family: 'FiraSans Bold', sans-serif; }
  .hero__image {
    display: inline-block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 580px;
    box-shadow: -2px 4px 15px rgb(71 84 133 / 30%);
    border-radius: 15px;
    margin-right: 50px; }
/* dropdown */
.dropdown {
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.dropdown::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.dropdown .dropdown__content:hover {
  opacity: 1;
  -webkit-transform: translateY(100%) translateX(0%);
  -ms-transform: translateY(100%) translateX(0%);
  transform: translateY(100%) translateX(0%);
  visibility: visible
}
.dropdown:hover .dropdown__content {
  opacity: 1;
  -webkit-transform: translateY(105%) translateX(0%);
  -ms-transform: translateY(105%) translateX(0%);
  transform: translateY(105%) translateX(0%);
  visibility: visible
}
.dropdown__title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  padding-left: 13px;
  padding-right: 23px;
  min-height: 40px;
}
.dropdown__title:before {
  position: absolute;
  right: 6px;
  top: 46%;
  width: 4px;
  height: 4px;
  content: "";
  border-top: 5px solid #F3FFFF;
  border-right: 4px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 4px solid transparent;
  transition: ease .3s;
}
.dropdown__title-icon {
  padding-right: 8px;
}
.dropdown__content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 190px;
  height: auto;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  transform: translateY(105%) translateX(0%);
  background-color: #fcfcfd;
  z-index: 4;
  transition: opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s, margin .3s, visibility .3s;
  transition: transform .3s, opacity .3s, margin .3s, visibility .3s;
  transition: transform .3s, opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding-left: 23px;
  padding-right: 15px;
  padding-bottom: 6px;
  padding-top: 10px
}
@media (max-width:1199.98px) {
  .dropdown {
    height: 50px;
  }
  .dropdown .dropdown__title {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%;
  }
  .dropdown .dropdown__content {
      display: none;
      -webkit-animation: Fade .2s;
      animation: Fade .2s
  }
  .dropdown.dropdown--active .dropdown__content {
      display: flex;
      transform: translateY(100%) translateX(17%);
  }
  .dropdown__content {
    opacity: 1;
    margin: 0;
    z-index: 1;
    visibility: visible;
  }
  .dropdown.dropdown--active .dropdown__title:before {
    transform: rotate(-180deg) translateY(5px);
  }
  .dropdown .dropdown__content:hover {
    transform: translateY(100%) translateX(17%);
  }
  .dropdown__title:before {
    right: 80px;
  }
}
@media (min-width:1199.98px) {
  .dropdown:hover .dropdown__title:before {
    transform: rotate(-180deg) translateY(5px);
  }
}
.dropdown__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  line-height: 1;
  font-family: 'FiraSans Regular';
  font-weight: 400;
  font-size: 18px;
  color: #555864;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid #EFEFEF;
}
.dropdown__link:last-child {
  border-bottom: none;
}
.dropdown__link:focus,
.dropdown__link:hover {
  color: #4659A4;
}
.dropdown__icon {
  height: auto;
  display: inline-block;
  margin-right: 18px;
}   
/* video-thumbnail */
.video-thumbnail-block {
  max-width: 678px;
}
.video-thumbnail {
  position: relative;
  padding-bottom: 62.7%;
  height: 0;
  overflow: hidden;
  border: 10px solid #FFFFFF;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
  border-radius: 20px;
}
.video-thumbnail .video-thumbnail-popup {
  margin-bottom: 0;
}
.video-thumbnail iframe,
.video-thumbnail object,
.video-thumbnail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__image{
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-thumbnail__preview{
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__content{
  display: none;
}
.video-thumbnail--active .video-thumbnail__preview{
  display: none;
}
.video-thumbnail--active .video-thumbnail__content{
	display: block;
	position: absolute;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.video-thumbnail__play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83px; 
  height: 83px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
	background: url(../img/play.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.video-thumbnail__preview:hover .video-thumbnail__play{
  opacity: 0.7;
}
.video-thumbnail__play.video-thumbnail__play-gray {
  filter: invert(0.4);
} 
.video-thumbnail__preview:after{
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	height: 100%;
	background: none;
  /* background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%); */
	opacity: 0.5;
	transition: ease 0.4s;
}
.video-thumbnail__preview:hover:after {
  /* background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%); */
	opacity: 0;
	transition: ease 0.4s;
}
  .hero__info {
    width: 100%; }
  .hero__list {
    margin-top: 23px; }
  .hero__btn {
    margin-top: 15px; }

@media only screen and (max-width: 1199px) {
  .hero-block {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .hero__image {
    margin-right: 30px;
    width: 45%; }
  .hero__title br {
    display: none; } }

@media only screen and (max-width: 991px) {
  .hero-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hero__image {
    width: 100%;
    max-width: 600px;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 575px) {
  .hero__title {
    font-size: 28px; } }

.steps {
  padding: 40px 0 45px; }
  .steps-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -9px;
    margin-right: -9px;
    margin-top: 40px; }

.step {
  display: inline-block;
  text-align: center;
  background: #EEF6F8;
  border-radius: 15px;
  overflow: hidden;
  width: 25%;
  margin: 0 9px; }
  .step__icon {
    width: 100%;
    object-fit: cover;
    height: 165px;
    display: inline-block; }
  .step__title {
    margin: 0;
    font-weight: normal;
    font-family: 'FiraSans Bold', sans-serif;
    color: #4659A4;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 10px;
    display: block;
    margin-top: 10px; }
  .step__text {
    display: block;
    padding: 0 10px 10px;
    margin-top: 15px; }

@media only screen and (max-width: 991px) {
    .steps-block {
      margin-left: 0;
      margin-right: 0;
      flex-wrap: wrap; }
    .step {
      margin-bottom: 40px;
      width: 50%;
      max-width: 300px; }
      .step:last-child {
        margin-bottom: 0; }
        .section--dark {
          border-bottom-left-radius: 10% 5%;
          border-bottom-right-radius: 10% 5%;} }

@media only screen and (max-width: 767px) {
  .step {
    width: 100%; }
    .step:last-child {
      margin-bottom: 0; } }

.link {
  color: #4659A4;
  text-decoration: underline;
  transition: ease 0.3s;
}      
.link:hover {
  color: #6d82d5;
  text-decoration: none;
}    
.about {
  text-align: center; }
  .about-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
    text-align: left; }
  .about__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-radius: 15px;
    margin-top: 10px;
    margin-right: 50px; }
  .about__btn-and-support {
    margin-top: 30px; }

@media only screen and (max-width: 991px) {
  .about__image {
    margin-right: 30px; } }

@media only screen and (max-width: 767px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .about__image {
    margin: 0; }
  .about__list {
    margin-top: 30px; } }

.compare {
  text-align: center; }
  .compare__table {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    .compare__table table {
      width: 100%;
      border-collapse: collapse; }
      .compare__table table thead {
        background: #EEF6F8;
        border-radius: 48px;
      }
      .compare__table table th {
        font-weight: normal;
        font-family: 'FiraSans Semibold';
        font-size: 21px;
        color: #3A3F53;
        line-height: 1.1;
        padding: 20px 30px; }
        .compare__table table th br {
          display: none; }
        .compare__table table th:nth-child(1) {
          text-align: left;
          border-top-left-radius: 48px;
          border-bottom-left-radius: 48px; }
          .compare__table table th:last-child {
            border-top-right-radius: 48px;
            border-bottom-right-radius: 48px;}
      .compare__table table td {
        text-align: center;
        font-family: 'FiraSans Regular', sans-serif;
        color: #0E654B;
        line-height: 1.1;
        padding: 17px 30px 14px; }
        .compare__table table td:nth-child(1) {
          text-align: left;
          color: #343641;
          border-top-left-radius: 48px;
          border-bottom-left-radius: 48px; }
          .compare__table table td:last-child {
            border-top-right-radius: 48px;
            border-bottom-right-radius: 48px; }
      .compare__table table tr:nth-child(2n) {
        background: #F8FCFD;
        border-radius: 48px; }
  .compare__btn-and-support {
    margin-top: 30px; }

@media only screen and (max-width: 991px) {
  .compare__table table th {
    padding: 15px;
    font-size: 18px; }
  .compare__table table td {
    padding: 15px 15px;
    font-size: 16px; } }

@media only screen and (max-width: 575px) {
  .compare__table table th {
    font-size: 14px;
    padding: 13px 10px; }
    .compare__table table th br {
      display: inline; }
  .compare__table table td {
    font-size: 14px;
    padding: 13px 10px; }
    .compare__table table td img {
      width: 20px;
      height: 20px; } }

.screens {
  padding-bottom: 60px; }
  .screens__slider {
    position: relative;
    margin-top: 30px; }
  .screens__slider-arrows {
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    left: 15px;
    right: 15px; }
  .screens__js-slider {
    width: -webkit-calc(900px + 20px);
    width: calc(900px + 20px);
    margin-left: auto;
    margin-right: auto; }
    .screens__js-slider img {
      margin: 0 10px;
      border-radius: 15px; }

@media only screen and (max-width: 1199px) {
  .screens__slider-arrows {
    left: 0;
    right: 0; }
  .screens__js-slider {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); } }

@media only screen and (max-width: 575px) {
  .screens__slider-arrows {
    display: none; }
  .screens__js-slider {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px; } }

.media-block {
  margin-top: 35px; }

blockquote {
  padding: 0;
  margin: 0;
  background-color: #F5FAFB;
  border-radius: 100px;
  position: relative;
  padding: 20px 120px;
  margin-left: -120px;
  margin-right: -120px;
  text-align: justify; }
  blockquote:nth-child(2n) {
    background-color: transparent; }
    /* blockquote:nth-child(2n):before {
      background-image: url("../img/quotes-dark.svg"); } */
  /* blockquote:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-image: url("../img/quotes.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 32px;
    height: 32px;
    left: 65px;
    top: 15px; } */
  blockquote a {
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration-color .3s;
    transition: -webkit-text-decoration-color .3s;
    transition: text-decoration-color .3s;
    transition: text-decoration-color .3s, -webkit-text-decoration-color .3s;
    color: #5F94FD;
    line-height: 1;
    white-space: nowrap; }
    blockquote a:hover {
      text-decoration: none;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent; }
    .blockquote-title {
      font-size: 18px;
      font-family: 'FiraSans Bold', sans-serif;
      color: #3A3F53;
      margin: 0 0 15px;
    }

@media only screen and (max-width: 1199px) {
  blockquote {
    padding: 20px 30px 20px 80px;
    margin-left: 0;
    margin-right: 0; }
    blockquote:before {
      left: 25px; } }

@media only screen and (max-width: 575px) {
  blockquote {
    padding: 50px 20px 20px; } }

.social__icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-right: -20px; }

.social__icon {
  display: inline-block;
  line-height: 1;
  margin: 0 20px; }

.social__subtitle {
  display: block;
  font-size: 20px;
  font-family: 'FiraSans Medium';
  color: #3A3F53;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px; }

.votes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 35px; }

.vote {
  text-align: center;
  margin: 0 20px; }
  .vote__btn {
    width: 120px;
    height: 48px;
    border: 2px solid transparent;
    background: #88B2BC;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Medium', sans-serif;
    display: inline-block;
    -webkit-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s; }
    .vote__btn:hover {
      background-color: #98C8D3; }
    .vote__btn--bdr {
      border-color: #88B2BC;
      background-color: transparent;
      color: #6E7799; }
      .vote__btn--bdr:hover {
        color: #fff;
        background-color: #98C8D3; }
  .vote__count {
    color: #B2B7CC;
    font-size: 17px;
    line-height: 1;
    display: block;
    margin-top: 20px; }

@media only screen and (max-width: 575px) {
  .social__subtitle {
    font-size: 18px; }
  .social__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 10px; }
  .social__icons {
    margin-left: -10px;
    margin-right: -10px; }
  .votes {
    margin-left: -10px;
    margin-right: -10px; }
  .vote {
    margin: 0 10px; } }

.disclaimer {
  font-size: 12px;
  line-height: 1.33;
  color: #4659A4;
  font-family: 'FiraSans Regular', sans-serif;
  padding: 20px 0;
  background-color: rgba(242, 242, 242, 0.62); }

.footer {
  background-color: #4659A4;
  text-align: center;
  color: #fff;
  padding: 14px 0; }

.copy {
  font-size: 14px;
  line-height: 1; }
  .copy br {
    display: none; }

@media only screen and (max-width: 449px) {
  .copy {
    font-size: 12px; }
    .copy br {
      display: inline; } }

.info {
  padding-bottom: 20px; }
  .info-section {
    padding-top: 10px;
    padding-bottom: 30px; }
  .info-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px; }
  .info__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 410px;
    border-bottom: 1px solid #E5E5E5; }
    .info__item:nth-child(1), .info__item:nth-child(2) {
      border-top: 1px solid #E5E5E5; }
      .info__item:nth-child(1) .info__icon:after, .info__item:nth-child(2) .info__icon:after {
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #5F94FD;
        display: inline-block;
        content: ''; }
  .info__icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 76px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
    position: relative; }
    .info__icon:before {
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #4659A4;
      display: inline-block;
      content: ''; }
  .info__text {
    line-height: 1.1;
    text-align: right; }
    .info__text strong,
    .info__text b {
      font-weight: normal;
      font-family: 'Roboto Medium', sans-serif; }

.techspec__prefooter {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px; }

.techspec__btn-and-support {
  margin-top: 30px; }

@media only screen and (max-width: 991px) {
  .info__item {
    width: 340px; } }

@media only screen and (max-width: 767px) {
  .info__item {
    width: 100%; }
    .info__item:nth-child(2) {
      border-top: none; }
      .info__item:nth-child(2) .info__icon:after {
        display: none; } }

.tutorial-section {
  padding: 50px 0 30px;
  text-align: center; }
  .tutorial-section p:last-child {
    margin-bottom: 0; }
  .tutorial-section img {
    width: 100%;
    height: auto;
    margin-top: 10px; }
  .tutorial-section .section-title {
    text-align: left; }
  .tutorial-section__btn-and-support {
    margin-top: 15px; }

.tutorial-head {
  padding-bottom: 45px; }

.screenshot {
  padding: 40px 0; }
  .screenshot img {
    width: 100%;
    height: auto; }
    .screenshot img + p {
      margin-bottom: 0; }
  .screenshot .section-title {
    margin-bottom: 30px;
    margin-top: 10px; }

.screenshots__prefooter {
  padding: 0;
  text-align: center;
  margin-top: -20px;
  padding-bottom: 25px; }

.screenshots__btn-and-support {
  margin-top: 30px; }
