@charset "UTF-8";
/*Шрифты*/
@font-face {
  font-family: 'Segoe UI';
  src: url(../fonts/SegoeUI.ttf) format("truetype");
}

/*Переменные*/
.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.z-10 {
  z-index: 10;
}

img {
  margin: 0 5px;
}

input[type=text].form-control {
  color: #ABAAAD;
}

input[type=text].form-control:focus {
  color: #212529;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.required::after {
  content: "*";
  color: red;
}

@media screen and (max-width: 1200px) {
  div.section-content div.commissions {
    padding-right: 10px;
  }
  div.section-content .input-box .address {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  div.combined-section .section {
    width: auto;
  }
  div.section-content div.input-box .hazBox {
    width: 50%;
  }
  div.section-content div.input-box .input-lines .form-label {
    font-size: 14px;
  }
  div.section-content div.input-box div.inpMortTax {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.section-content div.input-box div.inpMortTax input.form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  div.section-content div.commissions {
    padding-right: 30px;
  }
  div.section-content-five .indent {
    margin-bottom: 10px;
  }
  div.section-content-five .group-content-five {
    width: 100%;
  }
  div.section-content-five .group-content-five .content-five-text .fiveBox {
    width: 50%;
  }
  div.section-content-five {
    padding: 10px;
  }
  div.section-content-five .group-content-five {
    width: 100%;
    height: auto;
  }
  div.section-content-five .group-content-five:after {
    content: none;
  }
  div.section-content-five .group-content-five .content-five-text .flnumfive {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 20px;
    margin: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.section-content-five .group-content-five .content-five-text .flnumfive::after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border: 3px solid #46B4D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 2px 4px rgba(100, 178, 207, 0.1)) drop-shadow(0px 24px 60px rgba(100, 178, 207, 0.05)) drop-shadow(0px 12px 24px rgba(100, 178, 207, 0.05));
    filter: drop-shadow(0px 2px 4px rgba(100, 178, 207, 0.1)) drop-shadow(0px 24px 60px rgba(100, 178, 207, 0.05)) drop-shadow(0px 12px 24px rgba(100, 178, 207, 0.05));
    border-radius: 12px;
  }
  div.section-content-five .group-content-five .content-five-text .flnumfive p {
    padding-right: 10px;
  }
  div.section-content-five .group-content-five .content-five-text .p-text {
    width: 100%;
  }
  div.section-content-five .group-content-five .content-five-text input {
    width: 100%;
  }
}

@media screen and (max-width: 764px) {
  div.section-title .text-section {
    font-size: 22px;
    line-height: 26px;
  }
  div.section-title .number-section {
    margin-right: 15px;
  }
  div.section-content {
    margin: auto;
    padding: 20px;
  }
  div.section-content .date, div.section-content .commissions {
    margin: 0 -20px -20px;
    padding: 20px;
  }
  div.section-content .date div.info-text input, div.section-content .commissions div.info-text input {
    width: 100%;
    margin: 10px 0;
  }
  div.section-content .box-c-f {
    padding: 20px 30px;
  }
  div.section-content .input-box img {
    width: 15px;
  }
  div.section-content .input-box .text-c-f {
    margin-bottom: 10px;
  }
  div.section-content .input-box .names {
    width: 100%;
  }
  div.section-content .input-box .input-lines .form-label {
    font-size: 14px;
  }
  div.tabs {
    margin: auto;
  }
  div.tabs .nav-tabs li.nav-item {
    width: 100%;
  }
  .b-checkbox .checkboxes div.group-checkbox {
    width: 100%;
  }
  div.overTable {
    width: 100%;
    overflow-x: auto;
  }
  div.overTable table {
    margin-left: auto;
  }
  div.section-content-five {
    margin: 0;
  }
}

@media screen and (max-width: 425px) {
  div.combined-section .section .section-title .titlesc {
    margin-left: 0;
  }
  div.combined-section .section .section-content .input-box .address {
    width: 100%;
  }
  div.section-content div.number-section {
    width: 12%;
    height: 200%;
    font-size: 17px;
  }
  div.section-content div.text-section {
    font-size: 20px;
  }
  div.section-content .input-box .buyers-lines-1 {
    width: 100%;
  }
  div.section-content .input-box .buyers-lines-2 {
    width: 100%;
  }
  div.section-content-five .content-five-number .five-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 320px) {
  div.section-title div.number-section {
    width: 18%;
    font-size: 17px;
  }
}

a {
  text-decoration: none;
}

.combined-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.combined-section .section {
  width: 50%;
}

.combined-section .section .section-title .titlesc {
  margin-left: 70px;
}

.combined-section .section .section-content .input-box .address {
  width: 49%;
}

.section {
  margin-bottom: 40px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.section-title .number-section {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 21.7498px;
  line-height: 29px;
  border: 1px solid #46B4D3;
  background: #FFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  color: #46B4D3;
  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;
  margin-right: 25px;
  -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.15));
}

.section-title .number-section span {
  padding: 5px 14px;
}

.section-title .text-section {
  color: #3C4C59;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.tabs {
  padding: 10px;
  margin-left: 70px;
  background: #F4F7F9;
  border: 1px solid #F7FCFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: auto;
  height: 20%;
}

.tabs .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs .nav-tabs {
  border-bottom: none;
}

.tabs .nav-tabs .nav-item {
  width: 20%;
}

.tabs .nav-tabs .nav-item .nav-link {
  margin: auto;
  width: 100%;
  color: #46B4D3;
}

.tabs .nav-tabs .nav-item .nav-link:hover {
  border-color: #46B4D3;
  border-radius: 5px;
}

.tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #46B4D3;
  color: #FFFF;
  border: 1px solid #46B4D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

p.title-address {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #46B4D3;
  margin-top: 14px;
}

div.end {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 70px;
  border: 1px solid rgba(70, 180, 211, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
          box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
  border-radius: 12px;
  padding: 30px 30px 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-content .info {
  text-transform: none;
}

.section-content .date {
  border: 3px solid #46B4D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
          box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
  border-radius: 12px;
  margin: 0px -30px -10px -30px;
  padding: 20px 30px 20px 30px;
}

.section-content div.commissions {
  text-align: left;
  padding-right: 250px;
  margin: -30px -30px -10px -30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px 10px 30px;
}

.section-content div.commissions .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-content div.commissions .info-text input {
  width: 10%;
  border: none;
  background-color: #F4F7F9;
}

.section-content div.commissions .info-text input:focus-visible {
  outline: none;
}

.section-content .box-c-f {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 100px;
}

.section-content .marg {
  margin-bottom: 25px;
}

.section-content .input-box {
  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;
}

.section-content .input-box strong {
  margin-top: 20px;
}

.section-content .input-box .hazBox {
  width: 13%;
}

.section-content .input-box .hazBox input.BlueBoxInp {
  width: 100%;
  border: none;
  background-color: #FFF;
  margin: 0;
}

.section-content .input-box .hazBox input.BlueBoxInp:focus-visible {
  outline: none;
}

.section-content .input-box .hazBox p {
  font-weight: 600;
}

.section-content .input-box .names {
  width: 49%;
}

.section-content .input-box .address {
  width: 24%;
}

.section-content .input-box .address #InterestRate2st {
  margin-bottom: 15px;
}

.section-content .input-box .seller-first {
  width: 19%;
}

.section-content .input-box .seller-firstB {
  margin-top: 48px;
  width: 24%;
}

.section-content .input-box .seller-title {
  width: 19%;
}

.section-content .input-box .seller-scnd {
  margin-top: 30px;
  width: 32%;
}

.section-content .input-box .p-text {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #3C4C59;
  margin-right: 50px;
  width: 40%;
}

.section-content .input-box img {
  margin-left: 5px;
  margin-right: 5px;
}

.section-content .input-box .text-c-f {
  margin: 0;
  width: 30%;
}

.section-content .input-box .d-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-content .input-box .d-number .number-com {
  width: 40%;
}

.section-content .input-box .buyers-lines-1 {
  width: 49%;
}

.section-content .input-box .buyers-lines-2 {
  width: 50%;
}

.section-content .input-box .input-lines p {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3C4C59;
  margin-bottom: 2px;
}

.section-content .input-box .input-lines .desc {
  font-weight: 600;
}

.section-content .input-box .input-lines .inpMortTax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-content .input-box .input-lines .inpMortTax input {
  width: 90%;
}

.section-content .input-box .input-lines p.title-address {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
  color: #46B4D3;
  margin-top: 5px;
  margin-bottom: 10px;
}

.section-content .input-box .input-lines .form-control, .section-content .input-box .input-lines .form-select {
  background-color: #F4F7F9;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  height: calc(3.5rem + 2px);
}

.section-content .input-box .input-lines .form-label {
  color: #ABAAAD;
}

.p-number-bold {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 33px !important;
  color: #46B4D3 !important;
  margin: 0;
}

.flnumfive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}

.p-number {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #46B4D3;
  margin: 0;
}

.section-content-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F7F9;
  -webkit-box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
          box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
  border-radius: 12px;
  margin-left: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-content-five .indent {
  margin-bottom: 10px;
}

.section-content-five .group-content-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 182px;
  position: relative;
}

