@charset "UTF-8";
.text-main {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
}

h1 {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  color: #232325;
}

h2 {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  /* identical to box height */
  color: #232325;
  margin: 0;
}

h3 {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
}

p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #232325;
}

.tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.tabs__caption li {
  font-family: SF Pro Display;
  font-style: normal;
  text-align: center;
  padding-top: 18px;
  width: 300px;
  height: 42px;
  background: #ffffff;
  border-radius: 1000px;
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #BDBDBD;
}

.tabs__caption li:hover {
  color: #BF2421;
  cursor: pointer;
}

.tabs__caption .active {
  background: #F2F2F2;
  font-weight: 800;
  color: #232325;
}

.tabs__caption .active:hover {
  color: #232325;
  cursor: default;
}

.tabs__content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.tabs__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-offer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 20%;
  padding: 60px 10px 60px 40px;
  border-right: solid;
  border-bottom: solid;
  border-color: #F7F7F7;
  border-width: 2px;
}

.card-offer-link:hover .card-name,
.card-offer-link:hover .card-prise {
  color: #617E8C;
}

.card-offer-link:nth-child(4n) {
  border-right: none;
}

.card-offer-link:nth-last-child(1),
.card-offer-link:nth-last-child(2) {
  border-bottom: none;
}

.tabs__content:nth-last-child(1) .card-offer-link:nth-last-child(3) {
  border-bottom: none;
}

.card-offer-link:nth-last-child(1) {
  border-right: none;
}

.card-discr {
  margin-left: 15px;
}

.card-discr p {
  margin-top: 0px;
  margin-bottom: 7px;
}

.back-icon-card-offer {
  background: #E8F2FD;
  border-radius: 1000px;
  border: none;
}

.icon-card-offer {
  padding: 14px;
  width: 32px;
  height: 32px;
  display: block;
  border: none;
}

.card-name {
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
}

.card-prise {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}

.card-old-prise {
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #828282;
}

.obrashenie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 74%;
}

.voskl {
  font-weight: 900;
  font-size: 38px;
  line-height: 45px;
  color: #BF2421;
  text-align: center;
}

.back-icon-card-offer {
  margin: 0 2%;
}

.voskl2 {
  display: block;
  max-width: 370px;
}

@media (max-width: 1340px) {
  .container {
    width: 85%;
  }
  .text-offer {
    width: 42%;
    padding-top: 50px;
  }
  .text-offer .text-main {
    margin: 30px 0;
    width: 93%;
  }
  .footer-links p {
    font-size: 14px;
    padding: 20px 0px;
    margin-left: 4px;
    width: 215px;
  }
  .card-offer-link {
    width: 25%;
  }
  .card-offer-link:nth-child(4n) {
    border-right: solid;
    border-bottom: solid;
    border-color: #F7F7F7;
    border-width: 2px;
  }
  .card-offer-link:nth-child(3n) {
    border-right: none;
  }
  .obrashenie {
    width: 60%;
  }
}

@media (max-width: 1100px) {
  .work-time {
    display: none;
  }
  .main-menu a {
    padding: 0 10px;
  }
  .footer-links p {
    width: 192px;
  }
}

@media (max-width: 991px) {
  .img-offer-mob {
    display: block;
    position: absolute;
    right: -2%;
    z-index: 1;
    bottom: -187px;
  }
  .img-offer {
    display: none;
  }
  .text-offer {
    width: 70%;
    padding-top: 60px;
  }
  .card-offer-link {
    width: 40%;
  }
  .card-offer-link:nth-child(3n) {
    border-right: solid;
    border-bottom: solid;
    border-color: #F7F7F7;
    border-width: 2px;
  }
  .card-offer-link:nth-child(2n) {
    border-right: none;
  }
  .obrashenie {
    width: 34%;
    -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;
    padding: 0 49px;
  }
  .obrashenie .icon-card-offer {
    display: none;
  }
  .voskl {
    margin-bottom: 0;
  }
  .voskl2 {
    text-align: center;
  }
  .order-step-list {
    -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;
  }
  .card-step {
    width: 43%;
    margin: 25px;
  }
  .footer-links p {
    padding: 8px 0px;
  }
  .menu,
  .header-tel-btn {
    display: none;
  }
  .work-time,
  .header-tel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .work-time .icon-work-time,
  .header-tel-btn .icon-work-time {
    display: none;
  }
  .menu-open {
    display: block;
    position: absolute;
    border: none;
    background: none;
    right: -4px;
  }
  .menu-open:focus {
    outline: none;
  }
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 100px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: -100vh;
    -webkit-transition: top 300ms ease-out 0.1s;
    transition: top 300ms ease-out 0.1s;
    z-index: 5;
  }
  .header .menu li {
    margin-bottom: 20px;
  }
  .header .menu.show-menu {
    top: 80px;
  }
  .header .menu .show-menu img {
    display: none;
  }
  .tabs__caption {
    /* -webkit-padding-start: 0;
            padding-inline-start: 0; */
    flex-direction: column;
    overflow: hidden;
  }

}

