@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic");

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

nav ul {
  margin: 0;
  padding: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.column,
.master-block,
.basic-price {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15em;
}

._cyan {
  color: #0861ff;
}

._orange {
  color: #eb6d41;
}

._grey,
.basic-price__bottom .text,
.howork__description {
  color: #868686;
}

html {
  min-height: 100%;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 2.56rem;
  min-height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 0;
  font-family: 'Roboto', sans-serif;
}

/*
Module
*/

.adaptive-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.adaptive-image > .image {
  position: absolute;
  top: -100vh;
  right: -100vw;
  bottom: -100vh;
  left: -100vw;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}

.button,
.form .form__actions button {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 2px solid #0861ff;
  border-radius: 40px;
  background: #0861ff;
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 5px 20px 6px;
  font-weight: 500;
}

.button:hover,
.form .form__actions button:hover,
.button:focus,
.form .form__actions button:focus {
  color: #0079bf;
  background: #fff;
}

.button:disabled,
.form .form__actions button:disabled {
  border: #7f7f7f;
  background: #7f7f7f;
}

button.-gradient,
.button.-gradient,
.form .form__actions button.-gradient {
  color: #fff;
  border-color: #f8f9fd;
  border-style: solid;
  background-image: -webkit-gradient(linear, left top, right top, from(#ba28ff), to(#2770ff));
  background-image: linear-gradient(90deg, #ba28ff, #2770ff);
  background-size: 200% 200%;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 0;
}

button.-gradient:hover,
.button.-gradient:hover,
.form .form__actions button.-gradient:hover,
button.-gradient:focus,
.button.-gradient:focus,
.form .form__actions button.-gradient:focus {
  -webkit-animation: Gradient 3s ease;
  animation: Gradient 3s ease;
  color: #fff;
}

.form .form__field,
.form .form__actions {
  margin-bottom: 15px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
  max-width: 100%;
  width: 100%;
  padding: 10px 37px;
  border: 1px solid #b7b7b7;
  border-radius: 40px;
  outline: none;
  -webkit-box-shadow: 0 6px 37.2px 2.8px rgba(17, 15, 14, 0.11);
  box-shadow: 0 6px 37.2px 2.8px rgba(17, 15, 14, 0.11);
  -webkit-transition: 300ms;
  transition: 300ms;
  font-weight: 500;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus {
  border-color: #0079bf;
  -webkit-box-shadow: 0 6px 37.2px 2.8px rgba(61, 134, 255, 0.11);
  box-shadow: 0 6px 37.2px 2.8px rgba(61, 134, 255, 0.11);
}

.form .form__actions-description {
  margin: 0;
  text-align: center;
}

.slider-wrapper {
  position: relative;
  padding: 0;
  margin-top: 40px;
  overflow: hidden;
}

.slick-slider {
  max-width: 100%;
}

.slick-slider > div {
  height: 327px;
}

.slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 327px;
  position: relative;
  padding-left: 64px;
  padding-right: 64px;
}

.slick-arrow {
  position: absolute;
  top: -20px;
  bottom: 0;
  width: 64px;
  font-size: 0;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 3;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-arrow.slick-prev:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA1CAQAAAATkPjiAAABFUlEQVR42r3WNXLFQBgD4D9MdfrADdwnVZi5CzNjZ7y5wqxCO5p56/qTaUGRNtCOcdyjwjFGI3WgA1toPq4Ko6l3fsE/ruM0vPkLN6gc3OBJxxv/cIMJB2+jQ8PrFHdpeI3gHRWvEryr4hWC9zTchmWC9z3c3QK8RPCBihcp7tHwAsGHKp6nuFfDcwQfOfhYxbMOniH4RMIRHp4m+BR9Gs4MHIHLf/gM/aEOlH9whUHV8rufY0DnGRovYBKN9/5TYoD/7/0Af+r6C4cvWznA3zT0/e4oJWBB3TD97do/LPyjih+URoBx0pKGQUqCXVGMgsR7nV7PplI67brWafVqWkU4lfxYczygwkhEesAY7pDjEEMREc+pXXRK1VojiwAAAABJRU5ErkJggg==");
}

.slick-arrow.slick-next:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA1CAQAAAD8UpPcAAABB0lEQVR42q3WtUIEQRgD4HOt6ZE3gBoa3J0Kd/fubuXNg3uKzITd+ludyZ9SoYABHCHFHUZQKoQdzzRF/n5uoByGj97gJy+F4PQHzrEewPGAPJpjDHk0RxlbhK+pvIptwlc9vqLzHcKXdb5L+JLO9whfRFHjNZfvO7xO+YLH53V+QPicyhuUz+r8kPAZnR8RPq3z4//nUyZXs6aJE8InPT6k8hZO/+ALPWV7kP3CiUrbOFfuzOkZeefB2PfNMR5PJ+J/kkEn/YXpbwl/M0oxMKPRQ5360WeHrhH3qEUPGmNCOrTq0NhCgbJRZTDhlKhHXt80nPLiqOEjTjXch5RTlR+gixsMh9In3UZ0Ssrfoe4AAAAASUVORK5CYII=");
}

.slider__text {
  font-size: 2.4rem;
  line-height: 3.84rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 6px 6.51px rgba(17, 15, 14, 0.11);
  position: absolute;
  left: 52px;
  right: 52px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider__image {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
Components
*/

.communication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}

.communication__description,
.communication_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 14px 20px;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  color: #000;
}

.communication__description {
  color: #868686;
}

.communication_phone {
  font-weight: bold;
}

.communication-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.communication-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.communication-list__item > a {
  color: #7f7f7f;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px dashed #7f7f7f;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.communication-list__item > a:hover,
.communication-list__item > a:focus {
  color: #0079bf;
  border-color: #0079bf;
}

.communication-list__item:after {
  content: '/';
  padding: 0 5px;
  line-height: 1;
}

.communication-list__item:last-of-type:after {
  content: none;
}

.communication-list__item.-icon {
  position: relative;
  padding-left: 38px;
}

.communication-list__item.-icon :before {
  content: '';
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACZklEQVR42p3VAxDkMACF4bNt27Zt27Zt27Zt27Zt27bU+3cmPZRJd+ZbpC99W/uxemUfqCVHDxzFU7zHa1zBZORGQD9eX6IkNPrgI25jqShthvaYgmP4heVI6rUoGrZDQzfEs8mFQRVcx13kUi0KiW14gzyScyJhCx4jg0pZH3xGDsU/GQpnsB/BZSYkxUd0tViWFs3QCeUQxCKTFZ9QX6asJ+4hmmG8CZ5AE35iBgIacn6xEKcQwK3sOBZYjJfHSTRAYVyAhqwW2Zr4hiwI6FT2Al1slgVGAETHLmjIa5FLh8f4gT2oguBWK3xrt79F0WDchIZNCGmRi4cbmIVF+IytSGUMvkRL2zJxSaAZwtvkUuIBsonfOXES95Hj3+BljHPYzUmQ2uW4l8cnJDNcu5twG4n1wck4hqA2F/tMTEQMh7JxuGpch29P4CZWIoBvIBd+oJzIGMNf8AopbYri4Ck62ywvjR/IrR+X1TiEUIZgQOREDgSzWJE/LMJ1RHE4o49gqj5QDl+RUOFW5R/98R0lXbKjcEX/0RL3EUGyKBHm4xsaSOQb45nvS2zcxizEQCwwJojfSInyGIsnuI4Skn+uOl76vjSHhoe4ihu4Cf3zunAfn3AFXRFdYZe3xlM/4p+XRgVURRWhMhpDw1zkRjIE8/BgnobTbiG/2G64UasWhcNVDJQJl8F3FPBY1hyfkUomHAAbcAsRPWzVZYyHX9lJCXEFhxBLoSw+vqCi6u5Igwt4jFoIJzHHHw5gEvyqFsbENHzFSUxBK9REDdQ0qIRF+II8Xs+wzBiOM3iClzZe4BHeoslvGRzIQYDmePAAAAAASUVORK5CYII=");
  background-position: 50%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-top: 10px;
}

.logo__image {
  margin-right: 20px;
}

.page-title {
  font-size: 2.4rem;
  line-height: 3.84rem;
  color: #0861ff;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.page-description {
  font-size: 14px;
  color: #595959;
  font-weight: 500;
}

.mouse-block {
  display: none;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-list__item {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-list__link {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 500;
}

.nav-list__item.-border {
  padding: 4px 10px 4px 20px;
  border: 1px solid #0861ff;
  border-radius: 20px;
}

.nav-list__item.-border .nav-list__link {
  color: #0861ff;
}

.nav-list__item.-border .nav-list__link:after {
  content: '>';
  padding-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: scale(0.7, 1.5);
  transform: scale(0.7, 1.5);
}

.advantage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantage-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.advantage__image-block {
  min-width: 110px;
  text-align: center;
}

.advantage__content-block {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.9rem;
  line-height: 3.04rem;
  font-weight: bold;
}

.advantage__content-block .text {
  margin: 0;
  line-height: 1;
}

.master-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.master-block .adaptive-image {
  display: none;
}

.master-block__title {
  font-size: 2rem;
  line-height: 3.2rem;
}

.master-block__title br {
  display: none;
}

.master-block__top-content {
  text-align: center;
}

.master-block__middle-content .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.master-block__description {
  font-weight: 700;
}

.form.-master .form__actions-description {
  font-weight: 700;
}

.device-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.device-list__models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.device {
  text-align: center;
}

.device__title {
  position: relative;
  padding: 3px 20px;
  margin: 3px;
  border: 2px solid #b7b7b7;
  border-radius: 14px;
  cursor: pointer;
}

.device.active .device__title {
  border: none;
  background: #fff;
  cursor: default;
}

.device.active .device__title::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #64b7fe;
}

.device.active .device__title::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#64b7fe), to(#06ecfe));
  background: linear-gradient(to right, #64b7fe, #06ecfe);
  content: '';
  z-index: -1;
  border-radius: 18px;
}

.basic-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.device-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.device-list__models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.device {
  text-align: center;
}

.device__title {
  position: relative;
  padding: 3px 20px;
  margin: 3px;
  border: 2px solid #b7b7b7;
  border-radius: 14px;
  cursor: pointer;
}

.device.active .device__title {
  border: none;
  background: #fff;
  cursor: default;
}

.device.active .device__title::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #64b7fe;
}

.device.active .device__title::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#64b7fe), to(#06ecfe));
  background: linear-gradient(to right, #64b7fe, #06ecfe);
  content: '';
  z-index: -1;
  border-radius: 18px;
}

.model-list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.model-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.model {
  margin-bottom: 10px;
}

.model__title {
  position: relative;
  padding: 3px 9px 2px 8px;
  margin: 3px;
  border: 0 solid #b7b7b7;
  border-radius: 14px;
  cursor: pointer;
}

.model.active .model__title {
  border: none;
  background: #fff;
  cursor: default;
}

.model.active .model__title::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#64b7fe), to(#06ecfe));
  background: linear-gradient(to right, #64b7fe, #06ecfe);
  content: '';
  z-index: -1;
  border-radius: 18px;
}

.price-group {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-group.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price {
  padding: 10px 0;
  width: 100%;
}

.price__cost {
  font-weight: 700;
}

.basic-price__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.basic-price__bottom .text {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.basic-price__bottom .link {
  color: #000;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.basic-price__bottom .link:hover,
.basic-price__bottom .link:focus {
  color: #0079bf;
}

.how-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f4f4f4;
  padding-bottom: 20px;
}

.how-work__title .title {
  font-size: 3rem;
  line-height: 4.800000000000001rem;
  text-align: center;
}

.how-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.howork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  min-width: 100%;
  text-align: center;
}

.howork__image {
  height: 150px;
  width: 150px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}

.howork__image img {
  position: absolute;
  max-height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.howork__text {
  margin-left: 20px;
  margin-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.howork__title {
  margin-bottom: 0;
}

.howork__description {
  margin-top: 0;
}

.howork:nth-last-of-type(2) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.how-work__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
}

.slick-slider.-advantage .slider__image {
  top: 20px;
  bottom: 0;
}

.slick-slider.-advantage .slider__image .image {
  left: 2px;
  right: auto;
  min-width: auto;
  min-height: 100%;
  max-height: 100%;
  z-index: 2;
}

.stock {
  padding-bottom: 20px;
}

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

.stock__title {
  margin: 20px;
  font-size: 3rem;
  line-height: 4.800000000000001rem;
}

.stock__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px;
}

.stock-item {
  text-align: center;
  margin: 20px 0;
}

.stock-item__title {
  font-size: 2rem;
  line-height: 3.2rem;
  line-height: normal;
  font-weight: 700;
  margin: 0;
}

.stock-item__description {
  color: #0861ff;
  font-weight: 700;
}

.stock-table {
  font-size: 1.8rem;
  line-height: 2.88rem;
  text-align: right;
  margin: 0 auto;
}

.stock-table tr > td:last-of-type {
  font-weight: 700;
}

.footer {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__title {
  font-size: 2rem;
  line-height: 3.2rem;
  padding: 20px 0;
  margin: 0;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.footer__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.copyright {
  font-size: 1.7rem;
  line-height: 2.72rem;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.social-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.map-link__link {
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  color: #ad2fff;
}

.map-link__link:before {
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAYAAAAfD8YZAAABhklEQVR4AZXSA6ieURjA8dm2wmwzDWn20mzb9pZriFOatzB74dq2bZvv/Z96vjqd7qe3fp3z6HUb/fg43WqLTfiKfFiyfpV8W71fHxwGT9ThNXZhmawqrpP6MHNwMNLggzF2Tj4GftI3WC/8l0I3LdcRI9Sq5brBH/9tieWoxxiJ2+MGymDJquL2Uh8j/ctV8B5vtLPfRzmOYg6OSXxP63mHD2qTiR2S7I1abDGed4vke0u8Eylq04TFkpwPC52M4c6SXyDxEtS1kWdaI8nx0jTKGB4t+fESr0WZ2vjiltYYgu/oLnF3fFZ5recWfNXmCuLRQQpTkY1c/EAm8lRe6h2QgKsqGIhyHNLO3Acn8VjWAVptHyow0JY4j0JJ2D3kpPm4pCc7IgZPnQw/RDK6mIUlaMYCO4MTUI919s78BkFo30rtF/44uq3hqMAhI78WDZjSxslznUEJBmp/Vzwe2h0yXl4EXkh8EYXo53RYBhajCevNx3D1BK/kBKFo7+7wUGRhkb2eFiugpMX54ys8AAAAAElFTkSuQmCC") no-repeat 50%;
  position: absolute;
  left: 0;
  top: -3px;
  width: 15px;
  height: 22px;
}

.map-link__link:after {
  content: '';
  border-bottom: 1px dashed #ad2fff;
  bottom: 0;
  left: 25px;
  height: 0;
  right: 0;
  position: absolute;
  display: block;
}

.form.-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-list__item {
  margin-left: 10px;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  opacity: 0.7;
  font-size: 0;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.social-list__item:hover,
.social-list__item:focus {
  opacity: 1;
}

.social-link__link {
  width: 46px;
  height: 46px;
  display: block;
}

.social-link__link.-insta {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAQAAABLVLlLAAAC8ElEQVR42qXWA5QcQRCA4Ypt23YeY9u2bdu2bdu2bdu2rf1z6WB67nb75jZfP9bW+1caMSMpNZjJAW7wnBe84C7HWEwTMhBIvEFwSrGRj7jn4jCNiCoBQWhqchr/PaAjMcQZinMe557Q2km0DQE3mSCmZATG4Z3NpPIc3Yv3HpFc3GEC/2cPwf1GW+PbLbawgY1uzwY2cx7f5hFMdBTB7jxlCCtGBCUrW7DrLxZCcAXdSWI7/tIsQPeJONaN1dGdIZaapqYbgxnk9gymH3nVVhDmoxtt3eMFdAXVtB7v8c84AosQlWdYvv75RFAC3WWCiZCBr5hsoiZ7gNqqsArdcJVlM7o1ajYQ3z7xgrcAwFPCihCN76xU22PRPSaKkIjP6FaoxcnojtKAJEQmLmVZC3wikwjZcbFWbY/ErpJQAzt1/0zC0tf+aaQ6Lp6wgGf/tkdhN12YiTnbWxRSkJfMolASF4DH7FHhoDF7+M+HaAgfAVhOTDUZbcxeFW4Ys1XEByOw7COUCEn4aMg+EJ4bsq+JLkIGXOgaqo29huwL4YUhe4uQIlTAboLaWOZ99jHhRciDXU+1sdGcvWvIusguQnAOYXlNQhEi8NiQfSScMGRhuvggORf/RUurSS0wZG8IS4zZLxQQH0SkK3MYTDLxQTxuGLOnhGbGLLwnq9gQh2tgzC5VHx832clYXtOJWKIQlipcwbLKbbapEJRjbrJjsHvOWqazhFsAYHy070ggIjRAd0AtlseZQWp7DroF8guReILlI4lFCMJy/HeFOKpwHl12+Y2O6BaqWQjas5IdHs86hvyJtvL7sihE5iW6oeIYlXGhS2u6+BhBeAfJQDTlO7rlBLIvTMHuJgsZxiCPZwgzOYHdIaKKHYHZxv+5Qzzxi+Q8wnsuCol7pGIn3rlFUfGMEMwj4A6SQMwIQn/e4twPlhBFnCARo/iIE8vIJAFBKobyAM/eMI/c4g2iUoWpHOEKD3ihziOuc4JFNCaRGPwEuxaRk2xyWukAAAAASUVORK5CYII=") no-repeat 50%;
}

.social-link__link.-vk {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAQAAABLVLlLAAACp0lEQVR42q3TA3CtZxAA0K1t27bdjmrbtm0bz7ZGtW0927ZtI6e4f67jnOFn7G6UxxaOcKfmfjXEJNNMMsSvWrjbUbaM6nCAh/1iieKW+s1jDoqqsKt3jVSxMerZMyrH9UaovNFusVaUz+YaW6OqWpT703b3ter5yV5RnD38pfq626d4Mn2lZn6yTeTTRM21zguea5SoDbfm5ukotWOcvaOUt9WeBpFiH2PUnglJSXtE7Xo2VVe/K99cQ/TV1zBLVEZnW4bDsyYv9onmWmmumQGA1naxta1sZRtH6Adgio7aaa+d5j62VMYKx4Y7ZQy1dSQcYz7o5cJI8w6AGyPNeobK9lBoIWONK7OmtgX0tG0kvAcYbNNIc4GlsnUMv8rW2fqRcIa5YJT9IqEZ4J6csu8qV9cwRLY1ro2EtbQHYx0QCW1At5y7viLfqDBRrs42ioT9TMEY+0dCJyxzTqQ5yzz5Jodpcq1wd6S5BYPtkrPtm9aJhL2MUGhq4W0ZaNdI85zHrZsVnLdsEgkb+koxk8NQhV6PLNaOMnhQcaPDbwrNd3JUgjuUKKZbaKmYnraJClnLc1Yo1CncrbjWUSkes1K+R8KRliru2ShgTx+4JnJ4Tq6Vjg9b+FNxK71o48jhYcxzWd5XdJStm60iwhPK9qXTIosGYKazIoutjZPxQqpzf2OVbZbP3eVYe9vNkXoAZnvMbraxk93s5kLTAExyaKSoo3xrLLHAPIvyDpxipjnmWymjaXYgxqgdE+wXGW5SO+6KXFqquY4FhW5rP6iZ320Xheyju+rr44Aozl5+UT1/2TfKZiutVF0720T5rOUOY1TeePdaJyrD3hoap2ITNLV/VIVDPeMvyxW3UmfPOzyqw9aO85AOuhhpkmkmG6WrTh5xQvm/+Q/sCriiuFkZGQAAAABJRU5ErkJggg==") no-repeat 50%;
}

.social-link__link.-fb {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAQAAACQEyoRAAABiUlEQVR42rXXIUzzQBTA8Se+bO7zastmmMdhSAZyCi8JCRMoBKoTGLxArfWpQ5LZuo2EBEHC6pbqVbVZzR+2JU0T1r72xv3O/9e03fWeaBgwxiVgxRpYsyLAZcxAzNHFIaRciEO3ebaPR4Yuw6NfP9vGIaG+BId2veud09ycnha+IMZMzLAqPGKDuQ2jsvCQlOMkDA/f45jjxb/eF1os+BsLWlKEgy7iiSvOOOXyZ00p4xTDPVI0L/yXAh4okxZeRDw0X7RFaqbBlT06ZGhuRBqkMzqyxQRd/tz5x7lyrwEmskWILn/q3FPHcr8f1yA5nqnnRBhbSt8KLtXe8PElxzX+br1TbSoE6q8fxCPVAiEyTHtUi4TUMP1KtUTAMP2BQr/qT2bMJMcds91K9auOLL18kRBYSgeCayk9tfhvtLmHiBBaSC+1/do8PVG+MsbpjI6yHxinXeWLbpxO6SnnEOO0o5yejNMLWs3OfH6+Qu3MZ+2kau18bW0qsDbLWJ3A7M+N9qddizP6NyIjUBLLLOPeAAAAAElFTkSuQmCC") no-repeat 50%;
}

/*
Block
 */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .column,
  .master-block,
  .basic-price {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button,
  .form .form__actions button {
    padding-top: 15px;
    padding-bottom: 16px;
  }

  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider__text {
    font-size: 3.4rem;
    line-height: 5.44rem;
    left: 240px;
    right: 70px;
  }

  .slider__image {
    left: 60px;
    -webkit-transform: none;
    transform: none;
  }

  .communication {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }

  .communication__description {
    display: none;
  }

  .communication_phone {
    font-size: 24px;
  }

  .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }

  .nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-list__item {
    margin: 0 30px;
  }

  .advantage-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantage-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .master-block {
    overflow: hidden;
    position: relative;
    padding: 25px 0;
  }

  .master-block br {
    display: block;
  }

  .master-block .adaptive-image {
    display: block;
  }

  .master-block__title {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    line-height: 4.800000000000001rem;
  }

  .master-block__middle-content .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .master-block__middle-content .form .form__field {
    max-width: 50%;
    margin: auto 20px 20px;
  }

  .master-block__bottom-content {
    padding: 25px 0;
  }

  .device-list {
    padding-bottom: 25px;
  }

  .device__title {
    font-size: 1.8rem;
    line-height: 2.88rem;
  }

  .basic-price__title {
    font-size: 3rem;
    line-height: 4.800000000000001rem;
  }

  .device-list {
    padding-bottom: 25px;
  }

  .device__title {
    font-size: 1.8rem;
    line-height: 2.88rem;
  }

  .model__title {
    font-size: 1.8rem;
    line-height: 2.88rem;
  }

  .price {
    width: 50%;
  }

  .price:nth-of-type(odd) {
    text-align: right;
    padding-right: 20px;
  }

  .price:nth-of-type(even) {
    padding-left: 20px;
  }

  .how-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .how-work__title .title {
    font-size: 3rem;
    line-height: 4.800000000000001rem;
    text-align: center;
    margin-bottom: 0;
  }

  .how-work__title .title {
    margin-bottom: 0;
  }

  .how-work__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .howork {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    min-width: 50%;
    padding: 20px 30px;
  }

  .howork:nth-of-type(odd) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .howork:nth-of-type(even) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .howork__image {
    height: 100px;
    width: 100px;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .howork__image img {
    position: absolute;
    max-height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .howork__text {
    max-width: 250px;
    padding-left: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .howork__title {
    font-size: 1.8rem;
    line-height: 2.88rem;
    line-height: normal;
    margin-bottom: 10px;
  }

  .howork__description {
    line-height: 1.15;
    margin-bottom: 10px;
  }

  .how-work__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .howork:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100px;
    -webkit-transform: translate(20px, -50px);
    transform: translate(20px, -50px);
    width: 41px;
    height: 17px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAR0lEQVR4AWOgMxgFjsn/w4D4ChD/hNJhpBoQAsT/0TFJBoFsxmHIFVIM+YnDkJ90d0koDkPCSQ3ccCC+BsS/oHQ4nRPIKAAA7EBvyPDKwZcAAAAASUVORK5CYII=") repeat 50%;
  }

  .howork:nth-of-type(2):after {
    height: 41px;
    width: 17px;
    top: auto;
    bottom: 0;
    right: calc(50% - 75px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .howork:last-of-type:after {
    content: none;
  }

  .howork:nth-last-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .stock {
    padding-bottom: 25px;
  }

  .stock__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stock__content .stock-item {
    width: 50%;
  }

  .stock-item {
    padding: 0 25px;
    text-align: left;
    margin: 20px / 2 0;
  }

  .stock-item .stock-item__title {
    font-size: 2.5rem;
    line-height: 4rem;
    line-height: normal;
  }

  .stock-item .stock-item__description {
    min-height: 50px;
  }

  .stock-item .stock-item__image-block {
    width: 100%;
  }

  .stock-item .stock-item__image-block img {
    width: 100%;
    height: auto;
  }

  .stock-item .button {
    padding-top: 2px;
    padding-bottom: 3px;
    width: auto;
    display: inline-block;
  }

  .stock-item .stock-table {
    margin: 0;
  }

  .form.-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__field,
  .form__actions {
    max-width: 50%;
    margin: auto 20px 20px;
  }

  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1280px) {
  .column,
  .master-block,
  .basic-price {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button,
  .form .form__actions button {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"] {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .slider__item {
    padding-left: 156px;
    padding-right: 156px;
  }

  .slider__image {
    left: 156px;
  }

  .slick-arrow {
    width: 156px;
  }

  .slider__text {
    font-size: 4.9rem;
    line-height: 7.840000000000001rem;
    left: 240px;
    right: 240px;
    margin: auto;
    max-width: 680px;
    font-weight: 500;
  }

  .communication {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 320px;
    flex: 0 320px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .communication__description {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .communication_phone {
    font-size: 36px;
    margin: 0 0 20px;
  }

  .communication-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 320px;
    flex: 0 320px;
  }

  .mouse-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 35px;
  }

  .mouse {
    border: 3px solid #000;
    border-radius: 18px;
    display: block;
    height: 52px;
    width: 36px;
  }

  .mouse span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    background: none repeat scroll 0 0 #000;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    height: 8px;
    margin: 6px auto;
    width: 4px;
  }

  .mouse-block__description {
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .advantage-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .advantage-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 33%;
    flex: 1 33%;
    padding: 0 8%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .advantage-list__item:nth-of-type(3) {
    padding: 0 5%;
  }

  .advantage__image-block {
    min-height: 110px;
    text-align: center;
    position: relative;
  }

  .advantage__image-block > .image {
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

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

  .master-block {
    padding: 120px 0 0;
  }

  .master-block .adaptive-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .master-block .master-block__title {
    font-size: 6rem;
    line-height: 9.600000000000001rem;
    line-height: normal;
  }

  .master-block .master-block__description {
    padding: 40px 0;
    margin: 0 0 14px;
    font-size: 1.9rem;
    line-height: 3.04rem;
  }

  .master-block__middle-content {
    margin: 0 0 80px;
  }

  .master-block__middle-content .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .master-block__middle-content .form .form__field,
  .master-block__middle-content .form .form__actions {
    min-width: 300px;
    max-width: 50%;
    margin: 0 20px;
  }

  .device__title {
    padding: 7px 50px 8px;
    border-radius: 30px;
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .device.active .device__title::after {
    border-radius: 30px;
  }

  .device-list {
    margin-bottom: 15px;
  }

  .basic-price__title {
    font-size: 4.9rem;
    line-height: 7.840000000000001rem;
    margin: 30px 0;
    line-height: 1;
  }

  .device__title {
    padding: 7px 50px 8px;
    border-radius: 30px;
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .device.active .device__title::after {
    border-radius: 30px;
  }

  .device-list {
    margin-bottom: 15px;
  }

  .model {
    margin-left: 10px;
    margin-right: 10px;
  }

  .model__title {
    padding: 7px 12px 8px 12px;
    border-radius: 30px;
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .model.active .model__title::after {
    border-radius: 30px;
  }

  .price-group {
    padding: 30px 0;
  }

  .price:nth-of-type(odd) {
    padding-right: 50px;
  }

  .price:nth-of-type(even) {
    padding-left: 50px;
  }

  .basic-price__bottom .action {
    margin-bottom: 20px;
  }

  .basic-price__bottom .action > .button {
    margin: 0 auto;
    max-width: 300px;
  }

  .howork {
    padding: 30px 90px;
  }

  .how-work__title .title {
    font-size: 4.9rem;
    line-height: 7.840000000000001rem;
  }

  .howork__text {
    max-width: 290px;
  }

  .howork:after {
    width: 78px;
  }

  .howork:nth-of-type(odd) {
    max-width: 250px;
  }

  .howork:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .howork:nth-of-type(2):after {
    right: auto;
    left: 384px;
    height: 78px;
    -webkit-transform: translate(-50%, 56px);
    transform: translate(-50%, 56px);
  }

  .howork__text {
    max-width: 310px;
  }

  .howork__title {
    font-size: 2.7rem;
    line-height: 4.32rem;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .howork:last-of-type .howork__title {
    margin-top: 30px;
  }

  .howork__image {
    max-height: auto;
    min-height: 100px;
    width: 140px;
  }

  .howork__image img {
    max-height: 140px;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .stock {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
    min-width: 1024px;
  }

  .stock__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
  }

  .stock-item {
    margin: 0 25px;
  }

  .stock__title {
    font-size: 4.9rem;
    line-height: 7.840000000000001rem;
  }

  .stock-item {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .stock-item .stock-item__title {
    font-size: 2.7rem;
    line-height: 4.32rem;
    line-height: normal;
  }

  .stock-item .stock-item__description {
    font-size: 1.6rem;
    line-height: 2.56rem;
    min-height: 40px;
    line-height: 1;
  }

  .stock-item .stock-table {
    font-size: 2.3rem;
    line-height: 3.68rem;
  }

  .stock-item .button {
    margin-top: 10px;
  }

  .footer__title {
    font-size: 4.9rem;
    line-height: 7.840000000000001rem;
    line-height: normal;
    padding-top: 65px;
    text-shadow: 0 2px 20px rgba(150, 150, 150, 0.5);
  }

  .form.-footer {
    padding-top: 65px;
    padding-bottom: 116px;
  }

  .footer__middle-content {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #7af1ff;
  }

  .footer__bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__bottom-content .copyright {
    width: 40%;
  }

  .footer__bottom-content .map-link__block {
    width: 40%;
  }

  .footer__bottom-content .social-list {
    width: 30%;
  }

  .header {
    margin-top: 20px;
    min-height: 78px;
  }
}

@media screen and (min-width: 1440px) {
  .column,
  .master-block,
  .basic-price {
    padding-left: 90px;
    padding-right: 90px;
  }

  .mouse-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .master-block {
    height: calc(100vh - 97px);
    overflow: hidden;
    padding: 12vh 0 0;
  }

  .master-block .adaptive-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .master-block .master-block__title {
    font-size: 6vh;
    line-height: normal;
  }

  .master-block .master-block__description {
    padding: 2vh 0;
    margin: 0;
    font-size: 2vh;
  }

  .master-block__middle-content {
    margin: 0 0 2vh;
  }

  .master-block__middle-content .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .master-block__middle-content .form .form__field,
  .master-block__middle-content .form .form__actions {
    min-width: 300px;
    max-width: 50%;
    margin: 0 20px;
  }

  .stock-item .stock-item__description {
    min-height: auto;
  }
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
