/*! 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;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

/* roboto-regular - cyrillic_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-cyrillic_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-cyrillic_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-cyrillic_latin-regular.woff") format("woff"), url("../fonts/roboto-v20-cyrillic_latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-cyrillic_latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* roboto-500 - cyrillic_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-cyrillic_latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v20-cyrillic_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-cyrillic_latin-500.woff") format("woff"), url("../fonts/roboto-v20-cyrillic_latin-500.ttf") format("truetype"), url("../fonts/roboto-v20-cyrillic_latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* roboto-700 - cyrillic_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-cyrillic_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-cyrillic_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-cyrillic_latin-700.woff") format("woff"), url("../fonts/roboto-v20-cyrillic_latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-cyrillic_latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

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

* {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

html {
  background-color: #ebf0f4;
  color: #30434A;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #30434A;
}

a:hover {
  color: #0056b3;
}

a:active {
  color: #0056b3;
}

p {
  font-size: 1em;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 0.9rem;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.btn {
  color: #f2f5f8;
  text-align: center;
  border-radius: 10em;
  display: block;
  box-shadow: 0.5em 0.9em 4.375em #9acaff;
  transition: 0.5s;
  cursor: pointer;
}

.btn:hover {
  box-shadow: 0.5em 0.9em 4.375em #80bdff;
  color: #f2f5f8;
}

.btn:active {
  color: #f2f5f8;
}

.btn:disabled {
  cursor: no-drop;
}

.btn--size_small {
  width: 100%;
  padding: 0.6em;
}

.btn--size_medium {
  width: 100%;
  padding: 0.6em;
}

.btn--size_big {
  width: 100%;
  padding: 0.6em;
  font-size: 1.3em;
  font-weight: 500;
}

.btn--theme_flare {
  background-size: 200% auto;
  background-image: linear-gradient(to right, #3151F9 0%, #3199F9 51%, #3151F9 100%);
}

.btn--theme_flare:hover {
  background-position: right center;
}

.btn--theme_flare:disabled {
  background-image: linear-gradient(to right, #3151F9 0%, #3199F9 51%, #3151F9 100%);
}

.btn--theme_gradient {
  background: linear-gradient(254.01deg, #3199F9 -20.85%, #3151F9 115.72%);
  background-size: 200% auto;
}

.btn--theme_gradient:hover {
  background-position: right center;
}

.btn--theme_gradient:disabled {
  background: linear-gradient(254.01deg, #3199F9 -20.85%, #3151F9 115.72%);
}

.btn--theme_static {
  background: #2580CC;
}

.btn--theme_static:hover {
  background: #0056b3;
}

.btn--theme_static:disabled {
  background: #2580CC;
}

.label {
  color: #70848B;
}

.input {
  display: block;
  border-radius: 2em;
  padding: 1em;
  background: unset;
  border: 1px solid #70848B;
}

.textarea {
  display: block;
  border-radius: 2em;
  padding: 1em;
  background: unset;
  border: 1px solid #70848B;
}

.care {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.paused {
  animation-play-state: paused !important;
}

.figures {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  display: none;
}

.iti {
  display: block;
}

.iti__selected-flag {
  border-radius: 2em 0 0 2em;
}

.error {
  border-color: #f45a57;
}

.email_form__hint.error {
  display: block !important;
}

.sending::before {
  content: "";
  background: #ffffff5c;
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNzUuNCAxMjYuNjNhMTEuNDMgMTEuNDMgMCAwIDEtMi4xLTIyLjY1IDQwLjkgNDAuOSAwIDAgMCAzMC41LTMwLjYgMTEuNCAxMS40IDAgMSAxIDIyLjI3IDQuODdoLjAyYTYzLjc3IDYzLjc3IDAgMCAxLTQ3LjggNDguMDV2LS4wMmExMS4zOCAxMS4zOCAwIDAgMS0yLjkzLjM3eiIgZmlsbD0iIzI1ODBjYyIvPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDY0IDY0IiB0bz0iMzYwIDY0IDY0IiBkdXI9IjE0MDBtcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
}

.snow {
  height: 100%;
  left: 0;
  mix-blend-mode: soft-light;
  opacity: .3;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.error-page .container__error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  text-align: center;
  position: relative;
}

.error-page img {
  margin-top: 34px;
}

.error-page .error-text {
  position: absolute;
  z-index: -1;
  margin-left: -13%;
  font-size: 27pc;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 347px;
}

.header {
  position: relative;
  z-index: 4;
}

.header__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  padding: 1em 0 1em 0;
}

.header__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  padding: 1em 0 1em 0;
}

.header__nav_body {
  display: none;
}

.header__nav_body.is-open {
  display: block;
}

.header__menu_top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}

.header__menu_open {
  padding-top: 20px;
  right: 15px;
  z-index: 1000;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.header__menu_open:focus {
  outline: 0;
}

.header__menu_open_text {
  transition: .5s linear;
  display: block;
  font-size: .675rem;
  letter-spacing: .05em;
  margin-top: .5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #30434A;
}

.header__menu_open_burger {
  transition: .275s;
  position: relative;
  display: block;
  width: 28px;
  height: 4px;
  margin: 0 auto;
  background: #2580CC;
  transform: skew(5deg);
}

.header__menu_open_burger::after,
.header__menu_open_burger::before {
  content: '';
  display: block;
  height: 100%;
  background: #2580CC;
  transition: .275s;
}

.header__menu_open_burger::after {
  transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.header__menu_open_burger::before {
  transform: translateY(-16px) skew(-10deg);
}

.is-open .header__menu_open_burger {
  transform: skew(5deg) translateY(-8px) rotate(-45deg);
}

.is-open .header__menu_open_burger::before {
  transform: translateY(0) skew(-10deg) rotate(75deg);
}

.is-open .header__menu_open_burger::after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
}

.header__scroll {
  visibility: hidden;
  background: #f2f5f8;
  transition: all .3s ease-in-out;
  box-shadow: 4px 0px 27px rgba(49, 153, 249, 0.14);
  position: fixed;
  z-index: 19;
  top: -100px;
  left: 0;
  width: 100vw;
}

.header__scroll.scroll {
  transition: all .3s ease-in-out;
  visibility: visible;
  top: 0;
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  height: 90vh;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  justify-content: center;
  align-items: center;
}

.nav__item {
  width: 100%;
  text-align: center;
}

.nav__link {
  text-transform: uppercase;
}

.language__items {
  display: flex;
}

.language__item--separator::before {
  content: "/";
  padding: 0 15px;
}

.language__link--active {
  color: #0056b3;
}

.logo {
  height: 1em;
}

.logo--secondary {
  fill: #2580CC;
}

.logo--dark {
  fill: #30434A;
}

.intro {
  position: relative;
  z-index: 2;
}

.intro::before {
  content: '';
  z-index: -1;
  height: 200vw;
  width: 200vw;
  max-width: 2500px;
  max-height: 2500px;
  transform: translate(-50%, -50%);
  top: 0%;
  left: 34%;
  border-radius: 100%;
  display: block;
  position: absolute;
  background: #ebf0f4;
  background: radial-gradient(circle, #ebf0f4 0%, #f2f5f8 49%, #ebf0f4 49%, #e6edf2 49%, #ebf0f4 50%);
}

.intro__container {
  height: 75vh;
  position: relative;
}

.intro__row {
  align-items: center;
  height: 100%;
}

.intro__content {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.intro__title {
  margin-bottom: 11vh;
  line-height: 1;
}

.intro__title__accent {
  display: block;
  width: 100%;
  font-size: 2.1rem;
}

.intro__hero {
  display: none;
  position: absolute;
  top: -380px;
  right: -122%;
  flex-wrap: wrap;
  transform: rotate(-20deg);
  z-index: -1;
}

.intro__hero_items--first {
  top: -200px;
  position: relative;
}

.intro__hero_items--center {
  top: -170px;
  position: relative;
}

.intro__hero_items--end {
  top: -200px;
  position: relative;
}

.intro__hero_item {
  width: 100vw;
  height: 100vw;
  background: #fffdff;
  max-height: 523px;
  max-width: 263px;
  border-radius: 38px;
  margin: 1em;
}

.intro__hero_image {
  object-fit: cover;
  left: -22px;
  position: relative;
  top: -22px;
}

.intro__hero_image.lazy {
  opacity: 0;
}

.intro__hero_image.lazy.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.intro__scene_item--one {
  height: 59px;
  margin-left: 5%;
  margin-top: 91px;
}

.intro__scene_item--two {
  height: 63px;
  margin-left: 33%;
  margin-top: 83px;
}

.intro__scene_item--tree {
  height: 75px;
  margin-left: 65%;
  margin-top: 481px;
}

.intro__scene_item--four {
  height: 93px;
  margin-left: 84%;
  margin-top: 659px;
}

.intro__scene_item--five {
  height: 51px;
  margin-left: 92%;
  margin-top: 327px;
}

.intro__scene_item--six {
  margin-left: 27%;
  margin-top: 699px;
}

.scroll_button {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll_button__icon {
  width: 2em;
  margin: 0 auto;
}

.scroll_button__icon_arrow {
  fill: #2580CC;
  opacity: 1;
  animation: pulse 2s ease-out infinite;
}

.scroll_button__icon_dot {
  fill: #2580CC;
}

.scroll_button__icon_stroke {
  stroke: #70848B;
}

@keyframes pulse {
  75% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.50;
  }

  25% {
    opacity: 0;
  }
}

@-webkit-keyframes go-left-right-first {
  from {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -o-transform: translateY(12%);
    -ms-transform: translateY(12%);
    -moz-transform: translateY(12%);
    -webkit-transform: translateY(12%);
    transform: translateY(12%);
  }
}

@keyframes go-left-right-center {
  from {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -o-transform: translateY(8%);
    -ms-transform: translateY(8%);
    -moz-transform: translateY(8%);
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
}

@-webkit-keyframes go-left-right-end {
  from {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -o-transform: translateY(18%);
    -ms-transform: translateY(18%);
    -moz-transform: translateY(18%);
    -webkit-transform: translateY(18%);
    transform: translateY(18%);
  }
}

.who_are_we {
  position: relative;
  z-index: 3;
}

.who_are_we__items {
  padding-top: calc(5em / 1);
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.knowing__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.knowing__title {
  margin-bottom: calc(2em / 2);
}

.knowing__text {
  margin-bottom: 2em;
  color: #70848B;
}

.development_of_chat_bots {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.development_of_chat_bots::after {
  content: '';
  z-index: -1;
  height: 100vw;
  width: 100vw;
  max-width: 1300px;
  max-height: 1300px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
  background: #ebf0f4;
  background: radial-gradient(circle, #ebf0f4 0%, #f2f5f8 49%, #ebf0f4 49%, #e6edf2 49%, #ebf0f4 50%);
}

.development_of_chat_bots__title {
  padding-top: calc(5em / 1.4);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
}

.development_of_chat_bots__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(75% - 1.875rem);
  hyphens: auto;
  color: #70848B;
}

.development_of_chat_bots__items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(25% - 1.875rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.development_of_chat_bots__care {
  margin-top: 1em;
  justify-content: center;
  display: flex;
}

.messengers__item {
  width: 15vw;
  display: block;
  max-width: 4rem;
}

.messengers__item--facebook {
  border-radius: 100%;
}

.what_our_bots_can {
  position: relative;
  z-index: 3;
}

.what_our_bots_can__title {
  padding-top: calc(5em / 1);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
}

.what_our_bots_can__scene_item--one {
  height: 136px;
  margin-left: 7%;
  margin-top: 103px;
}

.what_our_bots_can__scene_item--two {
  height: 115px;
  margin-left: 43%;
  margin-top: 800px;
}

.skills__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.skills__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 1.5em;
  justify-content: center;
}

.skills__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 10vw;
  max-height: 60px;
}

.skills__titile {
  text-align: center;
}

.skills__text {
  font-size: calc(16px / 1.2);
  color: #70848B;
  margin-top: .5em;
  hyphens: auto;
}

.skills__icon {
  left: 1em;
  position: absolute;
  width: 7vw;
  height: 25px;
}

.integration_features {
  position: relative;
  z-index: 3;
}

.integration_features__title {
  padding-top: calc(5em / 1.3);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
}

.integration_features__scene_item--one {
  height: 97px;
  margin-left: 75%;
  margin-top: 424px;
}

.integrate_with {
  z-index: 1;
}

.integrate_with__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.integrate_with__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
  margin-bottom: 1em;
  text-align: center;
}

.integrate_with__icon {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.integrate_with__text {
  font-size: calc(16px / 1.2);
  color: #70848B;
}

.integrate_with__care {
  justify-content: center;
  display: flex;
}

.what_bots_do_we_make {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.what_bots_do_we_make::before {
  content: '';
  z-index: -1;
  height: 100vw;
  width: 100vw;
  max-width: 1200px;
  max-height: 1200px;
  transform: translate(-50%, -50%);
  top: 63%;
  left: 42%;
  border-radius: 100%;
  display: block;
  position: absolute;
  background: #ebf0f4;
  background: radial-gradient(circle, #ebf0f4 0%, #f2f5f8 49%, #ebf0f4 49%, #e6edf2 49%, #ebf0f4 50%);
}

.what_bots_do_we_make__title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
  padding-top: calc(5em / 1);
}

.what_bots_do_we_make__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 1em;
}

.what_bots_do_we_make__text--primary {
  color: #2580CC;
}

.what_bots_do_we_make__advantage {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin: 2em auto;
}

.what_bots_do_we_make__care {
  justify-content: center;
  display: flex;
  margin-top: 1em;
}

.what_bots_do_we_make__scene_item--one {
  height: 78px;
  margin-left: 19%;
  margin-top: 91px;
}

.what_bots_do_we_make__scene_item--two {
  height: 93px;
  margin-left: 83%;
  margin-top: 283px;
}

.advantage {
  color: #70848B;
}

.advantage__items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em;
}

.advantage__item {
  flex: 0 0 100%;
  position: relative;
  margin-left: 30px;
  line-height: 2;
}

.advantage__item::before {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi4zMTI1TDEwLjUxNDggMThMMjAgMSIgc3Ryb2tlPSIjMjU4MENDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 25px;
  height: 25px;
  background: transparent;
}

.what_technologies_do_we_use {
  position: relative;
  z-index: 3;
}

.what_technologies_do_we_use__title {
  padding-top: calc(5em / 1);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
}

.what_technologies_do_we_use__scene_item--one {
  height: 78px;
  margin-left: 19%;
  margin-top: 591px;
}

.technologies__items {
  display: flex;
  flex-wrap: wrap;
}

.technologies__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
  margin-bottom: 1em;
  text-align: center;
  height: 215px;
}

.technologies__text {
  font-size: calc(16px / 1.2);
  hyphens: auto;
  color: #70848B;
}

.technologies__icon {
  max-width: 100px;
  max-height: 100px;
  width: 50%;
  height: 50%;
  object-fit: contain;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-pagination-bullets {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-top: 1em;
}

.swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  margin: 6px;
  padding: 0;
  display: inline-block;
  border: 2px solid #2580CC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  vertical-align: top;
  position: relative;
}

.swiper-pagination-bullet:hover {
  background: #2580CC;
}

.swiper-pagination-bullet-active {
  background: #2580CC;
}

.examples_of_our_bots {
  position: relative;
  z-index: 3;
}

.examples_of_our_bots__item_inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.examples_of_our_bots__item_header {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  align-items: center;
}

.examples_of_our_bots__item_title {
  color: #70848B;
  font-size: calc(0.9rem * 1.4);
  font-weight: normal;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.examples_of_our_bots__item_logo {
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.examples_of_our_bots__item_content {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  min-height: 535px;
}

.examples_of_our_bots__item_picture {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  background-size: contain;
}

.examples_of_our_bots__item_evidence {
  flex: 0 0 100%;
  position: relative;
  margin-left: 30px;
  line-height: 2;
  color: #70848B;
}

.examples_of_our_bots__item_evidence::before {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi4zMTI1TDEwLjUxNDggMThMMjAgMSIgc3Ryb2tlPSIjMjU4MENDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 25px;
  height: 25px;
  background: transparent;
}

.examples_of_our_bots__title {
  padding-top: calc(5em / 1);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
}

.examples_of_our_bots__slider {
  padding-bottom: 5em;
  position: relative;
}

.examples_of_our_bots__item_picture {
  justify-content: center;
  display: flex;
}

.examples_of_our_bots__care {
  justify-content: center;
  display: flex;
  margin-top: 1em;
}

.order_block {
  position: relative;
  z-index: 2;
}

.order_block::before {
  content: '';
  z-index: -1;
  height: 300vw;
  width: 300vw;
  max-width: 2000px;
  max-height: 2000px;
  top: 65%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #ebf0f4;
  background: radial-gradient(circle, #ebf0f4 0%, #f2f5f8 49%, #ebf0f4 49%, #e6edf2 49%, #ebf0f4 50%);
}

.order_block__title {
  padding-top: calc(5em / 3.5);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
}

.order_block__text {
  margin-top: 1em;
  margin-bottom: 1em;
}

.order_block__social_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  justify-content: center;
}

.order_block__social_item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  font-size: calc(16px / 1);
  display: block;
  position: relative;
  padding: 1em 1em 1em 4em;
  background-color: #2580CC;
  color: #f2f5f8;
  border-radius: 3em;
  margin-top: 1em;
  transition: 0.5s;
}

.order_block__social_item:hover {
  color: #f2f5f8;
  background: #0056b3;
}

.order_block__social_item--vk::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 50px;
  height: 50px;
  background-image: url("/img/sprites/sprite.svg#vk-big-icon");
  background-size: contain;
  background-repeat: no-repeat;
}

.order_block__social_item--telegram::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 50px;
  height: 50px;
  background-image: url("/img/sprites/sprite.svg#telegram-big-icon");
  background-size: contain;
  background-repeat: no-repeat;
}

.order_block__social_item_title {
  display: block;
}

.order_block__scene_item--one {
  height: 79px;
  margin-left: 9%;
  margin-top: 91px;
}

.order_block__scene_item--two {
  height: 96px;
  margin-left: 90%;
  margin-top: 293px;
}

.order_block__scene_item--tree {
  height: 151px;
  margin-left: 35%;
  margin-top: 1077px;
}

.email_form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  justify-content: space-between;
}

.email_form__column {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.email_form__column--order {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.email_form__textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 8em;
  max-height: 20em;
}

.email_form__textarea--order {
  min-height: 8em;
}

.email_form__input {
  width: 100%;
}

.email_form__input--order {
  margin-top: .5em;
}

.email_form__input--error {
  border-color: #f45a57;
}

.email_form__input--property {
  display: none;
  visibility: hidden;
}

.email_form__label {
  display: block;
  padding: .2em 0;
  position: relative;
}

.email_form__label--order {
  padding: .5em 0;
}

.email_form__politic {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  font-size: calc(16px / 1.2);
  color: #70848B;
  text-align: center;
}

.email_form__politic--link {
  color: #3199F9;
}

.email_form__care {
  display: flex;
}

.email_form__button {
  margin-top: 1em;
  margin-bottom: 1em;
}

.email_form__hint {
  position: absolute;
  color: #f45a57;
  text-transform: uppercase;
  font-size: 10px;
  display: none;
  text-align: center;
  width: 100%;
  border-top: 0;
}

.trust_us {
  position: relative;
  z-index: 3;
}

.trust_us__title {
  padding-top: calc(5em / 1);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-bottom: 2em;
  text-align: center;
}

.clients__items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clients__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.875rem);
  margin-bottom: 1em;
  text-align: center;
}

.clients__icon {
  max-height: 140px;
  max-width: 140px;
  height: 65%;
  width: 80%;
  object-fit: contain;
}

.footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: 5em;
}

.footer::before {
  content: '';
  z-index: -1;
  left: 50%;
  top: 25%;
  height: 300vw;
  width: 300vw;
  max-width: 2100px;
  max-height: 2100px;
  border-radius: 100%;
  transform: translate(-50%, -22%);
  display: block;
  position: absolute;
  background: #ebf0f4;
  background: radial-gradient(circle, #ebf0f4 0%, #f2f5f8 49%, #ebf0f4 49%, #e6edf2 49%, #ebf0f4 50%);
}

.footer__top_button {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  cursor: pointer;
  z-index: 99;
}

.footer__top_button--show {
  bottom: 100px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer__link {
  color: #70848B;
  margin: .7em 0;
  position: relative;
  align-items: center;
  display: flex;
}

.footer__link:hover .footer__link_icon {
  fill: #0056b3;
}

.footer__link_icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  fill: #70848B;
}

.footer__company {
  padding-top: calc(5em / 1);
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  color: #70848B;
}

.footer__column {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
}

.footer__politics {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  line-height: 1;
  padding: 1em 0;
}

.footer__politics_link {
  font-size: calc(16px / 1.5);
  color: #70848B;
}

.footer__scene_item--one {
  height: 59px;
  margin-left: 75%;
  margin-top: 11px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffffff5c;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.modal__row {
  display: flex;
  justify-content: center;
}

.modal__container {
  max-width: 490px !important;
}

.modal__content {
  box-shadow: 0px 2px 60px rgba(58, 110, 144, 0.2);
  margin: 2% 0;
  padding: 20px;
  width: 100%;
  max-width: 490px;
  z-index: 99999;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;
}

.modal__content .close_modal_window {
  color: #aaa;
  text-align: left;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal__title {
  text-align: center;
}

.modal__description {
  font-size: calc(16px / 1.2);
  text-align: center;
}

.modal__description--thanks {
  font-size: 16px;
  margin-bottom: 1em;
}

.modal__footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 380px;
  margin: 0 auto;
}

.modal__footer_link {
  display: flex;
  width: 36%;
}

.modal__footer_link_icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  fill: #70848B;
}

.open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.header__right {
  display: -webkit-flex; 
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: flex; 
  align-items: center; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center;
  width: auto !important;
}

.header__left {
  width: calc(36.66667% - 1.875rem) !important;
}

.top_contacts {
  display: -webkit-flex; 
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: flex; 
  align-items: center; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center; 
  margin: 0 40px 0 0;
}

.top_contacts a {
  color: #404040; 
  font-weight: 700; 
  font-size: 17px; 
  margin: 0 5px;
  display: block;
}

.top_contacts a img {
  display: block;
}

.order_block__social_item {
  padding: 20px 30px 20px 80px !important;
}

.order_block__social_item--phone {
  position: relative;
}

.order_block__social_item_icon {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 20px;
  left: 20px;
}

.order_block__social_item_icon svg {
  height: 20px;
  width: auto;
  margin: auto;
}

@media screen and (min-width: 20rem) {
  .advantage__items {
    justify-content: space-between;
  }
}

@media screen and (min-width: 36rem) {
  .container {
    max-width: 31.875rem;
  }

  .messengers__item {
    width: 10vw;
  }
}

@media screen and (min-width: 48rem) {
  p {
    font-size: calc(1em * 1.1);
  }

  p {
    line-height: 1.9;
  }

  h1 {
    font-size: calc(1.5rem * 1.7);
  }

  h2 {
    font-size: calc(1.5rem * 1.8);
  }

  h3 {
    font-size: calc(1.2rem * 2);
  }

  h4 {
    font-size: calc(0.9rem * 1.3);
  }

  .container {
    max-width: 43.125rem;
  }

  .btn--size_medium {
    width: max-content;
  }

  .btn--size_medium {
    padding: 20px 45px;
  }

  .btn--size_big {
    width: auto;
  }

  .btn--size_big {
    padding: 25px 95px;
  }

  .btn--size_big {
    font-size: calc(1.3em * 1.3);
  }

  .textarea {
    border-radius: 3em;
  }

  .header__left {
    width: calc(41.66667% - 1.875rem);
  }

  .header__left {
    padding: 2em 0 2em 0;
  }

  .header__right {
    width: calc(41.66667% - 1.875rem);
  }

  .header__right {
    padding: 2em 0 2em 0;
  }

  .header__nav_body {
    display: block;
  }

  .header__menu_top {
    display: none;
  }

  .nav__list {
    flex-wrap: nowrap;
  }

  .nav__list {
    height: 70px;
  }

  .nav__list {
    justify-content: space-between;
  }

  .nav__item {
    width: unset;
  }

  .logo {
    font-size: calc(1em * 1.5);
  }

  .intro::before {
    top: -25%;
  }

  .intro::before {
    left: 25%;
  }

  .intro__container {
    height: 85vh;
  }

  .intro__title__accent {
    font-size: calc(2.1rem * 2);
  }

  .intro__hero {
    display: flex;
  }

  .intro__hero_items--first {
    animation: go-left-right-first 3s infinite alternate;
  }

  .intro__hero_items--center {
    animation: go-left-right-center 3s infinite alternate;
  }

  .intro__hero_items--end {
    animation: go-left-right-end 3s infinite alternate;
  }

  .scroll_button__icon {
    height: 85px;
  }

  .scroll_button__icon {
    width: 85px;
  }

  .knowing__title {
    text-align: center;
  }

  .development_of_chat_bots {
    overflow: visible;
  }

  .development_of_chat_bots__text {
    width: calc(100% - 1.875rem);
  }

  .development_of_chat_bots__text {
    hyphens: none;
  }

  .development_of_chat_bots__items {
    width: calc(100% - 1.875rem);
  }

  .development_of_chat_bots__items {
    justify-content: space-evenly;
  }

  .messengers__item {
    width: 100%;
  }

  .messengers__item {
    margin: 4em 0 3em 0;
  }

  .skills__item {
    width: calc(50% - 1.875rem);
  }

  .skills__text {
    font-size: calc(16px / 1.13);
  }

  .skills__text {
    hyphens: none;
  }

  .skills__icon {
    width: 30px;
  }

  .skills__icon {
    height: 30px;
  }

  .skills__icon {
    width: 48px;
  }

  .integrate_with__item {
    width: calc(33.33333% - 1.875rem);
  }

  .integrate_with__text {
    font-size: calc(16px / 1.13);
  }

  .what_bots_do_we_make {
    overflow: visible;
  }

  .advantage__item {
    flex: 0 0 45%;
  }

  .technologies__item {
    width: calc(25% - 1.875rem);
  }

  .technologies__item {
    height: 260px;
  }

  .technologies__text {
    font-size: calc(16px / 1.13);
  }

  .technologies__text {
    hyphens: none;
  }

  .examples_of_our_bots__item_title {
    width: calc(75% - 1.875rem);
  }

  .examples_of_our_bots__item_logo {
    width: calc(25% - 1.875rem);
  }

  .examples_of_our_bots__item_content {
    width: calc(66.66667% - 1.875rem);
  }

  .examples_of_our_bots__item_picture {
    width: calc(33.33333% - 1.875rem);
  }

  .examples_of_our_bots__item_evidence {
    flex: 0 0 45%;
  }

  .order_block::before {
    height: 120vw;
  }

  .order_block::before {
    width: 120vw;
  }

  .order_block__social_items {
    justify-content: left;
  }

  .order_block__social_item {
    width: calc(50% - 1.875rem);
  }

  .order_block__social_item {
    width: auto;
  }

  .email_form__column--base_form_data {
    width: calc(100% - 1.875rem);
  }

  .email_form__column--empty_form_data {
    width: calc(100% - 1.875rem);
  }

  .email_form__column--order_base_form_data {
    width: calc(41.66667% - 1.875rem);
  }

  .email_form__column--order_empty_form_data {
    width: calc(50% - 1.875rem);
  }

  .email_form__textarea {
    min-height: 9em;
  }

  .email_form__textarea--order {
    min-height: 11.6em;
  }

  .email_form__input--order {
    margin-top: 0.7em;
  }

  .email_form__label {
    padding: 0.2em 0;
  }

  .email_form__label--order {
    padding: 0.7em 0;
  }

  .email_form__politic--order {
    max-width: 50%;
  }

  .email_form__politic--order {
    font-size: 1em;
  }

  .email_form__politic--order {
    margin-top: -94px;
  }

  .email_form__politic--order {
    text-align: left;
  }

  .email_form__care {
    justify-content: center;
  }

  .email_form__care--order {
    justify-content: flex-end;
  }

  .clients__item {
    width: calc(25% - 1.875rem);
  }

  .footer__row {
    max-width: 790px;
  }

  .footer__row {
    margin: 0 auto;
  }

  .footer::before {
    height: 180vw;
  }

  .footer::before {
    width: 180vw;
  }

  .footer::before {
    max-width: 2100px;
  }

  .footer::before {
    max-height: 2100px;
  }

  .footer::before {
    top: 50%;
  }

  .footer__column {
    width: calc(33.33333% - 1.875rem);
  }
}

@media screen and (min-width: 62rem) {
  .container {
    max-width: 58.125rem;
  }

  .figures {
    display: block;
  }

  .intro__hero {
    right: -82%;
  }

  .knowing__item {
    width: calc(33.33333% - 1.875rem);
  }

  .skills__item {
    width: calc(33.33333% - 1.875rem);
  }

  .skills__icon {
    height: 48px;
  }

  .integrate_with__item {
    width: calc(19.16667% - 1.875rem);
  }

  .technologies__item {
    height: 215px;
  }

  .examples_of_our_bots__item_content {
    min-height: 425px;
  }

  .order_block__title {
    padding-top: calc(5em / 22);
  }

  .order_block__social_item {
    padding: 20px 80px;
  }

  .order_block__social_item--vk::before {
    left: 20px;
  }

  .order_block__social_item--telegram::before, .order_block__social_item.order_block__social_item--email::before {
    left: 20px;
  }

  .footer__top_button--show {
    left: 25px;
  }
}

@media screen and (min-width: 75rem) {
  .container {
    max-width: 69.375rem;
  }

  .intro__hero {
    right: -70%;
  }

  .what_bots_do_we_make__advantage {
    width: calc(66.66667% - 1.875rem);
  }
}

@media screen and (max-width: 992px) {
  .order_block__social_item_icon {
    left: 13px;
  }
}

@media screen and (max-width: 768px) {
 html{overflow-x: hidden;} .error-page .error-text {
    margin-left: -17%;
    font-size: 21pc;
  }

  .error-page img {
    margin-top: 71px;
    height: 200px;
  }
}

@media screen and (max-width: 650px) {
  .error-page .error-text {
    margin-left: 13%;
    font-size: 8pc;
  }

  .error-page img {
    margin-top: 140px;
    height: 65px;
  }
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }

  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}

@media screen and (max-width: 60rem) {
  .clients__item {
    width: calc(50% - 1.875rem);
  }
}
.trust_us__subtitle {
    line-height: 1.5em;
    font-size: 1em;
} 

.contacts_form {text-align: center;} .contacts_form span { display: block; font-size: calc(16px / 1.2); } .contacts_form a { font-size: calc(0.9rem * 1.3); font-weight: 700; } .contacts_form_phone { margin-bottom: 10px; } .team-item__img img {border-radius: 50%;} .grecaptcha-badge{display: none !important;}/*# sourceMappingURL=maps/main.css.map */

.footer__link:hover .footer__link_icon path:first-child {fill: #0056b3}
.footer__link_wm {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start}
.footer__link_wm .footer__link_icon {width: 26px; margin-top: 3px}
.footer__link_wm:hover .footer__link_icon path {fill: #0056b3}
.examples_of_our_bots__item_logo {width: 120px; flex: none}
.examples_of_our_bots__item_logo img {width: auto; max-width: 100%;}
.examples_of_our_bots__item_title {flex: 2}
@media screen and (max-width: 769px) {
.examples_of_our_bots__item_title {flex: none; width: 100%; text-align: center}
.examples_of_our_bots__item_logo {margin-left: auto; margin-right: auto;}
.examples_of_our_bots__item_inner {margin-left: 0; margin-right: 0;}
}