@media (max-width: 767px) {
  body {
    width: 94%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .container {
    width: 100%;
  }
  .banner {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  h2 {
    width: 77%;
    font-size: 26px;
    line-height: 31px;
  }
  .text-offer {
    width: 95%;
    padding: 150px 0 20px 20px;
  }
  .text-offer h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .text-main {
    font-size: 16px;
  }
  .img-offer-mob {
    top: -20px;
  }
  .tabs__caption {
    /* -webkit-padding-start: 0;
            padding-inline-start: 0; */
    flex-direction: column;
    overflow: hidden;
  }
  .tabs__caption li {
    font-size: 14px;
    line-height: 17px;
    padding: 14px 24px;
    min-width: 165px;
    height: 17px;
  }
  .card-offer-link {
    -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: 30%;
    padding: 29px;
  }
  .card-discr {
    margin-top: 10px;
  }
  .card-discr p {
    text-align: center;
  }
  .obrashenie {
    width: 42%;
    padding: 0px 9px;
  }
  .obrashenie .voskl {
    font-size: 24px;
    line-height: 29px;
  }
  .obrashenie .voskl2 {
    font-size: 14px;
  }
  .how-order {
    margin: 30px 0;
    padding: 20px;
  }
  .order-step-list {
    margin-top: 30px;
  }
  .card-step {
    width: 75%;
    margin: 22px 0px;
    padding: 0 30px 0 25px;
  }
  .adv-cards-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adv-card {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 7px 0;
  }
  .adv-card-discr {
    width: 75%;
  }
  .adv-card-discr h3 {
    margin: 0;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 20px;
  }
  .footer-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0px;
  }
  .footer-links p, .footer-links a {
    width: 80%;
  }
  .footer {
    margin-top: 30px;
    padding: 20px 0 20px;
    height: auto;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(196, 196, 196, 0.7);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
  margin: 0;
  padding: 0;
}

/* при отображении модального окно */
.modal:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  max-width: 600px;
  margin: 5% auto;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
}

/* свойства для блока, содержащего контент модального окна */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  outline: 0;
  padding: 50px;
}

/* свойства для заголовка модального окна */
.modal-header {
  display: box;
  padding: 90px 0 40px 0;
  margin-bottom: 60px;
}

.modal-header p {
  position: absolute;
  left: 28%;
  margin-top: 59px;
  margin-right: 50px;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

/* свойства для кнопки "Закрыть" */
.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #BF2421;
  text-decoration: none;
}

.btn-mod-back {
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #828282;
  background: #F2F2F2;
  border-radius: 1005px;
  padding: 18px 30px 18px 40px;
  position: absolute;
  top: 172px;
}

