@charset "UTF-8";
/**
 * =============================================================================
 * Fonts
 * =============================================================================
 */
/**
 * Base font size (em base).
 * As the name says, this value serves as base font size for every
 * relative sizing needs.
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Responsive
 * =============================================================================
 */
/**
 * =============================================================================
 * Colors
 * =============================================================================
 */
/**
 * =============================================================================
 * Dimensions
 * =============================================================================
 */
/**
 * Spacing
 * -----------------------------------------------------------------------------
 */
/**
 * Borders
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Helpers
 * =============================================================================
 */
/**
 * =============================================================================
 * Image replacement
 * =============================================================================
 */
/**
 * =============================================================================
 * Truncate (3 dot cut text)
 * =============================================================================
 */
/**
 * =============================================================================
 * Hover and focus
 * =============================================================================
 */
/**
 * =============================================================================
 * Border radius
 * =============================================================================
 */
/**
 * =============================================================================
 * Box shadow
 * =============================================================================
 */
/**
 * =============================================================================
 * Rotate
 * =============================================================================
 */
/**
 * =============================================================================
 * Animation
 * =============================================================================
 */
/**
 * =============================================================================
 * Opacity
 * =============================================================================
 */
/**
 * Always convert pixel values to em values with 16px as em base.
 * Useful when you've defined different em base for the whole project
 * but want your media queries in ems (since they *always* take 16px as base).
 */
/**
 * Return value in pixels.
 * Useful when you have numbers as variables and donâ€™t want to bother with
 * concatenation of strings.
 */
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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;
}

/**
 * =============================================================================
 * Reset
 * =============================================================================
 */
* {
  box-sizing: border-box;
}

blockquote, h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label[for] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

iframe {
  border: 0;
}

:-ms-input-placeholder {
  color: #b7bbc0;
  opacity: 1;
}

::placeholder {
  color: #b7bbc0;
  opacity: 1;
}

figure {
  margin: 0;
}

input {
  outline: none;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
}

