/*! 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; }

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Fira Sans-r";
  src: url("../fonts/fira_sans/fira_sans-r.eot");
  src: url("../fonts/fira_sans/fira_sans-r.eot?#iefix") format("embedded-opentype"), url("../fonts/fira_sans/fira_sans-r.woff") format("woff"), url("../fonts/fira_sans/fira_sans-r.ttf") format("truetype"), url("../fonts/fira_sans/fira_sans-r.svg#Fira Sans") format("svg"); }

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Fira Sans-m";
  src: url("../fonts/fira_sans/fira_sans-m.eot");
  src: url("../fonts/fira_sans/fira_sans-m.eot?#iefix") format("embedded-opentype"), url("../fonts/fira_sans/fira_sans-m.woff") format("woff"), url("../fonts/fira_sans/fira_sans-m.ttf") format("truetype"), url("../fonts/fira_sans/fira_sans-m.svg#Fira Sans") format("svg"); }

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Fira Sans-b";
  src: url("../fonts/fira_sans/fira_sans-b.eot");
  src: url("../fonts/fira_sans/fira_sans-b.eot?#iefix") format("embedded-opentype"), url("../fonts/fira_sans/fira_sans-b.woff") format("woff"), url("../fonts/fira_sans/fira_sans-b.ttf") format("truetype"), url("../fonts/fira_sans/fira_sans-b.svg#Fira Sans") format("svg"); }

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Fira Sans-l";
  src: url("../fonts/fira_sans/fira_sans-l.eot");
  src: url("../fonts/fira_sans/fira_sans-l.eot?#iefix") format("embedded-opentype"), url("../fonts/fira_sans/fira_sans-l.woff") format("woff"), url("../fonts/fira_sans/fira_sans-l.ttf") format("truetype"), url("../fonts/fira_sans/fira_sans-l.svg#Fira Sans") format("svg"); }

html, body {
  font-family: 'Fira Sans-r', sans-serif; }

.pf-wrapp,
.nc-wrapp {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  color: #333; }

.nc-btn, .nc-connect__btn, .pf-form__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 10px 40px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: 'Fira Sans-b', sans-serif;
  font-weight: 700;
  line-height: 20px;
  border-radius: 20px;
  background-color: #0169d9;
  border: none;
  cursor: pointer;
  text-decoration: none;
  outline: none; }
  .nc-btn--darken {
    background-color: rgba(0, 0, 0, 0.05); }
  .nc-btn--light {
    background: #fff;
    color: #212121; }
  .nc-btn--iconed {
    padding: 10px 22px 10px 47px;
    background-repeat: no-repeat; }
  .nc-btn--ic-close {
    background-image: url(../img/oah-cancel-white.svg);
    background-position: center; }
  .nc-btn--ic-user {
    background-image: url(../img/oah-user--green.svg);
    background-position: 12px 6px; }
  .nc-btn--ic-loc {
    background-image: url(../img/oah-location--green.svg);
    background-position: center; }
  .nc-btn--ic-burger {
    background-image: url(../img/oah-menu.svg);
    background-position: center; }
  .nc-btn:empty, .nc-connect__btn:empty, .pf-form__btn:empty {
    width: 40px;
    height: 40px;
    padding: 0; }
  .nc-btn--light-blue {
    box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(-48deg, #1E9D87 0%, #1EBE87 100%); }
    /*background-image: linear-gradient(-48deg, #095c7e 0%, #0078a9 100%); }
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
  .nc-btn--big {
    border-radius: 98px;
    height: 60px;
    padding: 0 61px;
    font-size: 21px;
    font-family: 'Fira Sans-b', sans-serif;
    font-weight: 700;
    line-height: 60px; }
  .nc-btn--green-txt {
    color: #00ba89; }

.cl:after {
  content: '';
  display: table;
  clear: both; }

.nc-support {
  color: #00bb89;
  font-family: "Fira Sans-r", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none; }

.nc-header {
  background-image: linear-gradient(135deg, #1E9D87 0%, #873BCD 100%); }
  /*background-image: linear-gradient(135deg, #1b6c7f 0%, #00ba89 100%); }*/
  .nc-header .nc-wrapp {
    padding-left: 19px;
    padding-right: 25px;
    color: #fff; }
  .nc-header__mega {
    width: 40px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-top: none;
    border-radius: 2px;
    padding-top: 29px;
    box-sizing: border-box; }
  .nc-header__logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
    margin-left: 27px; }
  .nc-header nav {
    display: inline-block;
    vertical-align: top; }
  .nc-header__nav-list {
    margin-left: 37px;
    margin-right: 100px;
    margin-top: 30px;
    padding: 0; }
  .nc-header__nav-list-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;
    list-style: none; }
    .nc-header__nav-list-item:first-child {
      margin-left: 0; }
  .nc-header__nav-link {
    color: #fff;
    font-size: 15px;
    font-family: 'Fira Sans-b', sans-serif;
    font-weight: 700;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-out; }
    .nc-header__nav-link[href^="http"] {
      border-bottom: none; }
      .nc-header__nav-link[href^="http"]:after {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        margin-left: 6px;
        margin-bottom: 3px;
        width: 13px;
        height: 13px;
        background: url(../img/ic-link-out.svg) center no-repeat; }
  .nc-header__controls {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px; }
    .nc-header__controls button {
      margin-right: 15px; }
  .nc-header__phone {
    color: #fff;
    font-size: 20px;
    font-family: 'Fira Sans-b', sans-serif;
    font-weight: 700;
    line-height: 40px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
  .nc-header__bottom {
    padding-top: 47px;
    text-align: justify; }
    .nc-header__bottom:after {
      content: '';
      width: 100%;
      height: 0;
      display: inline-block; }
  .nc-header__text-block {
    display: inline-block;
    vertical-align: top;
    padding-top: 52px; }
  .nc-header__title {
    font-size: 40px;
    font-family: 'Fira Sans-b', sans-serif;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 -6px; }
  .nc-header__subtitle {
    font-size: 30px;
    font-family: 'Fira Sans-l', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0 0 25px; }
  .nc-header__text {
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    margin: 0;
    max-width: 320px;
    text-align: left; }
  .nc-header__onicon {
    width: 265px;
    height: 210px;
    display: inline-block;
    vertical-align: top;
    /*background: url(../img/pic_green-dec.png) center no-repeat;*/
    /*background: url(../img/pic_green.png) center no-repeat;*/
    background: url(../img/sl-40header.svg) center no-repeat;
    opacity: 1;
    background-size: contain; }
  .nc-header__cta {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 5px;
    padding-top: 65px; }
  .nc-header__cta-description {
    max-width: 267px;
    margin: 9px auto 0;
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;
    line-height: 16px; }

.pf-footer {
  background-color: #f4f2e9; }
  .pf-footer__info {
    -ms-flex: 0 0 330px;
    flex: 0 0 330px; }
  .pf-footer__logo {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 47px; }
  .pf-footer__text {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    font-family: inherit;
    line-height: 20px; }
    .pf-footer__text p {
      margin: 0 0 19px 0; }
      .pf-footer__text p:last-child {
        margin-bottom: 0; }
  .pf-footer .pf-wrapp {
    padding: 60px 10px 75px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .pf-footer__navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex: 0 1 836px;
    flex: 0 1 836px;
    margin-left: auto; }
  .pf-footer__column {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding-right: 25px;
    box-sizing: border-box; }
    .pf-footer__column:last-child {
      -ms-flex: 1 0 176px;
      flex: 1 0 176px; }
  .pf-footer__links--social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pf-footer__links p {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    font-family: inherit;
    line-height: 18px;
    display: block;
    margin-bottom: 10px; }
    .pf-footer__links p:last-child {
      margin-bottom: 0; }
  .pf-footer__link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: top; }
  .pf-footer__column-title {
    color: #333;
    font-family: 'Fira Sans-m', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 13px; }
  .pf-footer__navigation-part {
    margin-bottom: 26px; }
    .pf-footer__navigation-part:last-child {
      margin-bottom: 0; }
  .pf-footer__callback {
    margin-top: 30px; }
  .pf-footer__callback-title {
    color: #636363;
    font-size: 12px;
    font-weight: 400;
    font-family: inherit;
    line-height: 18px; }
  .pf-footer__callback-phone {
    color: #212121;
    font-family: 'Fira Sans-m', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap; }
  .pf-footer__market {
    display: inline-block;
    vertical-align: top;
    margin-top: 39px;
    font-size: 0;
    line-height: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -215px; 
  	
  }
	.pf-footer__market a:nth-child(2n) {
		margin-left: 16px;
	}
  .pf-footer__counters {
    display: inline-block;
    vertical-align: top;
    border: none;
    background: none;
    margin-top: 26px; }
    .pf-footer__counters a {
      outline: none;
      text-decoration: none; }

.pf-location-list {
  margin-top: 15px;
  padding-left: 10px; }
  .pf-location-list__item {
    margin-top: 15px; }
    .pf-location-list__item:last-child .pf-location-list__name {
      color: #333; }
    .pf-location-list__item:last-child .pf-location-list__phone {
      font-size: 22px;
      font-weight: 600; }
  .pf-location-list__name {
    color: #0169d9;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none; }
  .pf-location-list__phone {
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
    margin-top: -8px;
    text-decoration: none;
    color: inherit;
    display: inline-block; }

.pf-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  display: none; }

.pf-form__form {
  margin-top: 10px; }

.pf-form__field, .pf-form__label {
  display: block;
  margin-top: 20px; }
  .pf-form__field--required .pf-form__field-title:after, .pf-form__label--required .pf-form__field-title:after {
    content: ' *';
    color: #ff4141; }

.pf-form__required .pf-form__label-title:after,
.pf-form__required .pf-form__field-title:after {
  content: ' *';
  color: #ff4141; }

.pf-form__link {
  float: right;
  color: #0169d9;
  font-family: 'Fira Sans-r', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none; }

.pf-form__field-title, .pf-form__label-title {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

.pf-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #c2c2c2;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 13px;
  box-shadow: none;
  color: #333;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  transition: 0.3s ease-out; }
  .pf-form__input:focus {
    box-shadow: 0 1px 2px #fadca0;
    border: 2px solid #fbb017;
    background-color: #fffaf1; }
  .pf-form__input--error {
    background: #fff5f4;
    border: 2px solid #f9614d;
    box-shadow: 0 1px 2px 0 #ee899a;
    border-radius: 6px; }

.pf-popup {
  position: fixed;
  background-color: #fff;
  border-radius: 4px;
  color: #212121;
  display: none;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 2px 23px rgba(0, 0, 0, 0.5);
  width: 320px;
  top: 68px;
  z-index: 5; }
  .pf-popup p {
    margin: 0; }
  .pf-popup ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
  .pf-popup--centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .pf-popup--location {
    max-width: 246px;
    background: #fff url(../img/oah-location-bg.svg) -30px -30px no-repeat;
    background-size: 104px 104px; }
  .pf-popup--login {
    max-width: 320px;
    background: #fff url(../img/oah-user-bg.svg) -30px -30px no-repeat;
    background-size: 104px 104px; }
  .pf-popup__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 30px; }
  .pf-popup__subtitle {
    margin-top: 10px; }
  .pf-popup__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.05) url("../img/ic-close-popup.svg") center no-repeat;
    cursor: pointer;
    border-radius: 50%; }
  .pf-popup__result {
    display: none; }
  .pf-popup .pf-btn {
    margin: 27px 0 0 0;
    padding: 0 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px; }
  .pf-popup .nc-btn, .pf-popup .nc-connect__btn, .pf-popup .pf-form__btn {
    margin-top: 27px; }

.pf-reg-link {
  margin: 27px 0 0 3px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  float: right;
  font-family: 'Fira Sans-r', sans-serif;
  color: #0169d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 34px;
  text-decoration: none; }

.pf-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border-radius: 20px;
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box; }
  .pf-btn--green {
    background-color: #13ab41;
    color: #fff; }
  .pf-btn--light {
    background-color: #fff; }
  .pf-btn--iconed {
    padding: 0 22px 0 47px;
    position: relative;
    background-position: 12px 7px;
    background-repeat: no-repeat; }
  .pf-btn--iconed-user {
    background-image: url(../img/oah-user--green.svg); }
  .pf-btn--iconed-location {
    background-image: url(../img/oah-location.svg); }
  .pf-btn--iconed-burger {
    background-image: url(../img/oah-menu.svg); }
  .pf-btn--no-text {
    width: 40px;
    height: 40px;
    padding: 0;
    background-position: center; }

.nc-fitting {
  background-color: #f4f2e9; }
  .nc-fitting .nc-wrapp {
    padding: 94px 0 90px 89px;
    font-size: 0; }
  .nc-fitting__title {
    font-size: 26px;
    font-family: 'Fira Sans-l', sans-serif;
    font-weight: 300;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 94px 0 0; }
    .nc-fitting__title strong {
      font-family: 'Fira Sans-m', sans-serif;
      font-weight: 500;
      display: block;
      margin-bottom: -3px; }
  .nc-fitting__form {
    display: inline-block;
    vertical-align: top;
    width: 520px;
    position: relative;
    padding-top: 7px;
    box-shadow: 0 4px 8px rgba(40, 106, 118, 0.19);
    z-index: 3; }
  .nc-fitting__input {
    border-radius: 4px 2px 0;
    height: 50px;
    background-color: #ffffff;
    border: 2px solid #fbb017;
    width: calc(100% - 117px);
    box-sizing: border-box;
    outline: none;
    padding-left: 19px;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px; }
    .nc-fitting__input::-webkit-input-placeholder {
      color: rgba(51, 51, 51, 0.5);
      font-size: 17px;
      font-family: 'Fira Sans-m', sans-serif;
      font-weight: 500;
      line-height: 40px; }
    .nc-fitting__input::-moz-placeholder {
      color: rgba(51, 51, 51, 0.5);
      font-size: 17px;
      font-family: 'Fira Sans-m', sans-serif;
      font-weight: 500;
      line-height: 40px; }
    .nc-fitting__input:-moz-placeholder {
      color: rgba(51, 51, 51, 0.5);
      font-size: 17px;
      font-family: 'Fira Sans-m', sans-serif;
      font-weight: 500;
      line-height: 40px; }
    .nc-fitting__input:-ms-input-placeholder {
      color: rgba(51, 51, 51, 0.5);
      font-size: 17px;
      font-family: 'Fira Sans-m', sans-serif;
      font-weight: 500;
      line-height: 40px; }
  .nc-fitting__submit {
    padding: 0 10px 0 21px;
    margin-left: -3px;
    width: 120px;
    height: 50px;
    background-color: #fbb017;
    float: right;
    border: none;
    outline: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Fira Sans-m', sans-serif;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer; }
    .nc-fitting__submit:after {
      content: '';
      position: absolute;
      right: -13px;
      top: 0;
      border: 25px solid transparent;
      border-right: none;
      border-left: 13px solid #fbb017; }
  .nc-fitting__hanger-pic {
    position: absolute;
    left: 152px;
    bottom: 21px;
    z-index: 1; }
  .nc-fitting__examples-pic {
    position: absolute;
    bottom: -27px;
    right: 58px;
    z-index: 1; }

.nc-modules {
  overflow: hidden; }
  .nc-modules .nc-wrapp {
    min-height: 1048px;
    padding: 84px 102px 0 85px;
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .nc-modules__title {
    font-size: 40px;
    font-family: 'Fira Sans-b', sans-serif;
    font-weight: 700;
    line-height: 54px;
    margin: 0 0 1px; }
  .nc-modules__subtitle {
    font-size: 30px;
    font-family: 'Fira Sans-l', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0 0 43px; }
  .nc-modules__slider {
    padding: 0;
    margin-bottom: 45px;
    font-size: 0;
    line-height: 0;
    list-style: none;
    text-align: justify;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .nc-modules__slide {
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .nc-modules__slide--active .nc-modules__slide-icon {
      background-color: #00ba89; }
      .nc-modules__slide--active .nc-modules__slide-icon svg {
        fill: #fff; }
    .nc-modules__slide--active .nc-modules__slide-title {
      color: #00ba89; }
  .nc-modules__slide-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 132px;
    max-width: 130px;
    color: inherit;
    text-decoration: none; }
  .nc-modules__slide-title {
    font-size: 17px;
    font-weight: 400;
    font-family: inherit;
    line-height: 20px;
    transition: 0.3s ease-out; }
  .nc-modules__slide-icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s ease-out; }
    .nc-modules__slide-icon svg {
      width: 64px;
      height: 64px;
      fill: #00ba89;
      transition: 0.3s ease-out; }
  .nc-modules__line {
    background: #c3c3c3;
    margin: 0;
    height: 1px;
    border: none;
    position: relative;
    margin-bottom: 63px; }
    .nc-modules__line:before, .nc-modules__line:after {
      content: '';
      position: absolute;
      top: 0;
      border-top: 20px solid #c3c3c3;
      border-left: 32px solid transparent;
      border-right: 32px solid transparent;
      z-index: 1;
      transition: 0.5s ease-out; }
    .nc-modules__line:after {
      top: -1px;
      border-top-color: #fff;
      z-index: 2; }
  .nc-modules__content {
    padding: 0;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    margin: 0 -102px 0 -85px; }
  .nc-modules__content-item {
    min-height: 576px;
    display: none;
    position: absolute;
    top: 0;
    left: 85px;
    right: 43px;
    bottom: 0;
    text-align: left; }
    .nc-modules__content-item--active {
      display: block !important; }
      .nc-modules__content-item--active .nc-modules__content-item-bg1 {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transition: 0.5s ease-out 0.2s; }
        .nc-modules__content-item--active .nc-modules__content-item-bg1 + svg {
          opacity: 0.21;
          transition: 0.5s ease-out 1s; }
        .nc-modules__content-item--active .nc-modules__content-item-bg1 ~ .nc-modules__content-item-img {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
          transition: 0.5s ease-out 1.7s; }
    .nc-modules__content-item p {
      max-width: 590px;
      font-size: 15px;
      font-family: 'Fira Sans-l', sans-serif;
      font-weight: 300;
      line-height: 24px;
      margin: 0;
      position: relative;
      z-index: 5; }
      .nc-modules__content-item p.nc-modules__content-title {
        font-size: 35px;
        font-weight: 400;
        font-family: inherit;
        letter-spacing: -1px;
        margin-bottom: 42px; }
      .nc-modules__content-item p.nc-modules__content-subtitle {
        font-size: 16px;
        font-weight: 400;
        font-family: inherit;
        margin-bottom: 21px; }
    .nc-modules__content-item .nc-btn, .nc-modules__content-item .nc-connect__btn, .nc-modules__content-item .pf-form__btn {
      margin-top: 55px;
      position: relative;
      z-index: 5; }
  .nc-modules__content-item-bg1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-35%, 100%) rotate(16deg);
    transform: translate(-35%, 100%) rotate(16deg);
    z-index: 1; }
    .nc-modules__content-item-bg1 + svg {
      width: 555px;
      height: 555px;
      position: absolute;
      bottom: 21px;
      right: 43px;
      z-index: 2;
      fill: #00ba89;
      opacity: 0; }
  .nc-modules__content-item-img {
    position: absolute;
    top: 0;
    right: 123px;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%); }

.nc-modules__slider[data-position="0"] + .nc-modules__line:before,
.nc-modules__slider[data-position="0"] + .nc-modules__line:after {
  left: 32px; }

.nc-modules__slider[data-position="1"] + .nc-modules__line:before,
.nc-modules__slider[data-position="1"] + .nc-modules__line:after {
  left: 242px; }

.nc-modules__slider[data-position="2"] + .nc-modules__line:before,
.nc-modules__slider[data-position="2"] + .nc-modules__line:after {
  left: 449px; }

.nc-modules__slider[data-position="3"] + .nc-modules__line:before,
.nc-modules__slider[data-position="3"] + .nc-modules__line:after {
  left: 655px; }

.nc-modules__slider[data-position="4"] + .nc-modules__line:before,
.nc-modules__slider[data-position="4"] + .nc-modules__line:after {
  left: 857px; }

.nc-modules__slider[data-position="5"] + .nc-modules__line:before,
.nc-modules__slider[data-position="5"] + .nc-modules__line:after {
  left: 1044px; }

#nc-framed-youtube {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

.nc-like {
  overflow: hidden;
  background-image: linear-gradient(180deg, #07a586 0%, #00ba89 100%);
  position: relative; }
  .nc-like .nc-wrapp {
    padding: 49px 0 47px;
    text-align: center;
    color: #fff; }
  .nc-like__title {
    font-size: 35px;
    font-family: 'Fira Sans-b', sans-serif;
    font-weight: 700;
    line-height: 54px;
    margin: 0;
    margin-bottom: 95px; }
    .nc-like__title small {
      display: block;
      font-size: 24px;
      font-family: 'Fira Sans-l', sans-serif;
      font-weight: 300;
      letter-spacing: -1px;
      line-height: 30px; }
  .nc-like__facts {
    max-width: 835px;
    margin: 0 auto 0 310px;
    list-style: none;
    padding: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
    .nc-like__facts:after {
      content: '';
      display: table;
      clear: both; }
  .nc-like__fact {
    text-align: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 22px 0;
    padding-left: 43px;
    box-sizing: border-box;
    position: relative; }
    .nc-like__fact:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 24px;
      height: 17px;
      background: url(../img/ic-ok.png) 0 0 no-repeat; }
    .nc-like__fact p {
      margin: 0;
      font-size: 22px;
      font-family: 'Fira Sans-m', sans-serif;
      font-weight: 500;
      line-height: 30px; }
  .nc-like .nc-btn, .nc-like .nc-connect__btn, .nc-like .pf-form__btn {
    margin-top: 66px; }
  .nc-like__donut {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .nc-like__donut--left {
      width: 290px;
      left: 6%; }
    .nc-like__donut--right {
      width: 350px;
      right: 50px; }
      .nc-like__donut--right img {
        position: relative;
        top: 193px !important; }
    .nc-like__donut img {
      max-width: 100%; }

.nc-how {
  background: #f4f2e9 url(../img/video-bg.svg) center no-repeat;
  background-size: contain; }
  .nc-how .nc-wrapp {
    padding: 57px 0 56px;
    text-align: center; }
  .nc-how__title {
    font-size: 35px;
    font-family: 'Fira Sans-b', sans-serif;
    font-weight: 700;
    line-height: 54px;
    margin: 0 0 45px 0; }
    .nc-how__title small {
      font-size: 24px;
      font-family: 'Fira Sans-l', sans-serif;
      font-weight: 300;
      letter-spacing: -1px;
      line-height: 30px;
      display: block; }

.nc-youtube {
  margin: 0 auto;
  width: 57vw;
  height: 34vw;
  max-width: 1102px;
  max-height: 659px;
  min-width: 300px;
  min-height: 182px;
  position: relative; }
  .nc-youtube__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -4px;
    /*background: url(../img/overlay.png) center no-repeat;*/
    z-index: 3; }
  .nc-youtube__shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    bottom: 0;
    box-shadow: 0 11px 41px rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .nc-youtube__play {
    width: 212px;
    height: 212px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/play.png) 0 0 no-repeat;
    border: none;
    outline: none;
    cursor: pointer; }

.nc-connect {
  background: #fff url(../img/strawberry-bg.png) center bottom no-repeat;
  position: relative;
  -webkit-animation: rounds;
  animation: rounds; }
  .nc-connect__round {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .nc-connect .nc-wrapp {
    padding: 55px 0 218px;
    z-index: 2; }
  .nc-connect__title {
    font-family: "Fira Sans-b", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    margin: 0 0 50px 0; }
    .nc-connect__title small {
      font-family: "Fira Sans-l", sans-serif;
      font-size: 24px;
      font-weight: 300;
      letter-spacing: -1px;
      line-height: 30px;
      display: block; }
  .nc-connect__form {
    max-width: 1081px;
    margin: 0 auto;
    padding-right: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
  .nc-connect__label {
    -ms-flex: 0 0;
    flex: 0 0;
    margin-right: 33px; }
  .nc-connect__required .nc-connect__label-title:after {
    content: ' *';
    color: #ff4141; }
  .nc-connect__label-title {
    font-family: "Fira Sans-m", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin-bottom: 3px;
    padding-left: 3px; }
  .nc-connect__input {
    color: #333333;
    font-family: "Fira Sans-m", sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding-left: 13px;
    width: 260px;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #c2c2c2;
    background-color: #fff;
    box-sizing: border-box;
    transition: 0.3s ease-out; }
    .nc-connect__input--error {
      background: #fff5f4;
      border: 2px solid #f9614d;
      box-shadow: 0 1px 2px 0 #ee899a;
      border-radius: 6px; }
    .nc-connect__input:focus {
      box-shadow: 0 1px 2px #fadca0;
      border: 2px solid #fbb017;
      background-color: #fffaf1; }
  .nc-connect__btn {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .nc-connect__success-note {
    display: block;
    width: 100%;
    text-align: center; }

.pf-form__btn {
  margin-top: 10px; }

.nc-m-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 23px rgba(0, 0, 0, 0.5);
  background-color: #00ba89;
  width: 270px;
  padding: 74px 22px 10px 20px;
  box-sizing: border-box;
  z-index: 5;
  transition: 0.2s ease-out; }
  .nc-m-sidebar--closed {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .nc-m-sidebar__contacts {
    padding-left: 9px;
    box-sizing: border-box; }
  .nc-m-sidebar__contacts-title {
    color: #ffffff;
    font-family: "Fira Sans-b", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    margin: 37px 0 0;
    padding-left: 27px;
    box-sizing: border-box;
    background: url(../img/oah-location-white.svg) -5px 0 no-repeat;
    background-size: 24px; }
  .nc-m-sidebar__contacts-phone {
    color: #ffffff;
    font-family: "Fira Sans-m", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
    outline: none;
    margin-top: 11px; }
  .nc-m-sidebar__close {
    position: absolute;
    top: 20px;
    right: 20px; }

.nc-m-nav {
  margin: 0 0 49px 0;
  padding: 0 0 0 9px;
  list-style: none; }
  .nc-m-nav__item {
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .nc-m-nav__item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .nc-m-nav__link {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: 'Fira Sans-b', sans-serif;
    font-size: 16px;
    line-height: 20px; }

.nc-mobile-only {
  display: none; }

.notouch .nc-header__nav-link:hover {
  border-bottom-color: transparent; }

.notouch .nc-modules__slide:hover .nc-modules__slide-icon {
  background-color: #00ba89; }
  .notouch .nc-modules__slide:hover .nc-modules__slide-icon svg {
    fill: #fff; }

.notouch .nc-modules__slide:hover .nc-modules__slide-title {
  color: #00ba89; }

.parallax-mirror {
  z-index: 8; }

@media all and (max-width: 1320px) {
  .nc-wrapp,
  .pf-wrapp {
    max-width: 1010px;
    padding: 0 10px; }
  .nc-like__facts {
    margin-left: 130px; }
  .nc-header__text-block, .nc-header__cta {
    position: relative;
    z-index: 2; }
  .nc-header__phone {
    display: none; }
  .nc-header__top {
    display: -ms-flexbox;
    display: flex; }
  .nc-header nav {
    margin: 0 auto; }
  .nc-header__nav-list {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto; }
  .nc-header__nav-link[href^="http"] {
    white-space: nowrap; }
  .nc-header__controls {
    display: -ms-flexbox;
    display: flex; }
  .nc-header .nc-btn--iconed {
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background-position: center; }
  .nc-header__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 74px; }
    .nc-header__bottom:after {
      display: none; }
  .nc-header__onicon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: 1; }
  .nc-modules__slide {
    max-width: 120px;
    text-align: center; }
  .nc-modules__content-item--active .nc-modules__content-item-bg1 {
    max-width: 750px;
    -webkit-transform: translate(-60%, 0);
    transform: translate(-60%, 0); }
    .nc-modules__content-item--active .nc-modules__content-item-bg1 + svg {
      right: -53px; }
    .nc-modules__content-item--active .nc-modules__content-item-bg1 ~ .nc-modules__content-item-img {
      right: 63px; }
  .nc-modules__content-item p {
    max-width: 450px; }
  .nc-connect__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 13px; }
  .nc-connect__label {
    -ms-flex: 0 1 260px;
    flex: 0 1 260px; }
  .nc-connect__input {
    width: 100%; }
  .nc-modules__slider[data-position="0"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="0"] + .nc-modules__line:after {
    left: 29px; }
  .nc-modules__slider[data-position="1"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="1"] + .nc-modules__line:after {
    left: 172px; }
  .nc-modules__slider[data-position="2"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="2"] + .nc-modules__line:after {
    left: 316px; }
  .nc-modules__slider[data-position="3"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="3"] + .nc-modules__line:after {
    left: 457px; }
  .nc-modules__slider[data-position="4"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="4"] + .nc-modules__line:after {
    left: 604px; }
  .nc-modules__slider[data-position="5"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="5"] + .nc-modules__line:after {
    left: 740px; }
	.pf-footer__market {
		display: flex;
		align-items: flex-end;
		margin-right: -218px;
	}
}


@media all and (max-width: 1024px) {
  .nc-wrapp,
  .pf-wrapp {
    max-width: 990px;
    padding: 0 20px; }
  .nc-header__bottom {
    padding-top: 79px;
    padding-bottom: 74px; }
  .nc-header__text-block {
    padding-top: 0; }
  .nc-header__cta {
    padding-top: 13px; }
  .pf-footer .pf-wrapp {
    padding-left: 20px;
    padding-right: 20px; }
  .nc-fitting__examples-pic {
    right: 0; }
  .nc-fitting__form {
    width: 460px; }
  .nc-fitting__hanger-pic {
    left: 101px; }
  .nc-fitting__submit {
    position: relative;
    z-index: 2; }
  .nc-fitting .nc-wrapp {
    padding: 94px 0 90px 64px; }
  .nc-fitting__title {
    margin-right: 31px; }
  .nc-modules .nc-wrapp {
    padding: 84px 45px 0; }
  .nc-modules__content {
    margin: 0 -45px; }
  .nc-connect__form {
    padding: 0 64px; }
  .nc-connect__label {
    -ms-flex: 0 1 204px;
    flex: 0 1 204px; }
  .nc-modules__slider[data-position="0"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="0"] + .nc-modules__line:after {
    left: 27px; }
  .nc-modules__slider[data-position="1"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="1"] + .nc-modules__line:after {
    left: 187px; }
  .nc-modules__slider[data-position="2"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="2"] + .nc-modules__line:after {
    left: 343px; }
  .nc-modules__slider[data-position="3"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="3"] + .nc-modules__line:after {
    left: 501px; }
  .nc-modules__slider[data-position="4"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="4"] + .nc-modules__line:after {
    left: 661px; }
  .nc-modules__slider[data-position="5"] + .nc-modules__line:before,
  .nc-modules__slider[data-position="5"] + .nc-modules__line:after {
    left: 812px; }
	
}

@media all and (max-width: 989px) {
  .nc-mobile-only {
    display: block; }
  .nc-header__top {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 20px; }
    .nc-header__top .nc-btn:not(.nc-mobile-only), .nc-header__top .nc-connect__btn:not(.nc-mobile-only), .nc-header__top .pf-form__btn:not(.nc-mobile-only) {
      display: none; }
  .nc-header__bottom {
    padding: 40px 20px 68px; }
  .nc-header__onicon {
    opacity: 0.29; }
  .nc-header__logo {
    margin-left: 0; }
  .nc-header__mega {
    margin-right: 31px; }
  .nc-header__controls {
    margin-left: auto; }
  .nc-header nav {
    display: none; }
  .nc-header__title {
    font-size: 36px;
    line-height: 50px; }
  .nc-header__subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px; }
  .nc-header__text {
    font-size: 14px;
    line-height: 1em; }
  .pf-footer .pf-wrapp {
    padding: 57px 20px 23px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pf-footer__info {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .pf-footer__text {
    display: none; }
  .pf-footer__navigation {
    margin-left: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px; }
  .pf-footer__market {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 6px;
    margin-right: auto; }
  .nc-btn--big {
    padding: 0 51px;
    font-size: 19px; }
  .nc-fitting .nc-wrapp {
    padding: 77px 27px 77px 40px;
    font-size: 0; }
  .nc-fitting__examples-pic {
    display: none; }
  .nc-fitting__title {
    font-size: 26px;
    line-height: 30px;
    margin-right: 24px;
    letter-spacing: -1px; }
  .nc-fitting__form {
    padding-top: 7px; }
  .nc-fitting__hanger-pic {
    width: 185px; }
  .nc-fitting__input {
    width: calc(100% - 130px); }
  .nc-fitting__submit {
    width: 130px; }
  .nc-modules .nc-wrapp {
    padding: 54px 0 80px;
    min-height: 0;
    max-width: 530px;
    text-align: center; }
  .nc-modules__line {
    display: none; }
  .nc-modules__content {
    display: none; }
  .nc-modules__slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .nc-modules__slide {
    max-width: none;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    margin-bottom: 58px; }
    .nc-modules__slide--active .nc-modules__slide-icon {
      background: none; }
      .nc-modules__slide--active .nc-modules__slide-icon svg {
        fill: #00ba89; }
    .nc-modules__slide--active .nc-modules__slide-title {
      color: inherit; }
  .nc-modules__slide-title {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .nc-like {
    background-image: linear-gradient(180deg, #07a586 0%, #00ba89 100%); }
    .nc-like .nc-wrapp {
      padding: 49px 0 47px; }
    .nc-like__title {
      margin-bottom: 75px; }
    .nc-like__donut {
      display: none; }
    .nc-like__facts {
      margin-left: auto;
      margin-right: auto;
      max-width: 670px; }
  .nc-how {
    background-image: none; }
    .nc-how .nc-wrapp {
      padding: 52px 20px 56px; }
    .nc-how__title {
      margin-bottom: 42px; }
  .nc-youtube {
    max-width: 100%; }
  .nc-connect .nc-wrapp {
    padding: 46px 20px 223px; }
  .nc-connect__form {
    padding: 0; } }

@media all and (max-width: 767px) {
  .nc-mobile-hide {
    display: none; }
  .nc-header__bottom {
    display: block;
    text-align: center; }
  .nc-header__onicon {
    width: 265px; }
  .nc-header__text-block {
    display: block; }
  .nc-header__title {
    font-size: 27px;
    line-height: 36px; }
  .nc-header__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px; }
  .nc-header .nc-btn, .nc-header .nc-connect__btn, .nc-header .pf-form__btn {
    margin: 0; }
    .nc-header .nc-btn--big {
      font-size: 19px;
      line-height: 30px;
      padding: 0 10px;
      width: 280px; }
  .nc-header .nc-wrapp {
    padding: 0 20px 30px; }
  .pf-footer .pf-wrapp {
    padding: 36px 11px 29px;
    max-width: 320px;
    margin: 0 auto; }
  .pf-footer__market {
    margin-left: 52px; }
  .pf-footer__counters {
    display: block; }
  .pf-footer__navigation {
    display: block;
    padding-left: 52px; }
  .pf-footer__link {
    margin-right: 12px; }
  .pf-footer__links--social {
    display: block; }
  .nc-fitting .nc-wrapp {
    padding: 25px 20px 30px; }
  .nc-fitting__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px; }
  .nc-fitting__form {
    width: 100%; }
  .nc-fitting__input {
    width: calc(100% - 34px);
    padding-left: 14px; }
  .nc-fitting__submit {
    width: 34px;
    font-size: 0;
    line-height: 0;
    background-image: url(../img/ui-icon-arrow.png);
    background-position: 11px center;
    background-repeat: no-repeat; }
  .nc-fitting__hanger-pic {
    width: 140px;
    left: auto;
    right: 18px;
    bottom: 33px; }
  .nc-modules .nc-wrapp {
    padding: 33px 15px 31px; }
  .nc-modules__title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: -1px; }
  .nc-modules__subtitle {
    font-size: 24px;
    line-height: 30px; }
  .nc-modules__slider {
    padding-left: 10px;
    margin-bottom: 0; }
  .nc-modules__slide {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .nc-modules__slide-title {
    display: inline; }
  .nc-like .nc-wrapp {
    padding: 29px 20px 50px; }
  .nc-like__title {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 24px; }
    .nc-like__title small {
      margin-top: 8px;
      font-size: 20px;
      line-height: 30px; }
  .nc-like__facts {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding-left: 7px;
    max-width: 320px; }
  .nc-like__fact p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; }
  .nc-like .nc-btn, .nc-like .nc-connect__btn, .nc-like .pf-form__btn {
    margin-top: 20px;
    padding: 0 10px;
    width: 280px;
    font-size: 14px;
    line-height: 20px;
    height: 47px; }
  .nc-how .nc-wrapp {
    padding: 36px 10px 58px; }
  .nc-how__title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 31px; }
    .nc-how__title small {
      font-size: 20px;
      line-height: 28px; }
  .nc-youtube__play {
    width: 106px;
    height: 106px;
    background-size: contain; }
  .nc-connect {
    background-size: contain; }
    .nc-connect .nc-wrapp {
      padding: 37px 10px 126px; }
    .nc-connect__title {
      font-size: 27px;
      line-height: 30px;
      margin-bottom: 32px; }
      .nc-connect__title small {
        font-size: 20px;
        line-height: 20px;
        max-width: 230px;
        margin: 8px auto 0; }
    .nc-connect__form {
      display: block;
      max-width: 280px;
      margin: 0 auto;
      text-align: center; }
      .nc-connect__form .nc-btn, .nc-connect__form .nc-connect__btn, .nc-connect__form .pf-form__btn {
        margin-top: 22px; }
    .nc-connect__label {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      text-align: left; }
    .nc-connect__input {
      width: 100%; } }

.nc-modules__slide--active.red .nc-modules__slide-icon {background:#E7433A;}
.red .nc-modules__slide-icon svg {fill: #E7433A;}
.nc-modules__slide--active.red svg {fill: #fff;}

.nc-modules__slide--active.red .nc-modules__slide-title {color: #E7433A;}
.notouch .nc-modules__slide.red:hover .nc-modules__slide-icon {background:#E7433A;}
.notouch .nc-modules__slide.red:hover .nc-modules__slide-title {color: #E7433A;}