header {
  padding-top: 20px; }
  header .map {
    font-size: 0; }
    header .map li {
      vertical-align: middle; }
    header .map .city-select {
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: 700;
      font-size: 20px;
      padding-bottom: 5px;
      color: #5972aa;
      border-bottom: 1px dashed #000;
      text-decoration: none;
      transition: all 0.3s ease; }
      header .map .city-select:hover {
        border-bottom: 1px dashed transparent; }
    header .map .citys {
      position: relative; }
      header .map .citys .hidez {
        display: none;
        position: absolute;
        bottom: -40px;
        left: 0;
        font-size: 20px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        width: 100%;
        height: 100%; }
        header .map .citys .hidez.active {
          display: block; }
        header .map .citys .hidez ul {
          position: relative;
          z-index: 2222;
          text-align: left;
          background: #fff;
          border: 1px solid #ccc;
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px;
          padding: 15px; }
          header .map .citys .hidez ul a {
            color: #5972aa;
            border-bottom: 1px dashed #000;
            text-decoration: none;
            transition: all 0.3s ease; }
            header .map .citys .hidez ul a:hover {
              border-bottom: 1px dashed transparent; }
  header .phone p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700; }
    header .phone p:first-child {
      font-size: 30px;
      color: #5972aa; }
    header .phone p:last-child {
      font-size: 13px;
      color: #000; }
  header .back-call {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    background: #ff8f00;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px; }
    header .back-call:hover {
      text-decoration: none; }
    @media (max-width: 767.98px) {
      header .back-call {
        margin-top: 20px;
        margin-bottom: -70px; } }
  main h1 {
    font-weight: 700;
    font-size: 51px;
    margin-top: 85px;
    margin-bottom: 55px;
    color: #5972aa; }
    @media (max-width: 767.98px) {
      main h1 {
        margin-top: 35px;
        margin-bottom: 50px; } }
  main .text {
    font-size: 25px;
    color: #5972aa; }
  main .get-loan {
    display: inline-block;
    margin-top: 35px;
    font-weight: 600;
    font-size: 30px;
    background: #5972aa;
    color: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 50px; }
    @media (max-width: 767.98px) {
      main .get-loan {
        margin-bottom: 30px; } }
    main .get-loan:hover {
      text-decoration: none; }

main .conditions {
  margin-top: 75px; }
  @media (max-width: 767.98px) {
    main .conditions {
      margin-top: 20px; }
      main .conditions .row.mb-4 {
        margin-bottom: 0 !important; } }
  main .conditions h2 {
    font-weight: 700;
    font-size: 51px;
    color: #5972aa;
    margin-left: 50px; }
  main .conditions .bg {
    position: relative;
    background-image: url(../images/conditions-bg.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 70px;
    			/*&::before {
    				content: "";
    				display: block;
    				
    				
    
    				max-width: 1024px;
    			}*/ }
    @media (max-width: 767.98px) {
      main .conditions .bg {
        padding: 0;
        padding-top: 20px; } }
    main .conditions .bg .white {
      padding: 40px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
      main .conditions .bg .white p {
        margin: 0; }
        main .conditions .bg .white p:first-child {
          font-weight: 700;
          font-size: 30px;
          color: #000; }
          @media (max-width: 767.98px) {
            main .conditions .bg .white p:first-child {
              line-height: 30px; } }
        main .conditions .bg .white p:last-child {
          font-weight: 700;
          font-size: 18px;
          color: #747474; }
          @media (max-width: 767.98px) {
            main .conditions .bg .white p:last-child {
              margin-bottom: 10px; } }
      main .conditions .bg .white .top {
        margin-top: 80px;
        font-weight: 700;
        font-size: 40px;
        color: #000; }
        @media (max-width: 767.98px) {
          main .conditions .bg .white .top {
            font-size: 19px;
            margin-top: 40px; } }
 main .get-loan {
    display: inline-block;
    margin-top: 35px;
    font-weight: 600;
    font-size: 30px;
    background: #5972aa;
    color: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 50px; }
    @media (max-width: 767.98px) {
      header .get-loan {
        margin-bottom: 30px; } }
    header .get-loan:hover {
      text-decoration: none; }			
 main .text2 {
    font-weight: 700;
    font-size: 25px;
    color: #5972aa; }			
main .text {
  font-size: 19px;
  color: #000; }
  main .text h2 {
    font-size: 46px;
    font-weight: 700;
    color: #5972aa; }
  main .text p {
    margin: 0; }
    @media (max-width: 767.98px) {
      main .text p {
        font-size: 16px; } }
  main .text ul {
    margin: 0;
    padding: 0;
    list-style-position: inside; }
    @media (max-width: 767.98px) {
      main .text ul {
        font-size: 16px; } }
  main .text .first {
    /*img {
    	margin-right: 15px;
    }*/ }
main .what {
  margin-top: 45px; }
  @media (max-width: 767.98px) {
    main .what .row.mb-5 {
      margin-bottom: 0 !important; } }
  main .what h2 {
    font-size: 46px;
    font-weight: 700;
    color: #5972aa;
    margin-bottom: 65px; }
  main .what img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s ease; }
    main .what img:hover {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0);
      filter: none; }
  main .what p {
    margin: 0;
    font-weight: 600; }
    main .what p:first-child {
      font-size: 41px;
      color: #000; }
      @media (max-width: 767.98px) {
        main .what p:first-child {
          font-size: 25px; } }
    main .what p:last-child {
      font-size: 25px;
      color: #606060; }
      @media (max-width: 767.98px) {
        main .what p:last-child {
          font-size: 20px;
          margin-bottom: 15px; } }
main .documents {
  margin-top: 45px;
  font-size: 23px;
  color: #000; }
  main .documents h2 {
    font-size: 46px;
    font-weight: 700;
    color: #5972aa;
    margin-bottom: 85px; }
    @media (max-width: 767.98px) {
      main .documents h2 {
        margin-bottom: 25px; } }
  @media (max-width: 767.98px) {
    main .documents .doc {
      margin-bottom: 30px; } }
main .calculator {
  margin-top: 45px; }
  main .calculator h2 {
    font-size: 46px;
    font-weight: 700;
    color: #5972aa;
    margin-bottom: 45px; }
  main .calculator ul {
    font-size: 21px;
    color: #969996; }
    @media (max-width: 767.98px) {
      main .calculator ul li {
        display: block; } }
    main .calculator ul .inpt {
      position: relative;
      display: inline-block; }
      main .calculator ul .inpt::after {
        content: "\20BD";
        font-family: 'Open Sans', sans-serif;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        font-size: 21px;
        color: #969996; }
    main .calculator ul input, main .calculator ul select {
      border: 1px solid #e0e0e0;
      box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      max-width: 200px;
      padding: 10px;
      padding-right: 30px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    main .calculator ul select {
      border: 1px solid #e0e0e0;
      box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      padding: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  main .calculator .bg {
    background: #f5f7f4;
    padding: 50px 30px; }
  main .calculator .total {
    font-size: 25px; }
    main .calculator .total #month-summ {
      color: #9a0f4e; }
    main .calculator .total .srok {
      font-size: 18px;
      color: #969996; }
    main .calculator .total .get-loan {
      display: inline-block;
      margin-top: 35px;
      font-weight: 600;
      font-size: 25px;
      background: #5972aa;
      color: #fff;
      border-radius: 5px;
      box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
      padding: 10px 50px; }
      main .calculator .total .get-loan:hover {
        text-decoration: none; }
    main .calculator .total .get-konsul {
      font-size: 21px;
      color: #000;
      text-decoration: underline; }
      main .calculator .total .get-konsul:hover {
        text-decoration: none; }
main .request {
  margin-top: 45px; }
  main .request h2 {
    font-size: 46px;
    font-weight: 700;
    color: #5972aa; }
  main .request h3 {
    font-size: 37px;
    font-weight: 700;
    color: #000; }
  main .request .bg {
    padding: 40px;
    background: #5972aa; }
    main .request .bg input, main .request .bg button {
      width: 100%;
      padding: 10px 15px;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        main .request .bg input, main .request .bg button {
          font-size: 19px;
          margin-bottom: 10px; } }
    main .request .bg input {
      border: none;
      background: #fff; }
    main .request .bg button {
      margin: 0;
      background: #ff8f00;
      border: none;
      cursor: pointer; }

footer {
  padding: 40px 0;
  background: #666; }
  footer .text {
    font-weight: 600;
    font-size: 13px;
    color: #fff; }
  footer .mail {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      footer .mail {
        font-size: 20px; } }
  footer .phone {
    font-size: 40px;
    font-weight: 600;
    color: #fff; }
    @media (max-width: 767.98px) {
      footer .phone {
        font-size: 30px; } }
  footer .back-call {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    background: #ff8f00;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px; }
    footer .back-call:hover {
      text-decoration: none; }

.irs-bar {
  background: #5972aa !important;
  border-top: 1px solid #5972aa !important;
  border-bottom: 1px solid #5972aa !important; }

.irs-bar-edge {
  border: 1px solid #5972aa !important;
  background: #5972aa !important; }

.irs-single {
  background: #5972aa !important; }

@media (max-width: 767.98px) {
  .get-loan {
    font-size: 20px !important; }

  h1 {
    font-size: 28px !important; }

  h2 {
    margin-left: 0 !important;
    font-size: 25px !important; }

  h3 {
    font-size: 20px !important; } }
.modal-body {
  max-height: 400px;
  overflow-y: auto; }

.hide {
  display: none;
}
form.wpcf7-form.sent .rows {
  display: none;
}
form.wpcf7-form.sent .wpcf7-mail-sent-ok {
  text-align: center;
  border: none;
}
form.wpcf7-form.invalid .wpcf7-validation-errors {
  font-size: 0;
  height: 0;
  opacity: transparent;
  margin: 0;
  padding:0;
  border: none;
  visibility: hidden;
  display: none;
}
form.wpcf7-form.invalid .wpcf7-form-control-wrap input.wpcf7-not-valid,
form.wpcf7-form.invalid .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-bottom: 2px solid #f00;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
#responseMessage, #responseMessage2, #responseMessage3, #responseMessage4 {
    padding: 20px;
    margin: 10px 0;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

#responseMessage.success, #responseMessage2.success, #responseMessage3.success, #responseMessage4.success {
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
}

#responseMessage.error, #responseMessage2.error, #responseMessage3.error, #responseMessage4.error {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

/* Анимация появления */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}