html {
  color: #1A1919;
  font-size: 16px;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.body--fixed {
  position: fixed;
}

a {
  text-decoration: none;
  transition: 0.2s all;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-inner {
  max-width: 1800px;
  padding: 0 4% 0 0;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 8%;
}

.main {
  padding-bottom: 100px;
}

.topbar {
  background-color: #272323;
  border-bottom: 3px solid #ffd100;
  color: #fff;
  padding: 10px 0;
}
.topbar .u-inner {
  padding: 0 8%;
}

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

.topbar__phones-social-network {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  max-width: 680px;
  /*-ms-flex-positive: 1;*/
      flex-grow: 1;
  width: 100%;
}

.phones__item {
  white-space: nowrap;
}


.header .u-inner {
  padding: 0;
}

.header__nav {
  margin-top: 28px;
}

.header__service-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.header__navigationbar {
  padding: 28px 0;
}

.header__navigationbar-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.info-links {
  display: -ms-flexbox;
  display: flex;
}

.info-links__item {
  font-size: 14px;
}
.info-links__item + .info-links__item {
  border-left: 1px solid #ffd100;
  margin-left: 12px;
  padding-left: 12px;
}

.info-links__link {
  color: inherit;
  display: block;
  padding: 3px;
}
.info-links__link:hover, .info-links__link:focus {
  color: #ffd100;
  outline: 0;
}

.user + .lang-switcher {
  margin-left: 40px;
}

.lang-switcher {
  position: relative;
}

.lang-switcher__current {
  color: #bdbbbc;
  font-size: 13px;
  position: relative;
  padding-right: 12px;
  padding-left: 26px;
}
.lang-switcher__current:hover, .lang-switcher__current:focus {
  color: #1A1919;
  outline: 0;
}
.lang-switcher__current i {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.lang-switcher__flag {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.lang-switcher__list {
  display: none;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  padding: 14px 0;
  z-index: 600;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.lang-switcher__list li {
  transition: opacity 0.2s;
  text-align: center;
  font-size: 14px;
}

.lang-switcher__link {
  color: inherit;
  display: block;
  padding: 4px 16px;
}

.logo {
  width: 298px;
  height: 48px;
  background: url(../images/logo.svg) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.nav {
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  transition: opacity 0.2s;
}
.nav__item + .nav__item {
  margin-left: 30px;
}

.nav__link {
  color: inherit;
  padding-left: 22px;
  position: relative;
}
.nav__link i {
  position: absolute;
  font-size: 16px;
  top: 2px;
  left: 0;
}

.nav__item--dd {
  position: relative;
}
.nav__item--dd .nav__link {
  padding-right: 12px;
}
.nav__item--dd .nav__link i:last-child {
  left: auto;
  right: 0;
}

.nav__subnav {
  display: none;
  position: absolute;
  left: 4px;
  padding-top: 10px;
  width: 220px;
  z-index: 500;
}
.nav__subnav ul {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  padding: 14px 0;
}
.nav__subnav li {
  font-size: 16px;
  transition: opacity 0.2s;
}
.nav__subnav a {
  color: inherit;
  display: block;
  padding: 6px 16px;
}

.phones {
  display: -ms-flexbox;
  display: flex;
}

.phones__item {
  font-size: 13px;
  padding: 3px;
}
.phones__item + .phones__item {
  border-left: 1px solid #ffd100;
  margin-left: 12px;
  padding-left: 12px;
}

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

.phones__item:first-child .phones__number {
  font-size: 14px;
}

.phones__type {
  font-weight: bold;
  color: #ffd100;
  text-transform: uppercase;
}

.social-network {
  display: -ms-flexbox;
  display: flex;
}

.social-network__item {
  font-size: 13px;
}
.social-network__item + .social-network__item {
  margin-left: 5px;
}

.social-network__link {
  color: inherit;
  display: block;
  padding: 5px;
  width: 24px;
}
.social-network__link:hover, .social-network__link:focus {
  color: #ffd100;
  outline: 0;
}

.hero {
  position: relative;
}

.hero .u-inner {
  padding: 0 4%;
}

.hero__carousel-cell {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 50%;
  background-color: #5b7690;
  display: none;
  color: #fff;
  padding-top: 32%;
  width: 100%;
  position: relative;
}
.hero__carousel-cell:first-child {
  display: block;
}
.flickity-enabled .hero__carousel-cell {
  display: block;
}

.hero__inner {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.hero__text {
  max-width: 940px;
}

.hero__text--alt {
  max-width: 740px;
}

.hero__title {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.hero__title strong {
  color: #ffd100;
}

.hero__lead {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.3333333333;
}

.hero__link {
  font-size: 17px;
  margin-top: 13px;
  font-weight: bold;
  color: #ffd100;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 3px 0 6px;
}
.hero__link:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffd100;
  border-radius: 1px;
  content: "";
  position: absolute;
  -ms-transform: translateX(-101%);
      transform: translateX(-101%);
  transition: 0.2s transform;
}
.hero__link:hover, .hero__link:focus {
  outline: 0;
}
.hero__link:hover:before, .hero__link:focus:before {
  -ms-transform: translateX(0%);
      transform: translateX(0%);
}

.hero__calculator {
  margin-top: -105px;
}

.user {
  display: -ms-flexbox;
  display: flex;
}

.user__item {
  font-size: 13px;
  text-transform: uppercase;
}
.user__item + .user__item {
  margin-left: 24px;
}

.user__link {
  color: #bdbbbc;
  position: relative;
  padding-left: 16px;
}
.user__link i {
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 1px;
}
.user__link:hover, .user__link:focus {
  color: #1A1919;
  outline: 0;
}

.footer {
  background-color: #272323;
  color: #fff;
  border-top: 3px solid #ffd100;
  padding: 30px 0 30px;
  overflow: hidden;
}
.footer .u-inner {
  padding: 0 8%;
}

.footer__certification img {
  width: 490px;
  height: auto;
}

.footer__contacts {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
.footer__contacts .footer__column {
  width: 280px;
  padding: 0 16px;
}

.footer__copyright {
  font-size: 13px;
  color: #929090;
  padding-top: 8px;
}

.footer__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.footer__group:last-child {
  border-top: 1px solid #4a4747;
  padding-top: 30px;
  margin-top: 20px;
}

.footer__iso img {
  width: 90px;
  height: auto;
}

.footer__item {
  font-size: 14px;
  margin-top: 6px;
}
.footer__item:first-child {
  margin-top: 0;
}

.footer__links {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
.footer__links .footer__column {
  width: 150px;
  padding: 0 16px;
}

.footer__link {
  color: inherit;
}
.footer__link:hover, .footer__link:focus {
  color: #ffd100;
  outline: 0;
}

.footer__list {
  margin-top: 20px;
}

.footer__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer__pa-pa {
  margin-bottom: -30px;
  /*margin-right: -70px;*/
  width: 44%;
  margin-top: -30px;
}
.footer__pa-pa img {
  display: block;
  width: 360px;
  height: auto;
}

.downloads {
  margin-top: 64px;
}
.downloads .u-inner {
  padding-right: 2px;
}

.downloads__inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.downloads__item {
  padding: 15px;
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
}

.downloads__link {
  display: block;
  height: 100%;
}
.downloads__link:hover, .downloads__link:focus {
  opacity: 0.7;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  outline: 0;
}

.partners {
  margin-top: 125px;
}
.partners .u-inner {
  padding: 0;
}

.partners__inner {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.partners__main {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}

.partners__content {
  padding: 21px 21px 21px 48px;
  display: none;
}
.partners__content.is-active {
  display: block;
}
.partners__content p {
  text-align: center;
  font-size: 19px;
  line-height: 1.4761904762;
  font-weight: 300;
  margin-top: 20px;
}
.partners__content p:first-child {
  margin-top: 0;
}

.partners__content-cols {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.partners__content-cols ul {
  width: 50%;
  padding-right: 30px;
}
.partners__content-cols li {
  font-size: 17px;
  font-weight: 300;
  margin-top: 10px;
  padding-left: 44px;
  position: relative;
}
.partners__content-cols li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check.svg) no-repeat;
  height: 14px;
  width: 18px;
}
.partners__content-cols li:first-child {
  margin-top: 0;
}

.partners__list {
  width: 290px;
  background-color: #f9f9f9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 35px 0;
}

.partners__item {
  font-size: 21px;
  text-align: center;
}
.partners__item + .partners__item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #fff;
}
.partners__item:hover .partners__link, .partners__item.is-active .partners__link {
  color: #1A1919;
  font-weight: bold;
}
.partners__item:hover .partners__link:before, .partners__item.is-active .partners__link:before {
  transform: translate3d(0%, 0, 0);
}
.partners__item:hover .partners__link span, .partners__item.is-active .partners__link span {
  position: relative;
}

.partners__link {
  color: #898989;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 4px 10px;
}
.partners__link:before {
  background-color: #ffd100;
  height: 6px;
  border-radius: 10em;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  content: "";
  transform: translate3d(-101%, 0, 0);
  transition: transform 0.2s;
}

.logos {
  overflow: hidden;
}

.logos__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px -2px 0;
}

.logos__item {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 33.3333333333%;
  padding: 40px 20px;
}
.logos__item img {
  width: 184px;
  height: auto;
  margin: 0 auto;
}

.logos--small .logos__item {
  width: 14.2857142857%;
  padding: 18px 10px;
  font-size: 13px;
  text-align: center;
}
.logos--small .logos__item img {
  max-width: 100%;
  width: auto;
}

.logos__item--x {
  position: relative;
}
.logos__item--x:before {
  width: 30px;
  height: 1px;
  background-color: #ffd100;
  content: "";
  left: -1px;
  top: -1px;
  position: absolute;
  margin-left: -15px;
}
.logos__item--x:after {
  height: 30px;
  width: 1px;
  background-color: #ffd100;
  content: "";
  left: -1px;
  top: -1px;
  position: absolute;
  margin-top: -15px;
}

.advantages {
  margin-top: 100px;
  overflow: hidden;
}

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

.advantages__image {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 120;
}

.advantages__main {
  padding-left: 100px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.advantages__title {
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0;
  position: relative;
  z-index: 100;
}
.advantages__title:before {
  background-color: #ffd100;
  left: -400px;
  right: -9999em;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

.advantages__title-inner {
  position: relative;
}

.advantages__text {
  margin-top: 48px;
}

.advantages__button {
  margin-top: 48px;
}

.text h2 {
  font-weight: 700;
  font-size: 26px;
}
.text h2 + p {
  margin-top: 28px;
}
.text h3 {
  font-size: 25px;
  font-weight: 400;
}
.text p {
  font-size: 17px;
  line-height: 1.3333333333;
  font-weight: 300;
  margin-top: 12px;
}
.text p:first-child {
  margin-top: 0;
}
.text p strong {
  font-weight: 700;
}
.text p u,
.text p a {
  font-weight: bold;
  color: inherit;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.text p u:before,
.text p a:before {
  background-color: #ffd100;
  height: 3px;
  border-radius: 10em;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
}
.text ul {
  margin-top: 18px;
}
.text ul:first-child {
  margin-top: 0;
}
.text ul + p {
  margin-top: 28px;
}
.text li {
  font-size: 17px;
  font-weight: 300;
  margin-top: 18px;
  padding-left: 44px;
  position: relative;
}
.text li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check.svg) no-repeat;
  height: 14px;
  width: 18px;
}
.text li:first-child {
  margin-top: 0;
}
.text .contact li:before {
  display: none;
}
.text .contact li i {
  position: absolute;
  left: 0;
  top: 2px;
}
.text .contact li a {
  color: inherit;
  text-decoration: none;
}
.text .tables {
  margin-top: 70px;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.text table th {
  background-color: #272323;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  padding: 20px 40px;
}
.text table th.is-inverse {
  background-color: #ffd100;
  color: inherit;
}
.text table tbody tr {
  border-top: 1px solid #e9e9e9;
}
.text table tbody tr:first-child {
  border-top: 0;
}
.text table td {
  background-color: #fff;
  font-size: 17px;
  text-align: left;
  padding: 24px 40px;
}
.text table td i {
  color: #ffd100;
  margin-right: 5px;
}
.text .button {
  margin-top: 36px;
}
.text .separator {
  display: block;
  height: 2px;
  width: 20px;
  background: #ffd100;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text:after {
  content: "";
  clear: both;
  display: table;
}

.tables {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.tables__item {
  width: 300px;
}
.tables__item + .tables__item {
  margin-left: 50px;
}

.text--small h3 {
  font-size: 16px;
  font-weight: 700;
}
.text--small p {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
.tabs .text--small p {
    overflow: hidden;
}
.text--small li {
  font-size: 15px;
  line-height: 1.2;
  padding-left: 36px;
}
.text--small li:before {
  top: 2px;
}
.text--small p.meta {
  font-size: 12px;
  margin-top: 20px;
  line-height: 18px;
  color: #999;
}

.text--large h2 {
  font-size: 35px;
}
.text--large p {
  font-size: 23px;
  line-height: 1.4347826087;
}

.text__cols {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 36px;
}
.text__cols ul {
  width: 50%;
  margin-top: 0;
  padding-right: 40px;
}
.text__cols + p {
  margin-top: 36px;
}

.button {
  font-size: 16px;
  background-color: #272323;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  border: 0;
  padding: 14px 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.button:hover, .button:focus {
  background-color: #ffd100;
  color: #272323;
  outline: 0;
}

.button--small {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
}

.calculator {
  max-width: 350px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 -18px 34px rgba(0, 0, 0, 0.3);
  position: relative;
}

.calculator__header {
  background-color: #ffd100;
  border-radius: 4px 4px 0 0;
  position: relative;
  padding: 20px 120px 20px 30px;
}

.calculator__title {
  font-weight: 400;
}
.calculator__title strong {
  font-weight: bold;
}

.calculator__image {
  width: 132px;
  position: absolute;
  right: 10px;
  top: -48px;
}

.calculator__image--alt {
  width: 110px;
  top: -40px;
}

.calculator[data-slide="1"] .calculator__regs,
.calculator[data-slide="2"] .calculator__regs {
  display: none;
}

.calculator[data-slide="3"] .calculator__boxes,
.calculator[data-slide="4"] .calculator__boxes {
  display: none;
}

.calculator__body {
  border-radius: 0 0 4px 4px;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.fake-select {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
}

.fake-select__selected {
  border-bottom: 1px solid #e9e9e9;
  color: #a9a9a9;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.fake-select__selected i {
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 12px;
}

.fake-select__select {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.fake-select + .button {
  margin-left: 24px;
}

.services {
  margin-top: 60px;
}
.services .u-inner {
  padding: 0 4%;
}

.services__image {
  filter: grayscale(100%);
}

.services__link {
  color: inherit;
  position: relative;
  display: block;
}

.services__list {
  display: -ms-flexbox;
  display: flex;
}

.services__item {
  overflow: hidden;
  width: 25%;
  position: relative;
}
.services__item:first-child {
  border-radius: 10px 0 0 10px;
}
.services__item:last-child {
  border-radius: 0 10px 10px 0;
}
.services__item:hover {
  -ms-transform: scale(1.03);
      transform: scale(1.03);
  z-index: 100;
  border-radius: 10px;
  transition: 0.2s all ease-in-out;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.services__item:hover .services__image {
  transition: 0.2s filter;
  filter: grayscale(0%);
}
.services__item:hover .services__title-row {
  background-color: #1a1919;
  color: #fff;
}
.services__item:hover .services__title-row strong {
  color: #ffd100;
}

.services__title {
  white-space: pre-line;
  font-size: 19px;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.services__title-row {
  display: inline-block;
  border-radius: 3px;
  background-color: #ffd100;
  padding: 4px 15px 4px 11px;
  white-space: nowrap;
}
.services__title-row + .services__title-row {
  margin-top: -3px;
}

.flickity-page-dots {
  bottom: 30px;
}
.flickity-page-dots .dot {
  width: 16px;
  height: 2px;
  border-radius: 0;
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background-color: #ffd100;
}

.single-service__body, .contact-page__body {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
}

.single-service__main, .contact-page__main {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 60px;
  margin-top: -60px;
  width: 100%;
}

.contact-page__main--alt {
  width: 100%;
}

.single-service__text, .contact-page__text {
  margin-top: 36px;
}
.single-service__text:first-child, .contact-page__text:first-child {
  margin-top: 0;
}

.single-service__listing, .contact-page__listing {
  margin-top: 36px;
}

.single-service__tabs {
  margin-top: 36px;
}

.single-service__cols {
  display: -ms-flexbox;
  display: flex;
  margin: 36px -15px 0;
}

.single-service__col {
  width: 50%;
  padding: 0 15px;
}

.single-service__sidebar, .contact-page__sidebar {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 30px;
}

.single-service__sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.listing {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.listing__item {
  padding: 0 15px;
}

.listing--2 .listing__item {
  width: 50%;
}

.listing--3 .listing__item {
  width: 33.3333333333%;
}

.article-text {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
}

.article {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  padding: 4px;
  height: 100%;
}

.article__image {
  border-radius: 3px 3px 0 0;
}

.article__text {
  padding: 15px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.article__title {
  font-size: 16px;
  font-weight: 700;
}

.article--alt {
  border-radius: 0;
  border: none;
  padding: 0;
  text-align: center;
  max-width: 443px;
  margin: 0 auto;
}
.article--alt .article__image {
  border-radius: 0;
}
.article--alt .article__title {
  font-size: 24px;
}
.article--alt .article__text {
  padding: 20px 0 0;
  border-radius: 0;
}
.article--alt .article__lead {
  border-top: 0;
  padding-top: 0;
  margin-top: 15px;
}
.article--alt .button {
  margin-top: 20px;
}

.article__lead {
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 300;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #ffd100;
}

.block {
  background: #272323;
  color: #fff;
  padding: 32px;
  border-radius: 3px;
  position: relative;
}

.block:after {
    background: url(../images/block-right.svg) no-repeat top right;
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

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

.block--yellow {
  background-color: #ffd100;
  color: #272323;
}

.block--yellow:after {
    background-image: url(../images/block-right-yellow.svg);
}

.block--gray {
  background-color: #ededed;
  color: #272323;
}

.block--gray:after {
    background-image: url(../images/block-right.svg);
}

.block__title {
  font-size: 19px;
  font-weight: 400;
}
.block__title strong {
  font-weight: 700;
}

.block__text {
  margin-top: 24px;
}

.block__image {
  width: 112px;
  position: absolute;
  right: 48px;
  top: -40px;
}

.block--aligned {
  height: 250px;
  padding-left: 160px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.block--aligned .block__image {
  left: -33px;
  right: auto;
  top: -55px;
  width: 236px;
}
.block--aligned .block__title {
  font-size: 21px;
  font-weight: 700;
}

.tabs__list {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: -1px;
}

.tabs__item {
  text-align: center;
  font-weight: 700;
}
.tabs__item.is-active .tabs__link {
  color: inherit;
  border-color: #ebebeb;
  border-bottom-color: #fff;
  border-top-color: #ffd100;
}

.tabs__link {
  padding: 15px 24px;
  color: #8c8c8c;
  display: block;
  border: 1px solid #fff;
  border-bottom-color: #ebebeb;
  border-top-width: 2px;
}
.tabs__link:hover, .tabs__link:focus {
  color: inherit;
  outline: 0;
}

.tabs__main {
  border-radius: 0 5px 5px 5px;
  border: 1px solid #ebebeb;
  padding: 20px;
  overflow: hidden;
}

.tabs__content {
  display: none;
}
.tabs__content.is-active {
  display: block;
}
.tabs__content img {
  width: 226px;
  float: left;
  margin: 0 30px 0 -30px;
}
.tabs__content img + p {
  margin-top: 0;
}

/*.single-page .u-inner {
  padding-right: 0;
}*/

.single-page__row {
  padding: 90px 0;
  border-top: 1px solid #ebebeb;
}
.single-page__row:first-child {
  border-top: 0;
}

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

.img-text__image {
  width: 28%;
}

.img-text__text {
  width: 72%;
  padding: 20px 80px;
}

.contact-page {
  border-top: 1px solid #ebebeb;
}
.contact-page > .u-inner {
  padding: 0;
}

.img-text__text--l {
  padding-left: 0;
}

.img-text__text--r {
  padding-right: 0;
}

.contact-page__main {
  margin-top: 0;
}

.contact-page__text--alt {
  padding: 90px 0;
  margin-top: 0;
}
.contact-page__text--alt:first-child {
  padding-top: 0;
}
.contact-page__text--alt > .text {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.contact-page__text--gray {
  background-color: #f9f9f9;
}

.contact-page__text--separator {
  border-top: 1px solid #ebebeb;
}

.contact-page__form {
  margin-top: 36px;
}

.form {
  position: relative;
}

.form__row {
  display: -ms-flexbox;
  display: flex;
  margin: 50px -15px 0;
}
.form__row:first-child {
  margin-top: 0;
}

.form__col {
  position: relative;
  padding: 0 15px;
  width: 50%;
}

.form__col--full {
  width: 100%;
}

.form__el {
  position: relative;
}

.form__input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  color: #a9a9a9;
  padding: 10px 0;
  outline: none;
  color: #1a1919;
}
.form__input:-ms-input-placeholder {
  color: #a9a9a9;
}
.form__input::placeholder {
  color: #a9a9a9;
}

.form .fake-select__selected {
  padding-left: 0;
}

textarea.form__input {
  resize: vertical;
}

.form__label:not(.form__label--checkbox) {
  font-weight: 300;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 14px;
  color: #969494;
  opacity: 0;
  -ms-transform: translateY(3px);
      transform: translateY(3px);
  transition: 0.2s all;
}
.form__label:not(.form__label--checkbox).is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.form__label--checkbox {
  font-size: 17px;
  position: relative;
  padding-left: 24px;
}
.form__label--checkbox input {
  position: absolute;
  left: 0;
  top: 2px;
}
.form__label--checkbox a {
  font-weight: bold;
  color: inherit;
  position: relative;
}
.form__label--checkbox a:before {
  background-color: #ffd100;
  height: 3px;
  border-radius: 10em;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
}

.form__row--last {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.form__row--last .form__col {
  width: auto;
}

.form__success,
.form__not-success {
  display: none;
  border: 1px solid #dff2bf;
  background-color: #fff;
  padding: 40px;
  color: #270;
  box-shadow: 0 4px 14px rgba(34, 119, 0, 0.1);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.form__not-success {
  border-color: #f2bfbf;
  box-shadow: 0 4px 14px rgba(119, 0, 0, 0.1);
  color: #770000;
}

.certificate-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 490px;
}
.certificate-group a {
  display: block;
}

.certificate {
  display: block;
  width: 77px;
  height: 70px;
  background: url(../images/certificates.png) no-repeat 0 0/490px auto;
}

.certificate--2015 {
  background-position: -103px 0;
}

.certificate--2016 {
  background-position: -206px 0;
}

.certificate--2017 {
  background-position: -309px 0;
}

.certificate--2018 {
  background-position: -412px 0;
}

.calculator-large {
  border-radius: 6px;
  padding: 0 !important;
}

.calculator-large__row {
  border-top: 1px solid #ebebeb;
  padding: 30px;
}
.calculator-large__row > .text {
  text-align: center;
}
.calculator-large__row > .text h2 + p {
  margin-top: 10px;
}
.calculator-large__row:first-child {
  border-top: 0;
}

.calculator-large__form-row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.calculator-large__form-row:first-child {
  margin-top: 0;
}

.calculator-large__form-row--total {
  display: block;
  text-align: right;
}

.calculator-large__form-col {
  /*-ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;*/
  padding: 10px;
  text-align: center;
}
.calculator-large__form-col img {
  max-width: 203px;
  margin: 0 auto 10px;
}
.form--alt {
  margin-top: 20px;
}
.form--alt .form__success,
.form--alt .form__not-success {
  padding: 20px;
}
.form--alt .form__row {
  margin-top: 30px;
}

.pm-control {
  border: 1px solid #ebebeb;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 37px;
  margin: 15px auto 0;
}

.pm-control__minus,
.pm-control__plus {
  width: 35px;
  padding-top: 10px;
  font-size: 12px;
  color: #ffd100;
}
.pm-control__minus:hover,
.pm-control__plus:hover {
  background-color: #fffeee;
}

.pm-control__input {
  border: 0;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  outline: none;
  text-align: center;
  width: 50px;
}

.cta {
  position: absolute;
  right: -30px;
  top: 20px;
  background-color: #ffd300;
  padding: 13px 30px;
  border-radius: 4px;
  z-index: 100;
}

.tabs-cols {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.tabs-cols ul {
  width: 50%;
  padding-right: 30px;
}
.tabs-cols li {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  padding-left: 44px;
  position: relative;
}
.tabs-cols li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check.svg) no-repeat;
  height: 14px;
  width: 18px;
}
.tabs-cols li:first-child {
  margin-top: 0;
}

/* RWD START */

@media screen and (min-width: 1201px) and (max-width: 1366px) {
  .services__title {
    font-size: 16px;
    left: 15px;
    bottom: 15px;
  }

}


@media screen and (max-width: 75em) {
  .container {
    padding: 0 2%;
    overflow: hidden;
  }
}
@media screen and (max-width: 37.5em) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 37.5em) {
  .main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 50em) {
  .topbar .u-inner {
    padding: 0 20px;
  }
  .topbar__social-network {
    display: none;
  }
  .topbar__phones,
  .topbar__info-links {
    width: 100%;
  }
  .phones,
  .info-links {
    justify-content: center;
    white-space: nowrap;
  }
  .info-links__link,
  .info-links__item {
    white-space: nowrap;
  }
  .phones__item {
    text-align: center;
  }
}
@media screen and (max-width: 37.5em) {
  .topbar__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-links__item:first-child {
    padding-left: 10px;
  }
}
@media screen and (max-width: 37.5em) {
  .topbar__info-links + .topbar__phones-social-network {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 70em) {
  .phones__type {
    display: none;
  }
  .phones__number,
  .phones__item--email .phones__number {
    font-size: 11px;
  }
  .info-links__item {
    font-size: 12px;
  }
}
.header__mobile-btn {
  display: none;
  font-size: 1.5em;
  width: 24px;
  height: 24px;
  text-align: center;
}
@media screen and (max-width: 75em) {
  .header__mobile-btn {
    display: block;
  }
}
@media screen and (max-width: 75em) {
  .header__nav {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 0;
    width: 100%;
  }
  .header__nav .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__nav .nav.nav__item--dd--active-state > li:not(.nav__item--dd--active) {
    opacity: 0.3;
  }
  .header__nav .nav__item {
    width: 100%;
    margin-left: 0;
  }
  .header__nav .nav__item a {
    padding: 15px 44px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 75em) {
  .header__navigation {
    position: fixed;
    right: -100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
    background-color: #fff;
    height: 100vh;
    width: 33.3333333333%;
    transition: right 0.3s ease-in-out;
    z-index: 9999999999;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .header__navigation.header__navigation--active {
    right: 0;
  }
}
@media screen and (max-width: 50em) {
  .header__navigation {
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  .header__navigation {
    width: 100%;
  }
}
@media screen and (max-width: 75em) {
  .header__service-links {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    padding-bottom: 100px;
  }
  .header__service-links ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__service-links ul li {
    width: 100%;
    margin-left: 0;
  }
  .header__service-links ul li a {
    padding: 15px 44px;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
  }
  .header__service-links ul li a:not(.lang-switcher__link) {
    color: #1A1919;
  }
  .header__service-links ul li a i {
    top: 12px;
    left: 10px;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.header__navigationbar {
  padding: 28px 0;
}

.header__navigationbar-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 75em) {
  .header__navigationbar-inner {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (max-width: 75em) {
  .user + .lang-switcher {
    margin-left: 0;
  }
}
@media screen and (max-width: 75em) {
  .lang-switcher {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .lang-switcher:hover .lang-switcher__list {
    display: block;
  }
}
@media screen and (max-width: 75em) {
  .lang-switcher__current {
    padding: 15px 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 16px;
    color: #1A1919;
  }
}
@media screen and (max-width: 75em) {
  .lang-switcher__current i {
    top: 12px;
    left: auto;
    right: 10px;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 75em) {
  .lang-switcher__flag {
    top: 16px;
    left: 14px;
  }
}
@media screen and (max-width: 75em) {
  .lang-switcher__list {
    background-color: #272323;
    color: #fff;
    box-shadow: none;
  }
  .lang-switcher__list li a {
    color: #fff;
  }
}
@media screen and (max-width: 30em) {
  .logo {
    width: 12.5em;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 75em) {
  .nav__item + .nav__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 75em) {
  .nav__link i {
    top: 12px;
    left: 10px;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (max-width: 75em) {
  .nav__item--dd .nav__link i:last-child {
    right: 0px;
    width: 48px;
    height: 48px;
    top: 0px;
  }
}
@media screen and (min-width: 75em) {
  .nav:hover .nav__item {
    opacity: 0.3;
  }
  .nav:hover .nav__item:hover {
    opacity: 1;
  }
  .lang-switcher__list:hover li {
  opacity: 0.3;
  }
  .lang-switcher__list:hover li:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 75em) {
  .nav__subnav {
    position: static;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .nav__item:hover .nav__subnav {
    display: block;
  }
}
@media screen and (max-width: 75em) {
  .nav__subnav ul {
    background-color: #272323;
    color: #fff;
    box-shadow: none;
  }
}
@media screen and (min-width: 75em) {
  .nav__subnav ul:hover li {
    opacity: 0.3;
  }
  .nav__subnav ul:hover li:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 50em) {
  .hero .u-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 30em) {
  .hero .u-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 64em) {
  .hero__carousel-cell {
    padding-top: 50%;
  }
}
@media screen and (max-width: 50em) {
  .hero__carousel-cell {
    padding-top: 60%;
  }
}
@media screen and (max-width: 37.5em) {
  .hero__carousel-cell {
    padding-top: 400px;
  }
}
@media screen and (max-width: 30em) {
  .hero__carousel-cell {
    padding-top: 300px;
  }
}
@media screen and (max-width: 37.5em) {
  .hero__title {
    font-size: 22px;
    word-break: break-word;
  }
}
@media screen and (max-width: 37.5em) {
  .hero__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .hero__lead {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .hero__calculator {
    margin-top: 75px;
  }
  .hero__calculator .u-inner {
    padding: 0;
  }
}
@media screen and (max-width: 75em) {
  .user__item + .user__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 64em) {
  .footer .u-inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__certification {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .footer__contacts {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__contacts {
    -ms-flex: auto;
        flex: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 64em) {
  .footer__contacts .footer__column {
    -ms-flex: 1;
        flex: 1;
    width: auto;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__contacts .footer__column {
    -ms-flex: auto;
        flex: auto;
    width: 100%;
    text-align: center;
  }
  .footer__contacts .footer__column + .footer__column {
    margin-top: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 64em) {
  .footer__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__group + .footer__group {
    margin-top: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__group {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__iso {
    margin-top: 30px;
  }
}
@media screen and (max-width: 64em) {
  .footer__links {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__links {
    -ms-flex: auto;
        flex: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media screen and (max-width: 64em) {
  .footer__links .footer__column {
    -ms-flex: 1;
        flex: 1;
    width: auto;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__links .footer__column {
    -ms-flex: auto;
        flex: auto;
    width: 100%;
    text-align: center;
  }
  .footer__links .footer__column + .footer__column {
    margin-top: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .footer__pa-pa {
    margin: 30px 0 0 0;
    width: 80%;
    padding-left: 20px;
  }
  .footer__pa-pa img {
    max-width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 75em) {
  .downloads__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 30em) {
  .downloads__inner {
    margin: 0;
  }
}
@media screen and (max-width: 75em) {
  .downloads__item {
    -ms-flex: 1;
        flex: 1;
  }
}
@media screen and (max-width: 30em) {
  .downloads__item {
    padding: 0;
    max-width: 100%;
  }
  .downloads__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 64em) {
  .partners__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 50em) {
  .partners__content {
    padding: 20px;
  }
}
@media screen and (max-width: 64em) {
  .partners__list {
    width: 100%;
  }
}
@media screen and (max-width: 50em) {
  .logos__item {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 30em) {
  .logos__item {
    width: 100%;
  }
  .logos__item:before, .logos__item:after {
    display: none;
  }
}
@media screen and (max-width: 50em) {
  .logos--small .logos__item {
    width: 33.3333333333%;
    padding: 15px;
  }
}
@media screen and (max-width: 30em) {
  .logos--small .logos__item {
    width: 100%;
  }
  .logos--small .logos__item:before, .logos--small .logos__item:after {
    display: none;
  }
}
@media screen and (max-width: 50em) {
  .advantages__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 50em) {
  .advantages__image {
    text-align: center;
  }
}
@media screen and (max-width: 30em) {
  .advantages__image {
    width: 50%;
  }
}
@media screen and (max-width: 50em) {
  .advantages__main {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 50em) {
  .advantages__title {
    padding: 30px;
  }
}
@media screen and (max-width: 30em) {
  .advantages__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 37.5em) {
  .text h2 {
    font-size: 22px;
  }
  .tabs__content img {
    display: block;
    max-width: 160px !important;
  }
  .tabs-cols {
    display: block;
  }
  .tabs-cols ul {
    width: 100%;
  }
  .tabs-cols li {
    font-size: 14px;
  }
}
@media screen and (max-width: 37.5em) {
  .text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 37.5em) {
  .text li {
    font-size: 16px;
  }
}
@media screen and (max-width: 37.5em) {
  .text--small h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 37.5em) {
  .text--small p {
    font-size: 14px;
  }
}
@media screen and (max-width: 37.5em) {
  .text--small li {
    font-size: 13px;
  }
}
@media screen and (max-width: 37.5em) {
  .text--large h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .text--large p {
    font-size: 20px;
  }
}
@media screen and (max-width: 30em) {
  .text__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 30em) {
  .text__cols ul {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 64em) {
  .calculator {
    max-width: 100%;
  }
}
@media screen and (max-width: 37.5em) {
  .calculator__header {
    padding-right: 100px;
    padding-left: 20px;
  }
  .calculator__title {
    font-size: 14px;
  }
  .calculator__image {
    width: 102px;
    top: -30px;
  }

  .calculator__image--alt {
    width: 90px;
    top: -30px;
  }
}
@media screen and (max-width: 30em) {
  .calculator__body {
    padding: 20px;
  }
}
@media screen and (max-width: 75em) {
  .services .u-inner {
    padding: 0;
  }
  .services__title {
    left: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 37.5em) {
  .services__item:hover {
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
  }
  /*.services__link {
    max-height: 50vh;
  }*/
  .services__image {
    filter: grayscale(0%);
  }
  .services__item .services__title-row {
    background-color: #1a1919;
    color: #fff;
  }
  .services__item .services__title-row strong {
    color: #ffd100;
  }
}
@media screen and (max-width: 75em) {
  .services__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 75em) {
  .services__item {
    width: 50%;
  }
  .services__item:nth-child(2n) {
    border-radius: 0 10px 10px 0;
  }
  .services__item:nth-child(2n-1) {
    border-radius: 10px 0 0 10px;
  }

  .listing,
  .single-service__cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .listing__item,
  .single-service__col {
    padding: 0 10px;
  }

  .single-service__main,
  .contact-page__main {
    padding-right: 30px;
  }
  .single-service__sidebar,
  .contact-page__sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 37.5em) {
}
@media screen and (max-width: 30em) {
  .services__item {
    width: 100%;
  }
  .services__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .services__item:nth-child(2n), .services__item:nth-child(2n-1) {
    border-radius: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 64em) {
  .single-service > .u-inner {
    padding: 0;
  }
}
@media screen and (max-width: 64em) {
  .single-service__body, .contact-page__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 64em) {
  .single-service__main, .contact-page__main {
    margin-top: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 37.5em) {
  .single-service__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 37.5em) {
  .single-service__col {
    width: 100%;
  }
  .single-service__col:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 64em) {
  .single-service__sidebar, .contact-page__sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 37.5em) {
  .listing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 37.5em) {
  .listing--3 .listing__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 75em) {
  .block__image {
    display: none;
  }
  .block--aligned .block__image {
    display: block;
  }
}
@media screen and (max-width: 30em) {
  .block--aligned .block__image {
    left: 0;
    top: 0;
    width: 180px;
  }
}
@media screen and (max-width: 30em) {
  .block--aligned .block__title {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 37.5em) {
  .tabs__inner-wrap {
    overflow: auto;
  }
}
@media screen and (max-width: 37.5em) {
  .tabs__list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .tabs__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    padding: 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 37.5em) {
  .tabs__main {
    margin-top: -1px;
  }
}
@media screen and (max-width: 37.5em) {
  .single-page__row {
    padding: 40px 0;
  }
}
@media screen and (max-width: 37.5em) {
  .img-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 37.5em) {
  .img-text__image {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 37.5em) {
  .img-text__text {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 30em) {
  .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 30em) {
  .form__col {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 30em) {
  .form__row--last .form__col {
    width: 100%;
  }
  .form__row--last .form__col button {
    width: 100%;
  }
}
@media screen and (max-width: 50em) {
  .certificate-group {
    width: 450px;
  }
}
@media screen and (max-width: 37.5em) {
  .certificate-group {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
@media screen and (max-width: 37.5em) {
  .certificate-group a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 37.5em) {
  .calculator-large__form-row {
    flex-wrap: wrap;
  }
  .calculator-large__form-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .fake-select__selected {
    font-size: 14px;
  }
}



/*# sourceMappingURL=global.css.map */