/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype"), url("../fonts/Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraLight.eot");
  src: url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.ttf") format("truetype"), url("../fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  padding: 0;
  margin: 0; }

a,
button,
input[type='submit'] {
  text-decoration: none;
  -webkit-transition: 0.35s all;
          transition: 0.35s all;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  a:hover,
  button:hover,
  input[type='submit']:hover {
    -webkit-transition: 0.35s all;
            transition: 0.35s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 30px; }

main section {
  display: grid; }

main .container {
  max-width: 1000px; }

.row {
  display: grid; }

.row__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .row__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.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;
  width: 180px; }

.stars {
  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;
  width: 200px;
  margin: 20px 0; }

.call_us {
  display: inline-block;
  background: #fa6a06;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 700;
  color: #fff; }
  .call_us:hover {
    opacity: 0.8; }

.heading {
  font-size: 38px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 24px; }
  .heading.heading__main {
    font-size: 38px; }
    @media (max-width: 1023px) {
      .heading.heading__main {
        font-size: 24px; } }
  .heading.small {
    position: relative;
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .heading.small::before {
      position: absolute;
      bottom: 0;
      width: 124px;
      height: 3px;
      background-color: #ff6805;
      display: block;
      content: '';
      clear: both; }
  .heading.center {
    text-align: center; }
    .heading.center::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.breadcrumbs {
  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;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  list-style-type: none;
  margin-top: 5px; }
  @media (max-width: 1023px) {
    .breadcrumbs {
      font-size: 15px; } }
  .breadcrumbs li {
    padding: 5px; }
    .breadcrumbs li .inner {
      color: #000; }
    .breadcrumbs li div {
      opacity: 0.5; }
    .breadcrumbs li a:hover {
      color: #ff6805; }

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style-type: none;
  max-width: 640px;
  margin: 0 auto; }
  .steps li {
    position: relative; }
    .steps li .inner {
      display: grid;
      grid-template-rows: 24px 1fr;
      text-align: center;
      -ms-flex-item-align: center;
          align-self: center;
      justify-self: center; }
      .steps li .inner .icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
            align-self: center;
        justify-self: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #b9b9b9; }
        .steps li .inner .icon img {
          opacity: 0;
          padding: 3px; }
      .steps li .inner .caption {
        color: #868686;
        font-weight: 600;
        font-size: 15px; }
        @media (max-width: 1023px) {
          .steps li .inner .caption {
            font-size: 13px; } }
      .steps li .inner:before {
        content: "";
        position: absolute;
        display: block;
        background: #c9c9c9;
        width: 100%;
        height: 1px;
        top: 12px;
        left: 50%; }
    .steps li:last-child .inner::before {
      display: none; }
    .steps li.is_complete .inner .icon {
      background: #ff6805;
      border-color: #ff6805; }
      .steps li.is_complete .inner .icon img {
        opacity: 1; }
    .steps li.is_complete .inner .caption {
      color: #ff6805; }
    .steps li.is_complete .inner::before {
      background: #ff6805; }

.block__devices {
  max-height: 1000px;
  overflow-y: auto;
  padding: 20px; }

.block__models {
  max-height: 1000px;
  overflow-y: auto;
  padding: 20px; }

.block__issue {
  max-height: initial;
  overflow-y: auto;
  padding: 20px; }

.block__locations {
  max-height: initial;
  overflow-y: auto;
  padding: 20px; }

.row__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FCFCFC;
  border-radius: 40px;
  padding: 44px 56px; }
  @media (max-width: 767px) {
    .row__form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 44px; } }
  @media (max-width: 479px) {
    .row__form {
      padding: 32px; } }
  .row__form > .block__form {
    padding: 0 50px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border-right: 1px solid #e2e2e2;
    border-bottom: none;
    padding-left: 0; }
    @media (max-width: 767px) {
      .row__form > .block__form {
        padding: 0;
        border-right: 0; } }
    @media (max-width: 767px) {
      .row__form > .block__form .checkbox__check label {
        padding-left: 0; } }
  .row__form > .block__information {
    padding: 0 50px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-top: 40px;
    max-width: 318px;
    -ms-flex-preferred-size: 318px;
        flex-basis: 318px;
    padding-right: 0;
    margin-top: 0; }
    @media (max-width: 767px) {
      .row__form > .block__information {
        max-width: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
        padding: 30px 0 0; } }

.block__form {
  max-height: initial;
  overflow-y: auto; }

.texting_continue {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 30px; }
  .texting_continue .texting {
    font-weight: bold; }
  .texting_continue.texting_continue_bottom {
    margin-top: 30px; }

.continue,
.send,
.change {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 14px 40px;
  border-radius: 10px;
  background: #ff6805;
  color: #fff;
  font-weight: bold;
  border: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  .continue .icon,
  .send .icon,
  .change .icon {
    margin-left: 10px;
    filter: invert(1); }
  .continue:hover,
  .send:hover,
  .change:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .continue:disabled,
  .send:disabled,
  .change:disabled {
    pointer-events: none;
    opacity: 0.5; }

.devices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  list-style-type: none; }
  .devices li > input {
    display: none; }
  .devices li .inner {
    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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    min-height: 280px;
    padding: 30px;
    border: 2px solid #fbfbfb;
    border-radius: 30px;
    background: #fff;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.038); }
    @media (max-width: 767px) {
      .devices li .inner {
        padding: 20px; } }
    @media (max-width: 479px) {
      .devices li .inner {
        padding: 10px; } }
    .devices li .inner .img {
      height: 140px; }
      .devices li .inner .img img {
        max-height: 100%; }
    .devices li .inner .caption {
      margin-top: 10px;
      font-size: 20px;
      line-height: 22px;
      color: #ff6805; }
      @media (max-width: 767px) {
        .devices li .inner .caption {
          font-size: 18px;
          line-height: initial; } }
    .devices li .inner .description {
      font-size: 14px;
      color: #1a1f2c;
      font-weight: 500;
      text-align: center; }
    .devices li .inner:hover {
      border-color: #ff6805;
      cursor: pointer; }
  .devices li input[type=radio]:checked + .inner {
    border-color: #ff6805; }
  .devices li input[type=checkbox]:checked + .inner {
    border-color: #ff6805; }

.section__contacts .container {
  max-width: 100%;
  padding: 0; }
  .section__contacts .container .row {
    padding: 60px 30px;
    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; }
    @media (max-width: 767px) {
      .section__contacts .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .section__contacts .container .row .block {
      width: 100%;
      max-width: 700px; }
      @media (max-width: 1023px) {
        .section__contacts .container .row .block.block__contacts {
          padding: 40px; } }
    .section__contacts .container .row:nth-child(2n) {
      background: #cbd5e0; }

.section__gray {
  background: #cbd5e0; }

.row__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1023px) {
    .row__contacts {
      grid-template-columns: 1fr; } }

.block__contacts {
  padding: 40px 20px 40px 50px; }
  @media (max-width: 1023px) {
    .block__contacts {
      padding: 40px 0; } }

.heading__contacts {
  color: #000;
  font-weight: bold;
  font-size: 48px;
  text-align: left; }
  @media (max-width: 1023px) {
    .heading__contacts {
      font-size: 30px; } }

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px; }
  @media (max-width: 1023px) {
    .map {
      margin: 0; } }

.contacts {
  display: grid;
  grid-template-columns: 1fr;
  list-style-type: none;
  font-size: 20px;
  margin-top: 40px;
  padding-left: 30px;
  grid-gap: 15px;
  font-size: 24px; }
  @media (max-width: 1023px) {
    .contacts {
      padding-left: 0;
      font-size: 18px; } }
  .contacts li .icon_caption {
    display: grid;
    grid-template-columns: 24px 1fr;
    margin-bottom: 10px; }
    .contacts li .icon_caption .icon {
      filter: invert(47%) sepia(61%) saturate(3811%) hue-rotate(1deg) brightness(103%) contrast(96%); }
    .contacts li .icon_caption .caption {
      padding: 0 20px;
      font-weight: bold; }
  .contacts li .description {
    padding-left: 44px; }
    .contacts li .description p {
      margin-bottom: 5px; }
  .contacts li a {
    color: #000;
    font-weight: 600; }
    .contacts li a:hover {
      color: #ff6805; }

.checkbox__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 11px;
  text-align: center;
  font-weight: 500; }
  .checkbox__check input {
    margin-right: 20px;
    margin-top: 10px; }
  .checkbox__check label {
    padding-left: 20px; }

.radio_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none; }
  .radio_check li {
    margin-right: 40px; }
    .radio_check li label {
      font-weight: 500;
      -webkit-transition: 0.35s all;
              transition: 0.35s all;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .radio_check li label:hover {
        cursor: pointer;
        opacity: 0.7;
        -webkit-transition: 0.35s all;
                transition: 0.35s all;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    .radio_check li input:checked + label {
      color: #ff6805;
      -webkit-transition: 0.35s all;
              transition: 0.35s all;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

form .row {
  margin-bottom: 12px; }

form .row__checkbox__check .block {
  margin: 12px 0; }

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='search'],
form input[type='password'],
form textarea {
  width: 100%;
  border-radius: 10px;
  outline: none;
  border: 1px solid #e8e8e8;
  color: #212529;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 15px; }

form .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.info_list {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px; }
  .info_list li {
    display: grid;
    grid-template-columns: min-content auto;
    width: 100%; }
    .info_list li .caption {
      min-width: 100px;
      font-weight: bold; }
    .info_list li.column {
      grid-template-columns: auto; }
      .info_list li.column .caption {
        min-width: initial;
        margin-bottom: 8px; }

.block__between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .block__between .heading {
    margin-bottom: 0; }

.change_small {
  font-size: 13px;
  color: #db0000;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: 600; }
  .change_small:hover {
    color: #ff6805; }

.address_box {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  text-align: center;
  padding: 32px;
  font-size: 14px;
  margin-top: 20px; }
  .address_box > div {
    margin-bottom: 5px; }
  .address_box .delete {
    position: absolute;
    top: 14px;
    right: 14px; }
    .address_box .delete:hover {
      opacity: 0.7; }
  .address_box .caption {
    font-size: 16px;
    font-weight: bold; }
  .address_box .phone {
    font-weight: 600; }
    .address_box .phone:hover {
      text-decoration: underline; }
  .address_box p {
    margin-bottom: 3px; }
  .address_box .change {
    margin-top: 10px; }

.thanks_box {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 400px;
  background: #FCFCFC;
  border-radius: 40px;
  padding: 44px 56px;
  margin-top: 30px; }
  @media (max-width: 479px) {
    .thanks_box {
      padding: 34px; } }
  .thanks_box .heading {
    margin-bottom: 30px; }
  .thanks_box .icon {
    margin-bottom: 20px;
    opacity: 0.5; }
  .thanks_box .content {
    text-align: center;
    font-weight: 500; }

footer {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px; }
  footer .container {
    padding: 45px 30px; }
  footer p {
    margin-bottom: 0; }
/*# sourceMappingURL=main.css.map */