/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/** Core styling */
.accordion{
	padding: 0;
	margin:  0;
	position: relative;
	list-style: none;
}
	.accordion > *{
		position: absolute;
		overflow: hidden;
		padding: 0;
		margin:  0;
	}
		.accordion > *,
		.accordion.edge-visible,
		.accordion .accordion{
			transition:         .3s ease all;
		}
		
		/** Transform-related */
		.accordion,
		.accordion > *{
			will-change: height, transform;
			perspective:         90em;
			
			-webkit-backface-visibility: hidden;
			backface-visibility:         hidden;
			transform:          translate3d(0,0,0);
		}
		
		/** Rule to disable transitions between gap corrections */
		.snap.accordion > *,
		.snap.accordion .accordion{
			transition:         none !important;
		}

		/** Headings */
		.accordion > * > :first-child{
			cursor: pointer;
			margin: 0;
			
			-webkit-user-select: none;
			-moz-user-select:    none;
			-ms-user-select:     none;
			user-select:         none;
		}
		
		/** Collapsible content */
		.accordion > * > :last-child{
			overflow: hidden;
			transition:         .3s ease height, .3s step-start visibility;
		}
			.accordion > .closed > :last-child,
			.accordion > .closed .accordion > .open > :last-child{
				transition-timing-function:         ease, step-end;
				visibility: hidden;
			}

html {
  background: white;
  padding: 1rem;
  font-size: 18px;
  line-height: 1.75rem;
  font-family: "Open Sans", sans-serif;
}

*,
html,
body,
h1,
h2,
h3,
h4 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

