@charset "UTF-8";
/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
/* Single property transition mixin */
/*--------- font-face ---------*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

html, body {
  height: 100%;
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type="search"],
input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="image"] {
  padding: 0;
  border: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  border: none;
}

input::-ms-clear {
  display: none;
}

.btn--full-reset {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.text-clip {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.grid {
  display: grid;
}

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

.bg-cover-center__mod {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txt-uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.disable {
  pointer-events: none !important;
}

.hand {
  cursor: pointer !important;
}

body {
  font-size: 14px;
  line-height: 20px;
  background: #F5F2FE;
  color: #080E29;
}

.container {
  width: 100% !important;
  padding-left: 16px;
  padding-right: 16px;
}

*:focus {
  outline: none !important;
}

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  display: block;
  font-family: 'Montserrat-Bold',sans-serif;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.calc-container * {
  font-family: 'Comfortaa', cursive;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.calc-hidden {
  display: none !important;
}

.calc-inp-matriza {
  outline: none;
  height: 34px;
  border: none;
  text-align: left;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-inp-matriza.active {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2px;
}

@media (max-width: 992px) {
  .calc-column-title h1 {
    text-align: right;
    font-size: 24px;
    margin-bottom: 35px;
    margin-right: -30px;
  }
}

@media (max-width: 767px) {
  .calc-column-title h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
    margin-right: 0px;
  }
}

@media (max-width: 450px) {
  .calc-column-title h1 {
    font-size: 22px;
  }
}

@media (max-width: 359px) {
  .calc-column-title h1 {
    margin-bottom: 15px;
  }
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-row .table-area {
  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;
}

[contentEditable=false]:empty::after {
  content: attr(data-text);
  color: hwb(0 45% 55%);
}

.calc-otp-table-header .table-area,
.calc-otp-table-footer .table-area {
  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;
}

.padtb {
  padding: 100px 0px 50px;
}

@media (max-width: 1346px) {
  .padtb {
    padding: 70px 0px;
  }
}

@media (max-width: 992px) {
  .padtb {
    padding: 50px 0px;
  }
}

@media (max-width: 425px) {
  .padtb {
    padding: 40px 0px;
  }
}

.calc-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

@media (max-width: 1240px) {
  .calc-container {
    width: 950px;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .calc-container {
    width: 700px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .calc-container {
    width: 425px;
    padding: 0 0px;
  }
}

@media (max-width: 450px) {
  .calc-container {
    width: 340px;
    padding: 0 0px;
  }
}

@media (max-width: 359px) {
  .calc-container {
    width: 300px;
    padding: 0 10px;
  }
}

.calc-container-column_title {
  margin-bottom: 36px;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #331B07;
}

@media (max-width: 992px) {
  .calc-container-column_title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .calc-container-column_title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media (max-width: 425px) {
  .calc-container-column_title {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

.calc-inps-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .calc-inps-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
}

.calc-inps-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33% - 7px);
}

.calc-inps-header-row:not(:last-child) {
  margin-right: 10px;
}

.calc-inps-header-row span {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #080E29;
  opacity: 0.5;
  margin-bottom: 10px;
  padding-left: 2px;
}

@media (max-width: 992px) {
  .calc-inps-header-row {
    margin-bottom: 30px;
  }
}

.calc-inp-matriza {
  border-radius: 4px;
  background: #fff;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .calc-inp-matriza {
    min-width: 120px;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .calc-inp-matriza {
    min-width: 100px;
    font-size: 10px;
  }
}

@media (max-width: 359px) {
  .calc-inp-matriza {
    min-width: 85px;
  }
}

input.calc-inp-matriza:hover, input.calc-inp-matriza:focus {
  background: #ece6e5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.calc-container-column_header {
  max-width: 482px;
  margin-bottom: 45px;
}

.calc-container-column_map {
  max-width: 482px;
  width: 100%;
}

.calc-container-column_calc {
  position: relative;
  margin-right: -40px;
}

@media (max-width: 1024px) {
  .calc-container-column_header {
    max-width: 100%;
  }
  .calc-container-column_calc {
    position: relative;
    margin: 0 auto;
  }
  .calc-container-column_buttons {
    top: -220px;
    left: 395px;
  }
}

@media (max-width: 992px) {
  .calc-container-column_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
    width: 100%;
  }
  .calc-container-column_header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .calc-container-column_calc {
    position: relative;
    top: 0px;
    right: -10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .calc-container-column_buttons {
    position: relative;
    top: -180px;
    left: 350px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 767px) {
  .calc-container-column_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
  .calc-container-column_header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-bottom: 0px;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
  .calc-container-column_calc {
    position: relative;
    top: 0px;
    right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .calc-container-column_buttons {
    position: relative;
    top: 30px;
    left: 33px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 450px) {
  .calc-container-column_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
  .calc-container-column_header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-bottom: 0px;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
  .calc-container-column_calc {
    position: relative;
    top: 0px;
    right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .calc-container-column_buttons {
    position: relative;
    top: 30px;
    left: -10px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 359px) {
  .calc-container-column_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
  .calc-container-column_header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-bottom: 0px;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
  .calc-container-column_calc {
    position: relative;
    top: 0px;
    right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .calc-container-column_buttons {
    position: relative;
    top: 25px;
    left: -10px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.calc-container__row {
  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;
}

.calc-inps-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 992px) {
  .calc-inps-buttons {
    /* min-width: 378px; */
  }
}