.btn-mod-back:before {
  content: '<';
  color: rgba(196, 196, 196, 0);
  background: url(../img/btn-back.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 23px;
}

.btn-pre-back {
  position: absolute;
  right: -15px;
  top: -15px;
  border: 3px solid #BF2421;
  border-radius: 100px;
  padding: 3px;
  width: 23px;
  height: 23px;
  text-align: center;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
  text-decoration: none;
  cursor: pointer;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
  max-width: 1440px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 50px 0px;
  overflow: hidden;
}

.modal-body .card-offer-link {
  -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;
  text-align: center;
  width: 40%;
}

.modal-body .card-offer-link p {
  margin-top: 25px;
}

.comm-pred-info {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 135.84%;
  /* or 19px */
  letter-spacing: 0.03em;
  color: #787878;
}

@media (max-width: 768px) {
  .modal-dialog {
    margin-top: 40px;
    width: 85%;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 25px;
  }
  .modal-content .container {
    width: 95%;
  }
  .modal-body .tabs__content {
    -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;
  }
  .modal-body .card-offer-link {
    width: 60%;
  }
  .modal-body .card-offer-link:nth-child(1) {
    border-right: none;
    border-bottom: solid;
    border-color: #F7F7F7;
    border-width: 2px;
    padding: 20px 0;
  }
  .modal-header {
    padding: 120px 0 20px 0;
  }
  .btn-mod-back {
    position: absolute;
    top: 40px;
  }
  .modal-header p {
    left: 3%;
    margin-top: 20px;
  }
  .tabs__caption li .active:focus {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}

.popap-cont {
  text-align: center;
  width: 95%;
  max-width: 470px;
  background: #E8F2FD;
  padding: 20px;
  border-radius: 10px;
}

.popap-cont .modal-content {
  padding: 40px 65px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popap-cont .modal-content .btn-pre-back {
  right: -35px;
  top: -35px;
}

.popap-cont .img-pop-fall,
.popap-cont .img-pop-ok {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.popap-cont h3 {
  margin: 30px auto;
}

form .popok {
  top: 60px;
}

@media (max-width: 768px) {
  .popap-cont {
    width: 80%;
  }
}

#toggle {
  position: relative;
  width: 40px;
  height: 36px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 10;
}

#toggle input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

#toggle input:checked + span {
  background: transparent;
  left: 0;
}

#toggle input:checked + span:after {
  -webkit-transform: rotate(45deg) translate(-1px, -12px);
          transform: rotate(45deg) translate(-1px, -12px);
  left: -7px;
}

#toggle input:checked + span:before {
  -webkit-transform: rotate(-45deg) translate(-4px, 16px);
          transform: rotate(-45deg) translate(-4px, 16px);
  left: -7px;
}

#toggle span {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #617E8C;
  margin-top: 10px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  left: 0;
  border-radius: 5px;
}

#toggle span:before, #toggle span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #617E8C;
  top: -12px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

#toggle span:after {
  top: 12px;
}

.modal-body-form {
  padding-bottom: 80px;
}

.docs-attach {
  padding-top: 25px;
}

p {
  margin: 0;
}

input,
select {
  padding: 14px;
  margin: 10px 0;
  color: #232325;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135.84%;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  outline: #CCCCCC;
  width: 100%;
}

.input-full-inf,
.input-base-inf {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-base {
  width: 30%;
  min-width: 240px;
  padding-top: 24px;
  margin-right: 3%;
  margin-top: 12px;
  position: relative;
}

.label-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.form-base input:focus,
.form-base select:focus {
  border: 1px solid #E8F2FD;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

input:focus ~ label p, label:focus p,
select:focus ~ label p, label:focus p {
  color: #617E8C;
}

input:focus ~ label a, label:focus a,
select:focus ~ label a, label:focus a {
  display: block;
}

.info {
  content: "i";
  color: #ffffff;
  background: #617E8C;
  border-radius: 100px;
  text-align: center;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  background: url(../img/info2.svg);
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

option {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 187.84%;
  letter-spacing: 0.03em;
  color: #232325;
}

option p:hover {
  cursor: pointer;
  background: #ffffff;
  color: #617E8C;
}

select {
  cursor: pointer;
  background: #ffffff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.file-upload input {
  display: none;
}

/* скрываем input file */
.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 12px;
  border-bottom: 1px solid #F7F7F7;
}

.file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 40px;
  width: 76%;
}

.file-upload .block-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  position: relative;
  min-height: 100px;
  width: 46%;
  border: 1px dashed #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding: 35px 40px 25px 35px;
  margin: 0 30px 30px 0;
}