.container {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container--large {
  max-width: inherit;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .container--large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container--app {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .container--app {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container--list-items-in-box {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .container--list-items-in-box {
    padding-right: 80px;
    padding-left: 80px;
  }
}

body {
  padding-top: 199px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 85px;
  }
}

p {
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.9rem;
    line-height: 1.45rem;
  }
}

.content {
  min-height: calc(100vh - 740px);
}

.fixed-position {
  position: fixed;
  top: 0;
  overflow-y: hidden;
}

.focus-scale {
  transition: transform 0.2s ease;
}
.focus-scale:focus {
  transform: scale(1.05);
}

/* stylelint-disable-next-line media-feature-name-no-unknown */
@media only screen and (device-width: 414px) and (device-height: 736px) and (device-pixel-ratio: 3) {
  .header {
    padding: 26px 0 19px;
  }
}
.header {
  padding: 60px 0;
  background: #fff;
  width: 100%;
  z-index: 20;
  top: 0;
  position: fixed;
  transition: top 0.4s ease;
}
@media screen and (max-height: 800px) {
  .header {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .header {
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header {
    padding: 40px 0;
  }
}
@media screen and (max-width: 999px) {
  .header {
    padding: 21px 0 24px;
  }
}
.header__logo {
  display: flex;
  width: 200px;
  height: 69px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header__logo {
    width: 113px;
    height: 39px;
  }
}
@media screen and (max-width: 999px) {
  .header__logo {
    width: 113px;
    height: 39px;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .header__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  .header__mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.header__navigation {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media screen and (max-width: 999px) {
  .header__navigation {
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    height: 100%;
    z-index: 1;
    background: #fff;
    overflow: auto;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s;
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 999px) {
  .header__navigation.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.hamburger {
  border: none;
  background: transparent;
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
  margin: 0;
  display: none;
}
@media screen and (max-width: 999px) {
  .hamburger {
    display: block;
  }
}
.hamburger:focus {
  outline: none;
}
.hamburger::after, .hamburger::before,
.hamburger span {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  background: #000;
  transform: rotate(0deg);
  transition: all 0.4s;
  left: 1%;
  right: 1%;
  margin: 0 auto;
}
.hamburger::after, .hamburger::before {
  content: "";
}
.hamburger::after {
  left: -20px;
  margin-top: -2px;
}
.hamburger::before {
  top: 50%;
  right: -20px;
  margin-top: -2px;
}
.hamburger span {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-active::after {
  transform: rotate(135deg) translate(9px, -9px);
  width: 100%;
  left: 0;
  right: -2%;
  margin-top: -2px;
  top: 0;
  height: 2px;
}
.hamburger.is-active::before {
  transform: rotate(225deg);
  top: 50%;
  margin-bottom: 0;
  width: 100%;
  right: 0;
  margin-top: -2px;
  height: 2px;
}
.hamburger.is-active span {
  transform: rotate(135deg);
  height: 0;
}

.scrolled .header {
  top: -205px;
}
@media screen and (max-width: 1100px) and (min-width: 1000px) {
  .scrolled .header {
    top: -155px;
  }
}
@media screen and (max-width: 999px) {
  .scrolled .header {
    top: -85px;
  }
}

.is-active.scrolled .header {
  top: 0;
}

.navigation__menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  .navigation__menu {
    flex-direction: column;
  }
}
.navigation--secondary {
  margin-top: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .navigation--secondary {
    margin-top: 5px;
  }
}
.navigation__li > a {
  font-size: 0.75rem;
  line-height: 1.35em;
  text-decoration: none;
  color: #757575;
  margin: 0 10px;
}
@media screen and (max-width: 999px) {
  .navigation__li > a {
    font-size: 0.9rem;
    line-height: 2.2em;
  }
}
.navigation__li > a:hover {
  text-decoration: underline;
}
.navigation__li.active > a {
  color: #000;
}
@media screen and (max-width: 999px) {
  .navigation.navigation--primary {
    margin-top: 60px;
  }
}
.navigation.navigation--primary a:hover,
.navigation.navigation--primary a:focus,
.navigation.navigation--primary .active > a {
  border-bottom: 1px solid #757575;
  text-decoration: none;
}
.navigation.navigation--secondary .navigation__li > a {
  font-size: 1rem;
  line-height: 2.2em;
  color: #000;
  padding: 6px 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .navigation.navigation--secondary .navigation__li > a {
    font-size: 0.9rem;
    line-height: 1em;
  }
}
@media screen and (max-width: 999px) {
  .navigation.navigation--secondary .navigation__li > a {
    font-size: 1.1rem;
    line-height: 3em;
  }
}
.navigation.navigation--secondary .navigation__li > a:hover, .navigation.navigation--secondary .navigation__li > a:focus {
  text-decoration: none;
  color: #757575;
}
.navigation.navigation--secondary .navigation__li > a::after {
  width: 0;
  height: 3px;
  background: #ffca00;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  transition: width 0.3s ease;
  transform: translateX(-50%);
}
.navigation.navigation--secondary .navigation__li.active > a {
  color: #000;
}
.navigation.navigation--secondary .navigation__li.active > a::after {
  width: 100%;
}
.navigation.navigation--secondary .navigation__li.active > a:focus {
  color: #757575;
}
.navigation.navigation--secondary .navigation__li.active > a:focus::after {
  background: #f8dc72;
}

.footer {
  padding-top: 118px;
  padding-bottom: 84px;
  background: no-repeat url("/default/img/dots-dots_icon.svg") top right transparent;
  background-size: 785px auto;
  background-position: 130% 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .footer {
    background-size: 363px auto;
    background-position: right -230px bottom -120px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding-bottom: 24px;
    background-size: 363px auto;
    background-position: right -230px bottom -120px;
  }
}
.footer__columns {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footer__columns {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__column::after {
    content: "|";
    padding: 0 5px;
  }
  .footer__column:last-child::after {
    display: none;
  }
}
.footer .footer__column {
  color: #757575;
}
.footer .footer__column a,
.footer .footer__column a:hover {
  color: #757575;
}

/*
@media print {

}
*/
.content-set__title {
  padding-bottom: 10px;
  padding-top: 200px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .content-set__title {
    padding-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .content-set__title {
    padding-top: 85px;
  }
}
.content-set__title--arrow {
  padding-bottom: 120px;
}
.content-set__title--arrow::after {
  content: "";
  width: 60px;
  height: 60px;
  background: no-repeat url("/default/img/icon-arrow-bottun.png") center center #ffca00;
  background-size: 16px auto;
  border: 5px solid #fff7d7;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  box-sizing: border-box;
  margin-left: -30px;
}
.content-set__title .content-set__h {
  font-weight: 300;
  color: #595959;
  text-align: center;
  padding-bottom: 140px;
  position: relative;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .content-set__title .content-set__h {
    padding-bottom: 100px;
  }
}
.content-set__title .content-set__h.h1, .content-set__title .content-set__h.H1 {
  font-size: 4.15rem;
  line-height: 1.16em;
}
@media screen and (max-width: 767px) {
  .content-set__title .content-set__h.h1, .content-set__title .content-set__h.H1 {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }
}
.content-set__title .content-set__h.h2, .content-set__title .content-set__h.h3, .content-set__title .content-set__h.H2, .content-set__title .content-set__h.H3 {
  font-size: 3.33rem;
  line-height: 1.2em;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .content-set__title .content-set__h.h2, .content-set__title .content-set__h.h3, .content-set__title .content-set__h.H2, .content-set__title .content-set__h.H3 {
    padding-bottom: 70px;
    font-size: 1.95rem;
    line-height: 2.95rem;
  }
}
.content-set__title .content-set__h.h2::after, .content-set__title .content-set__h.h3::after, .content-set__title .content-set__h.H2::after, .content-set__title .content-set__h.H3::after {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content-set__title .content-set__h.h2::after, .content-set__title .content-set__h.h3::after, .content-set__title .content-set__h.H2::after, .content-set__title .content-set__h.H3::after {
    margin-bottom: 35px;
  }
}
.content-set__title .content-set__h::after {
  content: "";
  margin: 0 -14px 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 0;
  border: 1px solid #000;
  background: #000;
}
@media screen and (max-width: 767px) {
  .content-set__title .content-set__h::after {
    margin-bottom: 50px;
  }
}
.content-set__title .content-set__description {
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .content-set__title .content-set__description {
    font-size: 0.9rem;
    line-height: 1.45rem;
  }
}

.list-items-in-box {
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .list-items-in-box {
    margin: 44px auto;
  }
}
.list-items-in-box__wrap {
  display: flex;
  flex-direction: row;
  border: 1px solid #d4d4d4;
  padding: 75px 80px 45px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .list-items-in-box__wrap {
    padding: 33px;
  }
}
@media screen and (max-width: 767px) {
  .list-items-in-box__wrap {
    padding: 30px 20px 0;
    flex-direction: column;
  }
}
.list-items-in-box__column {
  width: 50%;
  padding-right: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .list-items-in-box__column {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .list-items-in-box__column {
    width: 100%;
    padding-right: 0;
  }
}
.list-items-in-box__item {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .list-items-in-box__item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .list-items-in-box__item {
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 0.9rem;
    line-height: 1.45rem;
  }
}
.list-items-in-box__text {
  color: #757575;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .list-items-in-box__text {
    font-size: 0.8rem;
  }
}

.employees {
  margin: 50px auto;
}
.employees__wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.employees__item {
  width: 160px;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 20px;
}
.employees__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.employees__title {
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .employees__title {
    font-size: 0.88rem;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
  }
}
.employees__position {
  color: #757575;
  font-size: 0.88rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .employees__position {
    font-size: 0.77rem;
  }
}

.list-links {
  margin-top: 188px;
}
@media screen and (max-width: 767px) {
  .list-links {
    margin-top: 100px;
  }
}
.list-links__title {
  font-size: 3.35rem;
  font-weight: 300;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 60px;
  color: #595959;
}
@media screen and (max-width: 767px) {
  .list-links__title {
    font-size: 1.95rem;
    line-height: 2.95rem;
  }
}
.list-links__items {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.list-links__item {
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 1.45rem;
  padding: 31px 80px 31px 21px;
  border-top: 1px solid #d2d2d2;
}
.list-links__item:hover, .list-links__item:focus {
  background-color: #f1f1f1;
}
.list-links__item--link {
  background-image: url("/default/img/icon-link.png");
  background-repeat: no-repeat;
  background-position: top 50% right 27px;
  background-size: 22px auto;
}
.list-links__item--document {
  background-image: url("/default/img/icon-download.png");
  background-repeat: no-repeat;
  background-position: top 50% right 27px;
  background-size: 22px auto;
}

.content-set a.list-links__item {
  text-decoration: none;
}
.content-set a.list-links__item:hover {
  text-decoration: none;
}

.link-on-app {
  margin-top: 62px;
}
.link-on-app__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .link-on-app__container {
    flex-direction: column;
  }
}
.link-on-app__col {
  width: 50%;
  display: flex;
}
.link-on-app__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .link-on-app__links {
    padding-left: 0;
  }
}
.link-on-app__image {
  width: 142px;
  height: 300px;
  background: no-repeat url("/default/img/device-with-bg.svg") center center transparent;
  background-size: inherit;
  margin-left: auto;
  position: relative;
  display: block;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .link-on-app__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.link-on-app__image svg {
  position: absolute;
  height: auto !important;
  width: 100px !important;
  left: 20px;
  top: 51%;
}
.link-on-app__image:focus {
  transform: scale(1.05);
}
.link-on-app .button--image {
  max-width: 134px;
  margin-bottom: 4px;
  display: flex;
  align-items: self-end;
}
.link-on-app .button--image img {
  width: 100%;
  height: auto;
}
.link-on-app .button--image:hover {
  opacity: 0.8;
}
.link-on-app .content-set__link {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .link-on-app .content-set__link {
    margin-right: auto;
    margin-left: auto;
  }
}
.link-on-app .button--black {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .link-on-app .button--black {
    margin-bottom: 36px;
    margin-top: 40px;
  }
}

.bg-wheel {
  position: relative;
  z-index: -1;
}
.bg-wheel__wheel {
  width: 568px;
  height: 568px;
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat url("/default/img/dots-dots_icon.svg") center center transparent;
  background-size: 100% auto;
  transform: translate(60%, 0);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .bg-wheel__wheel {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .bg-wheel__wheel {
    width: 214px;
    height: 214px;
  }
}
.bg-wheel[data-side=left] .bg-wheel__wheel {
  left: 0;
  transform: translate(-60%, 0);
}
@media screen and (max-width: 767px) {
  .bg-wheel[data-move="1"] {
    display: none;
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.drivers {
  margin: 40px 0;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .drivers {
    min-height: 400px;
  }
}
.drivers__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.drivers__table th {
  text-align: left;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px 0 5px 10px;
}
.drivers__table th:first-child {
  padding-left: 18px;
}
.drivers__table th:nth-child(5) {
  padding-right: 20px;
  text-align: right;
}
.drivers__table th:last-child {
  text-align: center;
}
.drivers__table td {
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 0 20px 10px;
  width: 15%;
}
.drivers__table td:first-child {
  padding-left: 18px;
}
.drivers__table td:nth-child(5) {
  padding-right: 20px;
  text-align: right;
  width: 7%;
}
.drivers__table td:last-child {
  text-align: center;
  width: 7%;
}
.drivers__overflow-table {
  overflow: auto;
  margin-top: 105px;
  margin-bottom: 105px;
}
.drivers__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (max-width: 999px) {
  .drivers__wrap {
    flex-direction: column;
  }
}
.drivers__mark {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  background-image: url("/default/img/icon-checkmark.svg");
  background-position: 50% 50%;
  background-size: 18px 20px;
  background-repeat: no-repeat;
}
.drivers__input {
  height: 51px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  background-color: #fff;
  padding: 7px 40px 7px 20px;
  width: 275px;
}
@media screen and (max-width: 999px) {
  .drivers__input {
    margin-bottom: 35px;
  }
}
.drivers__input[disabled] {
  background-color: #f1f1f1;
}
.drivers__search {
  background-image: url("/default/img/icon-search.png");
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  background-size: 14px auto;
}
.drivers__search:focus {
  border-color: #000;
}
.drivers__district {
  padding: 7px 40px 7px 20px;
}
.drivers__district option:hover {
  background: #f1f1f1;
}
.drivers.content-set .button--black {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .drivers.content-set .button--black {
    width: 275px;
  }
}
.drivers .is-open .choices__inner,
.drivers .is-focused .choices__inner,
.drivers .is-open .choices__list--dropdown {
  border-color: #000;
}
.drivers .choices {
  width: 275px;
  margin-bottom: 0;
  /* stylelint-disable-next-line */
}
@media screen and (max-width: 999px) {
  .drivers .choices {
    margin-bottom: 35px;
  }
}
.drivers .choices__inner {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
}
.drivers .choices.is-focused .choices__inner {
  border-color: #000;
}
.drivers .choices__placeholder {
  opacity: 0.6;
}
.drivers__hidden {
  display: none;
}
.drivers__no-results {
  text-align: center;
  margin-top: 85px;
}
.drivers .button.drivers__loading {
  position: relative;
  color: #000;
  cursor: wait;
}
.drivers .button.drivers__loading:focus {
  color: #000;
}
.drivers .button.drivers__loading::after {
  margin: -16px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  border-style: solid;
  border-color: #fff;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

.content-set .drivers__phone {
  display: inline-block;
  text-decoration: none;
}
.content-set .drivers__phone:hover {
  text-decoration: underline;
}

.content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 0;
  }
}

.content-set__redactor img, .content-set__image img {
  max-width: 86%;
  height: auto;
  margin: 0 auto;
}
.content-set--text {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .content-set--text {
    margin-top: 80px;
  }
}
.content-set a {
  text-decoration: underline;
  color: #000;
}
.content-set a:hover, .content-set a:focus {
  text-decoration: none;
  color: #000;
}
.content-set pre,
.content-set code {
  max-width: 100%;
  white-space: pre-wrap;
}
.content-set blockquote {
  padding-left: 1.5em;
  border-left: 5px solid #ffca00;
}
.content-set .button {
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.content-set .button--black {
  line-height: 24px;
  border: 5px solid #e9e9e9;
  border-radius: 50px;
  background-color: #000;
  padding: 18px 32px;
  display: inline-block;
  margin-top: 27px;
}
.content-set .button--black:hover {
  background-color: #595959;
  color: white;
}
.content-set .button--black:focus {
  border-color: #ffd800;
  color: white;
}
.content-set__image {
  text-align: center;
}
.content-set .color-gray,
.content-set a.color-gray,
.content-set .color-gray a {
  color: #757575;
}
.content-set.align-center {
  text-align: center;
}
.content-set.align-left {
  text-align: left;
}
.content-set.align-right {
  text-align: right;
}
.content-set__title-text {
  font-weight: bold;
  margin-bottom: 25px;
}
.content-set__redactor ul > li {
  margin-left: 20px;
  padding-left: 15px;
}
.content-set__redactor ul > ul > li {
  list-style: disc;
  margin-left: 50px;
}

@-webkit-keyframes blink {
  from {
    opacity: 0;
    bottom: 20px;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    bottom: -40px;
  }
}

@keyframes blink {
  from {
    opacity: 0;
    bottom: 20px;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    bottom: -40px;
  }
}
@-webkit-keyframes move-bg {
  from {
    left: 0;
  }
  to {
    left: -2202px;
  }
}
@keyframes move-bg {
  from {
    left: 0;
  }
  to {
    left: -2202px;
  }
}
.app-template {
  height: 1000vh;
}
.app-template__content {
  height: 1000vh;
  width: 100%;
  position: relative;
}
.app-template__content::before {
  content: "";
  width: 100%;
  height: 35%;
  background: #ffd800;
  display: block;
  position: fixed;
  bottom: 0%;
  z-index: 3;
}
.app-template__first-bg {
  content: "";
  width: 1000%;
  height: 500px;
  background: repeat-x url("/default/img/app-bg-backend.svg") top left transparent;
  display: block;
  position: fixed;
  top: 46%;
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 999px) {
  .app-template__first-bg {
    top: 38%;
  }
}
.app-template__second-bg {
  content: "";
  width: 1000%;
  height: 500px;
  background: repeat-x url("/default/img/app-bg-frontend.svg") top left transparent;
  display: block;
  position: fixed;
  top: 50%;
  z-index: 3;
  left: 0;
}
@media screen and (max-width: 999px) {
  .app-template__second-bg {
    top: 43%;
  }
}
.app-template.move-bg .app-template__first-bg {
  -webkit-animation: move-bg 30s linear infinite;
          animation: move-bg 30s linear infinite;
}
.app-template.move-bg .app-template__second-bg {
  -webkit-animation: move-bg 16s linear infinite;
          animation: move-bg 16s linear infinite;
}
.app-template.move-bg.pause-bg, .app-template.pause-bg {
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.app-template.move-bg.pause-bg .app-template__first-bg, .app-template.pause-bg .app-template__first-bg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.app-template.move-bg.pause-bg .app-template__second-bg, .app-template.pause-bg .app-template__second-bg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.app-template__wrap {
  z-index: 10;
  position: fixed;
  top: 25%;
  height: 55%;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .app-template__wrap {
    top: 95px;
    height: 57%;
  }
}
@media screen and (min-width: 1000px) {
  .app-template__wrap {
    max-height: 550px;
  }
}
.app-template__device {
  height: 100%;
  max-height: 635px;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.app-template__device::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: no-repeat url("/default/img/device.svg") center center transparent;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
.app-template__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: no-repeat url("/default/img/step_0_.png") center center transparent;
  background-size: auto 100%;
  z-index: 2;
  transform: translate(0, -50%);
  top: 50%;
  visibility: hidden;
}
.app-template__device--bg .app-template__bg {
  visibility: visible;
}
.app-template__image-box {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
}
.app-template__image-bg {
  height: 100%;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(-50%, 0%);
}
.app-template #lottie {
  height: 17%;
  top: 56%;
  position: absolute;
  z-index: 8;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .app-template #lottie {
    top: 60%;
  }
}
.app-template .app-template__show {
  opacity: 1;
  visibility: visible;
}
.app-template__text {
  width: 394px;
  position: absolute;
  background: white;
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 37px 34px;
  bottom: 0;
  left: 105%;
}
@media screen and (min-width: 1000px) and (max-width: 1360px) {
  .app-template__text {
    left: 305px;
    width: 275px;
    padding: 20px;
    line-height: 1.5rem;
  }
  .app-template__text p {
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .app-template__text {
    left: 50%;
    width: 110%;
    top: 110%;
    transform: translate(-50%, 0);
    bottom: inherit;
    padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  .app-template__text {
    width: 100%;
  }
}
.app-template__text::after {
  z-index: 1;
  content: "";
  transform: rotate(45deg);
  background-color: white;
  width: 30px;
  height: 30px;
  top: 25px;
  left: -13px;
  position: absolute;
  border-radius: 5px;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 999px) {
  .app-template__text::after {
    box-shadow: none;
    top: -13px;
    left: 50%;
    margin-left: -15px;
  }
}
.app-template__text--left {
  right: 105%;
  left: inherit;
}
@media screen and (min-width: 1000px) and (max-width: 1360px) {
  .app-template__text--left {
    right: 305px;
    left: inherit;
  }
}
.app-template__text--left::after {
  right: -13px;
  left: inherit;
  box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.55);
}
.app-template__p-title {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.app-template__p {
  overflow: auto;
  max-height: 330px;
}
@media screen and (max-height: 767px) and (min-width: 1000px) {
  .app-template__p {
    max-height: 220px;
  }
}
@media screen and (max-width: 999px) {
  .app-template__p {
    max-height: 130px;
    overflow: auto;
  }
}
.app-template__scroll-arrow {
  margin-top: 56px;
  color: #000;
  text-align: center;
  padding-bottom: 40px;
  opacity: 1;
  transition: opacity 1s ease;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 40px;
  min-height: 1px;
  min-width: 100px;
}
.app-template__scroll-arrow::after {
  content: "";
  width: 100%;
  height: 20px;
  background: no-repeat url("/default/img/icon-arrow-bottun--black.png") center bottom transparent;
  background-size: 16px auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-animation: blink 1.8s ease-in infinite;
          animation: blink 1.8s ease-in infinite;
}
@media screen and (max-width: 999px) {
  .app-template__scroll-arrow {
    bottom: 15%;
  }
}
@media screen and (max-width: 999px) {
  .app-template__scroll-arrow span {
    display: none;
  }
}
@media screen and (max-height: 767px) {
  .app-template__scroll-arrow span {
    display: none;
  }
}
.app-template__hidden {
  opacity: 0;
}
.app-template__right-corner {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 40px;
  right: 40px;
  width: 100px;
}
@media screen and (max-width: 999px) {
  .app-template__right-corner {
    right: 30px;
    top: 95px;
    bottom: inherit;
    width: 26px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .app-template__right-corner {
    margin-right: 20px;
  }
}
.app-template .button--image {
  max-width: 100px;
  width: 100%;
  margin-top: 15px;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .app-template .button--image {
    margin-top: 0;
    margin-bottom: 17px;
    height: 31px;
    background: no-repeat url("/default/img/icon-apple.svg") center center transparent;
  }
  .app-template .button--image.android {
    background-image: url("/default/img/icon-android.svg");
  }
}
.app-template .button--image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .app-template .button--image img {
    display: none;
  }
}
.app-template .button--image:hover {
  opacity: 0.8;
}
.app-template__navigation {
  width: 27px;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .app-template__navigation {
    display: none;
  }
}
.app-template__navigation > div {
  box-sizing: border-box;
  height: 3px;
  width: 13px;
  background: #fff;
  margin-bottom: 15px;
  margin-left: auto;
  transition: width 0.5s ease;
}
.app-template__navigation > div.active {
  width: 27px;
}
.app-template__space {
  height: 900vh;
}

.faq {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 80px 0 0;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 999px) {
  .faq {
    max-width: 100%;
    left: 0;
  }
}
.faq__questiosns {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  .faq__questiosns {
    padding: 7px 18px;
  }
}
.faq__title {
  margin-bottom: 200px;
  color: #595959;
  font-size: 75px;
  font-weight: 300;
  line-height: 87px;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 25%;
  left: 0;
  margin-top: 10%;
  opacity: 0;
  transition: opacity 0.7s ease;
}
@media screen and (max-width: 999px) {
  .faq__title {
    font-size: 2.5rem;
    line-height: 2.6rem;
    margin-bottom: 175px;
  }
}

.collapse-list {
  display: block;
  text-align: left;
}
.collapse-list__item-title {
  font-weight: bold;
  line-height: 1.45;
  outline: none;
  padding: 27px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collapse-list__item-content {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 1rem;
  text-align: left;
}
.collapse-list__item-content strong {
  font-weight: 900;
}
.collapse-list__title {
  max-width: 85%;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .collapse-list__title {
    font-size: 0.9rem;
    line-height: 1.45rem;
  }
}
.collapse-list__icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 27px;
}
@media screen and (max-width: 999px) {
  .collapse-list__icon {
    margin-left: 10px;
  }
}
.collapse-list__icon::after, .collapse-list__icon::before {
  content: "";
  position: absolute;
  background: #000;
  transition: transform 0.25s ease-out;
}
.collapse-list__icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.collapse-list__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.collapse-list__item {
  display: block;
  width: 90%;
  border-bottom: 1px solid #d2d2d2;
  padding-left: 21px;
  padding-right: 27px;
}
@media screen and (max-width: 999px) {
  .collapse-list__item {
    padding-left: 7px;
    padding-right: 2px;
  }
}
.collapse-list__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .collapse-list__item:hover {
    background: #f1f1f1;
  }
}
.collapse-list__item.open:hover {
  background: transparent;
}
.collapse-list__item.open .collapse-list__icon::before {
  transform: rotate(180deg);
}
.collapse-list__item.open .collapse-list__icon::after {
  transform: rotate(90deg);
}
.collapse-list__item.closed .collapse-list__item-content {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 0;
  background: white;
  color: #000;
  padding: 8px;
  z-index: 100;
}
.skip-link:focus {
  top: 0;
}

@media screen and (max-width: 999px) {
  .header,
.app-template__wrap,
.app-template__right-corner,
.app-template__first-bg,
.app-template__second-bg {
    transition: top 0.5s ease;
  }

  .scrolled .header {
    top: -85px;
  }
  .scrolled .app-template__wrap,
.scrolled .app-template__right-corner {
    top: 40px;
  }
  .scrolled .app-template__first-bg {
    top: 30%;
  }
  .scrolled .app-template__second-bg {
    top: 35%;
  }
}
@media screen and (min-width: 1001px) {
  .page-404.content-set__title {
    padding-top: 148px;
  }
}
.page-404.content-set__title .content-set__h {
  padding-bottom: 60px;
}
.page-404.content-set__title .content-set__h::after {
  display: none;
}
