@charset "UTF-8";
/*! 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;
}

/*@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamProReg.woff2') format('woff2'),
  url('../fonts/GothamProReg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}*/
html {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", "Roboto", "Helvetica", Arial, sans-serif;
  color: #999999;
  background-color: #1d1d1d;
  font-weight: 300;
}
body.noscroll {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  transition: all 0.35s ease;
}

hr {
  border: none;
  border-top: 1px solid #000;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.text-center {
  text-align: center;
}

h2,
.h2 {
  font-weight: 400;
  font-size: 1.875em;
  color: #ffffff;
  margin-bottom: 0.25em;
}
h2::first-letter,
.h2::first-letter {
  color: #ff6b67;
}
h2_green::first-letter,
.h2_green::first-letter {
  color: #7daf86;
}

b {
  font-weight: 700;
}

.container {
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container_relative {
  position: relative;
  min-height: 1px;
}

.btn {
  transition: all 0.35s ease;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.btn:focus, .btn:active {
  outline: none;
}
.btn_main {
  background-color: #0099ff;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 3px;
}
.btn_main:hover {
  opacity: 0.65;
}
.btn_middle {
  font-size: 18px;
  padding-top: 0.6em;
  padding-bottom: 0.55em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.btn_big {
  font-size: 18px;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}
.btn_big.btn_free::after {
  bottom: -2.5em;
}
.btn_free {
  position: relative;
}
.btn_free::after {
  content: "это бесплатно";
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 0.7222222222em;
  color: #999999;
  left: 0;
  bottom: -20px;
}
.btn_clear {
  text-decoration: underline;
}
.btn_clear:hover {
  text-decoration: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  -o-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_shown {
  opacity: 1;
  visibility: visible;
}
.modal__body {
  background-color: #faf6e7;
  border-radius: 3px;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-shadow: -1.25em 1.25em 3px rgba(0, 0, 0, 0.5);
  position: relative;
  max-height: 100vh;
}
.modal__title {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  color: #333333;
  margin-left: 0.25em;
  margin-bottom: 1.25em;
}
.modal__close {
  border: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  font-size: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAACAVBMVEUAAAAeVF0eU10bSVAbRk4bSE8bR08dUVobSVEeUlseUlwdUFkcSlIaRk0eVV4cS1MdT1gcTFQdTlcfVV8aRU0dTlYcTVUaRUwfVl8aREsfVmAaREsfVmAaREscTFQeVV4aRU0fV2EaRU0aRk0fVl8eUlweUlweUlsaREsfV2EdTlYaRUwfVl8eU10cSlIbRk4aRk0cTFQfV2EcTFQaREsbR08dTlcdT1gbRk4aRUwfV2EaRUwdT1geUlsdUVodUFkeVF0aRU0cS1MbSE8dUVobSE8bRk4cTVUbR08aREsbR08fVl8eVV4bSE8aRUwfVmAeVV4dUFkfVl8dT1gfV2EdTlYaRU0bSE8fVV8aREsaRU0eVF0fVmAbR08dUFkbSVEfVmAcTFQbRk4cTVUbSVAfVV8fVmAdTlYbSVEaREsdTlceUlwaRk0eU10bRk4fVV8bSVAeUlsaREsbSE8eU10aRUwaREscSlIcS1MaRk0aREsfVl8dTlcbSVAaREseUlwdTlcfVV8eVF0eU10bRk4fVl8eVF0bR08aRU0fVV8eVV4eUlwcTVUbSVEaREseVF0eVF0aRUwfVmAbR08eVV4cS1MbSVAeU10eVV4fVmAbSE8dUVoaRU0eU10bSVAfV2EeUlsaRk0fVl8cTVUaRk0aRUwcSlIeUlweUlsdTlYfVV9FqWelAAAAq3RSTlMAWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVkCVxYBLTIBAVQWDTNKVxtDARFROyxRAjxAHA4BPlIWNzUCNjkBEFU3TDIJDDwvAU5TNQ1WVFQ1OzgVPRRQMVRSUhhSPAE3Ok9CT1QTAzE+AgguDhBSShE4MjFUNwE9Nhk0Oy4TTEEUTwolAQwKOQ8SLAE4PS0mET0nUAI2TQ0CKwEQKBICLw1WAxI7NE9OAjjEpchFAAABNElEQVR42l3J02IDQQAF0FvbSGrbtm3btm3btt2v7Gwy093JeboAYXfoAF74aA5Ndj02NYvcN+ttMwkFvw+ZTDZxAlFMIVniQLhuWwpq78FUpigWZxJnjJSCX+j37kaXfiBIk2rNhGAwmg3rpGVrU7lbpEU0sHoGwZgWlZaBgipWbqF0qUENP7azuACq6UBXVTf+TQUa8j4hcTFtIpUKTkiYmajFEby3Nmsmax8qunytmIof8HqXzUXzkdwXH2UqVQaJpEYDXon43SXqqEoHk6BHeY18s/hMP099aqkPHl+s7EEwrk5drZE2EMDqA2lHatTqJgTJdWw4BvKNlc6vobRbTBcnUn4tBEM7YFY6FEs1iI1SuVye5w+R+ytZ5qBwc2pb1AmpenvbZlBPoeXg+cS6gPgD0U5Fc79CDQYAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  right: 18px;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.modal__close:focus, .modal__close:active {
  outline: 0;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal_country-code .modal__header {
  border-bottom: 1px solid #dad0af;
}
.modal_country-code .modal__title {
  margin-bottom: 14px;
}
.modal_country-code .modal__body {
  max-width: 860px;
  position: relative;
}
.modal_country-code .modal__content {
  padding-top: 34px;
  padding-bottom: 24px;
}
.modal_country-code .enter-code-manually {
  position: absolute;
  font-size: 13px;
  color: #0099ff;
  text-decoration: none;
  right: 30px;
  bottom: 20px;
  text-align: right;
  padding-left: 15px;
}
.modal_country-code .enter-code-manually:hover {
  text-decoration: underline;
}

.font_thin {
  font-weight: 100;
}
.font_green {
  color: #7daf86;
}
.font_red {
  color: #ff6b67;
}

.logo {
  text-decoration: none;
  color: #999999;
  transition: opacity 0.35s ease;
}
.logo__desc {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.52em;
  margin-left: 4px;
}
.logo:hover {
  opacity: 0.6;
}

.header {
  background-color: #252F3F;
  border-bottom: 1px solid #252F3F;
  padding-top: 1em;
  padding-bottom: 1em;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  align-content: center;
}
@media screen and (max-width: 840px) {
  .header .container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 380px) {
  .header .container {
    position: relative;
  }
}
@media screen and (max-width: 380px) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 350px) {
  .header__logo {
    margin-left: 20px;
  }
}
.header__mobile-apps {
  margin-left: auto;
  margin-right: 7.875em;
  margin-top: 6px;
}
@media screen and (max-width: 1000px) {
  .header__mobile-apps {
    margin-right: 50px;
  }
}
@media screen and (max-width: 880px) {
  .header__mobile-apps a {
    width: 130px;
  }
}
@media screen and (max-width: 840px) {
  .header__mobile-apps {
    order: 3;
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .header__mobile-apps a {
    max-width: 154px;
    width: 46%;
  }
  .header__mobile-apps a img {
    height: 36px;
    width: 100%;
    max-width: 108px;
  }
}
.header__lang {
  margin-left: auto;
  margin-bottom: 10px;
}
.header__lang .custom-select-container {
  margin-left: auto;
}
@media screen and (max-width: 460px) {
  .header__actions {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 380px) {
  .header__actions {
    flex-direction: row;
    justify-content: center;
  }
}
.header__actions a {
  text-decoration: none;
  color: #999999;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .header__actions a {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 380px) {
  .header__actions a {
    margin-left: 2em;
    margin-bottom: 0;
  }
}
.header__actions a::after {
  content: "";
  display: block;
  position: absolute;
  right: -1em;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #999999;
}
@media screen and (max-width: 460px) {
  .header__actions a::after {
    content: none;
  }
}
@media screen and (max-width: 380px) {
  .header__actions a::after {
    content: "";
  }
}
.header__actions a:hover {
  opacity: 0.65;
}
.header__actions a:first-child {
  margin-left: 0;
}
.header__actions a:last-child {
  margin-right: 0;
}
.header__actions a:last-child::after {
  content: none;
}
.header__right {
  text-align: right;
}
@media screen and (max-width: 840px) {
  .header__right {
    margin-left: auto;
  }
}
.lang-select {
  position: absolute;
  right: 20px;
  top: 20px;
}
.lang-select select {
  background-color: transparent;
  width: 26px;
}
.lang-select .custom-select-container {
  width: 26px;
  height: 19px;
  background-color: transparent;
  padding: 0;
}
.lang-select .custom-select-container:focus, .lang-select .custom-select-container:active {
  outline: 0;
}
@media screen and (max-width: 460px) {
  .lang-select .custom-select-container {
    width: 34px;
    height: 25px;
  }
}
.lang-select .custom-select-opener {
  background-color: transparent;
  padding: 0;
  width: 26px;
  height: 19px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 460px) {
  .lang-select .custom-select-opener {
    width: 34px;
    height: 25px;
  }
}
.lang-select .custom-select-opener span {
  font-size: 0;
}
.lang-select .custom-select-opener:active, .lang-select .custom-select-opener:focus {
  outline: 0;
}
.lang-select .custom-select-panel {
  background-color: rgba(0, 0, 0, 0.7);
  transition: none;
}
.lang-select .custom-select-option {
  cursor: pointer;
  padding: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 26px;
  height: 19px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 0;
}
.lang-select .custom-select-option.is-selected {
  opacity: 0.45;
}
.lang-select .custom-select-option.is-selected::before {
  content: "none";
}
@media screen and (max-width: 460px) {
  .lang-select .custom-select-option {
    width: 34px;
    height: 25px;
  }
}
.lang-select [data-value=russian] {
  background-image: url(../img/flag_russian.png);
}
.lang-select [data-value=english] {
  background-image: url(../img/flag_uk.png);
}
.lang-select [data-value=spanish] {
  background-image: url(../img/flag_spain.png);
  margin-top: 0;
  margin-bottom: 0;
  height: 14px;
  background-size: cover;
}
.lang-select [data-value=mongolian] {
  background-image: url(../img/flag_mongolia.svg);
  margin-top: 0;
  margin-bottom: 0;
  height: 14px;
  background-size: cover;
}
.lang-select [data-value=portuguese] {
  background-image: url(../img/flag_portugal.png);
  height: 14px;
  background-size: cover;
}

.text-w-image {
  padding-top: 1em;
  padding-bottom: 3em;
}
.text-w-image .container {
  display: flex;
  align-items: center;
}
.text-w-image__content {
  padding-right: 25px;
  width: 50%;
}
.text-w-image__simple-text {
  color: #ffffff;
}
.text-w-image__simple-text p {
  font-size: 18px;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.text-w-image__simple-text p:last-child {
  margin-bottom: 0;
}
.text-w-image__img {
  width: 50%;
}
.text-w-image_light {
  background-color: #2b2b2b;
  background-image: url(../img/bg_block-light.png);
}
.text-w-image_img-left .text-w-image__content {
  padding-right: 0;
  padding-left: 10px;
  order: 2;
}
.text-w-image_narrow {
  padding-top: 0;
  padding-bottom: 0;
}
.text-w-image_narrow .container {
  max-width: 1200px;
}
.text-w-image_narrow.text-w-image_img-left .text-w-image__content {
  padding-left: 40px;
}
@media screen and (max-width: 990px) {
  .text-w-image_block-1 {
    padding-top: 3em;
  }
  .text-w-image_block-1 .container {
    flex-direction: column;
  }
  .text-w-image_block-1 .text-w-image__content {
    width: 100%;
    padding-right: 0;
  }
  .text-w-image_block-1 .text-w-image__img {
    width: 100%;
    max-width: 500px;
  }
  .text-w-image_block-1 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5em;
  }
  .text-w-image_block-1 li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 720px) {
  .text-w-image_block-1 li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.text-w-image_block-2 {
  position: relative;
  z-index: 2;
}
.text-w-image_block-2 .text-w-image__img {
  margin-top: -4em;
  margin-bottom: -2em;
}
@media screen and (max-width: 990px) {
  .text-w-image_block-2 {
    padding-top: 3em;
  }
  .text-w-image_block-2 .container {
    flex-direction: column;
  }
  .text-w-image_block-2 .text-w-image__img {
    margin-top: 0;
    order: 3;
    width: 100%;
    max-width: 500px;
  }
  .text-w-image_block-2 .text-w-image__content {
    width: 100%;
  }
  .text-w-image_block-2 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5em;
  }
  .text-w-image_block-2 li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 720px) {
  .text-w-image_block-2 li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.text-w-image_block-3 {
  position: relative;
  z-index: 2;
}
.text-w-image_block-3 .text-w-image__content {
  padding-bottom: 3.75em;
  position: relative;
}
.text-w-image_block-3 .text-w-image__content::after {
  content: "";
  display: block;
  width: 378px;
  height: 204px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -166px;
  right: -27%;
}
@media screen and (max-width: 1200px) {
  .text-w-image_block-3 .text-w-image__content::after {
    content: none;
  }
}
@media screen and (max-width: 1100px) {
  .text-w-image_block-3 .text-w-image__simple-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .text-w-image_block-3 {
    padding-top: 3em;
  }
  .text-w-image_block-3 .container {
    flex-wrap: wrap;
  }
  .text-w-image_block-3 .text-w-image__content {
    width: 100%;
    padding-right: 0;
  }
  .text-w-image_block-3 .text-w-image__img {
    height: 380px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
@media screen and (max-width: 560px) {
  .text-w-image_block-3 {
    margin-bottom: 2.5em;
  }
  .text-w-image_block-3 .text-w-image__img {
    height: auto;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-w-image_block-3 .text-w-image__content {
    padding-bottom: 2.5em;
  }
}
.text-w-image_block-4 .text-w-image__content {
  padding-top: 2em;
}
@media screen and (max-width: 1100px) {
  .text-w-image_block-4 .text-w-image__simple-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .text-w-image_block-4 {
    position: relative;
    z-index: 1;
    margin-top: -380px;
    padding-bottom: 2em;
  }
  .text-w-image_block-4 .container {
    flex-wrap: wrap;
  }
  .text-w-image_block-4 .container .text-w-image__content {
    width: 100%;
    padding-left: 0;
  }
  .text-w-image_block-4 .text-w-image__img {
    margin-left: auto;
    height: 380px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
@media screen and (max-width: 560px) {
  .text-w-image_block-4 {
    margin-top: 0;
  }
  .text-w-image_block-4 .container {
    flex-wrap: wrap-reverse;
  }
  .text-w-image_block-4 .text-w-image__img {
    height: auto;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-w-image_block-4 .text-w-image__content {
    padding-bottom: 1.5em;
  }
  .text-w-image_block-4 .sign {
    height: 80px;
  }
}
@media screen and (max-width: 1090px) {
  .text-w-image {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .text-w-image {
    font-size: 13px;
  }
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list li {
  margin-bottom: 1.825em;
}
.list li:last-child {
  margin-bottom: 0;
}
.list__item-desc {
  font-size: 1.125em;
}
.list__item-desc br {
  line-height: 1.3;
}
.list__item-desc p {
  margin-bottom: 0.625em;
  margin-top: 0;
}
.list__item-desc p:last-child {
  margin-bottom: 0;
}

.ways-to-use {
  display: flex;
  align-items: center;
  margin: 2em 0 0;
  padding: 0;
}
.ways-to-use a {
  margin-right: 1em;
}
.ways-to-use a:hover {
  opacity: 0.65;
}
.ways-to-use a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .ways-to-use a {
    width: 46%;
    max-width: 154px;
  }
  .ways-to-use a:first-child {
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
}
.ways-to-use img {
  display: block;
  height: 42px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 990px) {
  .ways-to-use {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 560px) {
  .ways-to-use {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
}

.sign {
  font-size: 13px;
  font-weight: 100;
  background-image: url(../img/sign.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 120px;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-style: italic;
}

.start-to-use {
  background-image: url(../img/bg_block-light.png);
}
.start-to-use .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 554px;
  max-height: 70vh;
}
@media screen and (max-width: 760px) {
  .start-to-use .container {
    height: 360px;
  }
}
@media screen and (max-width: 414px) {
  .start-to-use .container {
    height: 280px;
  }
}
.start-to-use .btn {
  max-width: 410px;
  width: 100%;
}

.mobile-apps {
  display: flex;
}
.mobile-apps a {
  display: block;
  margin-right: 10px;
}
.mobile-apps a:hover {
  opacity: 0.65;
}
.mobile-apps a:last-child {
  margin-right: 0;
}
.mobile-apps img {
  display: block;
  width: auto;
  height: 46px;
}

.footer {
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  margin-bottom: 1em;
}
.footer__mobile-apps {
  margin-bottom: 0.5em;
}
.footer__mobile-apps a {
  margin-right: 1.75em;
}
.footer__copyright {
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}
.footer__menu {
  margin: 20px 0;
}
.footer__menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.footer__menu ul li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer__menu ul li a {
  text-decoration: underline;
  color: #fff;
  white-space: nowrap;
}

.form__item {
  flex-grow: 2;
  margin-bottom: 1.5em;
}
.form__item input {
  height: 35px;
  width: 100%;
  display: block;
  border: 0;
  font-size: 1.125em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-weight: 300;
  color: #000000;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAMAAADO4v//AAAAA1BMVEXV1dUmzt0AAAAACklEQVR4AWMAAQAABQABNtCI3QAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-position: 0 34px;
}
.form__item input:focus {
  outline: 0;
}
.form__item input::-webkit-input-placeholder {
  color: #000000;
}
.form__item input::-moz-placeholder {
  color: #000000;
}
.form__item input:-moz-placeholder {
  color: #000000;
}
.form__item input:-ms-input-placeholder {
  color: #000000;
}
.form__item input.ui-placeholder {
  color: #000000;
}
.form__item label {
  display: block;
  color: #666666;
  padding-left: 0.5em;
  font-size: 1.125em;
  margin-top: 0.6em;
}
.form__item_code {
  width: 64px;
  margin-right: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
.form__item_code input {
  border: 1px solid #0099ff;
  background-color: transparent;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  background-image: none;
  font-size: 1.35em;
  padding-left: 2px;
  padding-right: 2px;
}
.form__item_checkbox input {
  display: none;
}
.form__item_checkbox label {
  font-size: 13px;
  color: #666666;
  padding-left: 30px;
  padding-top: 4px;
  position: relative;
  cursor: pointer;
}
.form__item_checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #666666;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}
.form__item_checkbox label a {
  text-decoration: none;
  color: inherit;
}
.form__item_checkbox label a:hover {
  text-decoration: underline;
}
.form__item_checkbox input:checked + label::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAaVBMVEUAAAAAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmUAnmVXIitzAAAAInRSTlMATQS+zJHDciX2A9b+h1D7aO136A0L6XGC9Qkc5Gounv25tPitEAAAAExJREFUeNotykUWgDAMANECxd3d5v6HpKXJJv8lo2ROeIXbwXOJZ7iF48S6KxVqXaoOFnNKUoqqpR/sP4Yamr/NIiD3jVyFZ+Gq4N8fPVAE9v0Nf3oAAAAASUVORK5CYII=);
}
.form__item_plain {
  color: #000000;
  font-size: 13px;
}
.form__item_plain a {
  color: #0099ff;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.75em;
}
.form__item_plain a:hover {
  text-decoration: none;
}
.form__item_plain .btn_clear {
  margin-left: 0;
  font-size: 18px;
}
.form__item_plain span {
  font-size: 18px;
  color: #000000;
}
.form__actions {
  margin-top: 1.75em;
  font-size: 18px;
  text-align: right;
}
.form__actions .btn_main {
  width: 140px;
  padding-top: 0.3em;
  padding-bottom: 0.25em;
  margin-left: 16px;
}
.form__oneline {
  border: 0;
  padding: 0;
  display: flex;
  margin-bottom: 1.5em;
}
.form__oneline legend {
  display: none;
}
.form__oneline .form__item {
  margin-bottom: 0;
}
.form_register label, .form_login label {
  font-size: 12px;
}
.form_register .form__item_plain span, .form_login .form__item_plain span {
  font-size: 13px;
}
@media screen and (max-width: 380px) {
  .form_register .form__item_plain span, .form_login .form__item_plain span {
    display: block;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 380px) {
  .form_register .form__item_plain .icon, .form_login .form__item_plain .icon {
    margin-left: 2em;
    margin-right: 1.75em;
  }
}
.form_phone-confirmation {
  text-align: center;
}
.form_phone-confirmation .form__item_plain {
  color: #333333;
  font-size: 24px;
  margin-bottom: 16px;
}
.form_phone-confirmation .form__item_plain span {
  display: block;
  color: #666666;
  font-size: 18px;
}
.form_phone-confirmation .form__item input[type=tel] {
  background-color: transparent;
  background-image: none;
  color: #000000;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .form_phone-confirmation .form__item input[type=tel] {
    font-size: 26px;
  }
}
.form_phone-confirmation .form__item_confirmation-code input {
  width: 100px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
  cursor: default;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  background-image: none;
}
.form_phone-confirmation .form__actions {
  text-align: center;
}
.form_phone-confirmation .form__actions input[type=submit] {
  display: none;
}
.form_phone-confirmation .form__btn-timer {
  font-size: 13px;
  color: #333333;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.form_phone-confirmation .form__btn-timer:disabled {
  color: #666666;
  cursor: default;
}
.form_phone-confirmation .form__back {
  color: #0099ff;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: 1px solid;
}

.icon {
  position: relative;
}
.icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -24px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon_google::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAABQVBMVEUAAAAWfub/1QD/1QD/1QD/SyYSs0cWfuYWfublQyMWfub/SyYSs0f/1QD/1QD/1QD/1QD/1QD/1QDqRSPoRCPmQyPoRCP/SybqRCMWfubdQCIWfuYWfuYWfuYWfuYWfuYWfubsRSPsRSMSs0cWfub/Syb/Syb/SyYWfub/SyYSs0f/Syb/Syb/Syb/Syb/SybjQiL/SybdQCLoRCMSs0cSs0cSs0cWfuYSs0cSs0cWfuYSs0f/Syb/SyYWfuYSmHMWfuYSs0cSs0cSs0cPnUASs0cWfuYWfuYQn0AWfuYTj50QpUJPvDUPnD8Ss0cQpkISs0cQoUH/SyYWfuYWfuYSs0cQpkIWfub/UiQQnUIQo0H/XCH31AN+wif/pg3/Syb/ugfv0wUWfub/SyYSs0f/1QDZPyEPmT7aPyEWfuQUs0YpXzKsAAAAYnRSTlMADP4sAigowDDHoFtbiQld4/uwSpy/lPZS9/xotOzl/JQMBvZdiQIsY+eJXvv+CbDi4/uZA5oJBV7gn+ea4JzkW/6wLPcClajn9uNQ2/zjBJnIA+Qr+xIq2/iZ09fT25nX278r5y0AAADZSURBVHgBbc7VcsMwEIXh47Jb12VmZmZmZmaobFVO3v8BstLKHk8m3+U/OqOFMT0xMzcZzc8u9CFRNRaQf9LeDHa/SYUjcTn+cJvi2MRbXVqGRob7W93IPvR/P4JgqxRGQyOMGim/X21L1Espq5GnlmIxtMFyqxd1UhaVQKsUVluh2JOaH8exO/WRU0FOKHbqk/4uy2A9nlHsgP/5lQ3XbH15oNblAF5IBsYPjm4u7s4FGQW5DY09pdRbRoh1aItLXBXZEdsrYN5GHA93kVhe3b9+Ulen78/QcmqgSKd+DZEfAAAAAElFTkSuQmCC);
}
.icon_facebook::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAV1BMVEVCZ7Lp7fb5+v3e5PGJoM/09vp9l8pCZ7L////c4/Hl6vT7/P2lttpGa7RVdrr4+fy7yONZebt9lsq8yeTg5vKru93Dz+fT2+1dfb3q7vZ6lMnn7PWuvt4MnGBuAAAAAXRSTlPJol6icgAAAFlJREFUGNO1zTcSgDAQBMFDgDTCe///dxKQIFNFxIQd7IqYIImYMZ9YVwmq8LADyF3sgTJJXRygbfzNDCYTQevhandQ1o5vzHlaYji/8dAXnFpvn0e/o4QoN6FkC79r924YAAAAAElFTkSuQmCC);
}

.countries {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 430px;
  overflow-y: auto;
}
.countries li {
  width: 31%;
  display: flex;
  align-items: center;
  padding: 4px;
  transition: all 0.35s ease;
  cursor: pointer;
  font-size: 17px;
  color: #333333;
}
.countries li:hover {
  background-color: #0099ff;
  color: #ffffff;
}
.countries li img {
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .countries li {
    width: 47%;
  }
}
@media screen and (max-width: 500px) {
  .countries li {
    width: 100%;
  }
}

.sms-invitation {
  background-color: #faf6e7;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s, padding 0.6s;
}
.sms-invitation_shown {
  max-height: 410px;
  padding-top: 25px;
  padding-bottom: 5px;
}
.sms-invitation__title {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sms-invitation__title span {
  display: block;
  color: #999999;
  font-size: 0.75em;
}
@media screen and (max-width: 414px) {
  .sms-invitation__title span {
    margin-top: 3px;
  }
}
@media screen and (max-width: 414px) {
  .sms-invitation__title {
    font-size: 18px;
  }
}
.sms-invitation .form {
  display: flex;
  flex-direction: column;
}
.sms-invitation .form__oneline {
  justify-content: center;
}
@media screen and (max-width: 414px) {
  .sms-invitation .form__oneline {
    flex-wrap: wrap;
  }
}
.sms-invitation .form__oneline .form__item {
  max-width: 320px;
}
@media screen and (max-width: 960px) {
  .sms-invitation .form__oneline .form__item {
    max-width: 280px;
    flex-shrink: 3;
  }
}
@media screen and (max-width: 414px) {
  .sms-invitation .form__oneline .form__item {
    max-width: calc(100% - 92px);
  }
}
.sms-invitation .form__oneline .form__item input {
  height: 70px;
  font-size: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-position: 0 100%;
}
@media screen and (max-width: 960px) {
  .sms-invitation .form__oneline .form__item input {
    height: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 580px) {
  .sms-invitation .form__oneline .form__item input {
    height: 40px;
    font-size: 24px;
  }
}
.sms-invitation .form__oneline .form__item_code {
  width: 104px;
  flex-shrink: 0;
}
@media screen and (max-width: 570px) {
  .sms-invitation .form__oneline .form__item_code {
    width: 76px;
  }
}
.sms-invitation .form__oneline .form__actions {
  margin-top: 0;
  max-width: 130px;
  flex-grow: 2;
  min-width: 78px;
}
@media screen and (max-width: 580px) {
  .sms-invitation .form__oneline .form__actions {
    margin-left: 16px;
  }
}
@media screen and (max-width: 414px) {
  .sms-invitation .form__oneline .form__actions {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }
}
.sms-invitation .form__oneline .form__actions .btn {
  height: 70px;
  width: 100%;
  font-size: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  border-radius: 0;
}
@media screen and (max-width: 960px) {
  .sms-invitation .form__oneline .form__actions .btn {
    height: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 580px) {
  .sms-invitation .form__oneline .form__actions .btn {
    height: 40px;
    font-size: 24px;
    margin-left: 0;
  }
}
.sms-invitation .form__item_plain {
  font-size: 18px;
  color: #292a28;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .sms-invitation .form__item_plain {
    font-size: 16px;
    margin-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .sms-invitation .form__item_plain {
    font-size: 14px;
  }
}
.sms-invitation .form__item_checkbox {
  align-self: center;
  margin-bottom: 5px;
  text-align: left;
}

.tabs__header {
  border-bottom: 1px solid #060000;
  padding-left: 10px;
  display: flex;
  margin-bottom: 20px;
}
.tabs__header a {
  font-size: 1.5em;
  color: #000000;
  text-decoration: none;
  min-width: 91px;
  padding-left: 14px;
  padding-right: 14px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: relative;
}
.tabs__header a.js-active {
  display: block;
  color: #adaca6;
  border: 1px solid #060000;
  border-bottom: none;
}
.tabs__header a.js-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 1px;
  background: #faf6e6;
}
.tabs__item {
  display: none;
}
.tabs__item.js-active {
  display: block;
}

.text-full {
  margin: 5em 0;
  line-height: 1.5;
  font-size: 1.1em;
}
.text-full a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  -o-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
}
.text-full a:hover {
  opacity: 0.6;
}

html {
  height: 100%;
}

.page-apps {
  background: #252F3F;
  min-height: 100vh;
  position: relative;
}
.page-apps-bg {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 457px;
}
.page-apps-bg__image {
  position: absolute;
  display: block;
  background: url(../img/bg_people.png) center bottom no-repeat;
  width: 375px;
  max-width: 100%;
  height: 205px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.page-apps-bg__color {
  display: block;
  background: url(../img/bg_apps.png) center top repeat-x;
  width: 100%;
  max-width: 100%;
  height: 457px;
  margin-left: auto;
  margin-right: auto;
  z-index: -2;
  position: relative;
}
.apps {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5em;
  min-height: 650px;
}
.apps__slogan {
  margin-left: auto;
  margin-right: auto;
  max-width: 345px;
  background-color: #53BA4A;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  height: 23px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.apps__slogan strong {
  margin-right: 6px;
  font-weight: 700;
}
.apps__logo {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
.apps__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
}
.apps__links a {
  display: block;
  margin: 10px 2%;
  width: 45%;
  text-align: center;
}
.apps__links_nocode {
  max-width: 230px;
}
.apps__links_nocode a {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.apps__invite {
  display: none;
}
.apps__invite_visible {
  display: block;
}
.apps__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  margin: 43px 0 13px;
}
.apps__text p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.apps__text p:last-child {
  margin-bottom: 0;
}
.apps__code {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 14px;
}
.apps__code b {
  font-weight: bold;
  font-size: 25px;
  line-height: 23px;
  margin: 0 20px 0 10px;
}
.apps__copy {
  width: 16px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8123 0V1.82979H1.69877V14.5532H0V1.82979C0 1.31915 0.164609 0.886525 0.493827 0.531915C0.823045 0.177305 1.22469 0 1.69877 0H11.8123ZM14.3407 3.65957C14.7885 3.65957 15.177 3.83688 15.5062 4.19149C15.8354 4.5461 16 4.96454 16 5.44681V18.1702C16 18.6809 15.8354 19.1135 15.5062 19.4681C15.177 19.8227 14.7885 20 14.3407 20H5.05679C4.58272 20 4.18107 19.8227 3.85185 19.4681C3.52263 19.1135 3.35802 18.6809 3.35802 18.1702V5.44681C3.35802 4.96454 3.52263 4.5461 3.85185 4.19149C4.18107 3.83688 4.58272 3.65957 5.05679 3.65957H14.3407ZM14.3407 18.1702V5.44681H5.05679V18.1702H14.3407Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  -o-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.3, 1);
  cursor: pointer;
  margin-bottom: 3px;
}
.apps__copy:hover {
  opacity: 0.8;
}

.front {
  font-family: Montserrat, sans-serif;
  background-color: #252F3F;
  color: #fff;
  font-size: 1.03125rem;
  line-height: normal;
}
@media only screen and (min-width: 900px) {
  .front {
    font-size: 1.03125rem;
  }
}
.front h1 {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.front h1 span {
  text-transform: none;
}
.front h2:first-letter {
  color: inherit;
}
.front p {
  margin-bottom: 20px;
  margin-top: 0;
}
.front p.nomargin {
  margin-bottom: 5px;
}

.first-block {
  color: #E5E5E5;
}
.first-block__img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.first-block__links {
  margin: 4em 0;
}

.we-want {
  margin-top: 40px;
  color: #E5E5E5;
}
.we-want__sign {
  min-height: 55px;
  margin: 30px 0 40px;
}
.we-want__sign img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.we-want__sign::after {
  content: "";
  clear: both;
}
.we-want__sign span {
  display: inline-block;
  vertical-align: middle;
}

.block-front {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-front h2 {
  margin-bottom: 20px;
}
.block-front .block__title_nomargin {
  margin-bottom: 0;
}

.block__header {
  white-space: normal;
}
.block__subheader {
  margin-bottom: 20px;
  font-weight: 400;
}

.bg-light {
  background: #F2F2F2;
  color: #000000;
}
.bg-light h2 {
  color: #000000;
}

.bg-dark {
  background: #252F3F;
  color: #fff;
}
.bg-dark h2 {
  color: #fff;
}

.scrolled-blocks {
  overflow-x: auto;
  margin-left: -6px;
  margin-right: -6px;
  white-space: nowrap;
}
.scrolled-blocks__item {
  display: inline-block;
  max-width: 215px;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
}
.scrolled-blocks__text {
  white-space: normal;
}
.scrolled-blocks__text_top {
  min-height: 30px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1.4375rem;
  width: 100%;
  display: inline-block;
}
.scrolled-blocks__text_bottom {
  text-align: center;
  margin-top: 1.5625rem;
  font-size: 0.75rem;
  line-height: normal;
}
.app-links {
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
}
.app-links__item {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}
@media only screen and (max-width: 375px) {
  .app-links__item {
    max-width: 47%;
  }
}
.app-links__item img {
  max-width: 100%;
  height: auto;
}

.front-bottom {
  font-size: 16px;
}
.front-bottom__highlight {
  font-weight: 600;
}
.front-bottom .app-links {
  margin: 30px 0 40px;
}
.front-bottom a {
  color: #fff;
}
/*# sourceMappingURL=maps/main.css.map */
