﻿@charset "UTF-8";
@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("../fonts/Circe-Regular-1.eot") format("embedded-opentype"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"), url("../fonts/Circe-Light-1.eot") format("embedded-opentype"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/Circe-Bold-1.eot") format("embedded-opentype"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("../fonts/Circe-ExtraBold-1.eot") format("embedded-opentype"), url("../fonts/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

html {
  height: 100%;
}

*:not(.map > *) {
  outline: none !important;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.container {
  /* Позиционирование */
  position: relative;
  z-index: 2;
  /* Блочная модель */
  max-width: 1170px;
  margin: 0 auto;
}

a {
  /* Типографика */
  color: #f49d25;
  text-decoration: underline;
}

a:not(.btn):hover {
  color: orange;
  text-decoration: none;
}

body {
  padding-top: 62px;
  color: #000;
  font: normal 18px/1 'Circe', sans-serif;
}

b, strong {
  font-weight: bold;
}

p {
  margin: 0 0 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font: 800 36px/1 'Circe', sans-serif;
}

h1 {
  color: #ff9000;
  font-size: 44px;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  h1 {
    font-size: 22px !important;
  }
}

h2 {
  font-size: 36px;
}

@media (max-width: 575px) {
  h2 {
    font-size: 20px !important;
  }
}

h3 {
  font-size: 26px;
}

@media (max-width: 575px) {
  h3 {
    font-size: 18px !important;
  }
}

h4 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h4 {
    font-size: 16px !important;
  }
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 7px 5em 8px 1em;
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  background: #fff url(../img/select-down.png) no-repeat right 15px center;
  border: 2px solid #e8e8e8;
  border-radius: 3px;
  cursor: pointer;
}

select option {
  font-weight: normal;
}

textarea {
  resize: none;
}

a, button {
  cursor: pointer;
}

.btn {
  /* Блочная модель */
  display: inline-block;
  padding: 0.7em 2em;
  /* Типографика */
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  /* Оформление */
  background: #ffaa35;
  border: none;
  border-radius: 3px;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-dark {
  background: #302f3d;
  background-image: -ms-linear-gradient(-180deg, #2c2a38 0%, #444452 100%);
  -webkit-box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
  box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
}

input[type=submit] {
  /* Блочная модель */
  display: inline-block;
  padding: 1.13em;
  /* Типографика */
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  /* Оформление */
  background: #555;
  border: none;
  border-radius: 3px;
}

.navbar-toggler {
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  outline: none;
  padding: 0;
  position: relative;
  width: 25px;
  height: 18px;
}

@media (min-width: 1199px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler .navbar-toggler-line {
  background: #555;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler .navbar-toggler-line:nth-child(2) {
  top: 7px;
}

.navbar-toggler .navbar-toggler-line:nth-child(3) {
  top: 14px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-of-type(3) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.logo {
  /* Блочная модель */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  /* Типографика */
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}

.logo svg {
  margin-right: 13px;
  width: 56px;
  fill: #ff9000;
}

.logo strong {
  /* Блочная модель */
  display: block;
  margin-bottom: 2px;
  /* Типографика */
  font-size: 16px;
  font-weight: 800;
  color: #ff9000;
}

header * {
  -webkit-transition: .1s ease;
  transition: .1s ease;
}

header,
footer {
  padding: 0.5em 0;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}

header .container,
footer .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;
}

header .navbar,
footer .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
}

@media (max-width: 991px) {
  header .navbar,
  footer .navbar {
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    width: auto;
  }
}

header .navbar .navbar-collapse,
footer .navbar .navbar-collapse {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .navbar .navbar-collapse:not(.show),
footer .navbar .navbar-collapse:not(.show) {
  display: none;
}

@media (max-width: 991px) {
  header .navbar .navbar-collapse,
  footer .navbar .navbar-collapse {
    /* Позиционирование */
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    /* Блочная модель */
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1em;
    /* Оформление */
    background: #fff;
    min-width: 100%;
  }
}

header .navbar .navbar-nav,
footer .navbar .navbar-nav {
  /* Блочная модель */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  padding: 0 2em 0 1em;
  width: auto;
}

@media (max-width: 991px) {
  header .navbar .navbar-nav,
  footer .navbar .navbar-nav {
    /* Блочная модель */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .navbar .navbar-nav li,
footer .navbar .navbar-nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.5em;
  list-style: none;
  text-align: center;
}

@media (max-width: 1199px) {
  header .navbar .navbar-nav li,
  footer .navbar .navbar-nav li {
    text-align: center;
  }
}

header .navbar .navbar-nav li a,
footer .navbar .navbar-nav li a {
  padding: 0.5rem 0 !important;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

header .navbar .navbar-nav li a:hover,
footer .navbar .navbar-nav li a:hover {
  color: orange;
}

@media (max-width: 640px) {
  header .navbar .navbar-nav li a,
  footer .navbar .navbar-nav li a {
    white-space: nowrap;
  }
}

header .navbar .navbar-nav li.active a,
footer .navbar .navbar-nav li.active a {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  header .navbar .navbar-nav li.active a,
  footer .navbar .navbar-nav li.active a {
    border: none;
  }
}

header .btn,
footer .btn {
  padding: 1em 2.2em;
  font-size: 13px;
  text-transform: uppercase;
}

header.shrink,
footer.shrink {
  /* Позиционирование */
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  /* Блочная модель */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1170px;
  padding: 0;
  /* Оформление */
  background: #28282e;
  color: #fff;
  min-height: 0;
  height: 60px;
}

header.shrink:before,
footer.shrink:before {
  background: #28282e;
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}

header.shrink:after,
footer.shrink:after {
  background: #28282e;
  content: '';
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}

header.shrink .navbar,
footer.shrink .navbar {
  padding: 0;
}

header.shrink .navbar .navbar-collapse,
footer.shrink .navbar .navbar-collapse {
  width: calc(100% - 160px);
}

@media (max-width: 1199px) {
  header.shrink .navbar .navbar-collapse,
  footer.shrink .navbar .navbar-collapse {
    /* Позиционирование */
    top: 100%;
    background: #28282e;
  }
}

@media (max-width: 991px) {
  header.shrink .navbar .navbar-collapse .navbar-nav,
  footer.shrink .navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
}

header.shrink .navbar .navbar-collapse li,
footer.shrink .navbar .navbar-collapse li {
  padding: 0;
}

header.shrink .navbar .navbar-collapse li a,
footer.shrink .navbar .navbar-collapse li a {
  padding: 2em !important;
  color: #fff;
}

header.shrink .navbar .navbar-collapse li a:hover,
footer.shrink .navbar .navbar-collapse li a:hover {
  background: #000;
}

header.shrink .navbar .navbar-collapse li.active a,
footer.shrink .navbar .navbar-collapse li.active a {
  border: none;
}

header.shrink .navbar .navbar-toggler .navbar-toggler-line,
footer.shrink .navbar .navbar-toggler .navbar-toggler-line {
  background: #fff;
}

header.shrink .header__phone a,
footer.shrink .header__phone a {
  color: #fff;
}

header.shrink .header__phone svg,
footer.shrink .header__phone svg {
  fill: #fff;
}

header.shrink .btn,
footer.shrink .btn {
  background: #fff;
  color: #000;
}

@media (min-width: 992px) {
  header.shrink .header__location,
  footer.shrink .header__location {
    display: none;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

header .navbar {
  width: calc(100% - 160px);
}

.header__location {
  margin: 0 2em;
  width: 80px;
}

@media (max-width: 991px) {
  .header__location {
    margin: 0.5em 0 1em;
  }
}

.header__contacts,
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phone,
.footer__phone {
  margin-right: 1em;
  white-space: nowrap;
}

.header__phone a,
.footer__phone a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 991px) {
  .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .navbar,
  .footer__privacy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__location,
  footer .navbar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header__contacts,
  .footer__contacts {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__phone {
    margin-bottom: 1em;
  }
}

img {
  max-width: 100%;
}

img.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-form-control-wrap input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-group label,
.wpcf7-form-control-wrap label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

main {
  min-height: calc(100vh - 240px);
}

@media (max-width: 991px) {
  main {
    min-height: auto;
  }
}

section {
  /* Позиционирование */
  position: relative;
  /* Блочная модель */
  padding: 3em 0;
}

@media (max-width: 575px) {
  section {
    padding: 2em 0 !important;
  }
}

section > *:not(img.background) {
  position: relative;
  z-index: 2;
}

section h2 {
  margin-bottom: 1.5em;
  text-align: center;
}

section.intro {
  color: #fff;
  padding: 6.5em 0 5.5em;
}

section.intro .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.intro h2 {
  color: #fff;
  font-size: 34px;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  section.intro h2 {
    margin-bottom: 0;
    text-align: center;
  }
}

section.intro h3 {
  margin-bottom: 1em;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

section.intro h3 strong {
  color: #ff9000;
  font-weight: 800;
}

section.intro .form-wrapper {
  margin-top: 2em;
  padding: 2em 2.7em;
  border: 2px dashed #ff9000;
  border-radius: 3px;
  text-align: center;
}

@media (max-width: 1199px) {
  section.intro .form-wrapper {
    display: inline-block;
  }
}

@media (max-width: 575px) {
  section.intro .form-wrapper {
    padding: 1em;
  }
}

section.intro form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
  text-align: center;
}

@media (max-width: 575px) {
  section.intro form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.intro form > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

section.intro .form-group,
section.intro .wpcf7-form-control-wrap {
  margin: 0 11px 0 0;
}

@media (max-width: 575px) {
  section.intro .form-group,
  section.intro .wpcf7-form-control-wrap {
    margin: 0 0 10px 0;
  }
}

section.intro .form-privacy {
  font-size: 14px;
}

section.work {
  padding-bottom: 0;
}

section.work img {
  position: relative;
  top: -20px;
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.services {
  text-align: center;
}

@media (max-width: 575px) {
  section.services {
    padding: 0 0 1em 0 !important;
  }
}

section.services .container > a {
  padding-bottom: 2px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 14px;
  font-weight: 800;
  color: #5b5b5b;
  text-decoration: none;
}

section.services .container > a:hover {
  border: none;
}

section.why {
  padding: 2em 0 4em;
}

section.why h2 {
  margin-bottom: 1em;
}

section.reviews {
  padding: 5em 0;
  background: #f5f5f5;
  text-align: center;
}

@media (max-width: 991px) {
  section.direction {
    padding-bottom: 0 !important;
  }
}

section.direction img {
  border-radius: 3px;
}

@media (max-width: 575px) {
  section.contacts {
    padding-top: 0 !important;
    text-align: center;
  }
}

section.contacts .container {
  position: static;
}

section.contacts h2 {
  margin-bottom: 0.5em;
  text-align: left;
}

@media (max-width: 575px) {
  section.contacts h2 {
    text-align: center;
  }
}

section.contacts form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0 0 -10px;
}

section.contacts form .form-group,
section.contacts form .wpcf7-form-control-wrap {
  width: calc(50% - 10px);
  margin: 0 0 10px 10px;
}

@media (max-width: 575px) {
  section.contacts form .form-group,
  section.contacts form .wpcf7-form-control-wrap {
    width: calc(100% - 10px);
  }
}

section.contacts form .form-group:nth-child(3),
section.contacts form .wpcf7-form-control-wrap:nth-child(3) {
  width: calc(100% - 10px);
}

section.contacts form .form-group input:not(.btn),
section.contacts form .form-group textarea,
section.contacts form .wpcf7-form-control-wrap input:not(.btn),
section.contacts form .wpcf7-form-control-wrap textarea {
  padding: 1em 2em;
  font: 300 18px/1 'Circe', sans-serif;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 3px;
}

section.contacts form .form-group textarea,
section.contacts form .wpcf7-form-control-wrap textarea {
  width: 100%;
  min-height: 100px;
}

section.contacts form .btn {
  margin: 0 1.5em 0 10px;
}

@media (max-width: 575px) {
  section.contacts form .btn {
    margin: 0 0 1em 10px;
    width: calc(100% - 10px);
  }
}

section.contacts form i {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 575px) {
  section.contacts form i {
    padding-left: 10px;
  }
}

section.contacts form .form__button-privacy {
  width: 100%;
}

@media (max-width: 575px) {
  section.contacts form .form__button-privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .intro__text {
    margin-bottom: 2em;
    text-align: center;
  }
}

.intro__media {
  text-align: right;
}

@media (max-width: 1199px) {
  .intro__media {
    text-align: center;
  }
}

.intro__media img {
  border: rgba(255, 255, 255, 0.1) 30px solid;
  border-radius: 50%;
}

.work__steps {
  /* Блочная модель */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 0 0.5em 3em;
  position: relative;
  z-index: 2;
  /* Типографика */
  color: #fff;
  /* Оформление */
  background: #3d3d4b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
  box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
}

@media (max-width: 991px) {
  .work__steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.work__steps h3 {
  /* Типографика */
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}

.work__steps p {
  font-size: 16px;
}

.work__steps-item {
  /* Позиционирование */
  position: relative;
  /* Блочная модель */
  padding-right: 4em;
}

@media (max-width: 991px) {
  .work__steps-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .work__steps-item {
    width: 100%;
  }
}

.work__steps-item:after {
  /* Позиционирование */
  position: absolute;
  right: 2em;
  top: 30%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* Оформление */
  background: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20570%20969%22%20width%3D%229%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M83.9%2C0h3.6c13.6%2C0.6%2C26.9%2C6.4%2C36.3%2C16.2c143.3%2C143.4%2C286.6%2C286.7%2C429.9%2C430.1c9.4%2C9.1%2C15.1%2C21.8%2C15.7%2C34.8%20c1%2C14.8-4.5%2C29.8-14.8%2C40.4c-11.4%2C11.6-23%2C23-34.5%2C34.6C387.7%2C688.3%2C255.4%2C820.7%2C123%2C953c-9.7%2C10.3-23.7%2C16-37.8%2C16h-1.7%20c-12.9-0.4-25.7-5.6-34.9-14.6c-8.5-8.2-16.7-16.7-25-25c-4.8-4.9-9.9-9.5-13.9-15.1C2.3%2C903.5-0.9%2C890%2C0.9%2C877%20C2.4%2C865.7%2C7.8%2C855%2C16%2C847c13.4-13.5%2C27-27%2C40.4-40.6C163.8%2C699%2C271.1%2C591.6%2C378.5%2C484.3C257.9%2C363.6%2C137.2%2C243%2C16.7%2C122.3%20c-9.3-9-15-21.4-15.7-34.3c-1-14.7%2C4.5-29.6%2C14.8-40.1c10.8-10.9%2C21.7-21.7%2C32.5-32.6C57.7%2C6%2C70.7%2C0.3%2C83.9%2C0z%22%2F%3E%3C%2Fsvg%3E");
  content: '';
  display: block;
  width: 9px;
  height: 15px;
}

.work__steps-item:last-child:after {
  display: none;
}

.work__steps-item h3 {
  white-space: nowrap;
}

.services__table {
  margin-bottom: 1.3em;
  text-align: center;
}

.services__table .thead,
.services__table .tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__table .thead > *,
.services__table .tbody > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 767px) {
  .services__table .thead > *,
  .services__table .tbody > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.services__table .thead > *:first-child,
.services__table .tbody > *:first-child {
  text-align: left;
}

@media (max-width: 767px) {
  .services__table .thead > *:first-child,
  .services__table .tbody > *:first-child {
    width: 100%;
  }
}

.services__table .thead > *:nth-child(2),
.services__table .tbody > *:nth-child(2) {
  padding-right: 1.5em;
}

@media (max-width: 575px) {
  .services__table .thead > *:nth-child(2),
  .services__table .tbody > *:nth-child(2) {
    padding: 0;
  }
}

.services__table .thead > *:last-child,
.services__table .tbody > *:last-child {
  max-width: 115px;
  padding: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .services__table .thead > *:last-child,
  .services__table .tbody > *:last-child {
    display: none;
  }
}

.services__table .thead {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #cecece;
}

@media (max-width: 575px) {
  .services__table .thead {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
  }
}

.services__table .thead:first-child {
  padding-left: 2em;
}

@media (max-width: 575px) {
  .services__table .thead:first-child {
    padding: 0;
  }
}

.services__table-list__item {
  /* Блочная модель */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  margin-bottom: 2px;
  /* Оформление */
  background: #f5f5f5;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .services__table-list__item {
    font-size: 14px;
    cursor: pointer;
  }
}

.services__table-list__item:nth-child(-n+10) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__table-list__item > * {
  padding: 1em;
  text-align: center;
  width: 240px;
}

@media (max-width: 767px) {
  .services__table-list__item > * {
    width: auto;
  }
}

@media (max-width: 575px) {
  .services__table-list__item > * {
    padding: 10px 0.5em !important;
  }
}

.services__table-list__item > *:first-child {
  padding-left: 2em;
  text-align: left;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.services__table-list__item > *.services__table-list__item-price {
  font-weight: bold;
  color: #382c3a;
  white-space: nowrap;
}

.services__table-list__item > *.services__table-list__item-button {
  padding: 0;
}

@media (max-width: 575px) {
  .services__table-list__item > *.services__table-list__item-button {
    display: none;
  }
}

.services__table-list__item > *.services__table-list__item-button a {
  /* Блочная модель */
  display: block;
  padding: 1em;
  /* Оформление */
  font-weight: bold;
  color: #ff9000;
  text-decoration: none;
}

.services__table-list__item > *.services__table-list__item-button a:hover {
  /* Оформление */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmY5NjAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmYmFmMzgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-repeating-linear-gradient(left, #ff9600 0%, #fbaf38 100%);
  background-image: repeating-linear-gradient(to right, #ff9600 0%, #fbaf38 100%);
  background-image: -ms-repeating-linear-gradient(left, #ff9600 0%, #fbaf38 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
  box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
  color: #fff;
}

.why__list {
  /* Блочная модель */
  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;
  padding: 2px 1px;
  /* Оформление */
  background: #f5f5f5;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .why__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .why__list {
    min-width: 250px;
    width: 100%;
    background: none;
  }
}

.why__list-item {
  /* Блочная модель */
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin: 0 1px;
  padding: 3em 0;
  /* Типографика */
  cursor: pointer;
  text-align: center;
}

@media (max-width: 767px) {
  .why__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}

@media (max-width: 575px) {
  .why__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1em;
    background: #f5f5f5;
  }
}

.why__list-item:hover {
  background: #fff;
}

.why__list-item svg {
  fill: #ff9803;
  margin-bottom: 0.7em;
}

.why__list-item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .owl-carousel .owl-item {
    padding-right: 1.5em;
  }
}

.owl-carousel .owl-nav button {
  /* Позиционирование */
  position: absolute;
  top: 44%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  /* Блочная модель */
  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: 40px;
  height: 40px;
  /* Типографика */
  text-align: center;
  /* Оформление */
  background: none;
  background-color: #ee8700;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZGQ3ZDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZjkwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-repeating-linear-gradient(left, #dd7d00 0%, #ff9000 100%);
  background-image: repeating-linear-gradient(to right, #dd7d00 0%, #ff9000 100%);
  background-image: -ms-repeating-linear-gradient(left, #dd7d00 0%, #ff9000 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
  box-shadow: 0px 8px 18px 0px rgba(104, 104, 104, 0.43);
}

@media (max-width: 640px) {
  .owl-carousel .owl-nav button {
    top: 200px;
  }
}

.owl-carousel .owl-nav button svg {
  fill: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -1.5em;
}

@media (max-width: 1199px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

.reviews-slider {
  margin-bottom: 2em;
  padding: 0 3em 0 4.44444444444em;
  text-align: left;
  /*&.owl-carousel{
        .owl-nav{
            display: flex !important;
            justify-content: space-between;
            position: absolute;
            left: -13px;
            top: 43%;
            right: 0;
            width: calc(100% + 26px);
            z-index: 4;
        }
    }*/
}

@media (max-width: 480px) {
  .reviews-slider {
    padding: 0 0 0 1.5em;
  }
}

.reviews-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .reviews-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reviews-slider__item img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 180px;
  width: 180px !important;
  height: 100%;
}

@media (max-width: 640px) {
  .reviews-slider__item img {
    width: 100% !important;
    height: 150px;
  }
}

.reviews-slider__item h3 {
  font-size: 18px;
}

.reviews-slider__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 1.5em;
  background: #fff;
}

.reviews-slider__item-content p {
  font-size: 14px;
}

.reviews-slider__item-content__date {
  margin-bottom: 1em;
  font-size: 9px;
  font-weight: 800;
}

.reviews-slider__item-content__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em 0 2em;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .reviews-slider__item-content__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reviews-slider__item-content__options-item svg {
  margin-right: 5px;
}

@media (max-width: 640px) {
  .reviews-slider__item-content__options-item {
    margin-top: 1em;
  }
}

.reviews-slider__item-content__name {
  margin-bottom: 1em;
  font-weight: bold;
}

@media (max-width: 991px) {
  .direction__media img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .direction__text {
    margin-top: 2em;
  }
  .direction__text img {
    width: 100%;
  }
}

.direction__text h3 {
  margin-bottom: 1em;
  font-weight: bold;
}

.contacts__text-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

@media (max-width: 575px) {
  .contacts__text-phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contacts__text-phone svg {
  margin-right: 10px;
  -webkit-filter: drop-shadow(0px 8px 18px rgba(104, 104, 104, 0.43));
  filter: drop-shadow(0px 8px 18px rgba(104, 104, 104, 0.43));
  fill: #e48000;
}

.contacts__text-phone a {
  font-size: 26px;
  font-weight: bold;
  color: #e48000;
  text-decoration: none;
}

.contacts__map {
  min-height: 100%;
  position: static;
}

@media (max-width: 991px) {
  .contacts__map {
    /* Позиционирование */
    position: relative;
    margin-top: 2em;
  }
}

.map {
  /* Позиционирование */
  /* position: absolute; */
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  /* Оформление */
  background: #f5f5f5;
}

@media (max-width: 991px) {
  .map {
    /* Позиционирование */
    position: relative;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    min-height: 470px;
  }
}

@media (max-width: 575px) {
  .map {
    min-height: 240px;
  }
}

.modal {
  text-align: center;
}

.modal .wpcf7-form-control-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.modal input:not([type=submit]),
.modal input:not([type=checkbox]),
.modal input:not([type=radio]),
.modal textarea {
  padding: 0.5em;
  border: 2px solid #c4c4c4;
  border-radius: 3px;
  text-align: center;
  min-width: 200px;
  width: 46%;
}

.modal input[type=submit] {
  margin-bottom: 2.4em;
  padding: 1.1em 0.5em;
  min-width: 200px;
  width: 46%;
  border: none;
}

.modal h4 {
  margin-bottom: 1.5em;
  line-height: 1.2;
}

.modal p {
  margin: 0 auto;
  width: 80%;
  font-size: 12px;
}

.modal-header {
  border: none;
}

footer {
  padding: 1.2em 0;
}

@media (max-width: 991px) {
  footer .container .footer__contacts {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .container .footer__contacts > * {
    margin-bottom: 1em;
  }
  footer .container .footer__button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .container .footer__phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 991px) and (max-width: 768px) {
  footer .container .footer__phone {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  footer .container > * {
    margin-bottom: 1em;
  }
}

footer .navbar .navbar-collapse {
  position: relative;
  width: auto;
}

@media (max-width: 768px) {
  footer .navbar .navbar-collapse {
    padding: 0;
  }
}

footer .navbar .navbar-collapse .navbar-nav {
  position: static;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .navbar .navbar-collapse .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

footer .navbar .navbar-collapse .navbar-nav li {
  /*padding: 0 4em;*/
}

footer .navbar .navbar-collapse .navbar-nav li a {
  font-weight: 800;
}

.footer__privacy {
  padding: 0 1em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__privacy {
    position: absolute;
    left: 0;
    top: 50%;
  }
}

.footer__privacy a {
  /* Типографика */
  font-size: 12px;
  color: #14acf2;
}

.footer__public {
  /* Блочная модель */
  width: 100%;
  padding: 1em 0;
  /* Типографика */
  font-size: 12px;
  text-align: center;
}