@media (max-width: 450px) {
  .calc-inps-buttons {
    min-width: 270px;
  }
}

.calc-download-button {
  min-width: 378px;
  height: 64px;
  border: 1px solid #B49378;
  background: #B49378;
  border-radius: 40px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 64px;
  margin-bottom: 0px;
}

.calc-download-button span {
  display: inline-block;
  font-family: "HK Grotesk", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  padding-right: 40px;
  background: url("../images/Union.svg") right no-repeat;
}

.calc-download-button:hover {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  border: 1px solid #B49378;
}

.calc-download-button:hover span {
  color: #B49378;
  background: url("../images/Union-braun.svg") right no-repeat;
}

@media (max-width: 1346px) {
  .calc-download-button {
    min-width: 320px;
  }
  .calc-download-button span {
    font-size: 16px;
    padding-right: 30px;
    background: url("../images/Union.svg") 100% 47%/15px 15px no-repeat;
  }
  .calc-download-button:hover span {
    color: #B49378;
    background: url("../images/Union-braun.svg") 100% 47%/15px 15px no-repeat;
  }
}

@media (max-width: 992px) {
  .calc-download-button {
    min-width: 330px;
    margin-right: 55px;
    margin-left: 15px;
  }
  .calc-download-button span {
    font-size: 16px;
    padding-right: 30px;
    background: url("../images/Union.svg") 100% 47%/17px 17px no-repeat;
  }
  .calc-download-button:hover span {
    background: url("../images/Union-braun.svg") 100% 47%/17px 17px no-repeat;
  }
}

@media (max-width: 767px) {
  .calc-download-button {
    margin-right: 0px;
  }
}

@media (max-width: 450px) {
  .calc-download-button span {
    font-size: 15px;
    padding-right: 30px;
    background: url("../images/Union.svg") 100% 50%/15px 15px no-repeat;
  }
  .calc-download-button:hover span {
    background: url("../images/Union-braun.svg") 100% 50%/15px 15px no-repeat;
  }
}

@media (max-width: 359px) {
  .calc-download-button {
    min-width: 290px;
  }
}

.calc-download-btn.calc-hidden {
  display: none;
}

.calc-download-btn, .calc-btn {
  position: static;
  height: 68px;
  border: 1px solid #665AA6;
  background: #ffffff;
  border-radius: 77px;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #665AA6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
  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;
}

.calc-download-btn:hover {
  background: #665AA660;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #FFFFFF;
}

