@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* media queries breakpoints */
/*  keywords
    ligatured operators ≥ ≤ */
.benefits-list, .footer__social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

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

.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.img-responsive {
  max-width: 100%;
  width: auto;
  display: block; }

* {
  box-sizing: border-box; }

body {
  min-width: 320px;
  background-color: #edeff4;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  @media (max-width: 1023px) {
    body {
      position: relative;
      z-index: 0; } }

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

.container, .container--md, .container--xl, .container--xs {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px; }
  @media (min-width: 1921px) {
    .container, .container--md, .container--xl, .container--xs {
      max-width: 1600px; } }
  .container:not(.container--xl):not(.no-gutters), .container--md:not(.container--xl):not(.no-gutters), .container--xl:not(.container--xl):not(.no-gutters), .container--xs:not(.container--xl):not(.no-gutters) {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .container:not(.container--xl):not(.no-gutters), .container--md:not(.container--xl):not(.no-gutters), .container--xl:not(.container--xl):not(.no-gutters), .container--xs:not(.container--xl):not(.no-gutters) {
        padding-left: 40px;
        padding-right: 40px; } }
  .container--md {
    max-width: 1230px; }
    @media (min-width: 1921px) {
      .container--md {
        max-width: 1537.5px; } }
  .container--xl {
    max-width: 1920px; }
    @media (min-width: 1921px) {
      .container--xl {
        max-width: 2400px; } }
  .container--xs {
    max-width: 480px; }
    @media (min-width: 1921px) {
      .container--xs {
        max-width: 600px; } }
  .container .container, .container--md .container, .container--xl .container, .container--xs .container, .container .container--md, .container--md .container--md, .container--xl .container--md, .container--xs .container--md, .container .container--xl, .container--md .container--xl, .container--xl .container--xl, .container--xs .container--xl, .container .container--xs, .container--md .container--xs, .container--xl .container--xs, .container--xs .container--xs,
  .container .wrapped,
  .container--md .wrapped,
  .container--xl .wrapped,
  .container--xs .wrapped {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.content {
  transition: min-height 0.27s ease-in-out 0s;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative; }
  .content:after {
    transition: all 0.27s ease-in-out 0s;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #edeff4;
    pointer-events: none;
    z-index: 21;
    visibility: hidden;
    opacity: 0; }
  .content.popup-opened {
    z-index: 10; }
    .content.popup-opened:after {
      visibility: visible;
      opacity: 1; }

.header:after, .slogan:after, .promo:after, .footer:after {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  font-size: 240px;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat; }
  @media (max-width: 359px) {
    .header:after, .slogan:after, .promo:after, .footer:after {
      font-size: 214px; } }
  @media (min-width: 1921px) {
    .header:after, .slogan:after, .promo:after, .footer:after {
      font-size: 300px; } }

body {
  font: 16px/1.5 "Source Sans Pro", sans-serif;
  color: #000; }
  @media (min-width: 1921px) {
    body {
      font-size: 20px; } }

a {
  color: #000; }
  a:hover, a:focus {
    color: #2883ff;
    text-decoration: underline; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
button,
textarea {
  font-family: "Source Sans Pro", sans-serif; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.231;
  margin: 0 0 .5em;
  color: #000; }

h1, .h1 {
  font-weight: 500;
  font-size: 29.12px;
  font-family: Montserrat, Arial, sans-serif; }

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 31.2px; } }

@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 39px; } }

@media screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 52px; } }
  @media (min-width: 1921px) {
    h1, .h1 {
      font-size: 65px; } }

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

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 17.5px; } }

@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 22.75px; } }

@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 35px; } }
  @media (min-width: 1921px) {
    h2, .h2 {
      font-size: 43.75px; } }

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

@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 20px; } }
  @media (min-width: 1921px) {
    h3, .h3 {
      font-size: 25px; } }

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

