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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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.
 */
html {
  font-size: 14px;
  line-height: normal;
  font-weight: normal; }

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  position: relative; }

h1,
h2,
h3 {
  display: block;
  margin: 0;
  padding: 0; }

h2 {
  font-family: ProximaNova-Semibold ,Roboto-Medium, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #c46d33;
  margin-bottom: 8px; }

p, pre {
  margin: 0; }

pre {
  word-break: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

b {
  display: block; }

fieldset {
  border: none;
  padding: 0; }

input {
  outline: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

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

button {
  padding: 0;
  cursor: pointer; }

a {
  cursor: pointer;
  color: #c46d33;
  text-decoration: none; }

img {
  height: auto; }

nav {
  cursor: pointer; }

.scrollbar-track {
  background: #fff !important;
  z-index: 2 !important;
  border-radius: 4px !important; }

.scrollbar-track-y {
  width: 4px !important; }

.scrollbar-thumb {
  width: 4px !important;
  background: #c46d33 !important; }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'PTMono';
  src: url("../fonts/PTM55FT.ttf");
  src: url("../fonts/PTM55FT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaA-BoldIt';
  src: url("../fonts/ProximaNovaA-BoldIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaA-Bold';
  src: url("../fonts/ProximaNovaA-Bold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-BoldIt';
  src: url("../fonts/ProximaNovaS-BoldIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-Bold';
  src: url("../fonts/ProximaNovaS-Bold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-BoldIt';
  src: url("../fonts/ProximaNova-BoldIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaA-MediumIt';
  src: url("../fonts/ProximaNovaA-MediumIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-MediumIt';
  src: url("../fonts/ProximaNovaS-MediumIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-MediumIt';
  src: url("../fonts/ProximaNova-MediumIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaA-Medium';
  src: url("../fonts/ProximaNovaA-Medium.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-Medium';
  src: url("../fonts/ProximaNovaS-Medium.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url("../fonts/ProximaNovaA-Regular.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-Medium';
  src: url("../fonts/ProximaNova-Medium.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-Regular';
  src: url("../fonts/ProximaNovaS-Regular.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaA-Semibold';
  src: url("../fonts/ProximaNovaA-Semibold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-Semibold';
  src: url("../fonts/ProximaNovaS-Semibold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaA-SemiboldIt';
  src: url("../fonts/ProximaNovaA-SemiboldIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-SemiboldIt';
  src: url("../fonts/ProximaNovaS-SemiboldIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaA-RegularIt';
  src: url("../fonts/ProximaNovaA-RegularIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-SemiboldIt';
  src: url("../fonts/ProximaNova-SemiboldIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNovaS-RegularIt';
  src: format("woff2"), url("../fonts/ProximaNovaS-RegularIt.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova-RegularIt';
  src: url("../fonts/ProximaNova-RegularIt.woff") format("woff"); }

.header {
  width: 100%;
  background: #352b29;
  min-height: 40px;
  height: 40px; }

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 45px 0 44px; }

.header__logo {
  color: #fff;
  text-decoration: none;
  width: 155px;
  height: 20px;
  background: url("../img/main-logo.svg") no-repeat center center #000;
  background-size: contain; }

.header__logo-container {
  display: flex;
  flex-direction: row; }
  .header__logo-container .header__logo-bd, .header__logo-brand  {
    padding-left: 40px;
	width: 105px;
    height: 22px;
    background: url("../img/Logo_bd.png") no-repeat center center;
    background-size: contain; }
  .header__logo-container .header__logo-doc {
    width: 30px;
    height: 22px;
    background-size: contain; }

.user-nav {
  display: flex;
  align-items: center; }

.user-nav__write-btn {
  width: 23px;
  height: 18px;
  background: url("../img/Mail_icon.svg") no-repeat center center;
  margin-right: 35px; }

.user-nav__search {
  margin-right: 15px; }

.search {
  max-width: 0;
  height: 19px;
  cursor: pointer;
  background-size: 17px 17px;
  padding-left: 44px;
  overflow: hidden;
  transition: all .4s ease-in-out;
  position: relative; }
  .search::before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/Search_icon.svg") no-repeat left center;
    background-size: 17px 17px;
    left: 5px;
    top: 0;
    height: 17px;
    width: 17px;
    transition: all .4s ease-in-out; }
  .search--active {
    max-width: 245px; }
    .search--active::before {
      content: '';
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH"; }

.search__input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #9b9b9b;
  color: #fff; }

.lang-switch {
  width: 56px;
  height: 14px;
  line-height: 14px;
  outline: 1px solid white;
  box-sizing: border-box; }

.lang-switch__inner {
  display: flex;
  text-align: center;
  align-items: stretch;
  height: 100%; }

.lang-switch__el {
  width: 50%;
  color: #fff;
  background: #352b29;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold ,Roboto-Medium, Arial, Helvetica, sans-serif;
  font-size: 8px;
  cursor: pointer;
  box-sizing: border-box; }
  .lang-switch__el--ru {
    text-align: right;
    padding-right: 5px; }
  .lang-switch__el--ru.active {
    background: url("../img/Flag_rus.svg") no-repeat left center;
    background-size: contain; }
  .lang-switch__el--en {
    text-align: left;
    padding-left: 5px; }
  .lang-switch__el--en.active {
    background: url("../img/Flag_eng.svg") no-repeat right center;
    background-size: contain; }
  .lang-switch__el.active {
    color: #000;
    background-color: #fff; }

.tools {
  background-color: #E2FBFA;
  overflow: hidden; }

.tools__inner {
  width: 800px;
  padding-top: 65px;
  margin: 0 auto; }

.tools__header {
  margin-bottom: 60px; }

.tools__title {
  margin-bottom: 0; }

.tools__caption {
  font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px; }

.tools__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px; }

.tools__item {
  padding-left: 90px;
  position: relative;
  cursor: pointer; }
  .tools__item:first-child {
    margin-bottom: 80px;
    height: 91px; }
  .tools__item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 78px;
    height: 78px; }
  .tools__item--pp::before {
    background-image: url("../img/Payment_Page_romb.svg"); }
  .tools__item--gate::before {
    background-image: url("../img/Gate_romb.svg"); }
  .tools__item--sdk::before {
    background-image: url("../img/SDK_romb.svg"); }
  .tools__item--dash::before {
    background-image: url("../img/Dashboard_romb.svg"); }
  .tools__item--pm::before {
  background-image: url("../img/pm_romb.svg"); }  

.tools__item-title {
  display: inline-block;
  font-size: 18px;
  font-family: ProximaNova-Semibold ,Roboto-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #352b29;
  position: relative;
  margin-bottom: 8px;
  margin-top: -7px; }
  .tools__item-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 12px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    /* background: url("../img/Arrow_blu.svg") no-repeat center center;  */
}

.tools__item-text {
  width: 285px;
  color: #666;
  line-height: 1.4; }

.section__title {
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #1b6d73; }

.section__caption {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #5e5e5f;
  margin-bottom: 8px; }

.text-link:hover {
    text-decoration: underline; }

.steps {
  position: relative;
  padding-bottom: 24px; }
  .steps::before {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    background: #e5e4e5;
    top: 45px;
    left: 0;
    z-index: 1; }

.steps__inner {
  width: 800px;
  margin: 0 auto;
  padding-top: 15px; }

.steps__list {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  background: #fff; }

.steps__item {
  font-size: 0;
  cursor: pointer;
  position: relative; }
  .steps__item:hover .steps__number {
    background-color: #c46d33; }
  .steps__item:hover .steps__name {
    color: #c46d33; }

.steps__item-wrap {
  position: relative;
  background: #fff; }
  .steps__item-wrap::after {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    right: -85%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: #e5e4e5;
    transition: opacity 150ms ease-in-out;
    z-index: -1; }
  .steps__item-wrap:hover::after {
    background: #c46d33; }
  .steps__item-wrap:hover .steps__number {
    box-shadow: 0 0 9px 0 #c46d33; }
  .steps__item-wrap:first-child .steps__item {
    padding: 15px;
    padding-right: 10px; }
  .steps__item-wrap:last-child .steps__item {
    padding: 15px;
    padding-right: 15px !important; }
  .steps__item-wrap:last-child .steps__number {
    text-align: start;
    padding-left: 7px; }
  .steps__item-wrap:nth-child(n+2):nth-child(n-3) .steps__item {
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px; }
  .steps__item-wrap:last-child::after {
    display: none; }

.steps__item-wrap.active::after {
  content: "";
  display: block;
  position: absolute;
  right: -85%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  width: 100%;
  height: 4px;
  background: #c46d33;
  z-index: -1; }

.steps__item-wrap.active:last-child::after {
  display: none; }

.steps__item-wrap.active .steps__number {
  background-color: #393939;
  box-shadow: 0 0 9px 0 #393939; }

.steps__item-wrap.active .steps__name {
  color: #c46d33; }

.steps__number,
.steps__name {
  display: inline-block;
  font-family: ProximaNova-Semibold, Roboto-Regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  vertical-align: middle; }

.steps__number {
  width: 34px;
  height: 34px;
  font-family: ProximaNova-Semibold, Roboto-Regular, Arial, Helvetica, sans-serif;
  line-height: 26px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #9e9f9e;
  border: solid 4px #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  box-sizing: border-box; }

.steps__name {
  color: #9e9f9e;
  margin-top: -4px; }

.step-dropdown {
  min-height: 165px;
  position: relative; }

.step-dropdown__inner {
  padding-top: 15px;
  padding-bottom: 8px; }

.step-dropdown__content {
  min-height: 132px;
  box-sizing: border-box;
  padding: 0 10px 0 160px;
  background: url("../img/steps_hand.svg") no-repeat 0px 0;
  background-size: 129px 124px; }

.step-dropdown__text {
  line-height: 1.6;
  color: #4a4a4a;
  letter-spacing: 0.3px; }

.about {
  padding: 24px 0; }

.about__inner {
  width: 800px;
  margin: 0 auto; }

.about__header {
  margin-bottom: 0; }

.about__title {
  margin-bottom: 8px; }

.about__sections {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.about__section--merchants, .about__section--bd {
  width: 316px; }

.about__section--partners {
  width: 154px; }

.about__section-title {
  font-size: 18px;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-family: ProximaNova-Semibold, 'Roboto-Medium', Arial, Helvetica, sans-serif;
  border-bottom: 4px solid;
  margin-bottom: 10px;
  background-color: #fff; }
  .about__section-title--merchants {
    color: #9b9b9b; }
  .about__section-title--bd {
    color: #c46d33;
    font-family: ProximaNovaS-Semibold, 'Roboto-Medium', Arial, Helvetica, sans-serif; }
  .about__section-title--partners {
    color: #4a4a4a; }

.about__items {
  display: -ms-grid;
  display: grid; }
  .about__items--merchants {
    grid-gap: 8px;
    -ms-grid-rows: 155px 8px 155px;
    -ms-grid-columns: 154px 8px 154px;
        grid-template: "a  b" 155px "a  c" 155px / 154px 154px; }
  .about__items--bd {
    grid-gap: 8px;
    -ms-grid-rows: 101px 8px 101px 8px 101px;
    -ms-grid-columns: 154px 8px 154px;
        grid-template: "e1  e4" 101px "e2  e4" 101px "e3  e4" 101px / 154px 154px; }
  .about__items--partners {
    -ms-grid-rows: 318px;
    -ms-grid-columns: 155px;
        grid-template: "p1" 318px / 155px; }

.about__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f3f3f3;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition: all 200ms ease;
  cursor: pointer; }
  .about__item--users {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: a; }
  .about__item--web-service {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: b; }
  .about__item--staff {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: c; }
  .about__item--pp {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: e1; }
  .about__item--gate {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: e2; }
  .about__item--dash {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: e3; }
  .about__item--platform {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    grid-area: e4; }
  .about__item--users:hover, .about__item--web-service:hover, .about__item--staff:hover {
    border-bottom: 4px solid #9b9b9b; }
  .about__item--pp:hover, .about__item--gate:hover, .about__item--dash:hover, .about__item--platform:hover {
    border-bottom: 4px solid #c46d33; }
  .about__item--env {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: p1; }
    .about__item--env:hover {
      border-bottom: 4px solid #4a4a4a; }
  .about__item:hover {
    box-shadow: 0 2px 10px 0 rgba(74, 74, 74, 0.5);
    background: #fff; }

.about__item-inner {
  padding: 52px 15px 0;
  background-repeat: no-repeat;
  background-position: top center; }
  .about__item-inner--users {
    background-image: url("../img/Client_scheme.svg");
    background-position-y: 7px;
    padding: 60px 30px 0; }
  .about__item-inner--web-service {
    background-image: url("../img/Web-service_scheme.svg"); }
  .about__item-inner--staff {
    background-image: url("../img/Stuff_scheme.svg");
    padding-top: 53px; }
  .about__item-inner--pp {
    background-image: url("../img/Payment_Page_scheme.svg"); }
  .about__item-inner--gate {
    background-image: url("../img/Gate_scheme.svg"); }
  .about__item-inner--dash {
    background-image: url("../img/Dashboard_scheme.svg");
    padding-top: 53px; }
  .about__item-inner--platform {
    background-image: url("../img/Payment_Platform.svg");
    padding: 58px 30px 0; }
  .about__item-inner--env {
    background-image: url("../img/Payment_Environment.svg");
    padding-top: 60px; }

.about__item-name {
  font-family: ProximaNova-Medium, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 16px; }

.about__list-wrap {
  position: relative; }

.about__details-content {
  display: flex;
  height: 319px;
  position: relative; }

.about__item-details {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 1s ease-in-out; }
  .about__item-details.opened {
    width: 100%;
    height: 100%;
    opacity: 1; }

.about__details-img-section {
  width: 154px;
  background-color: #f3f3f3;
  text-align: center;
  margin-right: 10px; }

.about__details-img {
  padding-top: 18px; }

.about__details-text-section {
  width: 638px;
  background-color: #dde2e7;
  padding: 32px 48px 26px 40px;
  box-sizing: border-box; }

.about__details-name {
  padding: 7px 10px 0;
  font-family: ProximaNova-Medium, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.4px;
  line-height: 20px; }

.about__details-text-wrap {
  height: 263px;
  position: relative;
  overflow-y: auto; }
  .about__details-text-wrap.long[data-scrollbar='true']::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(221, 226, 231, 0), #dde2e7 100%);
    width: 100%;
    height: 4em; }

.about__details-text {
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 0.5px; }

.about__details-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url("../img/Close_icon.svg") no-repeat center center; }

.examples-section {
  padding: 24px 0; }

.examples-section__inner {
  width: 800px;
  margin: 0 auto; }

.how-to__header {
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }

.how-to__head-title {
  color: #c46d33;
  font-family: ProximaNova-Regular, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 38px; }

.how-to__types {
  display: flex;
  flex-wrap: nowrap; }

.how-to__type {
  padding: 8px 16px;
  font-family: ProximaNova-Regular, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  cursor: pointer;
  border-top: solid 1px #cecccc;
  border-left: solid 1px #cecccc;
  border-bottom: none;
  box-sizing: border-box;
  color: #979797;
  text-decoration: none; }
  .how-to__type:not(:last-child) {
    border-right: none; }
  .how-to__type:last-child {
    border-right: solid 1px #cecccc; }
  .how-to__type:hover {
    background-color: #c46d33;
    color: #fff;
    border-top: solid 1px #c46d33;
    border-left: solid 1px #c46d33; }
  .how-to__type.active {
    font-family: ProximaNova-Semibold, 'Roboto-Regular', Arial, Helvetica, sans-serif; }

.how-to__type.active {
  background-color: #c46d33;
  color: #fff;
  border-top: solid 1px #c46d33;
  border-left: solid 1px #c46d33; }

.how-to__modes-wrapper {
  min-height: 423px;
  height: 423px; }

.how-to__modes {
  display: none; }

.how-to__modes.active {
  display: block; }

.how-to__mode {
  max-height: 50px;
  overflow: hidden;
  padding: 16px 24px 12px;
  box-sizing: border-box;
  background: #f3f3f3;
  position: relative;
  transition: all .3s ease-in-out;
  margin-bottom: 2px;
  padding-top: 0; }
  .how-to__mode:last-child {
    margin-bottom: 0; }

.how-to__mode.active {
  min-height: 160px;
  max-height: 1600px;
  background-color: #dde2e7;
  padding-bottom: 25px; }
  .how-to__mode.active::before {
    background-color: #fff;
    border-radius: 50%; }

.how-to__mode.active .how-to__title {
  font-family: ProximaNova-Medium, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  color: #000; }
  .how-to__mode.active .how-to__title::before {
    transform: rotate(90deg);
    background-color: #fff;
    border-radius: 50%; }

.how-to__title {
  color: #4a4a4a;
  font-family: ProximaNova-Regular, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  padding-left: 22px;
  height: 55px;
  line-height: 51px;
  cursor: pointer;
  position: relative;
  margin-bottom: -6px; }
  .how-to__title::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/Arrow_gray.svg") no-repeat 9px center transparent;
    background-size: 9px 16px;
    position: absolute;
    left: -8px;
    top: 14px; }

.how-to__text-row:not(:last-child) {
  margin-bottom: 15px; }

.how-to__code {
  color: #4c4e4c;
  line-height: 1.43;
  padding-left: 23px; }
  .how-to__code--video {
    width: 410px; }
  .how-to__code pre {
    font-family: 'PTMono', monospace; }

.how-to__video-container {
  position: absolute;
  top: 42px;
  right: 32px;
  z-index: 1;
  display: none;
  height: 279px;
  opacity: 0;
  transition: opacity 300ms ease-in; }
  .how-to__video-container.active {
    opacity: 1; }

.how-to__mode.active .how-to__video-container {
  opacity: 1;
  display: block; }

.questions {
  padding: 24px 0; }

.questions__inner {
  width: 800px;
  margin: 0 auto; }

.questions__header {
  margin-bottom: 16px; }

.questions__title {
  margin-bottom: 16px; }

.questions__support {
  box-sizing: border-box;
  position: relative;
  padding: 4px 45px 3px 24px;
  border-left: 3px solid #c46d33;
  cursor: pointer;
  color: #666; }
  /* .questions__support::after { */
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* height: 16px; */
    /* width: 10px; */
    /* background: url("../img/Arrow_blu.svg") no-repeat center center; */
    /* background-size: cover; */
    /* transform: translateY(-50%); */
    /* right: 10px; */
    /* top: 50%; */
    /* opacity: 0; */
    /* transition: all 250ms ease-in; } */
  .questions__support:hover::after {
    opacity: 1;
    right: 0; }

.questions__text {
  display: block;
  height: auto;
  line-height: normal;
  cursor: pointer; }
  .questions__text::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff;
    border-right: 2px solid #c46d33;
    border-bottom: 2px solid #c46d33;
    transform: rotate(-45deg) translateY(-50%);
    right: 40px;
    top: 50%;
    opacity: 0;
    transition: all 250ms ease-in; }
  .questions__text:hover::after {
    opacity: 1;
    right: 30px; }

.helpful {
  padding: 24px 0;
  padding-bottom: 72px; }
  .helpful.disabled .helpful__q {
    color: #c8c6c6; }

.helpful__inner {
  width: 800px;
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.helpful__q {
  font-family: ProximaNova-Regular, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #c46d33;
  margin-right: 16px; }

.helpful__btns {
  font-size: 0; }

.helpful__btn {
  width: 48px;
  height: 26px;
  border-radius: 2px;
  border: solid 1px #c8c6c6;
  font-family: ProximaNova-Semibold, 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #c46d33;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer; }
  .helpful__btn--yes {
    margin-right: 12px; }
  .helpful__btn:hover {
    background: #c46d33;
    color: #fff; }
  .helpful__btn:disabled {
    color: #c8c6c6; }
    .helpful__btn:disabled:hover {
      background: #fff;
      color: #c8c6c6; }
  .helpful__btn.chosen {
    background-color: #c8c6c6;
    color: #fff; }
    .helpful__btn.chosen:hover {
      background-color: #c8c6c6;
      color: #fff; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(151, 151, 151, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease-in;
  z-index: 3; }
  .modal--show {
    opacity: 1;
    visibility: visible; }

.modal__inner {
  min-height: 204px;
  width: 571px;
  position: absolute;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  padding: 19px;
  padding-top: 56px;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(74, 74, 74, 0.5); }

.modal__block {
  padding: 0 44px 21px 0;
  background-position: 38px 0;
  background-repeat: no-repeat; }
  .modal__block--form {
    background-image: url("../img/Open_Mail.png");
    background-size: 91px 101px; }
  .modal__block--done {
    background-image: url("../img/Mail.svg");
    background-size: 91px 63px;
    background-position-y: 5px;
    padding-left: 168px; }

.modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: url("../img/Close_icon.svg") no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer; }

.modal__done {
  width: 100%;
  text-align: center;
  background-color: #fff; }

.footer {
  overflow: hidden;
  position: relative; }
 .footer::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 10px;
    z-index: -1;
    left: 0;
    background: #E2FBFA; }

.footer__inner {
  width: 800px;
  margin: 0 auto;
  position: relative; }

.footer__copyright {
  padding: 24px 15px 0;
  color: #1b6d73;
  font-family: ProximaNova-Regular, 'Roboto-Medium', Arial, Helvetica, sans-serif;
  background: #fff;
  bottom: 12px; 
  display: inline-block;
  }
  .footer__copyright--bd {
    font-family: ProximaNovaS-Regular, 'Roboto-Medium', Arial, Helvetica, sans-serif;
    padding-left: 3px; }
  .footer__copyright--copyright-symbol {
    position: relative;
    top: 1px; }

.q-form {
  width: 305px;
  position: relative;
  padding-left: 168px; }

.q-form__header {
  margin-bottom: 32px; }

.q-form__title {
  margin-bottom: 8px;
  line-height: 1.2; }

.q-form__caption {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #5e5e5f; }

.q-form__fields {
  margin-bottom: 14px; }

.q-form__error {
  display: none; }

.q-form__row {
  margin-bottom: 16px; }
  .q-form__row--email.invalid, .q-form__row--name.invalid, .q-form__row--text.invalid {
    position: relative; }
    .q-form__row--email.invalid .q-form__error, .q-form__row--name.invalid .q-form__error, .q-form__row--text.invalid .q-form__error {
      display: inline;
      position: absolute;
      left: -165px;
      top: 7px;
      text-align: right;
      font-size: 14px;
      color: #930338;
      font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
      width: 156px; }
  .q-form__row:last-of-type {
    margin-bottom: 0; }

.q-form__label {
  display: none;
  color: #747474;
  margin-bottom: 6px; }

.q-form__input,
.q-form__textarea {
  line-height: 32px;
  letter-spacing: 0.3px;
  color: #333;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #dadbdb;
  outline: none; }
  .q-form__input:focus,
  .q-form__textarea:focus {
    box-shadow: 0 0 4px 0 #c46d33;
    border: solid 1px #c46d33; }
  .q-form__input.invalid,
  .q-form__textarea.invalid {
    box-shadow: 0 0 4px 0 #930338;
    border: solid 1px #930338; }

.q-form__input {
  width: 100%;
  padding: 0 15px;
  height: 32px; }

.q-form__textarea {
  resize: none;
  width: 100%;
  padding: 8px 12px 15px 15px;
  line-height: 1.3; }

.q-form__tip {
  display: block;
  color: #747474;
  font-size: 12px;
  margin-top: 12px; }

.q-form__submit::after {
  content: '';
  display: block;
  clear: both; }

.q-form__submit-btn {
  width: 141px;
  height: 36px;
  border: none;
  border-radius: 2px;
  background-color: #c46d33;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #fff;
  cursor: pointer;
  float: right;
  text-align: center; }

.q-form__submit-btn[disabled] {
  background-color: #cecccc; }

.q-form__mailto {
  position: absolute;
  left: 40px;
  bottom: -40px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 11px 11px; }
  .q-form__mailto:hover {
    text-decoration: underline; }

.success__title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #333333;
  margin-bottom: 8px; }

.success__caption {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #5e5e5f; }

.answer-popup {
  padding: 19px 25px;
  width: 304px;
  height: 67px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(96px);
  transition: all 200ms ease-in; }
  .answer-popup.hidden {
    transition: all 200ms ease-in;
    bottom: -69px; }

.answer-popup__text {
  display: block;
  font-size: 16px;
  color: #c46d33;
  padding: 3px 0;
  padding-left: 32px;
  background: url("../img/check.svg") no-repeat left center; }

.video {
  position: relative;
  width: 268px;
  height: 480px; }
  .video:hover .video__controls {
    opacity: 1 !important;
    transition: opacity 100ms ease-in; }

.video__controls {
  position: absolute;
  top: 50%;
  right: 103px;
  transform: translateY(-50%);
  opacity: 1;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 100ms ease-in;
  cursor: pointer; }
  .video__controls.paused {
    background-image: url("../img/Play.svg"); }
  .video__controls.played {
    background-image: url("../img/Pause.svg"); }
