.mm-menu .nav__link {
  font-size: 18px;
  font-weight: 500;
}

.mm-navbar {
  background-color: #ff822e;
  color: #000;
  font-weight: 300;
  font-size: 15px;
  border-bottom: 1px solid #000;
}

.mm-navbar .nav__address {
  border-top: 1px solid #000 !important;
}

.mm-listitem:after {
  left: 0;
}

html {
  font-family: "Rototo", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  color: #000;
  font-size: 15px;
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, .u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6 {
  margin-top: 0;
}

h1 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h1 {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

.button {
  background-color: transparent;
  color: #fff;
  height: 55px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: .3s;
  border: 2px solid #fff;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .button {
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.button--primary {
  border: 2px solid #ff822e;
  background-color: #ff822e;
}

.button--primary:hover {
  background-color: #fff !important;
  color: #000;
  border-color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px !important;
  }
}

.input {
  height: 53px;
  border: 1px solid #8D8D8D;
  outline: none !important;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

.input:hover {
  border-color: #000;
}

.input::-webkit-input-placeholder {
  color: #8D8D8D;
}

.input:-ms-input-placeholder {
  color: #8D8D8D;
}

.input::-ms-input-placeholder {
  color: #8D8D8D;
}

.input::placeholder {
  color: #8D8D8D;
}

.o-img-fluid {
  height: 100%;
  width: calc(100% + 30px);
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .o-img-fluid {
    max-width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
    -webkit-transform: none;
            transform: none;
  }
}

.o-link-inverted {
  text-decoration: none;
}

.o-link-inverted:hover {
  text-decoration: underline;
}

.o-link-action {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}

.o-link-action:hover {
  text-decoration: none;
}

.o-embed-responsive {
  position: relative;
  width: 100%;
}

.o-embed-responsive::before {
  display: block;
  content: "";
}

.o-embed-responsive .o-embed-responsive-item,
.o-embed-responsive iframe,
.o-embed-responsive embed,
.o-embed-responsive object,
.o-embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.o-embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.o-embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.o-embed-responsive-4by3::before {
  padding-top: 75%;
}

.o-embed-responsive-1by1::before {
  padding-top: 100%;
}

.o-link-line {
  position: relative;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.o-link-line:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ff822e;
  content: "";
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.o-link-line:hover:after,
.o-link-line:focus:after {
  width: 100%;
}

.o-img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-review-ico {
  position: absolute;
  left: 0;
  top: -25px;
}

@media (min-width: 992px) {
  .o-review-ico {
    left: -35px;
  }
}

.o-more {
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 5px;
  text-decoration: none !important;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.o-more:hover {
  border-bottom: 2px dashed #ff822e;
}

.o-more--dashed {
  border-bottom: 2px dashed #ff822e;
}

.o-more--dashed:hover {
  border-color: transparent;
}

.o-text-ring {
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {
  .o-text-ring:after {
    width: 150px;
    height: initial;
    height: 150px;
  }
}

.o-text-ring:after {
  content: none;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -50px;
  top: -35px;
  background-image: url(../img/text-ring-small.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .nav__buttons {
    width: initial;
  }
}

.nav__container {
  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;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav__container .nav__menu {
  display: none;
}

.nav__logo {
  height: 60px;
  width: 60px;
}

.nav__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 60px;
}

.nav__button {
  display: block;
}

.nav__contacts {
  text-align: right;
  display: none;
}

@media (min-width: 576px) {
  .nav__contacts {
    display: block;
  }
}

@media (min-width: 992px) {
  .nav__button {
    display: none;
  }
  .nav__logo {
    width: 80px;
    height: 80px;
  }
  .nav__logo img {
    height: 80px;
  }
  .nav__menu {
    display: block;
  }
  .nav__list {
    margin: 0;
    padding-left: 0;
  }
  .nav__container .nav__menu {
    display: block;
  }
  .nav__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 30px;
  }
  .nav__item:last-child {
    margin-right: 0;
  }
  .nav__link {
    font-size: 18px;
  }
  .nav__link:hover {
    text-decoration: none;
  }
  .nav__contacts {
    line-height: 1.2;
    text-align: left;
    width: initial;
  }
  .nav__phone {
    font-size: 18px;
  }
  .nav__address {
    font-size: 18px;
  }
}

.page {
  background-color: #fff !important;
}

.section--nav {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 0 #999;
          box-shadow: 0 0 10px 0 #999;
}

.section--main {
  height: calc(100vh - 90px);
  background-image: url("/img/main-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .section--main {
    height: calc(100vh - 110px);
  }
}

.section--services {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .section--services {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section--result {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0f0f0;
}

@media (min-width: 768px) {
  .section--result {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section--advantages {
  padding-bottom: 45px;
  background-color: #f0f0f0;
}

@media (min-width: 768px) {
  .section--advantages {
    padding-bottom: 90px;
  }
}

.section--cta {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(/img/cta.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

@media (min-width: 768px) {
  .section--cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section--footer {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .section--footer {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}

.main__title {
  font-size: 26px;
  color: #ff822e;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .main__title {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .main__title {
    font-size: 46px;
  }
}

.main__desc {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 576px) {
  .main__desc {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .main__desc {
    font-size: 24px;
    margin-bottom: 80px;
  }
}

.main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.serv {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .serv {
    margin-bottom: 0;
  }
}

.serv__img {
  margin-bottom: 20px;
  width: 100%;
}

.serv__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .serv__title {
    font-size: 25px;
  }
}

.serv__price {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .serv__price {
    font-size: 20px;
  }
}

.serv__desc {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}

.serv__button {
  background-color: #ff822e;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

.serv__button:hover {
  border: 2px solid #000;
}

.result__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.result__video {
  height: 220px;
  margin-top: 45px;
}

@media (min-width: 576px) {
  .result__video {
    height: 280px;
  }
}

@media (min-width: 768px) {
  .result__video {
    margin-top: 90px;
  }
}

@media (min-width: 992px) {
  .result__video {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .result__video {
    height: 600px;
  }
}

.advantages__num {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #ff822e;
  color: #fff;
  border-radius: 500px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .advantages__num {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}

.advantages__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .advantages__title {
    font-size: 18px;
  }
}

.advantages__desc {
  font-size: 16px;
  font-weight: 300;
}

.advantages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .advantages__container {
    margin-bottom: 50px;
  }
}

.section--cta a {
  color: #fff;
}

.cta__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .cta__form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cta__form input[type="text"] {
  height: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .cta__form input[type="text"] {
    height: 60px;
    font-size: 20px;
    width: 25%;
    margin-right: 15px;
  }
}

.cta__form input[type="submit"] {
  height: 45px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .cta__form input[type="submit"] {
    height: 60px;
    font-size: 20px;
    margin-top: 0;
  }
}

.footer__text {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.footer__copy {
  text-align: center;
  font-size: 15px;
  color: #898989;
  margin-top: 40px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .footer__copy {
    margin-top: 80px;
  }
}

.u-bg-default {
  background-color: #fff !important;
}

.u-bg-border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.u-bg-primary {
  background-color: #ff822e !important;
}

.u-bg-secondary {
  background-color: #f0f0f0 !important;
}

.u-bg-success {
  background-color: #477054 !important;
}

.u-bg-error {
  background-color: #691F22 !important;
}

.u-color-default {
  color: #fff !important;
}

.u-color-primary {
  color: #ff822e !important;
}

.u-color-secondary {
  color: #f0f0f0 !important;
}

.u-color-inverted {
  color: #fff !important;
}

.u-color-white {
  color: #fff;
}

.u-h1 {
  font-size: 1.3em !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .u-h1 {
    font-size: 44px !important;
    margin-bottom: 30px;
  }
}

.u-h2 {
  font-size: 1.1em !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .u-h2 {
    font-weight: bold;
    font-size: 1.3em !important;
  }
}

.u-h3 {
  font-size: 1.1em !important;
}

.u-h4 {
  font-size: 1em !important;
}

.u-h5 {
  font-size: 0.9em !important;
}

.u-h6 {
  font-size: 0.8em !important;
}

.u-font-size-0p75 {
  font-size: 0.75em !important;
}

.u-font-size-1 {
  font-size: 1em !important;
}

.u-font-size-1p25 {
  font-size: 1.25em !important;
}

.u-font-size-1p5 {
  font-size: 1.5em !important;
}

.u-font-size-1p75 {
  font-size: 1.75em !important;
}

.u-font-size-2 {
  font-size: 2em !important;
}

.u-font-size-3 {
  font-size: 3em !important;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-regular {
  font-weight: normal;
}

.u-font-size-0 {
  font-size: 0;
}

.u-line-height-1 {
  line-height: 1 !important;
}

.u-line-height-1p25 {
  line-height: 1.25 !important;
}

.u-line-height-1p5 {
  line-height: 1.5 !important;
}

.u-line-height-1p75 {
  line-height: 1.75 !important;
}

.u-line-height-2 {
  line-height: 2 !important;
}

.u-translateY {
  -webkit-transition: .3s;
  transition: .3s;
}

.u-translateY:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.u-h-50 {
  height: initial !important;
}

@media (min-width: 1200px) {
  .u-h-50 {
    height: 50% !important;
  }
}
/*# sourceMappingURL=main.css.map */