.btn-yellow {
  font-family: "Circe Bold";
  font-size: 16px;
  color: #000;
  background: #f2a208; }
  .btn-yellow:hover {
    background: #c18106;
    color: #000; }

.btn-black-bordered {
  font-family: "Circe Bold";
  font-size: 14px;
  color: #000;
  background: transparent;
  border: 1px solid #000; }
  .btn-black-bordered:hover {
    background: #f2a208;
    border-color: #f2a208;
    color: #000; }

.modal-content {
  position: relative;
  background: #fff; }

.modal-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 70px 0; }

.modal .close {
  position: absolute;
  right: 25px;
  top: 20px; }

.modal-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0; }

.modal-title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 32px;
  font-family: "Circe Bold";
  text-align: center; }

.modal-subtitle {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Circe Bold";
  text-align: center; }

.modal form {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 20px; }

.modal .form-control {
  width: 100%;
  height: 43px;
  margin-bottom: 10px;
  border: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #f2a208;
  font-size: 14px; }

.modal .btn {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  height: 43px;
  font-family: "Circe";
  font-size: 14px; }

.modal .form-text {
  text-align: center;
  color: #000; }

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none; }

#order .modal-title {
  font-size: 18px;
  line-height: 1.15; }

#order .modal-header {
  padding-bottom: 0; }