.calc-btn {
  background: -o-linear-gradient(357.48deg, #665AA6 7.35%, #665AA6 92.47%);
  background: linear-gradient(92.52deg, #665AA6 7.35%, #665AA6 92.47%);
  color: #fff;
}

.calc-btn:hover {
  opacity: 0.7;
}

@media (max-width: 1346px) {
  .calc-download-btn {
    margin: 0px 0px 0px 0px;
    min-width: 215px;
    right: -40%;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .calc-download-btn {
    min-width: 330px;
    top: 90px;
    right: 55%;
  }
}

@media (max-width: 767px) {
  .calc-download-btn {
    right: 48%;
    top: 77px;
  }
}

@media (max-width: 450px) {
  .calc-download-btn {
    font-size: 15px;
    right: 48%;
  }
}

@media (max-width: 359px) {
  .calc-download-btn {
    min-width: 290px;
  }
}

.calc-matriza-svg {
  width: 743px;
  position: relative;
}

@media (max-width: 1346px) {
  .calc-matriza-svg {
    width: 580px;
  }
}

@media (max-width: 992px) {
  .calc-matriza-svg {
    width: 520px;
  }
}

@media (max-width: 767px) {
  .calc-matriza-svg {
    width: 425px;
  }
}

@media (max-width: 450px) {
  .calc-matriza-svg {
    width: 340px;
  }
}

@media (max-width: 359px) {
  .calc-matriza-svg {
    width: 300px;
  }
}

.calc-column-title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #080E29;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .calc-column-title {
    margin-right: 0px;
  }
}

.calc-otp-table-wrapper {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .calc-otp-table-wrapper {
    margin-bottom: 0px;
  }
}

.calc-otp-table {
  border-radius: 8px;
  overflow: hidden;
}

.calc-otp-table-header {
  background: #CCD3FF30;
}

.calc-otp-table-header .table-count {
  background: #CCD3FF;
}

@media (max-width: 767px) {
  .calc-otp-table-header .table-area_cell, .calc-otp-table-header .table-area_title {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 450px) {
  .calc-otp-table-header .table-area_cell, .calc-otp-table-header .table-area_title {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (max-width: 359px) {
  .calc-otp-table-header .table-area_cell, .calc-otp-table-header .table-area_title {
    font-size: 10px;
    font-weight: 500;
  }
}

.table-row .table-area, .table-row .table-count {
  height: 54px;
}

@media (max-width: 767px) {
  .table-row .table-area, .table-row .table-count {
    height: 70px;
  }
}

.table-area_title {
  width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding-left: 15px !important;
}

.table-area_title p {
  color: #000000;
  font-weight: 300;
}

.table-area_title p:first-child {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}

.table-area_title p:last-child {
  font-size: 9px;
  font-weight: 300;
  font-size: 9px;
  line-height: 130%;
}

@media (max-width: 1346px) {
  .table-area_title {
    width: 135px;
  }
}

@media (max-width: 767px) {
  .table-area_title {
    width: 175px;
  }
  .table-area_title p:first-child {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .table-area_title p:last-child {
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  .table-area_title {
    width: 130px;
  }
  .table-area_title p:first-child {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .table-area_title p:last-child {
    font-size: 12px;
  }
}

@media (max-width: 359px) {
  .table-area_title {
    width: 140px;
  }
  .table-area_title p:first-child {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .table-area_title p:last-child {
    font-size: 12px;
  }
}

.table-area_cell {
  width: 90px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

@media (max-width: 1346px) {
  .table-area_cell {
    width: 65px;
  }
}

@media (max-width: 992px) {
  .table-area_cell {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .table-area_cell {
    width: 70px;
  }
}

@media (max-width: 450px) {
  .table-area_cell {
    width: 55px;
  }
}

@media (max-width: 359px) {
  .table-area_cell {
    width: 45px;
  }
}

.table-count {
  width: 32px;
  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;
  color: #FFFFFF;
}

@media (max-width: 1346px) {
  .table-count {
    width: 28px;
  }
}

@media (max-width: 767px) {
  .table-count {
    width: 32px;
  }
}

@media (max-width: 450px) {
  .table-count {
    width: 26px;
  }
}

@media (max-width: 359px) {
  .table-count {
    width: 20px;
  }
}

.color-purple {
  background: rgba(136, 71, 163, 0.2);
}

.color-purple .table-count {
  background: #8847A3;
}

.color-blue {
  background: rgba(82, 109, 251, 0.2);
}

.color-blue .table-count {
  background: #526DFC;
}

.color-berez {
  background: rgba(71, 207, 221, 0.2);
}

.color-berez .table-count {
  background: #47CFDD;
}

.color-green {
  background: rgba(176, 222, 98, 0.2);
}

.color-green .table-count {
  background: #B0DE61;
}

.color-yellow {
  background: rgba(248, 234, 103, 0.2);
}

.color-yellow .table-count {
  background: #F8EA67;
}

.color-orange {
  background: rgba(250, 170, 75, 0.2);
}

.color-orange .table-count {
  background: #FAAA4B;
}

.color-red {
  background: rgba(238, 64, 65, 0.1);
}

.color-red .table-count {
  background: #EE4041;
}

.calc-otp-table-footer {
  background: #CCD3FF30;
}

.calc-otp-table-footer .table-count {
  background: #CCD3FF;
}

ul li {
  list-style: none;
}

.calc-list {
  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;
}

.calc-list .xl-col {
  width: 58%;
}

@media only screen and (max-width: 767px) {
  .calc-list .xl-col {
    width: 100%;
  }
}

.calc-list .md-col {
  width: calc(42% - 8px);
}

@media only screen and (max-width: 767px) {
  .calc-list .md-col {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .calc-list {
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .calc-list {
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 359px) {
  .calc-list {
    max-width: 300px;
  }
}

.calc-list-wrap {
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 23px;
}

.calc-list-span {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  padding-bottom: 15px;
  display: block;
}

@media (max-width: 992px) {
  .calc-list-span {
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (max-width: 359px) {
  .calc-list-span {
    font-size: 14px;
    margin-right: 10px;
    max-width: 180px;
  }
}

.calc-list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.calc-list-li {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.calc-list-li svg {
  width: 44px;
  height: 44px;
}

.calc-list-li:not(:last-child) {
  margin-right: 6px;
}

.calc-list-li_disable {
  opacity: 0;
}

@media (max-width: 992px) {
  .calc-list-li svg {
    width: 33px;
    height: 33px;
  }
}

.calc-container__slider {
  margin-top: 31px;
}

@media (max-width: 1024px) {
  .calc-container__slider {
    margin-top: 0px;
  }
}

.calc-container__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.calc-container__slide {
  background: rgba(102, 90, 166, 0.1);
  border-radius: 16px;
  padding: 32px;
}

@media (max-width: 1024px) {
  .calc-container__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-container-column_map {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .calc-otp-table-wrapper {
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .calc-container__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 8px;
  }
}

@media (max-width: 1346px) {
  .cards {
    margin-bottom: 0px;
  }
}

@media (max-width: 425px) {
  .cards {
    padding: 15px 30px !important;
  }
}

.cards__card-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cards__text {
  color: #665AA6;
}

.cards__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
}

@media (max-width: 425px) {
  .cards__title {
    margin-bottom: 5px;
  }
}

.cards__subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 17px;
  min-height: 88px;
}

@media only screen and (max-width: 767px) {
  .cards__subtitle {
    min-height: auto;
  }
}

.btns__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 0px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .btns__row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cards__calc {
  width: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.custom-card .cards__calc {
  width: 132px;
}

.custom-card .cards__calc_img::after {
  left: 130px;
}

.cards__calc_img {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cards__calc_img::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 19px;
  left: 97px;
  width: 70px;
  height: 50px;
  background: url("../images/group.svg") 0 0 no-repeat;
}

@media only screen and (min-width: 1025px) {
  .calc-container__slide.active .cards__text {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.cards__top {
  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;
  position: relative;
  margin-bottom: 10px;
}

.cards__circle {
  z-index: 5;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.cards__circle svg {
  width: 40px;
  height: 40px;
}

.cards__circle text {
  line-height: 1;
}

.cards__circle_abs {
  position: absolute;
  top: 25px;
  right: -102px;
}

.cards__circle_alone {
  position: relative;
  bottom: 23px;
}

.cards__bot {
  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;
}

.cards__calc.cards__calc_left.cards__calc_img {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1346px) {
  .swiper {
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .swiper {
    margin-top: 135px;
  }
}

.swiper .cards {
  max-width: inherit;
  height: auto;
}

.swiper button {
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  width: 60px;
  height: 60px;
}

@media (max-width: 992px) {
  .swiper button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .swiper button {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 450px) {
  .swiper button {
    width: 45px;
    height: 45px;
  }
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 32px;
  color: #000;
}

@media (max-width: 768px) {
  .swiper .swiper-button-prev::after,
  .swiper .swiper-button-next::after {
    font-size: 25px;
  }
}

@media (max-width: 425px) {
  .swiper .swiper-button-prev::after,
  .swiper .swiper-button-next::after {
    font-size: 22px;
  }
}

.swiper .swiper-button-prev::after {
  padding-right: 10px;
}

.swiper .swiper-button-next::after {
  padding-left: 10px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 66%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 992px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    top: 62%;
  }
}

@media (max-width: 450px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    top: 59%;
  }
}

@media (max-width: 992px) {
  .swiper .swiper-button-prev {
    left: 15px;
  }
}

@media (max-width: 450px) {
  .swiper .swiper-button-prev {
    left: 7px;
  }
}

@media (max-width: 992px) {
  .swiper .swiper-button-next {
    right: 15px;
  }
}

@media (max-width: 450px) {
  .swiper .swiper-button-next {
    right: 7px;
  }
}

@media (max-width: 425px) {
  .swiper-button-next.swiper-button-disabled {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width: 426px) {
  .swiper-button-prev.swiper-button-disabled {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width: 1346px) {
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc {
    width: 150px;
    padding-left: 55px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width: 992px) {
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc {
    width: 186px;
    padding-left: 75px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width: 450px) {
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc {
    width: 156px;
    padding-left: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .calc-container__slide.cards.swiper-slide.swiper-slide-active .cards__calc.cards__calc_left.cards__calc_img {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.calc-matriza-circles-d {
  position: absolute;
  top: 46.5%;
  right: 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .calc-matriza-circles-d.active .circle-d_d2, .calc-matriza-circles-d.active .circle-d_d3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 1346px) {
  .calc-matriza-circles-d {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .calc-matriza-circles-d {
    top: 46.7%;
  }
}

@media (max-width: 767px) {
  .calc-matriza-circles-d {
    top: 46.5%;
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  .calc-matriza-circles-d {
    font-size: 9px;
    top: 46.2%;
  }
}

@media (max-width: 359px) {
  .calc-matriza-circles-d {
    top: 46.5%;
    font-size: 7px;
  }
}

.circle-d {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.776471);
  display: inline-block;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  background-color: #ffffff;
}

@media (max-width: 1346px) {
  .circle-d {
    width: 28px;
    height: 28px;
    border: 2px solid rgba(0, 0, 0, 0.670588);
  }
}

@media (max-width: 992px) {
  .circle-d {
    border: 2px solid rgba(0, 0, 0, 0.670588);
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .circle-d {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 450px) {
  .circle-d {
    width: 17px;
    height: 17px;
    border: 1px solid rgba(0, 0, 0, 0.745098);
  }
}

@media (max-width: 359px) {
  .circle-d {
    width: 14px;
    height: 14px;
  }
}

.circle-d_d2 {
  margin-right: 8px;
}

@media (max-width: 450px) {
  .circle-d_d2 {
    margin-right: 6px;
  }
}

@media (max-width: 359px) {
  .circle-d_d2 {
    margin-right: 5px;
  }
}