@media screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 18px; } }
  @media (min-width: 1921px) {
    h4, .h4 {
      font-size: 22.5px; } }

h5, .h5 {
  font-size: 16px;
  line-height: 1.35; }
  @media (min-width: 1921px) {
    h5, .h5 {
      font-size: 20px; } }

h6, .h6 {
  font-size: 14px;
  line-height: 1.278;
  font-weight: 600; }

@media screen and (min-width: 1280px) {
  h6, .h6 {
    font-size: 17.78px; } }

@media screen and (min-width: 1600px) {
  h6, .h6 {
    font-size: 20px; } }
  @media (min-width: 1921px) {
    h6, .h6 {
      font-size: 25px; } }

p {
  margin: 0 0 1em; }
  p strong {
    color: #000; }

ol {
  margin: 0 0 .5em;
  padding: 0;
  list-style: none;
  counter-reset: my-counter; }
  ol li {
    position: relative;
    padding-left: 22px; }
    ol li:before {
      counter-increment: my-counter;
      content: counter(my-counter) ".";
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      width: 14px;
      font-weight: 600; }

code, xmp {
  background: #e7e7e7 none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin: 5px 5px 5px 0;
  padding: 1px 5px;
  text-transform: none;
  white-space: nowrap; }

.icons-sprite {
  position: absolute;
  height: 0;
  overflow: hidden; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  max-width: 1em;
  flex: 0 0 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.btn {
  transition: all 0.27s ease-in-out 0s;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.429;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: none !important;
  height: 40px;
  text-decoration: none;
  border-radius: 20px;
  display: inline-block; }
  @media (min-width: 1921px) {
    .btn {
      padding: 11.25px 20px;
      font-size: 17.5px;
      height: 50px;
      border-radius: 25px; } }
  .btn:not(.btn-outline-light) {
    border-color: transparent; }
  .btn:focus, .btn:hover {
    color: #fff;
    background-color: #2883ff;
    text-decoration: none; }

.btn-primary {
  background: #000; }

.btn-lg {
  border-radius: 32px;
  height: 64px;
  min-width: 160px;
  font-size: 16px; }
  @media (min-width: 1921px) {
    .btn-lg {
      border-radius: 40px;
      height: 80px;
      min-width: 200px;
      font-size: 20px; } }

.btn-close {
  transition: all 0.27s ease-in-out 0s;
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center; }
  .btn-close:hover {
    background-color: #2883ff; }
  .btn-close .icon {
    margin-left: auto;
    margin-right: auto; }

.submit-btn:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1) !important;
  opacity: 1; }

.header {
  padding-top: 20px;
  font-family: Montserrat, Arial, sans-serif; }
  @media (max-width: 1023px) {
    .header {
      min-height: 240px; } }
  @media (max-width: 359px) {
    .header {
      min-height: 214px; } }
  @media (min-width: 1024px) {
    .header {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1921px) {
    .header {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .header:after {
      content: '';
      left: 0;
      top: 0;
      background-image: url(../images/decor-3.svg); } }

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 1023px) {
    .header__container {
      flex-wrap: wrap; } }


      .logo-holder {
  max-width: 30%;
  flex: 0 0 30%; }
  @media (min-width: 1280px) {
    .logo-holder {
      max-width: 300px;
      flex: 0 0 25%; } }
  @media (min-width: 1921px) {
    .logo-holder {
      margin-right: 75px;
      max-width: 300px;
      flex-basis: 300px; } }

.logo {
  color: #000 !important;
  font-size: 12px;
  line-height: 1.333;
  text-decoration: none !important;
  position: relative;
  z-index: 23; }
  @media (min-width: 1921px) {
    .logo {
      font-size: 15px; } }

.logo__img {
  width: 50px;
  height: 20px;
  margin-bottom: 4px; }
  @media (min-width: 1921px) {
    .logo__img {
      width: 62.5px;
      height: 25px; } }

.logo__text {
  font-weight: 700;
  display: block;
  max-width: 90px; }
  @media (min-width: 1921px) {
    .logo__text {
      max-width: 112.5px; } }

@media (max-width: 767px) {
  .slogan-holder {
    width: 100%;
    order: 3; } }

.slogan {
  font-weight: 500;
  position: relative; }
  @media (max-width: 1023px) {
    .slogan {
      margin: 29px auto 0;
      max-width: 320px;
      font-size: 32px;
      line-height: 1.25; } }
  @media (max-width: 529px) {
    .slogan {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 359px) {
    .slogan {
      font-size: 28px;
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .slogan {
      margin-top: -40px;
      padding-top: 29px; } }
  @media (min-width: 1024px) {
    .slogan {
      font-size: 52px;
      line-height: 1.231;
      max-width: 530px; } }
  @media (min-width: 1921px) {
    .slogan {
      font-size: 65px;
      max-width: 662.5px; } }
  @media (min-width: 768px) {
    .slogan:after {
      content: '';
      background-image: url(../images/decor-1.svg);
      width: 180px;
      top: 0;
      left: 0; } }
  @media (min-width: 768px) and (min-width: 1921px) {
    .slogan:after {
      width: 225px; } }



      .btns-app-holder {
  margin-left: auto;
  display: flex; }
  @media (max-width: 1023px) {
    .btns-app-holder {
      flex-direction: column; } }
  @media (min-width: 1024px) {
    .btns-app-holder {
      align-items: center; } }

.lang-switcher {
  display: flex;
  margin-right: 12px; 
  list-style:none;}
  @media (max-width: 1023px) {
    .lang-switcher {
      margin: 10px 0 0;
      order: 1;
      justify-content: flex-end; } }

.lang-switcher__item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 14px; }
  .lang-switcher__item.is-active {
    background-color: #2883ff;
    color: #fff; }
  .lang-switcher__item a {
    display: block;
    text-decoration: none;
    color: currentColor; }

.btn-app {
  min-width: 160px; }
  @media (min-width: 1921px) {
    .btn-app {
      min-width: 200px; } }

.promo {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .promo:after {
      content: '';
      background-image: url(../images/decor-1.svg);
      right: 0;
      top: 0;
      background-position: 100% 0; } }
  @media (min-width: 768px) {
    .promo:after {
      content: '';
      background-image: url(../images/decor-2.svg);
      top: -21px;
      right: 0; } }
  @media (min-width: 1921px) {
    .promo:after {
      top: -26.25px; } }

.promo__container {
  padding-bottom: 38px;
  padding-top: 26px; }
  @media (min-width: 768px) {
    .promo__container {
      display: flex; } }

@media (min-width: 768px) and (min-height: 601px) {
  .promo__container {
    padding-bottom: 6vh;
    padding-top: 4vh; } }

@media (min-width: 768px) and (min-height: 800px) {
  .promo__container {
    padding-bottom: 12.25vh;
    padding-top: 8.125vh; } }

.promo-heading {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  z-index: 20; }
  @media (max-width: 767px) {
    .promo-heading {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .promo-heading {
      max-width: 33.333%;
      flex: 0 0 33.333%;
      padding-right: 30px; } }
  @media (min-width: 1280px) {
    .promo-heading {
      padding-right: 60px;
      max-width: 300px;
      flex: 0 0 25%; } }
  @media (min-width: 1921px) {
    .promo-heading {
      margin-right: 75px;
      max-width: 300px;
      flex-basis: 300px; } }

.promo__benefits {
  padding-top: 5px; }
  @media (min-width: 1280px) {
    .promo__benefits {
      max-width: 600px; } }
  @media (min-width: 1921px) {
    .promo__benefits {
      max-width: 750px;
      padding-top: 6.25px; } }

.promo__benefits-ttl {
  margin: 0 0 13px; }
  @media (min-width: 1921px) {
    .promo__benefits-ttl {
      margin-bottom: 16.25px; } }

@media (max-width: 599px) {
  .benefits-list {
    padding-left: 4px; } }

@media (min-width: 600px) {
  .benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.benefits-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .benefits-list li {
      flex: 0 0 50%;
      padding-right: 10px; } }
  @media (min-width: 1921px) {
    .benefits-list li {
      padding-left: 18.75px;
      margin-bottom: 15px; } }
  .benefits-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    height: 1px;
    width: 12px;
    background-color: currentColor; }
    @media (min-width: 1921px) {
      .benefits-list li:before {
        width: 15px; } }

.footer {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 0; }
  @media (min-width: 1024px) {
    .footer {
      margin-top: auto; } }
  @media (max-width: 767px) {
    .footer:after {
      content: '';
      background-image: url(../images/decor-2.svg);
      left: 0;
      bottom: 0; } }
  @media (min-width: 768px) {
    .footer:after {
      content: '';
      background-image: url(../images/decor-3.svg);
      width: 180px;
      left: 0;
      bottom: 100%; } }
  @media (min-width: 1921px) {
    .footer:after {
      width: 225px; } }
  .footer a {
    text-decoration: none; }

.footer__container {
  padding-top: 38px;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .footer__container {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .footer__container {
      padding-top: 26px;
      padding-bottom: 26px; } }
  @media (min-width: 1921px) {
    .footer__container {
      padding-top: 32.5px;
      padding-bottom: 32.5px; } }

@media (max-width: 767px) {
  .footer__info {
    order: 5;
    /*display: flex;*/
    justify-content: space-between; } }

@media (min-width: 768px) {
  .footer__info {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding-right: 30px; } }

@media (min-width: 1280px) {
  .footer__info {
    padding-right: 60px;
    max-width: 300px;
    flex: 0 0 25%; } }

@media (min-width: 1921px) {
  .footer__info {
    max-width: 375px;
    flex-basis: 375px;
    padding-right: 75px; } }

.footer__info p {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer__info p {
      margin-bottom: 1.5em; }
      .footer__info p:last-child {
        margin-bottom: 0; } }

@media (max-width: 767px) {
  .footer__info-cell {
    max-width: 33.333%;
    flex: 0 0 33.333%; } }

@media (max-width: 529px) {
  .footer__info-cell {
    max-width: 48%;
    flex: 0 0 48%; } }

.footer__social {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .footer__social {
      margin-bottom: 21px;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .footer__social {
      flex: 0 0 15.333%;
    max-width: 15.333%;
      padding-right: 20px; } }
  @media (min-width: 1280px) {
    .footer__social {
      flex: 0 0 160px;
      max-width: 160px; } }
  @media (min-width: 1921px) {
    .footer__social {
      flex-basis: 375px;
      max-width: 375px;
      padding-right: 25px; } }

@media (min-width: 768px) {
  .footer__social-list:not(:first-child) {
    margin-left: 27%; } }

@media (max-width: 767px) {
  .footer__social-list {
    max-width: 33.333%;
    flex: 0 0 33.333%; } }

@media (max-width: 529px) {
  .footer__social-list {
    max-width: 48%;
    flex: 0 0 48%; } }

.footer__social-list li {
  margin-bottom: 12px; }
  @media (min-width: 1921px) {
    .footer__social-list li {
      margin-bottom: 15px; } }

@media (min-width: 768px) {
  .footer__contacts {
    display: flex;
    flex-wrap: wrap;
        flex: 0 0 50.333%;
    max-width: 50.333%; } }

@media (min-width: 1280px) {
  .footer__contacts {
    max-width: 40%;
    flex: 0 0 40%; } }

@media (max-width: 767px) {
  .footer__contacts-cell {
    margin-bottom: 16px; } }

@media (min-width: 768px) {
  .footer__contacts-cell:first-child {
    margin-right: 28px; }
    .footer__contacts-cell{
      margin-right: 28px;
      } }

@media (min-width: 1921px) {
  .footer__contacts-cell:first-child {
    margin-right: 25px; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .company-email {
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .company-email {
    margin-bottom: 35px;
    margin-top: 2px; } }

@media (min-width: 1280px) {
  .company-email {
    margin-left: auto;
    padding-left: 20px; } }

@media (max-width: 767px) {
  .footer__txt {
    font-size: 24px;
    line-height: 1.1667; } }

.popup {
  transition: all 0.27s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 22;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -10%, 0); }
  .popup.is-open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .popup .management-info {
    position: absolute;
    right: 10px;
    top: 184px; }
    @media (min-width: 1280px) {
      .popup .management-info {
        right: 126px; } }
  @media (min-width: 1024px) {
    .popup .form {
      transform: translateX(-60px); } }

.popup__container {
  padding-top: 109px;
  padding-bottom: 48px;
  flex-grow: 1;
  position: relative; }
  @media (min-width: 768px) {
    .popup__container {
      padding-top: 29px; } }

.popup__close {
  position: absolute;
  right: 20px;
  top: 20px; }
  @media (min-width: 768px) {
    .popup__close {
      right: 40px;
      top: 40px; } }

.popup__ttl {
  margin-bottom: 2px; }
  @media (min-width: 1024px) {
    .popup__ttl {
      margin-right: -100px; } }

.popup__sub-ttl {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 42px; }
  @media (min-width: 1024px) {
    .popup__sub-ttl {
      font-family: Montserrat, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.4;
      margin: 0 -10px 61px 0; } }
  .popup__sub-ttl a {
    display: inline-block;
    text-decoration: none;
    position: relative; }
    .popup__sub-ttl a:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #bdbfc2; }

.form__group {
  height: 64px;
  box-shadow: 0 1px 2px rgba(124, 129, 135, 0.2);
  background-color: #fff;
  margin-bottom: 32px;
  padding: 6px 12px;
  position: relative; }
  .form__group.error:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    right: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: #f23c53; }
  .form__group.error .error-note {
    visibility: visible; }

.form__label {
  display: block;
  color: #7c8187; }

.form-control {
  background-color: transparent;
  border: 0;
  color: #000;
  padding: 0;
  height: 26px;
  box-shadow: none !important;
  width: 100%; }
  .form-control::-webkit-input-placeholder {
    color: #0e0e0e; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #0e0e0e; }
  .form-control:-moz-placeholder {
    color: #0e0e0e; }
  .form-control:-ms-input-placeholder {
    color: #0e0e0e; }
  .form-control.placeholder {
    color: #0e0e0e; }
  .form-control:focus {
    box-shadow: none;
    outline: none; }

label.error {
  color: #f23c53;
  position: absolute;
  top: 100%;
  left: 12px;
  font-size: 14px; }

input.error,
textarea.error {
  color: #f23c53 !important; }

.form__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -4px; }
  @media (min-width: 530px) {
    .form__cta {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.form__cta-txt {
  color: #7c8187; }
  @media (min-width: 530px) {
    .form__cta-txt {
      margin: 0 25px 0 40px; } }
  @media (max-width: 529px) {
    .form__cta-txt {
      order: -1;
      margin-bottom: 26px; } }

.popup__icon {
  position: absolute;
  bottom: 48px;
  font-size: 120px; }
  @media (min-width: 768px) {
    .popup__icon {
      font-size: 160px; } }
  .popup__icon.icon-check {
    color: #30e17b; }
  .popup__icon.icon-cross-big {
    color: #f23c53; }

.management-info {
  display: none; }
  @media (min-width: 1024px) {
    .management-info {
      max-width: 225px;
      align-items: center;
      display: flex; } }

.management-info__ava {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 16px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(124, 129, 135, 0.2); }

.management-info__content {
  flex-grow: 1; }
  .management-info__content p {
    margin-bottom: 0; }