.modal-problem {
  margin-bottom: 10px;
  padding: 40px 0;
  border: 1px solid #007bff;
  border-radius: 4px;
  text-align: center; }
  .modal-problem-itself {
    font-size: 13px; }
  .modal-problem-cost {
    font-size: 16px;
    color: #007bff; }

@font-face {
  font-family: 'Circe Light';
  src: local("Circe Light"), local("Circe-Light"), url("../fonts/Circe-Light.woff2") format("woff2"), url("../fonts/Circe-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Circe';
  src: local("Circe"), local("Circe-Regular"), url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Circe Thin';
  src: local("Circe Thin"), local("Circe-Thin"), url("../fonts/Circe-Thin.woff2") format("woff2"), url("../fonts/Circe-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Circe Bold';
  src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Circe ExtraBold';
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("../fonts/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Circe ExtraLight';
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("../fonts/Circe-ExtraLight.woff2") format("woff2"), url("../fonts/Circe-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: block; }

* {
  outline: none !important; }

body {
  padding-right: 0 !important;
  overflow-x: hidden;
  background: #fff; }

.yellow {
  color: #f2a208; }

.block-title {
  position: relative;
  margin-bottom: 45px;
  font-size: 32px;
  line-height: 1.15;
  font-family: "Circe ExtraBold";
  text-transform: uppercase;
  color: #000;
  text-align: center;
  z-index: 10; }
  .block-title small {
    display: block;
    font-family: "Circe";
    font-size: 16px;
    text-transform: none; }
    @media (max-width: 767.98px) {
      .block-title small {
        font-size: 14px; }
        .block-title small br {
          display: none; } }
  @media (max-width: 767.98px) {
    .block-title {
      margin-bottom: 30px;
      font-size: 25px;
      line-height: 1.1;
      text-align: center; } }
  .block-title--capitalized {
    font-size: 27px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .block-title--capitalized {
        font-size: 20px; } }
  .block-title--large-margin {
    margin-bottom: 90px; }
    @media (max-width: 991.98px) {
      .block-title--large-margin {
        margin-bottom: 40px; } }

.header {
  position: relative;
  min-height: 470px;
  padding-top: 68px;
  padding-bottom: 150px;
  background: #000000;
  overflow: hidden; }
  .header__master {
    position: absolute;
    left: calc(50% - 198px);
    bottom: 0;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .header__master {
        left: calc(50% - 100px); } }
    @media (max-width: 991.98px) {
      .header__master {
        display: none; } }
    .header__master img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  @media (max-width: 991.98px) {
    .header {
      min-height: 0;
      padding-top: 60px;
      padding-bottom: 60px;
      background-image: none !important;
      background: #202028; } }
  @media (max-width: 767.98px) {
    .header {
      min-height: 0;
      padding-bottom: 60px; } }
  .header__offer {
    position: relative;
    margin-top: 45px;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .header__offer {
        margin-top: 25px; } }
    @media (max-width: 767.98px) {
      .header__offer {
        margin-top: 20px; } }
    .header__offer-backtitle {
      position: relative;
      padding-top: 50px;
      margin-bottom: 30px;
      font-family: "Circe ExtraBold";
      font-size: 136px;
      line-height: 1.15;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .header__offer-backtitle {
          font-size: 120px; } }
      @media (max-width: 991.98px) {
        .header__offer-backtitle {
          padding-top: 25px;
          font-size: 45px; }
          .header__offer-backtitle br {
            display: none; } }
      @media (max-width: 767.98px) {
        .header__offer-backtitle {
          padding-top: 20px;
          font-size: 30px; } }
    .header__offer-tagline {
      position: relative;
      margin-bottom: 55px;
      font-size: 29px;
      line-height: 1.35;
      color: #fff;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .header__offer-tagline {
          margin-bottom: 38px; } }
      @media (max-width: 767.98px) {
        .header__offer-tagline {
          margin-bottom: 25px;
          font-size: 20px; } }
  .header .form-inline {
    position: relative;
    width: 100%;
    max-width: 465px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .header .form-inline {
        max-width: 333px;
        margin: 0 auto; } }
    .header .form-inline .form-control {
      width: 263px;
      height: 41px;
      padding-left: 24px;
      font-size: 14px;
      border: 1px solid #f2a208;
      background: transparent;
      color: #fff; }
      .header .form-inline .form-control::-webkit-input-placeholder {
        color: #fff;
        opacity: 1; }
      .header .form-inline .form-control::-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .header .form-inline .form-control:-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
      .header .form-inline .form-control::-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
      .header .form-inline .form-control::placeholder {
        color: #fff;
        opacity: 1; }
      @media (max-width: 991.98px) {
        .header .form-inline .form-control {
          width: 171px;
          padding-left: 15px; } }
      @media (max-width: 767.98px) {
        .header .form-inline .form-control {
          width: 100%;
          text-align: center;
          font-size: 16px; }
          .header .form-inline .form-control-wrap {
            display: block;
            width: 100%;
            max-width: 450px; } }
    .header .form-inline .btn {
      width: 180px;
      height: 41px; }
      @media (max-width: 991.98px) {
        .header .form-inline .btn {
          width: 150px; } }
      @media (max-width: 767.98px) {
        .header .form-inline .btn {
          width: 100%;
          max-width: 450px; } }
    .header .form-inline .form-text {
      width: 75%;
      margin-top: 0;
      font-size: 14px;
      color: #fff; }
      @media (max-width: 991.98px) {
        .header .form-inline .form-text {
          width: 100%; } }
      @media (max-width: 767.98px) {
        .header .form-inline .form-text {
          max-width: 400px;
          text-align: center; } }

.navigation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  background: transparent;
  z-index: 800;
  -webkit-transition: background 0.2s ease, padding 0.2s ease;
  transition: background 0.2s ease, padding 0.2s ease; }
  @media (max-width: 991.98px) {
    .navigation {
      position: fixed;
      -webkit-transition: none;
      transition: none;
      background: #fff; } }
  @media (max-width: 991.98px) {
    .navigation .logo__text {
      color: #000; }
      .navigation .logo__text small {
        color: #000; } }
  .navigation--static {
    position: static !important; }
  .navigation--scrolled {
    position: fixed;
    background: #191919; }
    .navigation--scrolled .navigation__city-picker-col {
      display: none; }
    .navigation--scrolled .navigation__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: none;
              transform: none; }
      .navigation--scrolled .navigation__contacts-phone {
        margin-right: 18px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        white-space: nowrap; }
      .navigation--scrolled .navigation__contacts .btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-shadow: 0px 3px 3.85px 1.15px rgba(38, 38, 38, 0.14);
                box-shadow: 0px 3px 3.85px 1.15px rgba(38, 38, 38, 0.14); }
  .navigation.active {
    background: #fff; }
  @media (max-width: 991.98px) {
    .navigation .navigation__city-picker-col {
      display: none; } }
  @media (max-width: 991.98px) {
    .navigation .navigation__list-col {
      display: none; } }
  .navigation__list {
    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;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .navigation__list-header .navigation__contacts {
        display: none; } }
    .navigation__list-item {
      position: relative;
      margin-right: 14px;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      cursor: pointer; }
      .navigation__list-item:last-of-type {
        margin-right: 0 !important; }
      .navigation__list-item a {
        font-family: "Circe Bold";
        font-size: 14px;
        color: #fff; }
      .navigation__list-item:last-of-type {
        margin-right: 0; }
      .navigation__list-item:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 2px;
        background: #f2a208;
        opacity: 0; }
      .navigation__list-item:hover:before {
        opacity: 1; }
      .navigation__list-item:hover a {
        color: #fff;
        text-decoration: none; }
      .navigation__list-item.active:before {
        opacity: 1; }
      .navigation__list-item.active a {
        color: #fff; }
  @media (max-width: 1199.98px) {
    .navigation .city-picker label {
      display: none; } }
  .navigation .city-picker select {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .navigation__contacts-phone {
    display: inline-block;
    font-family: "Circe Bold";
    font-size: 16px;
    color: #fff;
    text-decoration: underline; }
    @media (max-width: 1199.98px) {
      .navigation__contacts-phone {
        font-size: 16px;
        margin-right: 0; } }
    @media (max-width: 991.98px) {
      .navigation__contacts-phone {
        color: #000; } }
    .navigation__contacts-phone:hover {
      color: #fff;
      text-decoration: none; }
    .navigation__contacts-phone svg, .navigation__contacts-phone img {
      display: inline-block;
      padding-bottom: 2px;
      width: 11px;
      height: 11px;
      fill: #f2a208; }
  .navigation__contacts .btn {
    width: 195px;
    height: 39px;
    margin-bottom: 8px;
    font-size: 14px; }
  .navigation__hamburger {
    position: relative;
    display: none;
    vertical-align: middle;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .navigation__hamburger {
        display: inline-block; } }
    @media (max-width: 767.98px) {
      .navigation__hamburger {
        margin-left: 0; } }
    .navigation__hamburger span {
      position: relative;
      width: 36px;
      height: 3px;
      background: #000;
      display: block;
      margin-bottom: 8px;
      -webkit-transition: 0.35s;
      transition: 0.35s; }
      .navigation__hamburger span:nth-child(1) {
        -webkit-transform-origin: left;
                transform-origin: left; }
      .navigation__hamburger span:nth-child(2) {
        -webkit-transform-origin: center;
                transform-origin: center; }
      .navigation__hamburger span:nth-child(3) {
        margin-bottom: 0;
        -webkit-transform-origin: left;
                transform-origin: left; }
    .navigation__hamburger.navigation__hamburger--active span:nth-child(1) {
      -webkit-transform: rotate(43deg);
              transform: rotate(43deg);
      left: 2px; }
    .navigation__hamburger.navigation__hamburger--active span:nth-child(2) {
      -webkit-transform: rotate(317deg);
              transform: rotate(317deg);
      right: 3px; }
    .navigation__hamburger.navigation__hamburger--active span:nth-child(3) {
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }
  .navigation__mobile {
    position: fixed;
    left: 0;
    top: 62px;
    right: 0;
    bottom: 0;
    display: none;
    padding: 25px 0;
    background: #fff; }
    .navigation__mobile.active {
      display: block; }
    .navigation__mobile .navigation__list {
      margin-bottom: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .navigation__mobile .navigation__list-item {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        margin-right: 0; }
        .navigation__mobile .navigation__list-item a {
          color: #000; }
          .navigation__mobile .navigation__list-item a:hover {
            color: #000; }
        .navigation__mobile .navigation__list-item:before {
          display: none; }
    .navigation__mobile .city-picker {
      margin-bottom: 20px;
      text-align: center; }
      .navigation__mobile .city-picker .custom-select {
        background-color: #fff;
        color: #000; }
    .navigation__mobile .navigation__contacts {
      text-align: center; }
    .navigation__mobile .btn {
      margin: 0 auto;
      margin-top: 15px;
      width: 100%;
      max-width: 240px;
      font-size: 14px; }

.logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo:hover {
    text-decoration: none; }
  .logo__img {
    width: 39px;
    height: 45px;
    margin-right: 12px; }
    .logo__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .logo__text {
    font-family: "Circe Bold";
    font-size: 22px;
    line-height: 1.1;
    color: #fff; }

.city-picker label {
  display: inline-block;
  margin-right: 13px;
  color: #fff;
  font-family: "Circe Bold";
  font-size: 14px; }

.city-picker .custom-select {
  display: inline-block;
  width: 180px;
  height: 35px;
  font-family: "Circe Bold";
  font-size: 14px;
  color: #fff;
  border: 1px solid #f2a208;
  border-radius: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: url("../img/icons/select.png") no-repeat right 0.75rem center/7px 4px, transparent; }
  .city-picker .custom-select option {
    color: #000; }

.services {
  padding: 55px 0; }
  @media (max-width: 767.98px) {
    .services {
      padding-bottom: 10px; }
      .services__list > .services__list-item:nth-of-type(2) {
        margin: 0;
      }
    }
  .services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .services__list > .services__list-item:nth-of-type(2) {
      margin: 0 15px;
    }
    @media (max-width: 767px) {
      .services__list > .services__list-item:nth-of-type(2) {
        margin: 0;
      }
    }
    @media (max-width: 991.98px) {
      .services__list {
        width: 70%;
        margin: 0 auto; } }
    @media (max-width: 767.98px) {
      .services__list {
        width: 100%; } }
    .services__list-item {
      width: calc(25% - 20px); }
      @media (max-width: 991.98px) {
        .services__list-item {
          width: calc(50% - 25px);
          margin-bottom: 30px; } }
      @media (max-width: 767.98px) {
        .services__list-item {
          width: 100%;
          margin-bottom: 20px; } }
      .services__list-item-img {
        height: 118px;
        border: 1px solid #000; }
        .services__list-item-img img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .services__list-item-content {
        padding: 20px; }
        @media (max-width: 1199.98px) {
          .services__list-item-content {
            padding: 20px 0; } }
      .services__list-item-title {
        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;
        width: 100%;
        margin-bottom: 8px;
        height: 41px;
        padding: 0 15px;
        font-family: "Circe Bold";
        font-size: 14px;
        line-height: 1.1;
        text-align: center;
        color: #000;
        background: #f2a208;
        border-radius: 50px; }
        @media (max-width: 767.98px) {
          .services__list-item-title {
            padding: 0 45px; } }
      .services__list-item .btn {
        width: 100%;
        height: 41px; }

.price {
  padding: 40px 0;
  background: #f5f5f5; }
  .price__features {
    margin-bottom: 25px;
    padding: 0 60px; }
    @media (max-width: 991.98px) {
      .price__features {
        padding: 0;
        padding-right: 15px; } }
    @media (max-width: 767.98px) {
      .price__features {
        padding-right: 0; } }
    .price__features-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767.98px) {
        .price__features-list {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 86%;
          margin: 0 auto; } }
      .price__features-list-item {
        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: 767.98px) {
          .price__features-list-item {
            width: 100%;
            margin-bottom: 15px; } }
        .price__features-list-item-icon {
          width: 34px;
          height: 34px; }
          .price__features-list-item-icon img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .price__features-list-item-title {
          width: calc(100% - 45px);
          font-family: "Circe Bold";
          font-size: 20px;
          line-height: 1.1;
          white-space: nowrap; }
          @media (max-width: 991.98px) {
            .price__features-list-item-title {
              font-size: 16px; } }
  .price__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #000;
    background: #373841; }
    .price__list-item--heading {
      background: #15120b; }
    .price__list-item-col {
      padding: 18px 15px;
      font-family: "Circe Bold";
      font-size: 16px;
      line-height: 1.12;
      color: #fff; }
      @media (max-width: 767.98px) {
        .price__list-item-col {
          font-size: 14px;
          padding: 12px 12px; } }
      .price__list-item-col:nth-of-type(1) {
        width: 71%;
        padding-left: 60px;
        border-right: 1px solid #000; }
        @media (max-width: 767.98px) {
          .price__list-item-col:nth-of-type(1) {
            width: 57%;
            padding-left: 12px; } }
      .price__list-item-col:nth-of-type(2) {
        width: 8%;
        text-align: center;
        border-right: 1px solid #000; }
        @media (max-width: 767.98px) {
          .price__list-item-col:nth-of-type(2) {
            width: 15%; } }
      .price__list-item-col:nth-of-type(3) {
        width: 21%;
        text-align: center; }
        @media (max-width: 767.98px) {
          .price__list-item-col:nth-of-type(3) {
            width: 28%; } }
  .price__more {
    padding-top: 25px;
    padding-left: 60px; }
    @media (max-width: 767.98px) {
      .price__more {
        padding-left: 0; } }
    .price__more a {
      font-family: "Circe Bold";
      font-size: 16px;
      color: #373841;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      text-decoration: underline; }
      .price__more a:hover {
        color: #f2a208; }

.lead-magnet {
  position: relative;
  background: #f5f5f5; }
  @media (max-width: 767.98px) {
    .lead-magnet {
      background: #000; } }
  .lead-magnet__wrap {
    padding: 30px 0;
    background: #000; }
  .lead-magnet__img {
    position: absolute;
    left: calc(50% - 448px);
    bottom: 0; }
    @media (max-width: 991.98px) {
      .lead-magnet__img {
        display: none; } }
    .lead-magnet__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .lead-magnet__title {
    margin-bottom: 5px;
    font-family: "Circe ExtraBold";
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
    text-align: center; }
    @media (max-width: 767.98px) {
      .lead-magnet__title {
        font-size: 20px; } }
  .lead-magnet__offer {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    color: #fff; }
    @media (max-width: 767.98px) {
      .lead-magnet__offer {
        font-size: 16px; } }
  .lead-magnet form {
    width: 100%;
    max-width: 264px;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .lead-magnet form {
        max-width: none; } }
    .lead-magnet form .form-control {
      width: 100%;
      height: 41px;
      padding-left: 24px;
      font-size: 14px;
      border: 1px solid #f2a208;
      background: transparent; }
      .lead-magnet form .form-control::-webkit-input-placeholder {
        color: #fff;
        opacity: 1; }
      .lead-magnet form .form-control::-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .lead-magnet form .form-control:-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
      .lead-magnet form .form-control::-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
      .lead-magnet form .form-control::placeholder {
        color: #fff;
        opacity: 1; }
      @media (max-width: 767.98px) {
        .lead-magnet form .form-control {
          text-align: center;
          font-size: 16px; }
          .lead-magnet form .form-control-wrap {
            display: block;
            width: 100%; } }
    .lead-magnet form .btn {
      width: 100%;
      height: 41px; }
    .lead-magnet form .form-text {
      width: 100%;
      margin-top: 11px;
      font-size: 14px;
      line-height: 1.15;
      color: #fff;
      text-align: center; }

.cases {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f5f5f5; }
  @media (max-width: 991.98px) {
    .cases {
      padding-top: 45px; } }
  .cases .block-title {
    margin-bottom: 20px; }
  .cases__container {
    position: relative;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    padding: 0 85px; }
    @media (max-width: 767.98px) {
      .cases__container {
        padding: 0; } }
  .cases .swiper-slide {
    height: auto; }
  .cases__item {
    border: 1px solid #000; }
    .cases__item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cases .swiper-button-prev-unique,
  .cases .swiper-button-next-unique {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 12px;
    cursor: pointer;
    opacity: 0.9;
    background: #000;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 20;
    border-radius: 50%; }
    @media (max-width: 767.98px) {
      .cases .swiper-button-prev-unique,
      .cases .swiper-button-next-unique {
        opacity: 0.65; } }
    .cases .swiper-button-prev-unique svg,
    .cases .swiper-button-next-unique svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      .cases .swiper-button-prev-unique svg path, .cases .swiper-button-prev-unique svg polygon,
      .cases .swiper-button-next-unique svg path,
      .cases .swiper-button-next-unique svg polygon {
        fill: #fff; }
    .cases .swiper-button-prev-unique:hover,
    .cases .swiper-button-next-unique:hover {
      opacity: 1; }
  .cases .swiper-button-prev-unique {
    left: 0; }
    @media (max-width: 767.98px) {
      .cases .swiper-button-prev-unique {
        left: 15px; } }
    .cases .swiper-button-prev-unique svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .cases .swiper-button-next-unique {
    right: 0; }
    @media (max-width: 767.98px) {
      .cases .swiper-button-next-unique {
        right: 15px; } }
    .cases .swiper-button-next-unique svg {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  .cases .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .cases .swiper-pagination-bullet {
      width: 13px;
      height: 13px;
      margin-right: 10px; }
      @media (max-width: 575.98px) {
        .cases .swiper-pagination-bullet {
          width: 10px;
          height: 10px; } }
      .cases .swiper-pagination-bullet:last-of-type {
        margin-right: 0; }

.features {
  padding-bottom: 50px;
  background: #f5f5f5; }
  .features__wrap {
    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: 85px 200px;
    background: #000;
    border-radius: 4px; }
    @media (max-width: 1199.98px) {
      .features__wrap {
        padding: 85px 150px; } }
    @media (max-width: 991.98px) {
      .features__wrap {
        padding: 85px 40px; } }
    @media (max-width: 767.98px) {
      .features__wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 40px 20px; } }
  .features__icon {
    width: 78px; }
    @media (max-width: 767.98px) {
      .features__icon {
        margin-bottom: 20px; } }
    .features__icon img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .features__text {
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 1.24;
    color: #fff; }
    @media (max-width: 767.98px) {
      .features__text {
        width: 100%;
        text-align: center; } }

.reviews {
  padding-bottom: 45px;
  background: #f5f5f5; }
  @media (max-width: 767.98px) {
    .reviews {
      padding-bottom: 10px; } }
  .reviews__list-item {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px; }
    .reviews__list-item-img {
      width: 193px;
      height: 160px; }
      @media (max-width: 767.98px) {
        .reviews__list-item-img {
          width: 100%;
          height: 185px; } }
      .reviews__list-item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .reviews__list-item-content {
      width: calc(100% - 223px);
      padding: 24px 0; }
      @media (max-width: 767.98px) {
        .reviews__list-item-content {
          width: 100%; } }
    .reviews__list-item-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 12px; }
    .reviews__list-item-name {
      font-family: "Circe ExtraBold";
      font-size: 16px; }
      .reviews__list-item-name span {
        display: inline-block;
        margin-left: 15px;
        font-family: "Circe Light"; }
    .reviews__list-item-date {
      font-family: "Circe Bold";
      font-size: 12px; }
    .reviews__list-item-problem {
      margin-bottom: 13px;
      font-family: "Circe Light";
      font-size: 16px;
      line-height: 1.15; }
    .reviews__list-item-desc {
      font-size: 14px;
      line-height: 1.2; }

.contacts {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #000; }
  @media (max-width: 991.98px) {
    .contacts {
      padding-bottom: 20px; } }
  .contacts .block-title {
    color: #fff; }
  .contacts__text {
    font-size: 16px;
    color: #fff;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .contacts__text {
        margin-bottom: 35px; } }
    @media (max-width: 767.98px) {
      .contacts__text {
        text-align: center; } }
  .contacts__callus {
    text-align: center; }
    @media (max-width: 991.98px) {
      .contacts__callus {
        width: 100%;
        max-width: 290px;
        margin: 0 auto; } }
  .contacts__title {
    margin-bottom: 2px;
    font-family: "Circe Light";
    font-size: 16px;
    color: #fff; }
  .contacts__phone {
    display: inline-block;
    margin-bottom: 12px;
    font-family: "Circe ExtraBold";
    font-size: 22px;
    text-decoration: underline;
    color: #fff; }
    .contacts__phone:hover {
      color: #fff; }
  .contacts .btn {
    width: 100%;
    height: 41px;
    margin-bottom: 10px; }
  .contacts__policy {
    font-size: 14px;
    line-height: 1.2;
    color: #fff; }

.footer {
  padding-top: 25px;
  padding-bottom: 10px;
  background: #000; }
  @media (max-width: 991.98px) {
    .footer {
      padding-top: 50px; } }
  @media (max-width: 991.98px) {
    .footer {
      padding-top: 30px; } }
  .footer .logo__text {
    color: #fff; }
    .footer .logo__text small {
      color: #fff; }
  .footer__offer {
    margin-top: 18px;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 767.98px) {
      .footer__offer {
        display: block;
        text-align: center; } }
  .footer__policy {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: underline; }
    @media (max-width: 767.98px) {
      .footer__policy {
        display: block;
        text-align: center; } }
    .footer__policy:hover, .footer__policy:focus {
      color: white; }
  .footer .navigation {
    padding-top: 0;
    background: transparent !important; }
    .footer .navigation__list-item {
      margin-right: 28px; }
      @media (max-width: 991.98px) {
        .footer .navigation__list-item {
          margin-right: 20px; } }
      .footer .navigation__list-item a {
        color: #fff;
        font-size: 14px; }
      .footer .navigation__list-item:hover a {
        color: #fff; }
      .footer .navigation__list-item.active a {
        color: #fff; }
    .footer .navigation__contacts {
      display: inline-block;
      -webkit-transform: none;
              transform: none; }
      .footer .navigation__contacts-phone {
        margin-right: 18px;
        color: #fff;
        font-size: 16px; }
        @media (max-width: 1199.98px) {
          .footer .navigation__contacts-phone {
            margin-right: 0; } }
        .footer .navigation__contacts-phone svg path {
          fill: #f2a208; }
      .footer .navigation__contacts .btn {
        width: 168px; }
  @media (max-width: 767.98px) {
    .footer .logo {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
    .footer .navigation__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
    .footer .navigation__contacts {
      text-align: center; } }


/*# sourceMappingURL=style.css.map*/
