@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
button,
input,
select,
textarea,
th {
  font: inherit;
}

button,
input,
select,
textarea {
  display: block;
  width: 100%;
  color: inherit;
  line-height: 1.15;
  border: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

ul {
  list-style: none;
}

img,
video {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: inherit;
}

label {
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

@font-face {
  font-family: Futura;
  src: url("/fonts/FuturaPT-Book.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Futura;
  src: url("/fonts/FuturaPT-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Futura;
  src: url("/fonts/FuturaPT-Demi.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
.container-xs {
  width: 100%;
  max-width: 500rem;
  margin-left: auto;
  margin-right: auto;
}

.container-s {
  width: 100%;
  max-width: 700rem;
  margin-left: auto;
  margin-right: auto;
}

.container-m {
  width: 100%;
  max-width: 900rem;
  margin-left: auto;
  margin-right: auto;
}

.container-l {
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}

.container-xl {
  width: 100%;
  max-width: 1600rem;
  margin-left: auto;
  margin-right: auto;
}

i {
  font-family: "Material Icons";
  display: inline-block;
  white-space: nowrap;
  font-feature-settings: "liga";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[x-cloak] {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@-webkit-keyframes discount {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 167, 63, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20rem rgba(255, 167, 63, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 167, 63, 0);
  }
}

@keyframes discount {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 167, 63, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20rem rgba(255, 167, 63, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 167, 63, 0);
  }
}
@media (max-width: 899px) {
  html {
    font-size: 0.9px;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 1px;
  }
}

body {
  font: 400 18rem/1.2 "Futura", sans-serif;
  color: #2e3538;
  background: #fff;
}

.scroll {
  scrollbar-width: thin;
  scrollbar-color: #f1f3f4 #e3e7e8;
}
.scroll::-webkit-scrollbar {
  width: 10rem;
  height: 10rem;
}
.scroll::-webkit-scrollbar-track {
  background: #f1f3f4;
}
.scroll::-webkit-scrollbar-thumb {
  background: #e3e7e8;
  border-radius: 20rem;
}

.features {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 899px) {
  .features {
    padding: 40rem 0;
  }
}
@media (min-width: 900px) {
  .features {
    padding: 60rem 0;
  }
}
.features .feature .icon {
  font-size: 45rem;
  color: #EE1926;
}
.features .line {
  width: 1rem;
  background: #e3e7e8;
  height: 100rem;
}

@media (max-width: 899px) {
  .order {
    padding: 40rem 0;
  }
}
@media (min-width: 900px) {
  .order {
    padding: 60rem 0;
  }
}
.order .form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order input,
.order button {
  padding: 15rem 20rem;
  border-radius: 3rem;
}
.order input {
  flex-grow: 1;
  margin-right: 10rem;
  background: #fff;
  border: 1rem solid rgba(0, 0, 0, 0.25);
}
.order input::-moz-placeholder {
  color: #abb6ba;
}
.order input:-ms-input-placeholder {
  color: #abb6ba;
}
.order input::placeholder {
  color: #abb6ba;
}
@media (max-width: 899px) {
  .order input:not(:first-child) {
    display: none;
  }
}
.order input:disabled {
  background: none;
  color: #EE1926;
  font-weight: 500;
}
.order button {
  background: #EE1926;
  color: #fff;
  white-space: nowrap;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50rem;
  font-weight: 500;
}
.order button:hover {
  cursor: pointer;
  background: #455054;
}
.order button:disabled {
  opacity: 0.2;
}
.order button .discount {
  top: -15rem;
  right: -15rem;
  width: 40rem;
  height: 40rem;
}
.order button .discount .title {
  font-size: 15rem;
}
.order button .discount .about {
  display: none;
}
.order .message {
  padding-top: 20rem;
  font-size: 15rem;
  font-weight: 500;
}
.order .message.error {
  color: #d26161;
}
.order .message.success {
  color: #508f41;
}

.discount {
  position: absolute;
  width: 150rem;
  height: 150rem;
  background: #FFA73F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-animation: discount 2s infinite;
          animation: discount 2s infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.discount .title {
  font-size: 45rem;
  font-weight: 700;
  line-height: 1;
}
.discount .about {
  font-size: 15rem;
  font-weight: 500;
}

.app-header {
  box-shadow: 0 0 200rem rgba(12, 13, 14, 0.3);
  position: relative;
}
.app-header .container-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}
.app-header .top {
  background: #fff;
  color: #2e3538;
  padding: 20rem;
}
.app-header .top .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-header .top .brand {
  font-size: 25rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 899px) {
  .app-header .top .brand {
    margin-left: -20rem;
  }
}
.app-header .top .brand img {
  max-height: 50rem;
}
@media (min-width: 900px) {
  .app-header .top .nav {
    display: none;
  }
}
.app-header .top .nav .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25rem;
  color: #2e3538;
  padding: 5rem 10rem;
}
.app-header .top .nav .icon:hover {
  cursor: pointer;
  color: #EE1926;
}
.app-header .top .pages {
  font-size: 18rem;
  font-weight: 500;
  color: #5c6a70;
  margin-left: 20rem;
  display: flex;
}
@media (max-width: 899px) {
  .app-header .top .pages {
    display: none;
  }
}
.app-header .top .pages .page {
  margin-right: 20rem;
}
.app-header .top .pages .page:hover {
  color: #EE1926;
}
.app-header .top .phone {
  display: flex;
  align-items: center;
}
.app-header .top .phone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  background: #2e3538;
}
.app-header .top .phone .icon:hover {
  cursor: pointer;
  background: #EE1926;
}
@media (max-width: 499px) {
  .app-header .top .phone .icon {
    display: none;
  }
}
.app-header .top .phone .text {
  white-space: nowrap;
  font-weight: 500;
  font-size: 25rem;
  margin-left: 10rem;
}
.app-header .bottom {
  background: #fff;
  padding: 20rem 20rem;
  border-top: 1rem solid #f1f3f4;
}
@media (max-width: 899px) {
  .app-header .bottom {
    display: none;
  }
}
.app-header .bottom .pages {
  font-size: 18rem;
  font-weight: 500;
  display: flex;
}
@media (max-width: 899px) {
  .app-header .bottom .pages {
    display: none;
  }
}
.app-header .bottom .pages .page {
  margin-right: 20rem;
}
.app-header .bottom .pages .page:hover {
  color: #EE1926;
}

.app-nav {
  background: #fff;
  color: #2e3538;
  padding: 20rem 20rem 80rem;
  background: #2e3538;
  color: #fff;
}
.app-nav a:hover {
  color: #EE1926;
}
@media (min-width: 700px) {
  .app-nav .links {
    display: flex;
    justify-content: space-between;
  }
}
.app-nav .links .info {
  font-size: 25rem;
  font-weight: 500;
}
.app-nav .links .info .item {
  margin-top: 20rem;
}
@media (max-width: 699px) {
  .app-nav .links .address {
    margin-top: 60rem;
  }
}
@media (max-width: 699px) {
  .app-nav .links .address .item {
    margin-top: 40rem;
  }
}
@media (min-width: 700px) {
  .app-nav .links .address .item {
    margin-top: 40rem;
  }
}
.app-nav .links .address .item .about {
  opacity: 0.5;
}
.app-nav .links .address .item .title {
  display: inline-block;
  font-size: 25rem;
  margin-top: 5rem;
}

.app-main .main-hero {
  position: relative;
  padding: 0 20rem;
}
@media (max-width: 699px) {
  .app-main .main-hero .container-l {
    padding: 40rem 0 20rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-hero .container-l {
    padding: 60rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.app-main .main-hero .text {
  color: #2e3538;
}
@media (min-width: 700px) {
  .app-main .main-hero .text {
    width: 50%;
  }
}
.app-main .main-hero .text .path {
  font-weight: 500;
  opacity: 0.5;
}
.app-main .main-hero .text .heading {
  line-height: 1;
  font-weight: 500;
  margin-top: 10rem;
}
@media (max-width: 899px) {
  .app-main .main-hero .text .heading {
    font-size: 31.5rem;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .app-main .main-hero .text .heading {
    font-size: 45rem;
  }
}
.app-main .main-hero .text .heading strong {
  font-weight: 500;
  border-bottom: 3rem solid #EE1926;
}
.app-main .main-hero .text .about {
  font-weight: 500;
  margin-top: 30rem;
}
@media (max-width: 899px) {
  .app-main .main-hero .text .about {
    font-size: 20rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-hero .text .about {
    font-size: 25rem;
  }
}
.app-main .main-hero .text .about i {
  position: relative;
  top: 3rem;
  color: #EE1926;
}
.app-main .main-hero .text .order {
  padding-bottom: 0;
}
.app-main .main-hero .text .order input:not(:first-child) {
  display: none;
}
.app-main .main-hero .image {
  position: relative;
  width: 40%;
}
@media (max-width: 899px) {
  .app-main .main-hero .image {
    display: none;
  }
}
.app-main .main-hero .image .discount {
  top: -20rem;
  right: 40rem;
}
.app-main .main-hero .image img {
  border-radius: 5rem;
}
.app-main .main-cta {
  padding: 0 20rem;
}
.app-main .main-cta .features {
  width: 100%;
  max-width: 900rem;
  margin-left: auto;
  margin-right: auto;
}
.app-main .main-content .container-l {
  background: #f1f3f4;
  padding: 0 20rem;
  border-radius: 0 0 5rem 5rem;
}
.app-main .main-content .container-m {
  position: relative;
}
@media (max-width: 899px) {
  .app-main .main-content .top {
    padding-top: 40rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-content .top {
    padding-top: 80rem;
  }
}
.app-main .main-content .top .path {
  font-weight: 500;
}
@media (min-width: 900px) {
  .app-main .main-content .top .path {
    font-size: 18rem;
  }
}
.app-main .main-content .top .heading {
  margin-top: 10rem;
  line-height: 1.1;
  font-weight: 500;
  color: #2e3538;
}
@media (max-width: 899px) {
  .app-main .main-content .top .heading {
    font-size: 31.5rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-content .top .heading {
    font-size: 45rem;
  }
}
.app-main .main-content .top .heading .price {
  font-size: 70%;
  color: #EE1926;
  white-space: nowrap;
}
.app-main .main-content .top .heading strong {
  font-weight: 500;
  border-bottom: 3rem solid #EE1926;
}
.app-main .main-content .top .features {
  width: 100%;
  max-width: 700rem;
  margin-left: auto;
  margin-right: auto;
}
.app-main .main-content .body {
  color: #5c6a70;
}
@media (max-width: 699px) {
  .app-main .main-content .body {
    padding: 20rem 0 40rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-content .body {
    font-size: 22rem;
    padding: 40rem 0 80rem;
  }
}
.app-main .main-content .body a {
  color: #EE1926;
  border-bottom: 1rem solid rgba(115, 133, 140, 0.2);
}
.app-main .main-content .body a:hover {
  border-bottom-color: rgba(115, 133, 140, 0.9);
}
.app-main .main-content .body h2 {
  color: #2e3538;
  font-size: 25rem;
  font-weight: 500;
}
@media (max-width: 699px) {
  .app-main .main-content .body h2 {
    margin: 40rem 0 -10rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-content .body h2 {
    margin: 60rem 0 -20rem;
  }
}
@media (max-width: 699px) {
  .app-main .main-content .body p {
    margin-top: 30rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-content .body p {
    margin-top: 40rem;
  }
}
.app-main .main-content .order {
  border-top: 1rem solid #c7ced1;
}
.app-main .main-content--problem .top .about {
  font-weight: 500;
}
@media (max-width: 899px) {
  .app-main .main-content--problem .top .about {
    font-size: 20rem;
    margin: 40rem 0 40rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-content--problem .top .about {
    font-size: 25rem;
    margin: 40rem 0 60rem;
  }
}
.app-main .main-content--problem .top .about i {
  position: relative;
  top: 3rem;
  color: #EE1926;
}
.app-main .main-content--problem .image {
  margin: 0 -20rem;
  position: relative;
}
@media (max-width: 699px) {
  .app-main .main-content--problem .image .discount {
    bottom: -20rem;
    right: 20rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-content--problem .image .discount {
    top: -20rem;
    right: 40rem;
  }
}
.app-main .main-content--problem .body table {
  border-top: 1rem solid #c7ced1;
}
@media (max-width: 699px) {
  .app-main .main-content--problem .body table {
    margin-top: 30rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-content--problem .body table {
    margin-top: 40rem;
  }
}
.app-main .main-content--problem .body table td {
  border-bottom: 1rem solid #e3e7e8;
  padding: 5rem 0;
  vertical-align: middle;
}
.app-main .main-content--problem .body table td.price {
  color: #EE1926;
  font-weight: 500;
  font-size: 18rem;
}
.app-main .main-content--problem .body table td.time {
  font-size: 15rem;
}
@media (max-width: 699px) {
  .app-main .main-content--problem .body table td.time {
    display: none;
  }
}
.app-main .main-content--info .top .container-m {
  border-bottom: 1rem solid #c7ced1;
  padding-bottom: 60rem;
}
.app-main .main-content--info .body img {
  border-radius: 10rem;
}
@media (min-width: 700px) {
  .app-main .main-content--info .body .columns {
    display: flex;
    justify-content: space-between;
  }
  .app-main .main-content--info .body .columns .image {
    width: 45%;
    font-size: 15rem;
  }
  .app-main .main-content--info .body .columns .image img {
    margin-bottom: -20rem;
  }
  .app-main .main-content--info .body .columns .text {
    width: 45%;
  }
}
.app-main .main-content--info .body .contact .item {
  margin-top: 40rem;
}
.app-main .main-content--info .body .contact .item .title {
  display: inline-block;
  margin-top: 5rem;
  color: #455054;
  font-weight: 500;
}
.app-main .main-content--info .body .contact .item .about {
  font-size: 15rem;
  font-weight: normal;
}
.app-main .main-content--text .top .container-m {
  border-bottom: 1rem solid #c7ced1;
  padding-bottom: 60rem;
}
.app-main .main-devices {
  padding: 0 20rem;
}
.app-main .main-devices .container-l {
  border-bottom: 1rem solid #e3e7e8;
}
@media (max-width: 899px) {
  .app-main .main-devices .container-l {
    padding: 0 0 40rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-devices .container-l {
    padding: 40rem 0 100rem;
  }
}
.app-main .main-devices .grid {
  display: grid;
  grid-gap: 5rem;
}
@media (min-width: 500px) {
  .app-main .main-devices .grid {
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 499px) {
  .app-main .main-devices .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .app-main .main-devices .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 700px) {
  .app-main .main-devices .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.app-main .main-devices .device {
  background: #f1f3f4;
  border-radius: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 499px) {
  .app-main .main-devices .device {
    padding: 20rem;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .app-main .main-devices .device {
    padding: 30rem 20rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-devices .device {
    padding: 40rem 20rem;
  }
}
@media (min-width: 500px) {
  .app-main .main-devices .device {
    text-align: center;
    flex-direction: column-reverse;
  }
}
.app-main .main-devices .device:hover {
  background: #e3e7e8;
  position: relative;
}
.app-main .main-devices .device .image {
  flex-shrink: 1;
}
@media (max-width: 499px) {
  .app-main .main-devices .device .image {
    max-width: 40%;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .app-main .main-devices .device .image {
    max-width: 80%;
  }
}
@media (min-width: 700px) {
  .app-main .main-devices .device .image {
    max-width: 80%;
  }
}
.app-main .main-devices .device .image img {
  border-radius: 50%;
}
.app-main .main-devices .device .text {
  flex-grow: 1;
}
@media (min-width: 500px) {
  .app-main .main-devices .device .text {
    margin-top: 40rem;
  }
}
.app-main .main-devices .device .text .name {
  font-size: 25rem;
  font-weight: 500;
  color: #EE1926;
}
.app-main .main-devices .device .text .more {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #5c6a70;
}
@media (min-width: 500px) {
  .app-main .main-devices .device .text .more {
    justify-content: center;
  }
}
@media (max-width: 699px) {
  .app-main .main-devices .device .text .more {
    margin-top: 5rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-devices .device .text .more {
    margin-top: 10rem;
  }
}
.app-main .main-devices .device .text .more::after {
  content: "chevron_right";
  margin-left: 10rem;
  font-family: "Material Icons";
  width: 40rem;
  height: 40rem;
  padding-top: 10rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 699px) {
  .app-main .main-devices .device .text .more::after {
    display: none;
  }
}
@media (min-width: 700px) {
  .app-main .main-devices .device .text .more::after {
    display: block;
  }
}
.app-main .main-problems {
  padding: 0 20rem;
}
.app-main .main-problems .container-l {
  border-bottom: 1rem solid #e3e7e8;
}
@media (max-width: 899px) {
  .app-main .main-problems .container-l {
    padding: 40rem 0 60rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-problems .container-l {
    padding: 40rem 0 100rem;
  }
}
.app-main .main-problems .grid {
  display: grid;
  grid-gap: 5rem;
}
@media (min-width: 500px) {
  .app-main .main-problems .grid {
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 499px) {
  .app-main .main-problems .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .app-main .main-problems .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .app-main .main-problems .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  .app-main .main-problems .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.app-main .main-problems .promo {
  grid-column: span 2;
  background: #ffedd8;
  border-radius: 5rem;
  display: flex;
  position: relative;
}
@media (max-width: 499px) {
  .app-main .main-problems .promo {
    padding: 30rem 20rem 60rem;
    grid-column: span 1;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .app-main .main-problems .promo {
    padding: 30rem 20rem 60rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-problems .promo {
    padding: 40rem 40rem 90rem;
  }
}
.app-main .main-problems .promo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background-color: #FFA73F;
  border-radius: 0 0 5rem 5rem;
}
.app-main .main-problems .promo .image {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
}
@media (max-width: 699px) {
  .app-main .main-problems .promo .image {
    right: 0;
  }
}
@media (min-width: 700px) {
  .app-main .main-problems .promo .image {
    right: 40rem;
  }
}
.app-main .main-problems .promo .image img {
  max-height: 100%;
}
.app-main .main-problems .promo .title {
  font-size: 25rem;
  font-weight: 500;
}
.app-main .main-problems .promo .points {
  margin-top: 20rem;
  color: #73858c;
  font-size: 15rem;
}
@media (max-width: 699px) {
  .app-main .main-problems .promo .points {
    display: none;
  }
}
.app-main .main-problems .promo .points .point {
  position: relative;
  padding-left: 10rem;
}
.app-main .main-problems .promo .points .point::before {
  position: absolute;
  left: 0;
  content: "·";
}
.app-main .main-problems .service {
  background: #f1f3f4;
  border-radius: 5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 499px) {
  .app-main .main-problems .service {
    padding: 20rem 20rem;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .app-main .main-problems .service {
    padding: 30rem 20rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-problems .service {
    padding: 40rem 40rem;
    min-height: 300rem;
  }
}
.app-main .main-problems .service:hover {
  background: #e3e7e8;
  position: relative;
}
.app-main .main-problems .service .name {
  font-size: 25rem;
  font-weight: 500;
}
.app-main .main-problems .service .reasons {
  margin-top: 10rem;
  font-size: 15rem;
  color: #73858c;
}
@media (max-width: 499px) {
  .app-main .main-problems .service .reasons {
    display: none;
  }
}
.app-main .main-problems .service .reasons .reason {
  position: relative;
  padding-left: 10rem;
}
.app-main .main-problems .service .reasons .reason::before {
  position: absolute;
  left: 0;
  content: "·";
}
.app-main .main-problems .service .more {
  display: flex;
  align-items: center;
  color: #EE1926;
  font-weight: 500;
}
@media (max-width: 699px) {
  .app-main .main-problems .service .more {
    justify-content: space-between;
  }
}
@media (max-width: 699px) {
  .app-main .main-problems .service .more {
    margin-top: 5rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-problems .service .more {
    margin-top: 50rem;
  }
}
.app-main .main-problems .service .more::after {
  display: block;
  content: "chevron_right";
  margin-left: 10rem;
  font-family: "Material Icons";
  width: 40rem;
  height: 40rem;
  padding-top: 10rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 499px) {
  .app-main .main-problems .service .more::after {
    margin-top: -30rem;
  }
}
.app-main .main-services {
  padding: 0 20rem;
}
@media (min-width: 700px) {
  .app-main .main-services {
    font-size: 22rem;
  }
}
.app-main .main-services .container-m {
  padding: 40rem 0 60rem;
  border-bottom: 10rem solid #EE1926;
}
.app-main .main-services .heading {
  font-size: 25rem;
  font-weight: 500;
  margin-bottom: 20rem;
}
.app-main .main-services .services table {
  border-top: 1rem solid #e3e7e8;
}
.app-main .main-services .services table td {
  border-bottom: 1rem solid #e3e7e8;
  padding: 5rem 0;
  vertical-align: middle;
}
.app-main .main-services .services table td.price {
  color: #EE1926;
  font-weight: 500;
  font-size: 18rem;
}
.app-main .main-services .services table td.time {
  font-size: 15rem;
}
@media (max-width: 699px) {
  .app-main .main-services .services table td.time {
    display: none;
  }
}
.app-main .main-models {
  padding: 0 20rem;
  margin-top: -1rem;
}
.app-main .main-models .container-l {
  border-top: 10rem solid #EE1926;
}
@media (max-width: 699px) {
  .app-main .main-models .container-l {
    border-bottom: 1rem solid #e3e7e8;
  }
}
.app-main .main-models .top {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 700rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 899px) {
  .app-main .main-models .top {
    margin-top: 40rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-models .top {
    margin-top: 100rem;
  }
}
.app-main .main-models .top .heading {
  font-size: 25rem;
  font-weight: 500;
}
.app-main .main-models .top .about {
  margin-top: 10rem;
  font-size: 22rem;
  color: #73858c;
}
@media (max-width: 699px) {
  .app-main .main-models .top .about {
    display: none;
  }
}
.app-main .main-models .models {
  margin-top: 40rem;
  position: relative;
}
.app-main .main-models .models::before, .app-main .main-models .models::after {
  content: "";
  display: block;
  position: absolute;
  width: 60rem;
  bottom: 10rem;
  top: 0;
}
.app-main .main-models .models::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.app-main .main-models .models::after {
  right: 0;
  background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
}
.app-main .main-models .models .scroll {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
}
@media (max-width: 899px) {
  .app-main .main-models .models .scroll {
    padding-bottom: 40rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-models .models .scroll {
    padding-bottom: 60rem;
  }
}
.app-main .main-models .models .model {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 699px) {
  .app-main .main-models .models .model {
    width: 40%;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .app-main .main-models .models .model {
    width: 28%;
  }
}
@media (min-width: 900px) {
  .app-main .main-models .models .model {
    width: 22%;
  }
}
@media (max-width: 699px) {
  .app-main .main-models .models .model {
    padding: 20rem;
  }
}
@media (min-width: 700px) {
  .app-main .main-models .models .model {
    padding: 40rem 20rem;
  }
}
.app-main .main-models .models .model:not(:last-child) {
  border-right: 1rem solid #e3e7e8;
}
.app-main .main-models .models .model:hover .name {
  color: #EE1926;
}
.app-main .main-models .models .model .image {
  margin-top: -20rem;
  max-width: 80%;
}
.app-main .main-models .models .model .text {
  margin-top: 20rem;
}
.app-main .main-models .models .model .text .name {
  font-weight: 500;
}
.app-main .main-models .models .model .text .about {
  font-size: 15rem;
  margin-top: 5rem;
  color: #73858c;
}
@media (max-width: 899px) {
  .app-main .main-advantages {
    padding: 60rem 20rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-advantages {
    padding: 100rem 20rem;
  }
}
.app-main .main-advantages .advantage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 899px) {
  .app-main .main-advantages .advantage:not(:first-child) {
    margin-top: 40rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-advantages .advantage:not(:first-child) {
    margin-top: 100rem;
  }
}
.app-main .main-advantages .advantage .image {
  background: #455054;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 10rem;
}
@media (max-width: 699px) {
  .app-main .main-advantages .advantage .image {
    width: 100rem;
    padding-left: 20rem;
    padding-left: 10rem;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .app-main .main-advantages .advantage .image {
    width: 200rem;
    padding-left: 20rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-advantages .advantage .image {
    width: 280rem;
    padding-left: 30rem;
  }
}
.app-main .main-advantages .advantage .image img {
  border-radius: 10rem;
}
.app-main .main-advantages .advantage .text {
  margin-left: 40rem;
  flex-grow: 1;
}
@media (min-width: 900px) {
  .app-main .main-advantages .advantage .text {
    flex-grow: 0;
    width: 55%;
  }
}
.app-main .main-advantages .advantage .text .heading {
  font-weight: 500;
  font-size: 25rem;
}
.app-main .main-advantages .advantage .text .about {
  color: #73858c;
  margin-top: 10rem;
  font-size: 22rem;
}
@media (max-width: 699px) {
  .app-main .main-advantages .advantage .text .about {
    display: none;
  }
}
.app-main .main-advantages .advantage .text .more {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #EE1926;
}
@media (max-width: 899px) {
  .app-main .main-advantages .advantage .text .more {
    margin-top: 10rem;
  }
}
@media (min-width: 900px) {
  .app-main .main-advantages .advantage .text .more {
    margin-top: 30rem;
  }
}
.app-main .main-advantages .advantage .text .more::after {
  content: "chevron_right";
  display: block;
  text-align: center;
  margin-left: 10rem;
  font-family: "Material Icons";
  width: 40rem;
  height: 40rem;
  padding-top: 10rem;
  background: #f1f3f4;
  border-radius: 50%;
  flex-shrink: 0;
}
.app-main .main-advantages .advantage .text .more:hover::after {
  background-color: #e3e7e8;
}
.app-main .main-reviews .container-l {
  background: #f1f3f4;
  padding: 20rem;
  border-radius: 5rem 5rem 0 0;
}
@media (max-width: 699px) {
  .app-main .main-reviews .review {
    padding: 40rem 0;
  }
}
@media (min-width: 700px) {
  .app-main .main-reviews .review {
    padding: 80rem 0;
  }
}
.app-main .main-reviews .review .meta {
  display: flex;
  align-items: center;
}
.app-main .main-reviews .review .meta .rate {
  color: #FFA73F;
  font-size: 25rem;
}
.app-main .main-reviews .review .meta .date {
  color: #8f9da3;
  margin-left: 20rem;
  font-size: 15rem;
  font-weight: 500;
}
.app-main .main-reviews .review .quote {
  margin-top: 20rem;
  font-size: 25rem;
  font-weight: 500;
}
@media (min-width: 700px) {
  .app-main .main-reviews .review .quote {
    max-width: 80%;
  }
}
.app-main .main-reviews .review .bottom {
  margin-top: 60rem;
  border-top: 1rem solid #f1f3f4;
  padding-top: 20rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-main .main-reviews .review .bottom .profile {
  display: flex;
  align-items: center;
}
.app-main .main-reviews .review .bottom .profile .image {
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  overflow: hidden;
}
.app-main .main-reviews .review .bottom .profile .name {
  margin-left: 20rem;
  font-weight: 500;
}
.app-main .main-reviews .review .bottom .controls {
  display: flex;
}
.app-main .main-reviews .review .bottom .controls .control {
  margin: 0 10rem;
  cursor: pointer;
  color: #EE1926;
  font-size: 35rem;
}
.app-main .main-reviews .review .bottom .controls .control.disabled {
  color: #c7ced1;
}

.app-footer {
  background: #2e3538;
  padding: 0 20rem;
}
.app-footer .container-m {
  position: relative;
}
.app-footer .order {
  border-bottom: 1px solid #455054;
}
.app-footer .order input:disabled {
  color: #FFA73F;
  border-color: #455054 !important;
}
.app-footer .contact {
  color: #fff;
  margin-top: 20rem;
}
@media (min-width: 900px) {
  .app-footer .contact {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .app-footer .contact .group {
    width: 50%;
  }
}
.app-footer .contact .phone .title {
  font-weight: 500;
  font-size: 35rem;
  margin-top: 40rem;
  white-space: nowrap;
}
.app-footer .contact .phone .about {
  margin-top: 5rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 500px) and (max-width: 899px) {
  .app-footer .contact .address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.app-footer .contact .address .item {
  margin-top: 40rem;
}
@media (min-width: 700px) and (max-width: 899px) {
  .app-footer .contact .address .item {
    width: 50%;
  }
}
.app-footer .contact .address .item .title {
  display: inline-block;
  font-size: 25rem;
  font-weight: 500;
  margin-top: 5rem;
}
.app-footer .contact .address .item .about {
  font-size: 18rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
.app-footer .bottom {
  color: #fff;
  padding: 60rem 0;
}
@media (min-width: 500px) {
  .app-footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 700px) {
  .app-footer .bottom .group {
    width: 50%;
  }
}
.app-footer .bottom .copyright {
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.5);
}
.app-footer .bottom .payments {
  display: flex;
  align-items: center;
}
@media (max-width: 499px) {
  .app-footer .bottom .payments {
    margin-top: 20rem;
  }
}
.app-footer .bottom .payments .payment {
  width: 42rem;
  height: 25rem;
  background: 50% 50%/cover no-repeat;
}
.app-footer .bottom .payments .payment.visa {
  background-image: url("/images/payments/visa.png");
}
.app-footer .bottom .payments .payment.mastercard {
  background-image: url("/images/payments/mastercard.png");
}
.app-footer .bottom .payments .payment.mir {
  background-image: url("/images/payments/mir.png");
}
.app-footer .bottom .payments .payment:not(:last-child) {
  margin-right: 10rem;
}
@media (max-width: 499px) {
  .app-footer .call {
    position: fixed;
    z-index: 8;
    bottom: 20rem;
    right: 20rem;
    width: 80rem;
    height: 80rem;
    background: #FFA73F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app-footer .call:after {
    content: "phone";
    display: block;
    font-family: "Material Icons";
    font-size: 35rem;
  }
}
@media (min-width: 500px) {
  .app-footer .call {
    display: none;
  }
}