.section-content-five .group-content-five::after {
  content: ' ';
  width: 75%;
  height: 182px;
  position: absolute;
  right: 0;
  border: 3px solid #46B4D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(100, 178, 207, 0.1)) drop-shadow(0px 24px 60px rgba(100, 178, 207, 0.05)) drop-shadow(0px 12px 24px rgba(100, 178, 207, 0.05));
          filter: drop-shadow(0px 2px 4px rgba(100, 178, 207, 0.1)) drop-shadow(0px 24px 60px rgba(100, 178, 207, 0.05)) drop-shadow(0px 12px 24px rgba(100, 178, 207, 0.05));
  border-radius: 12px;
}

.section-content-five .group-content-five .content-five-text {
  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: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-content-five .group-content-five .content-five-text .fiveBox {
  width: 20%;
}

.section-content-five .group-content-five .content-five-text .fiveBox p {
  color: #46B4D3;
}

.section-content-five .group-content-five .content-five-text .p-text {
  margin-bottom: 0;
  width: 30%;
}

.section-content-five .group-content-five .content-five-text .p-number {
  cursor: pointer;
}

.section-content-five .group-content-five .content-five-text input {
  width: 100%;
  border: none;
  background-color: #F4F7F9;
}

.section-content-five .group-content-five .content-five-text input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-content-five .group-content-five .content-five-text select {
  border: none;
  background-color: #F4F7F9;
  width: 70%;
}

.section-content-five .content-five-number {
  border: 3px solid #46B4D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(100, 178, 207, 0.1)) drop-shadow(0px 24px 60px rgba(100, 178, 207, 0.05)) drop-shadow(0px 12px 24px rgba(100, 178, 207, 0.05));
          filter: drop-shadow(0px 2px 4px rgba(100, 178, 207, 0.1)) drop-shadow(0px 24px 60px rgba(100, 178, 207, 0.05)) drop-shadow(0px 12px 24px rgba(100, 178, 207, 0.05));
  border-radius: 12px;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 182px;
  width: 40%;
}

.section-content-five .content-five-number .five-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-five {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.b-checkbox {
  margin-left: 70px;
}

.b-checkbox .checkboxes {
  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;
}

.b-checkbox .checkboxes .group-checkbox {
  margin-bottom: 10px;
  width: 33%;
}

.b-checkbox .checkboxes .form-check {
  margin-top: 10px;
}

.b-checkbox .checkboxes .form-check .form-check-input {
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #46B4D3;
}

.b-checkbox .checkboxes .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.b-checkbox .checkboxes .form-check .form-check-input:checked {
  background-color: #46B4D3;
  background: #46B4D3;
}

.b-checkbox .checkboxes .form-check .form-check-label {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3C4C59;
}

.b-checkbox .title-checkbox {
  margin-bottom: 10px;
}

.tooltip .tooltip-inner {
  background-color: #46B4D3;
}

.tooltip div.tooltip-arrow::before {
  border-right-color: #46B4D3;
  border-left-color: #46B4D3;
  border-top-color: #46B4D3;
}

.tooltip #PercentTowardB .tooltip .tooltip-inner div.tooltop-arrow::before {
  border-right-color: #F00;
}

.overTable {
  width: 95%;
}

table {
  margin-top: 10px;
}

table.iksweb {
  width: 100%;
  border-spacing: 0;
  height: auto;
  border-radius: 5px;
  border-collapse: separate;
  -webkit-box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
          box-shadow: 0px 2px 4px rgba(100, 178, 207, 0.1), 0px 24px 60px rgba(100, 178, 207, 0.05), 0px 12px 24px rgba(100, 178, 207, 0.05);
  margin-left: 70px;
}

table.iksweb, table.iksweb td, table.iksweb, th {
  border-width: 1px !important;
  border: 1px solid #46B4D3;
}

table.iksweb td th, table.iksweb th {
  padding: 3px;
  width: 30px;
  height: 35px;
}

table.iksweb {
  color: #111111;
  font-weight: normal;
}

table.iksweb td {
  padding: 0.3rem 0.75rem;
}

#printTable, #printTableB, #printTableComb {
  width: 100%;
  height: 5%;
  border: none;
  background: none;
  margin: 10px;
}

#printTable img, #printTableB img, #printTableComb img {
  width: 3%;
  height: 2%;
}

.flrate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flrate p {
  margin-right: 10px;
}

select.form-select {
  border: none;
}

select.form-select:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.taxesBox {
  display: none;
}

.section-content div.commissions .info-text.hiddSec {
  display: none;
}

.annulProp {
  margin-left: 150px;
}

.annulProp #Annual {
  border: none;
  background: #FFF;
  margin-top: 35px;
}
/*# sourceMappingURL=style.css.map */