.btn-blue-gradient {
  font-family: "Montserrat Bold";
  font-size: 14px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#0069f8), to(#00a1ff));
  background: linear-gradient(0deg, #0069f8 0%, #00a1ff 100%);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn-blue-gradient:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#0069f8), to(#00a1ff));
    background: linear-gradient(0deg, #0069f8 0%, #00a1ff 100%);
    color: #fff;
    opacity: 0.7; }

.btn-yellow-gradient {
  font-family: "Montserrat Bold";
  font-size: 14px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff9600), to(#fbaf38));
  background: linear-gradient(0deg, #ff9600 0%, #fbaf38 100%);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn-yellow-gradient:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff9600), to(#fbaf38));
    background: linear-gradient(0deg, #ff9600 0%, #fbaf38 100%);
    color: #fff; }

.btn-blue-bordered {
  font-family: "Montserrat Bold";
  font-size: 14px;
  color: #0093fd;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 2px solid #0093fd; }
  .btn-blue-bordered:hover {
    background: #0093fd;
    color: #fff; }

.modal-content {
  position: relative; }

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

.modal-header {
  padding-left: 0;
  padding-right: 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: 22px;
  line-height: 27px;
  font-family: "Montserrat Bold";
  color: #272727;
  text-align: center; }

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

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

.modal .form-offer {
  margin-bottom: 30px;
  font-family: "Montserrat Bold";
  font-size: 20px;
  text-align: center;
  line-height: 1.15;
  color: #272727; }
  @media (max-width: 767.98px) {
    .modal .form-offer {
      text-align: left;
      font-size: 18px; } }

.modal .form-control-wrap {
  display: block;
  margin-bottom: 15px; }

.modal .form-control {
  height: 60px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  background: #F2F6F8;
  border-radius: 6px;
  font-size: 16px;
  color: #9B9B9B;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (max-width: 767.98px) {
    .modal .form-control {
      height: 55px; } }
  .modal .form-control::-webkit-input-placeholder {
    color: #9B9B9B;
    opacity: 1; }
  .modal .form-control::-moz-placeholder {
    color: #9B9B9B;
    opacity: 1; }
  .modal .form-control:-ms-input-placeholder {
    color: #9B9B9B;
    opacity: 1; }
  .modal .form-control::-ms-input-placeholder {
    color: #9B9B9B;
    opacity: 1; }
  .modal .form-control::placeholder {
    color: #9B9B9B;
    opacity: 1; }

.modal .btn {
  display: block;
  width: 100%;
  height: 65px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .modal .btn {
      width: 100%;
      height: 55px;
      font-size: 16px; } }

.modal .form-text {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: #BFD0E0;
  text-align: center; }
  @media (max-width: 767.98px) {
    .modal .form-text {
      font-size: 14px; } }

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

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

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

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

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

* {
  outline: none !important; }

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

.blue {
  color: #0093fd; }

.bold {
  font-family: "Montserrat Bold"; }

.block-title {
  position: relative;
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 1.15;
  font-family: "Montserrat Black";
  color: #000;
  z-index: 10;
  text-align: center; }
  @media (max-width: 991.98px) {
    .block-title {
      margin-bottom: 35px; } }
  @media (max-width: 767.98px) {
    .block-title {
      margin-bottom: 30px;
      font-size: 24px;
      line-height: 1.3; } }
  .block-title--center {
    text-align: center; }
  .block-title small {
    display: block;
    margin-top: 20px;
    font-family: "Montserrat";
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .block-title small {
        font-size: 18px; } }

.header {
  position: relative;
  padding-top: 68px;
  padding-bottom: 110px; }
  @media (max-width: 991.98px) {
    .header {
      padding-bottom: 30px; } }
  .header__offer {
    position: relative;
    margin-top: 120px;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .header__offer {
        margin-top: 80px; } }
    @media (max-width: 991.98px) {
      .header__offer {
        margin-top: 50px; } }
    .header__offer-tagline {
      margin-bottom: 20px;
      font-size: 28px;
      text-transform: uppercase;
      letter-spacing: 2.3px;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .header__offer-tagline {
          text-align: center; } }
      @media (max-width: 767.98px) {
        .header__offer-tagline {
          font-size: 22px; } }
    .header__offer-title {
      margin-bottom: 10px;
      font-family: "Montserrat Bold";
      font-size: 32px;
      line-height: 1.25;
      color: #000; }
      @media (max-width: 1199.98px) {
        .header__offer-title {
          margin-bottom: 10px; } }
      @media (max-width: 991.98px) {
        .header__offer-title {
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px;
          text-align: center;
          font-size: 36px; } }
      @media (max-width: 767.98px) {
        .header__offer-title {
          margin-bottom: 15px;
          font-size: 20px;
          text-align: center; } }
    .header__offer .btn {
      width: 100%;
      max-width: 236px;
      height: 45px; }
  .header__features {
    margin-bottom: 25px; }
    @media (max-width: 991.98px) {
      .header__features {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    .header__features-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;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .header__features-item {
          width: 100%;
          margin-bottom: 20px; } }
      .header__features-item-icon {
        width: 14px;
        height: 14px; }
        .header__features-item-icon img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .header__features-item-title {
        position: relative;
        width: calc(100% - 22px);
        font-size: 16px;
        line-height: 1.2;
        color: #272727; }
        @media (max-width: 767.98px) {
          .header__features-item-title {
            font-size: 16px; } }
  @media (max-width: 991.98px) {
    .header__button {
      text-align: center; } }
  .header__img {
    position: absolute;
    left: calc(50% + 62px);
    bottom: 0; }
    @media (max-width: 991.98px) {
      .header__img {
        display: none; } }
    .header__img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.constructor {
  padding-bottom: 20px; }
  .constructor__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 460px;
    padding: 62px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(214, 214, 214, 0.25);
            box-shadow: 0px 0px 30px 5px rgba(214, 214, 214, 0.25);
    border-radius: 6px; }
    @media (max-width: 991.98px) {
      .constructor__wrap {
        height: auto; } }
    @media (max-width: 767.98px) {
      .constructor__wrap {
        padding: 15px; } }
    .constructor__wrap--thanks .constructor__current {
      display: none; }
    .constructor__wrap--thanks .constructor__question {
      display: none; }
    .constructor__wrap--thanks .constructor__answers {
      display: none; }
    .constructor__wrap--thanks .constructor__footer {
      display: none; }
    .constructor__wrap--thanks .construtor__thanks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .constructor__main {
    width: calc(100% - 320px); }
    @media (max-width: 991.98px) {
      .constructor__main {
        width: 100%; } }
  .constructor__aside {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px; }
    @media (max-width: 991.98px) {
      .constructor__aside {
        display: none; } }
    .constructor__aside-master {
      width: 100%;
      max-width: 250px;
      margin-bottom: 25px; }
      .constructor__aside-master img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .constructor__aside-call {
      width: 100%;
      font-size: 16px;
      line-height: 1.4;
      text-align: center; }
      .constructor__aside-call-phone {
        font-family: "Montserrat Bold";
        font-size: 24px;
        color: #000;
        text-decoration: none;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        .constructor__aside-call-phone:hover {
          color: #0093fd; }
      .constructor__aside-call-link {
        font-family: "Montserrat SemiBold";
        font-size: 16px;
        color: #0093fd;
        text-decoration: underline;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
        cursor: pointer; }
        .constructor__aside-call-link:hover {
          color: #0072c5; }
  .constructor__current {
    margin-left: 16px;
    font-family: "Montserrat Bold";
    font-size: 16px;
    line-height: 1.2;
    color: #272727;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .constructor__current {
        font-size: 14px;
        color: gray; } }
  .constructor__question {
    margin-bottom: 15px;
    font-family: "Montserrat Bold";
    font-size: 22px;
    line-height: 1.3; }
    @media (max-width: 767.98px) {
      .constructor__question {
        font-size: 18px; } }
  .constructor__answers-list-item {
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .constructor__answers-list-item--active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .constructor__answers-list-item .radio {
      width: calc(33.3333% - 24px);
      margin-right: 35px;
      margin-bottom: 32px;
      cursor: pointer; }
      .constructor__answers-list-item .radio--img input:checked + .radio-title {
        background: #FBFBFB !important;
        color: #272727 !important; }
      .constructor__answers-list-item .radio--img .radio-title {
        background: #FBFBFB;
        border-color: #FBFBFB; }
        .constructor__answers-list-item .radio--img .radio-title:hover {
          background: #FBFBFB;
          color: #272727; }
        .constructor__answers-list-item .radio--img .radio-title img {
          pointer-events: none; }
      .constructor__answers-list-item .radio--quarter {
        width: calc(25% - 27px); }
        @media (min-width: 992px) {
          .constructor__answers-list-item .radio--quarter:nth-of-type(3n+3) {
            margin-right: 35px !important; }
          .constructor__answers-list-item .radio--quarter:nth-of-type(4n+4) {
            margin-right: 0 !important; } }
      @media (min-width: 992px) {
        .constructor__answers-list-item .radio:nth-of-type(3n+3) {
          margin-right: 0; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .constructor__answers-list-item .radio {
          width: calc(50% - 13px);
          margin-right: 25px;
          margin-bottom: 25px; }
          .constructor__answers-list-item .radio:nth-of-type(2n+2) {
            margin-right: 0; } }
      @media (max-width: 767.98px) {
        .constructor__answers-list-item .radio {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .constructor__answers-list-item .radio input {
        display: none; }
      .constructor__answers-list-item .radio input:checked + .radio-title {
        background: #0093fd;
        border-color: #0093fd;
        color: #fff; }
      .constructor__answers-list-item .radio-title {
        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;
        height: 44px;
        font-family: "Montserrat SemiBold";
        font-size: 12px;
        color: #272727;
        text-align: center;
        background: transparent;
        border: 1px solid #0093fd;
        -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
        transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
        border-radius: 6px; }
        @media (max-width: 767.98px) {
          .constructor__answers-list-item .radio-title {
            font-size: 14px;
            height: 45px; } }
        .constructor__answers-list-item .radio-title:hover {
          background: #0093fd;
          border-color: #0093fd;
          color: #fff; }
    .constructor__answers-list-item .result-form {
      width: 100%;
      max-width: 420px;
      margin: 0 auto; }
    .constructor__answers-list-item .form-offer {
      margin-bottom: 30px;
      font-family: "Montserrat Bold";
      font-size: 20px;
      text-align: center;
      line-height: 1.15;
      color: #272727; }
      @media (max-width: 767.98px) {
        .constructor__answers-list-item .form-offer {
          text-align: left;
          font-size: 18px; } }
    .constructor__answers-list-item .form-control-wrap {
      display: block;
      margin-left: 36px;
      margin-right: 36px;
      margin-bottom: 15px; }
      .constructor__answers-list-item .form-control-wrap--no-margin {
        margin: 0; }
      @media (max-width: 767.98px) {
        .constructor__answers-list-item .form-control-wrap {
          margin-left: 0;
          margin-right: 0; } }
    .constructor__answers-list-item .form-control {
      height: 45px;
      width: 100%;
      padding-left: 24px;
      padding-right: 24px;
      background: #F2F6F8;
      border-radius: 6px;
      font-size: 16px;
      color: #9B9B9B;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media (max-width: 767.98px) {
        .constructor__answers-list-item .form-control {
          height: 55px; } }
      .constructor__answers-list-item .form-control::-webkit-input-placeholder {
        color: #9B9B9B;
        opacity: 1; }
      .constructor__answers-list-item .form-control::-moz-placeholder {
        color: #9B9B9B;
        opacity: 1; }
      .constructor__answers-list-item .form-control:-ms-input-placeholder {
        color: #9B9B9B;
        opacity: 1; }
      .constructor__answers-list-item .form-control::-ms-input-placeholder {
        color: #9B9B9B;
        opacity: 1; }
      .constructor__answers-list-item .form-control::placeholder {
        color: #9B9B9B;
        opacity: 1; }
    .constructor__answers-list-item .btn {
      display: block;
      width: calc(100% - 72px);
      height: 45px;
      margin-bottom: 20px;
      margin-left: 36px;
      margin-right: 36px;
      font-size: 14px; }
      @media (max-width: 767.98px) {
        .constructor__answers-list-item .btn {
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          height: 55px;
          font-size: 16px; } }
    .constructor__answers-list-item .form-text {
      width: 100%;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
      font-size: 12px;
      line-height: 1.2;
      color: #BFD0E0;
      text-align: center; }
  .constructor__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .constructor__footer {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 767.98px) {
      .constructor__footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .constructor__progress {
    background: #e8e8e8;
    width: 100%;
    border-radius: 6px; }
    .constructor__progress-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;
      margin-bottom: 25px; }
    .constructor__progress-dummy {
      position: relative;
      height: 6px;
      background: #0093fd;
      border-radius: 6px; }
  .constructor__actions-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    font-family: "Montserrat SemiBold";
    font-size: 12px;
    text-decoration: underline;
    color: #414141;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    cursor: pointer; }
    .constructor__actions-prev:hover {
      color: #0093fd; }
    @media (max-width: 767.98px) {
      .constructor__actions-prev {
        width: 100%;
        text-align: center; } }
  .constructor__actions-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FBFBFB;
    border-radius: 6px;
    font-family: "Montserrat Bold";
    font-size: 14px;
    text-align: center;
    color: #7A7A7A;
    cursor: not-allowed;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
    @media (max-width: 767.98px) {
      .constructor__actions-next {
        width: 100%;
        margin-right: 0; } }
    .constructor__actions-next:hover {
      background: #FBFBFB;
      color: #7A7A7A; }
    .constructor__actions-next--valid {
      background: #0093fd;
      color: #fff;
      cursor: pointer; }
      .constructor__actions-next--valid:hover {
        background: #00ADDE;
        color: #fff; }
    .constructor__actions-next svg path {
      fill: #fff; }
  .constructor__thanks {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -62px;
    margin-left: -62px;
    margin-bottom: -62px;
    margin-right: -62px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767.98px) {
      .constructor__thanks {
        margin: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .constructor__thanks-img {
      width: 40%; }
      @media (max-width: 767.98px) {
        .constructor__thanks-img {
          width: calc(100% + 30px);
          height: 200px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-left: -15px;
          margin-bottom: -15px;
          margin-right: -15px; } }
      .constructor__thanks-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .constructor__thanks-content {
      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;
      width: 60%;
      padding: 62px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .constructor__thanks-content {
          padding: 25px; } }
      @media (max-width: 767.98px) {
        .constructor__thanks-content {
          width: 100%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-bottom: 20px;
          padding: 20px 5px; } }
    .constructor__thanks-title {
      margin-bottom: 35px;
      font-family: "Montserrat Bold";
      font-size: 35px;
      line-height: 1;
      color: #272727; }
      @media (max-width: 991.98px) {
        .constructor__thanks-title {
          margin-bottom: 30px;
          font-size: 30px; } }
      @media (max-width: 767.98px) {
        .constructor__thanks-title {
          font-size: 24px; } }
    .constructor__thanks-desc {
      margin-bottom: 40px;
      font-size: 22px;
      line-height: 1.2;
      color: #272727; }
      @media (max-width: 991.98px) {
        .constructor__thanks-desc {
          margin-bottom: 30px;
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .constructor__thanks-desc {
          font-size: 16px; } }
    .constructor__thanks-discount {
      position: relative;
      display: inline-block;
      width: 100%;
      max-width: 228px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      font-size: 22px;
      line-height: 1.2;
      color: #272727; }
      @media (max-width: 991.98px) {
        .constructor__thanks-discount {
          margin-bottom: 30px;
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .constructor__thanks-discount {
          font-size: 16px; } }
      .constructor__thanks-discount-img {
        position: absolute;
        right: -10px;
        top: -29px;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
        .constructor__thanks-discount-img img {
          display: block;
          max-width: 100%;
          max-height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    .constructor__thanks .btn {
      padding-left: 85px;
      padding-right: 85px;
      height: 65px;
      font-size: 22px; }
      @media (max-width: 991.98px) {
        .constructor__thanks .btn {
          height: 55px;
          padding-left: 55px;
          padding-right: 55px;
          font-size: 16px; } }

.navigation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 16px 0;
  background: #fff;
  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; } }
  .navigation--static {
    position: static !important; }
  .navigation--scrolled {
    position: fixed;
    background: #fff; }
  .navigation.active {
    background: #fff; }
  @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;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      cursor: pointer; }
      .navigation__list-item a {
        display: inline-block;
        padding: 15px 25px;
        font-family: "Montserrat";
        font-size: 14px;
        color: #000;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        @media (max-width: 991.98px) {
          .navigation__list-item a {
            padding: 5px 15px; } }
      .navigation__list-item:hover a {
        color: #0093fd;
        text-decoration: none; }
      .navigation__list-item.active a {
        color: #0093fd; }
  .navigation__worktime {
    font-size: 14px;
    color: #000;
    white-space: nowrap; }
    @media (max-width: 1199.98px) {
      .navigation__worktime-col {
        display: none; } }
    .navigation__worktime img {
      display: inline-block;
      width: 18px;
      height: 20px;
      vertical-align: middle;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 8px; }
    .navigation__worktime-title {
      display: inline-block;
      font-family: "Montserrat SemiBold";
      font-size: 14px;
      line-height: 1.1;
      vertical-align: middle; }
      .navigation__worktime-title small {
        display: block;
        font-family: "Montserrat";
        font-size: 12px; }
  .navigation__contacts {
    text-align: right; }
    .navigation__contacts .btn {
      width: 168px;
      height: 55px; }
  .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: 64px;
    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:before {
          display: none; }
    .navigation__mobile .city-picker {
      margin-bottom: 20px;
      text-align: center; }
    .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: 35px;
    height: 27px;
    margin-right: 10px; }
    .logo__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .logo__text {
    font-family: "Montserrat";
    font-size: 15px;
    line-height: 1.2;
    color: #000; }
    .logo__text small {
      display: block;
      font-size: 12px; }

.price {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 991.98px) {
    .price {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .price__list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(33.33333% - 20px);
      margin-bottom: 30px;
      background: #fff;
      -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      padding: 55px; }
      @media (max-width: 1199.98px) {
        .price__list-item {
          padding: 30px; } }
      @media (max-width: 991.98px) {
        .price__list-item {
          width: calc(50% - 15px); }
          .price__list-item:last-of-type {
            margin-left: auto;
            margin-right: auto; } }
      @media (max-width: 767.98px) {
        .price__list-item {
          width: 100%;
          padding: 20px 15px; } }
      @media (min-width: 992px) {
        .price__list-item:nth-of-type(4), .price__list-item:nth-of-type(5) {
          width: calc(50% - 15px); }
          .price__list-item:nth-of-type(4) .price__list-item-icon, .price__list-item:nth-of-type(5) .price__list-item-icon {
            margin-bottom: 0; }
          .price__list-item:nth-of-type(4) .price__list-item-title, .price__list-item:nth-of-type(5) .price__list-item-title {
            margin-bottom: 0; }
          .price__list-item:nth-of-type(4) .price__list-item-repair, .price__list-item:nth-of-type(5) .price__list-item-repair {
            margin-top: 10px; } }
      .price__list-item .col-9, .price__list-item .col {
        padding: 0; }
        @media (max-width: 991.98px) {
          .price__list-item .col-9, .price__list-item .col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100% !important;
            max-width: none;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-flex: 1;
                -ms-flex: auto;
                    flex: auto; } }
      .price__list-item-icon {
        width: 36px;
        margin-bottom: 35px; }
        .price__list-item-icon img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .price__list-item-title {
        width: calc(100% - 48px);
        font-family: "Montserrat Bold";
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 35px; }
        .price__list-item-title small {
          display: block;
          margin-top: 10px;
          font-family: "Montserrat";
          font-size: 14px; }
      .price__list-item-cost {
        font-family: "Montserrat Bold";
        font-size: 16px;
        line-height: 1.2; }
      .price__list-item-repair {
        font-size: 14px;
        color: #0093fd;
        cursor: pointer;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
        line-height: 1.2; }
        .price__list-item-repair:hover {
          color: #0072c5; }

.reasons {
  padding-top: 20px;
  padding-bottom: 35px; }
  @media (max-width: 767.98px) {
    .reasons {
      padding-bottom: 15px; } }
  .reasons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .reasons__list-item {
      width: calc(33.33333% - 20px);
      padding: 37px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 6px; }
      @media (max-width: 991.98px) {
        .reasons__list-item {
          padding: 20px 15px;
          width: calc(33.33333% - 10px); } }
      @media (max-width: 767.98px) {
        .reasons__list-item {
          width: 100%;
          margin-bottom: 25px; } }
      .reasons__list-item-title {
        margin-bottom: 10px;
        font-family: "Montserrat Bold";
        font-size: 18px;
        line-height: 1.25;
        color: #fff; }
        @media (max-width: 767.98px) {
          .reasons__list-item-title {
            font-size: 17px; } }
      .reasons__list-item-desc {
        font-size: 14px;
        line-height: 1.3;
        color: #fff; }

.steps {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 767.98px) {
    .steps {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .steps__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;
      width: calc(50% - 50px);
      margin-bottom: 45px; }
      @media (max-width: 767.98px) {
        .steps__list-item {
          width: 100%;
          margin-bottom: 30px; } }
      .steps__list-item-number {
        width: 55px;
        font-family: "Montserrat Black";
        font-size: 54px;
        color: #0093fd;
        line-height: 1.1; }
      .steps__list-item-info {
        width: calc(100% - 60px); }
      .steps__list-item-title {
        margin-bottom: 3px;
        font-family: "Montserrat Bold";
        font-size: 24px;
        line-height: 1.2;
        color: #000; }
      .steps__list-item-desc {
        font-size: 16px;
        line-height: 1.3; }

.brands {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  z-index: 10; }
  .brands .block-title {
    margin-bottom: 15px; }
  .brands__container {
    position: relative;
    padding: 0 60px; }
    @media (max-width: 767.98px) {
      .brands__container {
        padding: 0 30px; } }
  .brands .swiper-container {
    width: 100%; }
  .brands__item {
    width: 100%;
    padding: 30px 15px; }
    .brands__item-img {
      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%;
      height: 200px;
      padding: 65px;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      background: #fff;
      margin-bottom: 30px; }
      @media (max-width: 1199.98px) {
        .brands__item-img {
          padding: 55px; } }
      @media (max-width: 991.98px) {
        .brands__item-img {
          height: 100px;
          padding: 5px 20px; } }
      @media (max-width: 767.98px) {
        .brands__item-img {
          margin-bottom: 20px;
          padding: 5px 30px; } }
      .brands__item-img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .brands .swiper-button-prev-unique,
  .brands .swiper-button-next-unique {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 29px;
    height: 48px;
    cursor: pointer;
    z-index: 20; }
    @media (max-width: 767.98px) {
      .brands .swiper-button-prev-unique,
      .brands .swiper-button-next-unique {
        width: 19px;
        height: 32px; } }
    .brands .swiper-button-prev-unique svg,
    .brands .swiper-button-next-unique svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      .brands .swiper-button-prev-unique svg path,
      .brands .swiper-button-next-unique svg path {
        -webkit-transition: fill 0.2s ease;
        transition: fill 0.2s ease; }
    .brands .swiper-button-prev-unique:hover path,
    .brands .swiper-button-next-unique:hover path {
      fill: #0093fd; }
  .brands .swiper-button-prev-unique {
    left: 0; }
    .brands .swiper-button-prev-unique svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .brands .swiper-button-next-unique {
    right: 0; }
  .brands .swiper-pagination {
    display: none;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .brands .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border: 1px solid #6f42c1;
      background: transparent;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease;
      opacity: 1; }
      @media (max-width: 575.98px) {
        .brands .swiper-pagination-bullet {
          width: 10px;
          height: 10px; } }
      .brands .swiper-pagination-bullet-active {
        background: #6f42c1; }
      .brands .swiper-pagination-bullet:last-of-type {
        margin-right: 0; }

.difficulties {
  padding-bottom: 20px; }
  .difficulties__wrap {
    position: relative;
    padding: 58px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .difficulties__wrap {
        padding: 20px 15px; } }
  .difficulties__title {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin-bottom: 15px;
    font-family: "Montserrat Black";
    font-size: 24px;
    line-height: 1.25;
    color: #000;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .difficulties__title {
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .difficulties__title {
        font-size: 20px; } }
  .difficulties__desc {
    position: relative;
    width: 100%;
    max-width: 540px;
    font-size: 20px;
    line-height: 1.25;
    z-index: 10; }
    @media (max-width: 1199.98px) {
      .difficulties__desc {
        font-size: 18px;
        max-width: 430px; } }
    @media (max-width: 991.98px) {
      .difficulties__desc {
        max-width: none;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .difficulties__desc {
        font-size: 14px; } }
  .difficulties__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 991.98px) {
      .difficulties__img {
        display: none; } }
    .difficulties__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.lead-magnet {
  padding-top: 20px;
  padding-bottom: 20px; }
  .lead-magnet__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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 60px;
    background: url("../img/lead-magnet.webp") center/cover no-repeat;
    border-radius: 6px; }
    @media (max-width: 767.98px) {
      .lead-magnet__wrap {
        padding: 20px 15px; } }
  .lead-magnet__title {
    margin-bottom: 10px;
    font-family: "Montserrat Black";
    font-size: 35px;
    color: #fff;
    line-height: 1.1; }
    @media (max-width: 991.98px) {
      .lead-magnet__title {
        font-size: 30px;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767.98px) {
      .lead-magnet__title {
        font-size: 22px; } }
  .lead-magnet__desc {
    font-family: "Montserrat Bold";
    font-size: 16px;
    color: #fff;
    line-height: 1.3; }
    @media (max-width: 991.98px) {
      .lead-magnet__desc {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .lead-magnet__info {
    width: calc(45% - 35px); }
    @media (max-width: 1199.98px) {
      .lead-magnet__info {
        width: calc(50% - 20px); } }
    @media (max-width: 991.98px) {
      .lead-magnet__info {
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
  .lead-magnet__form {
    width: calc(45% - 35px); }
    @media (max-width: 1199.98px) {
      .lead-magnet__form {
        width: calc(50% - 20px); } }
    @media (max-width: 991.98px) {
      .lead-magnet__form {
        width: 100%; } }
  .lead-magnet .form-inline {
    width: 100%;
    max-width: 408px; }
    @media (max-width: 991.98px) {
      .lead-magnet .form-inline {
        margin-left: auto;
        margin-right: auto; } }
    .lead-magnet .form-inline .form-control {
      width: 100%;
      height: 45px;
      border: 0;
      padding-left: 20px; }
      .lead-magnet .form-inline .form-control-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: -6px; }
        @media (max-width: 767.98px) {
          .lead-magnet .form-inline .form-control-wrap {
            width: 100%;
            margin-right: 0; } }
    .lead-magnet .form-inline .btn {
      width: 200px;
      height: 45px; }
      @media (max-width: 767.98px) {
        .lead-magnet .form-inline .btn {
          width: 100%; } }
    .lead-magnet .form-inline .form-text {
      width: 100%;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .lead-magnet .form-inline .form-text {
          text-align: center; } }

.reviews {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .reviews {
      padding-bottom: 0; } }
  .reviews .block-title {
    margin-bottom: 15px; }
  .reviews__container {
    position: relative;
    padding: 0 60px; }
    .reviews__container:before {
      content: "";
      position: absolute;
      left: 60px;
      top: 0;
      bottom: 0;
      width: 300px;
      background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(125, 185, 232, 0)));
      background: linear-gradient(to right, white 0%, rgba(125, 185, 232, 0) 100%);
      z-index: 10; }
      @media (max-width: 991.98px) {
        .reviews__container:before {
          display: none; } }
    .reviews__container:after {
      content: "";
      position: absolute;
      right: 60px;
      top: 0;
      bottom: 0;
      width: 300px;
      background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(125, 185, 232, 0)));
      background: linear-gradient(to left, white 0%, rgba(125, 185, 232, 0) 100%);
      z-index: 10; }
      @media (max-width: 991.98px) {
        .reviews__container:after {
          display: none; } }
    @media (max-width: 767.98px) {
      .reviews__container {
        padding: 0 30px; } }
  .reviews .swiper-slide {
    height: auto;
    padding: 40px 0; }
    .reviews .swiper-slide-next {
      position: relative;
      z-index: 10; }
      .reviews .swiper-slide-next .reviews__item {
        -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1); }
        @media (max-width: 991.98px) {
          .reviews .swiper-slide-next .reviews__item {
            -webkit-box-shadow: none;
                    box-shadow: none; } }
  .reviews .swiper-container {
    width: 100%; }
  .reviews__item {
    width: 100%;
    height: 100%;
    padding: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    transition: -webkit-box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out; }
    @media (max-width: 1199.98px) {
      .reviews__item {
        padding: 35px; } }
    @media (max-width: 767.98px) {
      .reviews__item {
        padding: 0; } }
    .reviews__item-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px; }
    .reviews__item-img {
      width: 33px;
      height: 33px;
      border-radius: 50%;
      overflow: hidden; }
      .reviews__item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .reviews__item-info {
      width: calc(100% - 43px); }
    .reviews__item-name {
      font-family: "Montserrat Bold";
      font-size: 15px;
      line-height: 1.2; }
    .reviews__item-date {
      font-size: 13px;
      line-height: 1.2; }
    .reviews__item-desc {
      font-size: 13px;
      line-height: 1.2; }
  .reviews .swiper-button-prev-unique,
  .reviews .swiper-button-next-unique {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 29px;
    height: 48px;
    cursor: pointer;
    z-index: 20; }
    @media (max-width: 767.98px) {
      .reviews .swiper-button-prev-unique,
      .reviews .swiper-button-next-unique {
        width: 19px;
        height: 32px; } }
    .reviews .swiper-button-prev-unique svg,
    .reviews .swiper-button-next-unique svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      .reviews .swiper-button-prev-unique svg path,
      .reviews .swiper-button-next-unique svg path {
        -webkit-transition: fill 0.2s ease;
        transition: fill 0.2s ease; }
    .reviews .swiper-button-prev-unique:hover path,
    .reviews .swiper-button-next-unique:hover path {
      fill: #0093fd; }
  .reviews .swiper-button-prev-unique {
    left: 0; }
    .reviews .swiper-button-prev-unique svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .reviews .swiper-button-next-unique {
    right: 0; }
  .reviews .swiper-pagination {
    display: none;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .reviews .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border: 1px solid #6f42c1;
      background: transparent;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease;
      opacity: 1; }
      @media (max-width: 575.98px) {
        .reviews .swiper-pagination-bullet {
          width: 10px;
          height: 10px; } }
      .reviews .swiper-pagination-bullet-active {
        background: #6f42c1; }
      .reviews .swiper-pagination-bullet:last-of-type {
        margin-right: 0; }

.contacts {
  padding-top: 20px;
  padding-bottom: 45px; }
  @media (max-width: 767.98px) {
    .contacts {
      padding-top: 0; } }
  .contacts__map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #7ec9ff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767.98px) {
      .contacts__map {
        position: static;
        width: 100%;
        height: 280px; } }
    .contacts__map-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 15px;
      padding-bottom: 15px;
      }
      @media (max-width: 991.98px) {
        .contacts__map-wrap {
          padding-left: 20px; } }
      @media (max-width: 767.98px) {
        .contacts__map-wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-left: 0;
          height: auto;
          padding: 0; } }
  .contacts__wrap {
    width: 100%;
/*    position: absolute;
    top: -47px;
    left: 20px;*/
    padding: 60px 42px 35px;
    padding-top: 60px;
    min-width: 360px;
    z-index: 10;
    background: #fff;
    border-right: 4px solid #0093fd;
    border-bottom: 4px solid #0093fd;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.16), inset -4.243px -4.243px 0px 0px rgba(0, 147, 253, 0.004);
            box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.16), inset -4.243px -4.243px 0px 0px rgba(0, 147, 253, 0.004); }
    @media (max-width: 991.98px) {
      .contacts__wrap {
        top: -20px;
        padding: 20px;
        padding-top: 40px;
        min-width: 260px; } }
    @media (max-width: 767.98px) {
      .contacts__wrap {
        position: static;
        width: 100%;
        margin-bottom: 20px; } }
  .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
    .contacts__item:nth-of-type(2) .contacts__item-icon {
      width: 30px;
      height: 30px;
      background: transparent;
      padding: 0; }
    .contacts__item-icon {
      width: 38px;
      height: 38px;
      background: #0093fd;
      border-radius: 50%;
      padding: 10px; }
      .contacts__item-icon img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .contacts__item-info {
      width: calc(100% - 48px); }
    .contacts__item-title {
      margin-bottom: 2px;
      font-size: 18px;
      line-height: 1.1; }
    .contacts__item-desc {
      font-family: "Montserrat Bold";
      font-size: 15px;
      line-height: 1.2; }
    .contacts__item-phone {
      font-family: "Montserrat Bold";
      font-size: 15px;
      line-height: 1.2;
      color: #000;
      text-decoration: none;
      -webkit-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      .contacts__item-phone:hover {
        color: #0093fd;
        text-decoration: none; }
    .contacts__item-sub {
      font-size: 12px;
      color: #cccccc;
      line-height: 1.2; }
  .contacts__phone {
    display: inline-block;
    font-family: "Montserrat Bold";
    font-size: 23px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .contacts__phone:hover {
      color: #dc3545;
      text-decoration: none; }
    .contacts__phone-text {
      margin-top: 1px;
      font-size: 14px;
      color: #818181;
      line-height: 1.2;
      text-align: center; }

.footer {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px; }
  @media (max-width: 1199.98px) {
    .footer {
      padding-bottom: 15px; } }
  @media (max-width: 767.98px) {
    .footer {
      text-align: center; } }
  .footer__worktime {
    font-size: 14px;
    color: #000;
    white-space: nowrap; }
    @media (max-width: 1199.98px) {
      .footer__worktime-col {
        display: none; } }
    .footer__worktime img {
      display: inline-block;
      width: 18px;
      height: 20px;
      vertical-align: middle;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 8px; }
    .footer__worktime-title {
      display: inline-block;
      font-family: "Montserrat SemiBold";
      font-size: 14px;
      line-height: 1.1;
      vertical-align: middle; }
      .footer__worktime-title small {
        display: block;
        font-family: "Montserrat";
        font-size: 12px; }
  .footer__callus .btn {
    height: 55px; }
  @media (max-width: 767.98px) {
    .footer__nav {
      margin-bottom: 15px;
      text-align: center; } }
  .footer__nav-item {
    display: inline-block;
    margin-right: 12px;
    font-family: "Montserrat Bold";
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    @media (max-width: 767.98px) {
      .footer__nav-item:last-of-type {
        margin-right: 0; } }
    .footer__nav-item:hover {
      color: #0093fd;
      text-decoration: none; }
  .footer__phone {
    font-family: "Montserrat Bold";
    font-size: 28px;
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    @media (max-width: 991.98px) {
      .footer__phone {
        font-size: 20px; } }
    .footer__phone:hover {
      text-decoration: none;
      color: #0093fd; }
  .footer__offer {
    margin-bottom: 0;
    margin-top: 35px;
    font-size: 14px;
    color: #000; }
    @media (max-width: 991.98px) {
      .footer__offer {
        font-size: 12px; } }
    @media (max-width: 767.98px) {
      .footer__offer {
        display: block;
        margin-top: 20px; } }
  .footer__policy {
    display: inline-block;
    margin-top: 35px;
    font-size: 14px;
    color: #000;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: underline; }
    @media (max-width: 991.98px) {
      .footer__policy {
        font-size: 12px; } }
    @media (max-width: 767.98px) {
      .footer__policy {
        display: block;
        text-align: center; } }
    .footer__policy:hover, .footer__policy:focus {
      color: #27a4ff; }
  @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*/