.file-upload .block-file-upload:nth-child(3) {
  width: 100%;
}

.info-upload {
  content: "";
  background: url(../img/info.svg);
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.block-file-upload label {
  margin: 0px 25px 0px 0px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  font-size: 30px;
  text-align: center;
  color: #CCCCCC;
  cursor: pointer;
  line-height: 1.2em;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
}

.file-upload label:hover {
  color: #617E8C;
  border-color: #617E8C;
}

.txt-del {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 135.84%;
  /* or 16px */
  letter-spacing: 0.03em;
  color: #BF2421;
  margin-top: 4px;
  display: none;
}

.txt-file-dwnld {
  display: none;
}

.file-dwnld .txt-del,
.file-dwnld .txt-file-dwnld {
  display: block;
}

.file-dwnld .txt-file-upload {
  display: none;
}

.error-format input {
  border: 1px solid #BF2421;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.error-format .txt-error-format {
  display: block;
}

.txt-error-format {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 135.84%;
  letter-spacing: 0.03em;
  color: #BF2421;
  display: none;
}

.icon-error {
  display: block;
  content: "i";
  color: #ffffff;
  background: #617E8C;
  border-radius: 100px;
  text-align: center;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  background: url(../img/iconerror.svg);
  position: absolute;
  right: 10px;
  top: 50px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.discr-file-upload {
  cursor: default;
}

@media (max-width: 1340px) {
  .form-block {
    width: 90%;
  }
  .file-upload {
    width: 80%;
  }
  .file-upload .block-file-upload {
    width: 44%;
  }
}

@media (max-width: 991px) {
  .form-block {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .file-upload {
    width: 100%;
  }
  .file-upload .block-file-upload:before {
    margin: 0px 20px 0px 0px;
  }
}

@media (max-width: 655px) {
  .modal-body-form {
    padding-bottom: 100px;
  }
  .form-base {
    margin-right: 0;
  }
  .form-block,
  .form-base,
  input[type="text"] {
    width: 100%;
  }
  .info {
    display: block;
    background: url(../img/info.svg);
  }
  input:focus ~ label .info, label:focus .info,
  select:focus ~ label .info, label:focus .info {
    background: url(../img/info2.svg);
  }
  .file-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .file-upload {
    width: 100%;
  }
  .file-upload .block-file-upload {
    width: 100%;
    padding: 30px 15px 20px 30px;
    margin: 0 0px 10px 0;
  }
  .file-upload .btn-red {
    width: 100%;
  }
  p {
    font-size: 16px;
    line-height: 135.84%;
  }
}

.block-contacts {
  margin: 90px 0 90px 0;
}

.discr-contacts {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text-cont {
  width: 30%;
}

.text-cont p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 30px;
}

.map-marker {
  width: 60%;
}

@media (max-width: 991px) {
  .discr-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .discr-contacts img {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .block-contacts,
  .discr-contacts {
    margin: 0;
  }
  .text-cont {
    width: 100%;
  }
  .text-cont p {
    margin-top: 20px;
    font-size: 16px;
  }
}

body {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 1440px;
  width: 96%;
}

header {
  z-index: 20;
}

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

.container {
  width: 1110px;
  margin: 0 auto;
  cursor: default;
  /*header*/
}

.header-line {
  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;
  height: 60px;
  margin: 30px auto 20px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
}

.header-line p {
  font-size: 16px;
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu li {
  display: block;
  font-style: normal;
}

.menu li a {
  margin: 0 32px;
}

.menu li a:hover {
  color: #617E8C;
}

.work-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-work-time {
  padding: 0 18px;
}

.work-time-diskr {
  display: block;
  color: #999999;
}

.work-time-diskr .tt {
  color: #232325;
  font-weight: 600;
}

.header-tel-btn {
  width: 244px;
  min-width: 244px;
  height: 50px;
  background: #fcfcfc;
  border: none;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-tel-btn .icon-tel {
  margin: 9px 17px;
  border-radius: 100px;
}

.header-tel-btn .tel {
  font-weight: 700;
}

.header-tel-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-tel-btn:hover .icon-tel {
  -webkit-animation: phone-outer 1500ms infinite;
          animation: phone-outer 1500ms infinite;
}

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

.menu-open {
  display: none;
}

.btn-red {
  /* position: absolute; */
  width: 221px;
  height: 59px;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 19px 38px;
  background: #BF2421;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  /* Inside Auto Layout */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0;
}

.btn-red:hover {
  background: #A71C18;
}

.btn-red:active {
  background: #73110E;
}

.btn-red:focus {
  outline: none;
}

.banner {
  background: #E8F2FD;
  border-radius: 5px;
  min-height: 475px;
  margin-top: 70px;
  margin-bottom: 90px;
  padding: 20px;
  box-sizing: border-box;
}

.offer {
  position: relative;
  /* min-height: 475px; */
}

.text-offer {
  width: 50%;
  padding-top: 90px;
}

.text-offer h1 {
  margin: 0;
}

.text-offer .text-main {
  margin: 40px auto;
}

.img-offer-mob {
  display: none;
}

.img-offer {
  position: absolute;
  bottom: 0;
  right: -50px;
}

.how-order {
  background: #E8F2FD;
  border-radius: 5px;
  min-height: 573px;
  margin-top: 70px;
  margin-bottom: 90px;
  padding-top: 90px;
}

.order-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.card-step {
  background: #FFFFFF;
  position: relative;
  width: 22%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 39, 115, 0.05);
          box-shadow: 0px 15px 20px rgba(0, 39, 115, 0.05);
  border-radius: 5px;
  min-height: 377px;
  padding: 0 60px 0 25px;
}

.card-step:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 20px solid transparent;
  border-right: 20px solid #BF2421;
  border-bottom: 20px solid #BF2421;
  border-radius: 5px;
}

.how-num {
  position: absolute;
  top: -70px;
  right: 13px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 900;
  font-size: 144px;
  line-height: 136.34%;
  color: #617E8C;
}

.adv-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.adv-card {
  max-width: 22%;
}

.back-icon-card-adv {
  width: 60px;
  margin-left: 15px;
  background: #E8F2FD;
  border-radius: 1000px;
  border: none;
}

.icon-card-adv {
  margin-left: -15px;
}

.footer {
  background: #F2F2F2;
  border-radius: 5px;
  margin: 60px 0 30px 0;
  padding: 40px 0 60px 0;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 3%;
}

.footer-links p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
  padding: 20px 20px;
  margin: 0;
  margin-left: 10px;
  width: 220px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

@media (max-width: 1380px) {
  .container {
    width: 80%;
  }
  .main-menu a {
    padding: 0 10px;
  }
  .footer-links p {
    padding: 20px 0px;
    width: 215px;
  }
  .card-offer-link {
    width: 18%;
  }
  .obrashenie {
    width: 69%;
  }
}

@media (max-width: 1340px) {
  .container {
    width: 85%;
  }
  .text-offer {
    width: 42%;
    padding-top: 50px;
  }
  .text-offer .text-main {
    margin: 30px 0;
    width: 93%;
  }
  .footer-links p {
    font-size: 14px;
    padding: 20px 0px;
    margin-left: 4px;
    width: 215px;
  }
  .card-offer-link {
    width: 25%;
  }
  .card-offer-link:nth-child(4n) {
    border-right: solid;
    border-bottom: solid;
    border-color: #F7F7F7;
    border-width: 2px;
  }
  .card-offer-link:nth-child(3n) {
    border-right: none;
  }
  .obrashenie {
    width: 60%;
  }
  .tabs__content:nth-last-child(1) .card-offer-link:nth-last-child(3),
  .tabs__content:nth-last-child(1) .card-offer-link:nth-last-child(2) {
    border-bottom: 2px solid #F7F7F7;
  }
  .modal-body .tabs__content:nth-last-child(1) .card-offer-link:nth-last-child(3),
  .modal-body .tabs__content:nth-last-child(1) .card-offer-link:nth-last-child(2) {
    border-bottom: none;
  }
}

@media (max-width: 1100px) {
  .work-time {
    display: none;
  }
  .main-menu a {
    padding: 0 10px;
  }
  .footer-links p {
    width: 192px;
  }
}

@media (max-width: 991px) {
  .img-offer-mob {
    display: block;
    position: absolute;
    right: -2%;
    z-index: 1;
    bottom: -150px;
  }
  .img-offer {
    display: none;
  }
  .text-offer {
    width: 70%;
    padding-top: 60px;
  }
  .card-offer-link {
    width: 40%;
  }
  .card-offer-link:nth-child(3n) {
    border-right: solid;
    border-bottom: solid;
    border-color: #F7F7F7;
    border-width: 2px;
  }
  .card-offer-link:nth-child(2n) {
    border-right: none;
  }
  .obrashenie {
    width: 34%;
    -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;
    padding: 0 49px;
  }
  .obrashenie .icon-card-offer {
    display: none;
  }
  .voskl {
    margin-bottom: 0;
  }
  .voskl2 {
    text-align: center;
  }
  .order-step-list {
    -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;
  }
  .card-step {
    width: 43%;
    margin: 25px;
  }
  .footer-links p {
    padding: 8px 0px;
  }
  .menu,
  .header-tel-btn {
    display: none;
  }
  .work-time,
  .header-tel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .work-time .icon-work-time,
  .header-tel-btn .icon-work-time {
    display: none;
  }
  .menu-open {
    display: block;
    position: absolute;
    border: none;
    background: none;
    right: -4px;
  }
  .menu-open:focus {
    outline: none;
  }
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 100px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: -100vh;
    -webkit-transition: top 300ms ease-out 0s;
    transition: top 300ms ease-out 0s;
    z-index: 5;
  }
  .header .menu li {
    margin-bottom: 20px;
  }
  .header .menu.show-menu {
    top: 80px;
  }
  .header .menu .show-menu img {
    display: none;
  }
  .tabs__caption {
    /* -webkit-padding-start: 0;
            padding-inline-start: 0; */
            flex-direction: column;
            overflow: hidden;
  }

}


@media (max-width: 767px) {
  body {
    width: 94%;
    margin: 0 auto;
  }
  .container {
    width: 100%;
  }
  .banner {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  h2 {
    width: 77%;
    font-size: 26px;
    line-height: 31px;
  }
  .text-offer {
    width: 95%;
    padding: 150px 0 20px 20px;
  }
  .text-offer h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .text-main {
    font-size: 16px;
  }
  .img-offer-mob {
    top: -20px;
  }
  .tabs__content {
    margin-top: 0;
  }
  .tabs__caption {
    /* -webkit-padding-start: 0;
            padding-inline-start: 0; */
            flex-direction: column;
            overflow: hidden;
  }
  .tabs__caption li {
    font-size: 14px;
    line-height: 17px;
    padding: 14px 24px;
    min-width: 185px;
    height: 17px;
  }
  .card-offer-link {
    -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: 30%;
    padding: 29px;
  }
  .card-discr {
    margin-top: 10px;
  }
  .card-discr p {
    text-align: center;
  }
  .obrashenie {
    width: 42%;
    padding: 0px 9px;
  }
  .obrashenie .voskl {
    font-size: 24px;
    line-height: 29px;
  }
  .obrashenie .voskl2 {
    font-size: 14px;
  }
  .how-order {
    margin: 30px 0;
    padding: 20px;
  }
  .order-step-list {
    margin-top: 30px;
  }
  .card-step {
    width: 75%;
    margin: 22px 0px;
    padding: 0 30px 0 25px;
  }
  .adv-cards-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adv-card {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 7px 0;
  }
  .adv-card-discr {
    width: 75%;
  }
  .adv-card-discr h3 {
    margin: 0;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 20px;
  }
  .footer-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0px;
  }
  .footer-links p, .footer-links a {
    width: 80%;
  }
  .footer {
    margin-top: 30px;
    padding: 20px 0 20px;
    height: auto;
  }
  .modal-body .tabs__content:nth-child(1) .card-offer-link:nth-child(1) {
    border-bottom: 2px solid #F7F7F7;
  }
}

@media (max-width: 320px) {
  .banner {
    padding-bottom: 70px;
  }
}
/*# sourceMappingURL=main.css.map */
