@charset "UTF-8";.basic-single {
  width: auto;
  min-width: 158px;
  margin-right: 5px;
}

.css-13cymwt-control {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #F5F5F5;
  cursor: pointer;
  justify-content: space-between;
  color: #222222;
}

.css-1u9des2-indicatorSeparator {
  display: none;
}

.select-wrap {
  z-index: 98;
}.pdf-chakra-wrapper {
  width: 510px;
  margin: 0 auto;
}

.pdf-chakra-svg text {
  font-family: Arial, sans-serif;
  fill: #0a1935;
  font-weight: bold;
}

.chakra.center {
  font-size: 22px;
}

.chakra.medium {
  font-size: 16px;
}

.chakra.small {
  font-size: 14px;
}

.chakra.micro {
  font-size: 12px;
}

.chakra.white {
  fill: #fff;
}@font-face {
  font-family: "Inter";
  src: url(https://lk.matrisa-sudbi.ru/assets/Inter-Regular-BpskOkD5.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(https://lk.matrisa-sudbi.ru/assets/Inter-Medium-BtfNrkJj.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(https://lk.matrisa-sudbi.ru/assets/Inter-SemiBold-C9_sHzqi.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(https://lk.matrisa-sudbi.ru/assets/Inter-Bold-BVTOCPiq.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Faberge";
  src: url(https://lk.matrisa-sudbi.ru/assets/Faberge-Regular-cSrhDmPX.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.select-wrap {
  margin-right: 5px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  color: #222222;
  background: #FCFCFC;
  letter-spacing: -0.5px;
}

.bodyStopScroll {
  overflow: hidden;
  height: 100vh;
}

button {
  outline: none;
  border: none;
  padding: 0;
  font-family: "Inter", sans-serif;
  transition: 0.3s all;
}

button:hover {
  cursor: pointer;
}

input, textarea, select, button {
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  transition: 0.3s all;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  transition: 0.3s all;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1252px;
  padding: 0 16px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: end;
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.show {
  display: flex !important;
}

.w-full {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.select {
  width: 100%;
  position: relative;
  font-weight: 500;
}

.select-head {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #F5F5F5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #222222;
}

.select-head span {
  opacity: 0.5;
}

.select-head span.active {
  opacity: 1;
}

.select-head svg {
  transition: 0.3s all;
}

.select-options {
  position: absolute;
  top: 105%;
  right: 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #F5F5F5;
  padding: 5px;
  display: none;
  z-index: 10;
}

.select .options {
  padding: 0 10px;
  max-height: 250px;
  overflow-y: scroll;
}

.select .options::-webkit-scrollbar {
  width: 4px;
  background: #DEDEDE;
  border-radius: 6px;
}

.select .options::-webkit-scrollbar-thumb {
  background: #c0bcbc;
  border-radius: 6px;
}

.select .options li {
  color: #222222;
  cursor: pointer;
  padding: 5px 0;
}

.select .options li:last-child {
  margin-bottom: 0;
}

.select .options li:hover {
  color: #106ACF;
}

.select .options .active {
  color: #106ACF;
}

.showSelect .select-head svg {
  transform: rotate(180deg);
}

.showSelect .select-options {
  display: block;
}

.check-box {
  display: flex;
  align-items: center;
}

.check-box input {
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.check-box input::before {
  content: url(../images/svg/no-check.svg);
}

.check-box input:checked::before {
  content: url(../images/svg/checked.svg);
}

.check-box label {
  font-weight: 500;
  cursor: pointer;
}

.input-box {
  width: 100%;
}

.input-box input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #F5F5F5;
  color: #222222;
  padding: 10px;
  transition: 0.3s all;
  font-size: 15px;
  font-weight: 500;
}

.input-box input::placeholder {
  opacity: 0.5;
}

.input-box input:focus {
  border-color: #106ACF;
}

.text-box {
  width: 100%;
  margin-bottom: 1.75rem;
}

.text-box textarea {
  width: 100%;
  border: 1px solid rgba(252, 252, 252, 0.2);
  background: transparent;
  transition: 0.3s all;
  height: 8.75rem;
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 150%;
  resize: none;
}

.text-box textarea:focus {
  border-color: rgba(252, 252, 252, 0.6980392157);
}

.btn {
  background-image: linear-gradient(to right, #106acf, #1970d4, #2076d8, #277cdd, #2e82e1);
  border: 1px solid #106ACF;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  transition: 0.3s all;
  white-space: nowrap;
  height: 50px;
}

.btn:hover {
  background-image: linear-gradient(to right, #1162bd, #1968c3, #206fc9, #2775ce, #2d7cd4);
  color: #fff;
}

.shadow {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
}

.title-text {
  font-family: "Faberge", sans-serif;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
}

.logo {
  display: inline-block;
}

.header {
  padding-top: 16px;
}

.header nav {
  display: flex;
}

.header nav .nav-list li {
  margin-right: 5px;
  white-space: nowrap;
}

.header nav .nav-list li:last-child {
  margin-right: 0;
}

.header nav .nav-list li a {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  transition: 0.3s all;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.04);
  display: flex;
}

.header nav .nav-list li a:hover {
  box-shadow: none;
  cursor: pointer;
}

.header nav .nav-list li a.active {
  background-image: linear-gradient(to right, #106acf, #1970d4, #2076d8, #277cdd, #2e82e1);
  border: 1px solid #106ACF;
  color: #fff;
}

.header nav .nav-list li a.active:hover {
  background-image: linear-gradient(to right, #1162bd, #1968c3, #206fc9, #2775ce, #2d7cd4);
  color: #fff;
}

.header .header-user {
  position: relative;
}

.header .header-user .user-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  cursor: pointer;
}

.header .header-user .user-avatar img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.header .header-user .user-box {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  font-weight: 500;
  position: absolute;
  top: 120%;
  right: 0;
  width: 302px;
  display: none;
  animation: animUserBox 0.3s linear;
  z-index: 99;
}

.header .header-user .user-box .user-top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.062745098);
}

.header .header-user .user-box .user-top .user-avatar {
  margin-right: 9px;
}

.header .header-user .user-box .user-top .user-name {
  display: inline-block;
  margin-bottom: 5px;
}

.header .header-user .user-box .user-top .user-email {
  opacity: 0.4;
}

.header .header-user .user-box .user-nav li {
  font-weight: 500;
  margin-bottom: 20px;
}

.header .header-user .user-box .user-nav li a:hover {
  color: #0287d4;
}

.header .header-user .user-box .user-nav li .nav-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.header .header-user .user-box .user-nav li .nav-btn svg {
  transition: 0.3s all;
}

.header .header-user .user-box .user-nav li .clicked {
  color: #0287d4;
}

.expMeaning-info li {
  list-style: inside;
}

.header .header-user .user-box .user-nav li .clicked svg {
  transform: rotate(180deg);
}

.header .header-user .user-box .user-nav li .nav-list {
  margin-top: 20px;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}

.header .header-user .user-box .user-nav li .nav-list:last-child {
  margin-bottom: 20px;
}

.header .header-user .user-box .logout {
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.3s all;
}

.header .header-user .user-box .logout svg {
  margin-right: 10px;
}

.header .header-user .user-box .logout:hover {
  opacity: 1;
}

@keyframes animUserBox {
  from {
    top: 100%;
  }
  to {
    top: 120%;
  }
}
.header .showUserBox .user-box {
  display: block;
}

main {
  margin-top: 40px;
}

main .sec-calculate .calculate {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
}

main .sec-calculate .calculate .gender-box {
  display: flex;
  align-items: center;
  min-width: 150px;
  height: 50px;
  overflow: hidden;
  margin: 0 5px;
}

main .sec-calculate .calculate .gender-box .gender__btn {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

main .sec-calculate .calculate .gender-box .gender__btn input {
  appearance: none;
}

main .sec-calculate .calculate .gender-box .gender__btn span {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  border: 1px solid #DEDEDE;
}

main .sec-calculate .calculate .gender-box .gender__btn span img {
  margin-right: 4px;
}

main .sec-calculate .calculate .gender-box .gender__btn input:checked ~ span {
  background: #b8e5ff;
  border-color: #0287D4;
}

main .sec-calculate .calculate .gender-box .gender__btn:first-child span {
  border-radius: 10px 0 0 10px;
}

main .sec-calculate .calculate .gender-box .gender__btn:last-child span {
  border-radius: 0 10px 10px 0;
}

main .sec-calculate .calculate .select {
  width: auto;
  min-width: 158px;
  margin-right: 5px;
}

main .sec-calculate .calculate .calc__btn {
  width: auto;
  min-width: 198px;
}

main .sec-calculate .calculate-item {
  margin-right: 20px;
}

main .sec-calculate .calculate-item .item-title {
  font-weight: 500;
  white-space: nowrap;
  min-width: 110px;
}

main .sec-calculate .calculate-item .input-box {
  margin-right: 5px;
}

main .sec-calculate .calculate-item .input-box:last-child {
  margin-right: 0;
}

main .sec-health {
  margin: 30px 0 40px;
}

main .sec-health .health-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 28px;
}

.compability-health-cards {
  display: flex;
  gap: 20px;
}
.compability-health-cards .health-item {
  grid-template-columns: repeat(2, 1fr) !important;
}

main .sec-health .health-item .item {
  border-radius: 10px;
  padding: 24px 18px;
  background: #fff;
}

.pdf-mode {
  background: white;
}
.pdf-mode .print__btn, .pdf-mode .download_pdf {
  display: none;
}
.pdf-mode .scheme img {
  display: none;
}
.pdf-mode .expMeaning {
  border: none !important;
}
.pdf-mode .sec-expMeanings {
  margin-top: 20px;
}
.pdf-mode .health-item {
  text-align: center;
}
.pdf-mode .expMeaning-num {
  background: none !important;
  color: #000 !important;
  margin-right: 20px;
  border: none !important;
}
.pdf-mode .sec-expMeanings, .pdf-mode .sec-health, .pdf-mode .sec-matrix {
  flex-wrap: wrap;
}
.pdf-mode .sec-expMeanings .health-box, .pdf-mode .sec-expMeanings .health-table, .pdf-mode .sec-expMeanings .matrix, .pdf-mode .sec-health .health-box, .pdf-mode .sec-health .health-table, .pdf-mode .sec-health .matrix, .pdf-mode .sec-matrix .health-box, .pdf-mode .sec-matrix .health-table, .pdf-mode .sec-matrix .matrix {
  width: 100%;
}
.pdf-mode .sec-expMeanings .health-box td, .pdf-mode .sec-expMeanings .health-table td, .pdf-mode .sec-expMeanings .matrix td, .pdf-mode .sec-health .health-box td, .pdf-mode .sec-health .health-table td, .pdf-mode .sec-health .matrix td, .pdf-mode .sec-matrix .health-box td, .pdf-mode .sec-matrix .health-table td, .pdf-mode .sec-matrix .matrix td {
  text-align: center !important;
}
.pdf-mode .sec-expMeanings .expMeaning-head svg, .pdf-mode .sec-health .expMeaning-head svg, .pdf-mode .sec-matrix .expMeaning-head svg {
  display: none;
}
.pdf-mode .sec-expMeanings .health-box, .pdf-mode .sec-health .health-box, .pdf-mode .sec-matrix .health-box {
  margin-bottom: 50px;
}
.pdf-mode .sec-expMeanings .health-card, .pdf-mode .sec-health .health-card, .pdf-mode .sec-matrix .health-card {
  margin-bottom: 20px;
  margin-top: 20px;
}
.pdf-mode .sec-expMeanings .container, .pdf-mode .sec-expMeanings .matrix-box, .pdf-mode .sec-health .container, .pdf-mode .sec-health .matrix-box, .pdf-mode .sec-matrix .container, .pdf-mode .sec-matrix .matrix-box {
  flex-wrap: wrap !important;
}
.pdf-mode .sec-expMeanings .title-text, .pdf-mode .sec-health .title-text, .pdf-mode .sec-matrix .title-text {
  margin-bottom: 20px;
}
.pdf-mode .expMeanings-box {
  width: 100% !important;
}

main .sec-health .health-item .item .scheme {
  width: 100%;
  height: 85px;
}

main .sec-health .health-item .item .scheme-img {
  width: 100%;
  object-fit: contain;
}

main .sec-health .health-item .item .scheme .scheme-info {
  width: 100%;
  padding: 0 10px;
}

main .sec-health .health-item .item .scheme .scheme-info .info {
  font-size: 12px;
  font-weight: 600;
  color: #222;
}

main .sec-health .health-item .item .scheme .scheme-info .info-name {
  margin-right: 5px;
}

main .sec-health .health-item .item .scheme .scheme-info .info-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3333333333);
  display: flex;
  align-items: center;
  justify-content: center;
}

main .sec-health .health-item.highlightMode .item .scheme .scheme-info .info-num {
  opacity: 0.1;
}

main .sec-health .health-item .item-img {
  width: 100%;
  object-fit: contain;
}

main .sec-health .health-item .item-title {
  margin: 15px 0 10px;
  font-weight: 600;
}

main .sec-health .health-item .item-text {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
}

main .sec-health .health-box {
  width: 47.3%;
}

main .sec-health .health-box .health-head {
  font-weight: 500;
}

main .sec-health .health-box .health-head svg {
  margin-right: 10px;
}

main .sec-health .health-box .health-head .health-card {
  font-size: 18px;
}

main .sec-health .health-box .health-head .print__btn {
  margin-right: 22px;
  cursor: pointer;
  white-space: nowrap;
}

main .sec-health .health-box .health-head .print__btn:hover {
  color: #106acf;
}

main .sec-health .health-box .health-head .download_pdf {
  white-space: nowrap;
}

main .sec-health .health-box .health-head .download_pdf:hover {
  color: #106acf;
}

main .sec-health .health-box .health-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-weight: 500;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin-top: 20px;
}

main .sec-health .health-box .health-table thead th {
  color: rgba(34, 34, 34, 0.3764705882);
  font-weight: 500;
  padding: 17px 8px 5px;
  text-align: center;
}

main .sec-health .health-box .health-table thead th:nth-child(2) {
  text-align: left;
}

main .sec-health .health-box .health-table tbody td {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1019607843);
  padding: 14px 8px 16px;
  text-align: center;
}

main .sec-health .health-box .health-table tbody td:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  text-align-last: left;
  padding-left: 30px;
}

main .sec-health .health-box .health-table tbody td:nth-child(2) {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

main .sec-health .health-box .health-table tbody tr:last-child td {
  border: none;
  background: #f5f5f5;
}

main .sec-health .health-box .health-item {
  grid-template-columns: repeat(2, 1fr);
}

main .sec-health .health-box .health-item .item:nth-child(3), main .sec-health .health-box .health-item .item:nth-child(4) {
  padding-top: 8px;
}

main .sec-health .health-box .health-item .item:nth-child(3) .item-title, main .sec-health .health-box .health-item .item:nth-child(4) .item-title {
  margin-top: -10px;
}

main .sec-health .matrix-title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

main .sec-health .matrix-title .star {
  margin-right: 6px;
}

main .sec-health .matrix-img {
  width: 100%;
  object-fit: contain;
  margin-top: 21px;
}

main .sec-health .health_comp {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.0666666667);
}

main .health-roadmap {
  position: relative;
  max-width: 556px;
}

main .health-roadmap .roadmap-list li {
  position: absolute;
  color: #0a1935;
  letter-spacing: 0;
  z-index: 1;
}

main .health-roadmap .roadmap-list.highlightMode li {
  opacity: 0.2;
  color: transparent;
  background-color: #0a1935;
}

main .health-roadmap .roadmap-list li:nth-child(1) {
  font-size: 21.52px;
}

main .health-roadmap .roadmap-list li:nth-child(2) {
  font-size: 16.56px;
}

main .health-roadmap .roadmap-list li:nth-child(3) {
  font-size: 13.25px;
}

main .health-roadmap .roadmap-list li:nth-child(4) {
  font-size: 13.25px;
}

main .health-roadmap .roadmap-list .years_midle li {
  top: calc(50% - 34px);
  left: calc(50% - 26px);
}

main .health-roadmap .roadmap-list .years_0 li {
  color: #fff;
}

main .health-roadmap .roadmap-list .years_0 li:nth-child(1) {
  top: calc(50% - 35px);
  left: 5%;
}

main .health-roadmap .roadmap-list .years_0 li:nth-child(2) {
  left: calc(5% + 50px);
  top: calc(50% - 27px);
}

main .health-roadmap .roadmap-list .years_0 li:nth-child(3) {
  left: calc(5% + 85px);
  top: calc(50% - 21px);
}

main .health-roadmap .roadmap-list .years_0 li:nth-child(4) {
  left: 33%;
  top: 46%;
}

main .health-roadmap .roadmap-list .years_10 li:nth-child(1) {
  top: 15.5%;
  left: calc(21% - 24px);
}

main .health-roadmap .roadmap-list .years_10 li:nth-child(2) {
  top: 23%;
  left: 23.5%;
}

main .health-roadmap .roadmap-list .years_10 li:nth-child(3) {
  top: 28%;
  left: 28.5%;
}

main .health-roadmap .roadmap-list .years_10 li:nth-child(4) {
  top: 34%;
  left: 34.3%;
}

main .health-roadmap .roadmap-list .years_20 li {
  color: #fff;
}

main .health-roadmap .roadmap-list .years_20 li:nth-child(1) {
  top: 4%;
  left: calc(50% - 26px);
}

main .health-roadmap .roadmap-list .years_20 li:nth-child(2) {
  top: calc(4% + 50px);
  left: calc(50% - 18.5px);
}

main .health-roadmap .roadmap-list .years_20 li:nth-child(3) {
  left: calc(50% - 13.5px);
  top: calc(4% + 85px);
}

main .health-roadmap .roadmap-list .years_20 li:nth-child(4) {
  top: 31.5%;
  left: 47.7%;
}

main .health-roadmap .roadmap-list .years_30 li:nth-child(1) {
  top: 15.5%;
  right: calc(21% - 22px);
}

main .health-roadmap .roadmap-list .years_30 li:nth-child(2) {
  top: 23%;
  right: 24%;
}

main .health-roadmap .roadmap-list .years_30 li:nth-child(3) {
  top: 27.5%;
  right: 29.5%;
}

main .health-roadmap .roadmap-list .years_40 li {
  top: 48.3%;
  color: #fff;
}

main .health-roadmap .roadmap-list .years_40 li:nth-child(1) {
  right: 5%;
  top: calc(50% - 35px);
}

main .health-roadmap .roadmap-list .years_40 li:nth-child(2) {
  right: calc(5% + 50px);
  top: calc(50% - 27.5px);
}

main .health-roadmap .roadmap-list .years_40 li:nth-child(3) {
  right: calc(5% + 85px);
  top: calc(50% - 22.5px);
  color: #0a1935;
}

main .health-roadmap .roadmap-list .years_40 li:nth-child(4) {
  font-size: 16.56px;
  right: 38.5%;
  top: 45%;
  color: #0a1935;
}

main .health-roadmap .roadmap-list .years_40 li:nth-child(5) {
  font-size: 13.25px;
  right: 33.5%;
  top: 46%;
  color: #0a1935;
}

main .health-roadmap .roadmap-list .years_50 li:nth-child(1) {
  bottom: calc(25% - 30px);
  right: calc(21% - 22px);
}

main .health-roadmap .roadmap-list .years_50 li:nth-child(2) {
  bottom: 26%;
  right: 24%;
}

main .health-roadmap .roadmap-list .years_50 li:nth-child(3) {
  bottom: 31%;
  right: 29%;
}

main .health-roadmap .roadmap-list .years_50 li:nth-child(6) {
  bottom: 28%;
  right: 35.3%;
  font-size: 12.08px;
}

main .health-roadmap.child .roadmap-list .years_50 li:nth-child(4) {
  bottom: 36.5%;
  right: 35%;
  font-size: 12.08px;
}

main .health-roadmap .roadmap-list .years_50 li:nth-child(5) {
  bottom: 36.8%;
  right: 26.5%;
  font-size: 12.08px;
}

main .health-roadmap .roadmap-list .years_50 li:nth-child(4) {
  bottom: 34.5%;
  right: 33%;
  font-size: 12.08px;
}

main .health-roadmap .roadmap-list .years_60 li {
  color: #fff;
}

main .health-roadmap .roadmap-list .years_60 li:nth-child(1) {
  bottom: 7.5%;
  left: calc(50% - 26px);
}

main .health-roadmap .roadmap-list .years_60 li:nth-child(2) {
  bottom: calc(7.5% + 50px);
  left: calc(50% - 18.5px);
}

main .health-roadmap .roadmap-list .years_60 li:nth-child(3) {
  bottom: calc(7.5% + 85px);
  left: calc(50% - 13.5px);
  color: #0a1935;
}

main .health-roadmap .roadmap-list .years_70 li:nth-child(1) {
  bottom: calc(25% - 30px);
  left: calc(21% - 22px);
}

main .health-roadmap .roadmap-list .years_70 li:nth-child(2) {
  bottom: 26%;
  left: 24%;
}

main .health-roadmap .roadmap-list .years_70 li:nth-child(3) {
  bottom: 31%;
  left: 29%;
}

main .health-roadmap .health-img {
  width: 100%;
  object-fit: contain;
}

main .kids_roadmap .roadmap-list .years_midle li {
  left: 46.5%;
}

main .kids_roadmap .roadmap-list .years_0 li:nth-child(1) {
  left: 11.5%;
}

main .kids_roadmap .roadmap-list .years_0 li:nth-child(2) {
  left: 19%;
}

main .kids_roadmap .roadmap-list .years_0 li:nth-child(3) {
  left: 24.8%;
  top: 48.4%;
}

main .kids_roadmap .roadmap-list .years_10 li:nth-child(1) {
  top: 20.5%;
  left: 22%;
}

main .kids_roadmap .roadmap-list .years_10 li:nth-child(2) {
  top: 35.3%;
  left: 37%;
}

main .kids_roadmap .roadmap-list .years_20 li {
  left: 48.7%;
  color: #fff;
}

main .kids_roadmap .roadmap-list .years_20 li:nth-child(1) {
  top: 9%;
}

main .kids_roadmap .roadmap-list .years_20 li:nth-child(2) {
  top: 22%;
  left: 49.2%;
  font-size: 13.24px;
}

main .kids_roadmap .roadmap-list .years_40 li {
  top: 48.3%;
}

main .kids_roadmap .roadmap-list .years_40 li:nth-child(1) {
  right: 11.2%;
}

main .kids_roadmap .roadmap-list .years_40 li:nth-child(2) {
  right: 23.5%;
  color: #000;
}

main .kids_roadmap .roadmap-list .years_50 li:nth-child(1) {
  bottom: 21.2%;
  right: 21.5%;
}

main .kids_roadmap .roadmap-list .years_50 li:nth-child(2) {
  bottom: 35.3%;
  right: 36.5%;
  font-size: 12.08px;
}

main .kids_roadmap .roadmap-list .years_60 li:nth-child(1) {
  bottom: 9.5%;
  left: 46.5%;
}

main .kids_roadmap .roadmap-list .years_60 li:nth-child(2) {
  bottom: 17.2%;
  left: 46.5%;
}

main .kids_roadmap .roadmap-list .years_60 li:nth-child(3) {
  bottom: 22.2%;
  left: 49.2%;
}

main .kids_roadmap .roadmap-list .years_70 li:nth-child(1) {
  bottom: 20.9%;
  left: 22%;
}

.chacra_value {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000000;
}
.chacra_value_l {
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.chacra_value_m {
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
.chacra_value_s {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

main .sec-expMeanings .expMeanings-box {
  width: 75%;
}

main .sec-expMeanings .expMeanings-box .expMeaning {
  border-radius: 10px;
  margin-bottom: 6px;
  background: #fff;
}

main .sec-expMeanings .expMeanings-box .expMeaning:last-child {
  margin-bottom: 0;
}

main .sec-expMeanings .expMeanings-box .expMeaning-head {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  cursor: pointer;
}

main .sec-expMeanings .expMeanings-box .expMeaning-head .expMeaning-title {
  font-weight: 500;
  font-size: 15px;
}

main .sec-expMeanings .expMeanings-box .expMeaning-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all;
}

main .sec-expMeanings .expMeanings-box .expMeaning-info {
  padding: 0 16px 24px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

main .sec-expMeanings .expMeanings-box .expMeaning-info .expMeaning-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1fb9f2;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  flex-shrink: 0;
}

.expMeaning-row {
  width: 100%;
  margin-bottom: 20px;
}

@media print {
  .expMeaning-body {
    max-height: inherit !important;
  }
}
main .sec-expMeanings .expMeanings-box .expMeaning-info .expMeaning-text {
  font-size: 14px;
  line-height: 22px;
  width: calc(100% - 36px);
}

main .sec-expMeanings .expMeanings-box .expMeaning-info .expMeaning-text p:last-child {
  margin-bottom: 0;
}

main .sec-expMeanings .expMeanings-box .showExpMeaning .expMeaning-head svg {
  transform: rotate(180deg);
}

main .sec-expMeanings .expMeanings-box .showExpMeaning .expMeaning-body {
  max-height: inherit;
  transition: 0.3s all;
}

.expMeaning-row {
  width: 100%;
  display: flex;
}

.expMeaning-heading {
  margin-bottom: 10px;
  font-weight: 500;
}

main .faq .title-text {
  display: block !important;
}

main .faq .expMeanings-box {
  width: 577px;
  margin: 50px auto 0;
}

main .faq .expMeanings-box .expMeaning-info .expMeaning-num {
  display: none;
}

main .sec-matrix {
  margin-top: 40px;
}

main .sec-matrix .matrix-box .matrix-title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

main .sec-matrix .matrix-box .matrix-title .star {
  margin-right: 6px;
}

main .sec-matrix .matrix-box .matrix .health-roadmap {
  margin-top: 21px;
}

main .sec-savedMatrix .savedMatrix-info {
  margin-right: 24px;
  width: 248px;
}

main .sec-savedMatrix .savedMatrix-info .title-text {
  min-width: 248px;
}

main .sec-savedMatrix .savedMatrix-info .tab-btns {
  margin: 32px 0 30px;
  display: flex;
  flex-wrap: wrap;
}

main .sec-savedMatrix .savedMatrix-info .tab-btns .tab-btn {
  cursor: pointer;
  display: block;
  margin: 5px 5px 0 0;
}

main .sec-savedMatrix .savedMatrix-info .tab-btns .tab-btn input {
  display: none;
}

main .sec-savedMatrix .savedMatrix-info .tab-btns .tab-btn span {
  display: block;
  padding: 10px;
  border-radius: 10px;
  background: #F5F5F5;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  font-weight: 500;
}

main .sec-savedMatrix .savedMatrix-info .tab-btns .tab-btn input:checked ~ span {
  background-image: linear-gradient(to right, #106acf, #1970d4, #2076d8, #277cdd, #2e82e1);
  border: 1px solid #106ACF;
  color: #fff;
}

main .sec-savedMatrix .savedMatrix-info .input-box {
  width: 224px;
}

main .sec-savedMatrix .savedMatrix-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-weight: 500;
  border-radius: 10px;
  overflow: hidden;
}

main .sec-savedMatrix .savedMatrix-table thead th {
  color: rgba(34, 34, 34, 0.3764705882);
  font-weight: 500;
  padding: 0 4px 5px;
  text-align: left;
}

main .sec-savedMatrix .savedMatrix-table tbody td {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1019607843);
  padding: 14px 4px 17px;
  text-align: left;
}

main .sec-savedMatrix .savedMatrix-table tbody tr:last-child td {
  border: none;
}

main .sec-savedMatrix .savedMatrix-table tbody td a {
  color: #106ACF;
}

main .sec-savedMatrix .savedMatrix-table tbody td a:hover {
  text-decoration: underline;
}

main .sec-savedMatrix .savedMatrix-table tbody td .td_mob {
  display: none;
}

main .sec-profile .user-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  cursor: pointer;
  margin-bottom: 15px;
}

main .sec-profile .user-avatar img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

main .sec-profile .title-text {
  display: flex;
  align-items: center;
}

main .sec-profile .title-text svg {
  margin-left: 9px;
}

main .sec-profile .profile-item {
  width: 49%;
  background: #fff;
  border-radius: 20px;
  padding: 26px 30px 20px;
  margin-top: 50px;
}

main .sec-profile .profile-item .profile-title {
  display: flex;
  align-items: center;
}

main .sec-profile .profile-item .profile-title h2 {
  font-size: 20px;
  font-weight: 600;
}

main .sec-profile .profile-item .profile-title svg {
  margin-right: 10px;
}

main .sec-profile .profile-item .profile-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px 0;
}

main .sec-profile .profile-item .profile-form .input-box {
  width: 49%;
  margin-bottom: 10px;
}

main .sec-profile .profile-item .profile-form .check-box {
  width: 100%;
}

main .sec-profile .profile-item .remove-profile__btn {
  background: transparent;
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
  opacity: 0.5;
}

main .sec-profile .profile-item .remove-profile__btn:hover {
  opacity: 1;
}

main .sec-profile .profile-item .info-list {
  margin-top: 24px;
}

main .sec-profile .profile-item .info-list li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1019607843);
  font-weight: 500;
}

main .sec-profile .profile-item .info-list li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

main .sec-profile .profile-item .info-list li a:hover {
  color: #106ACF;
}

main .sec-tariff .tariff-box {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  margin-top: 40px;
  width: 577px;
}

main .sec-tariff .tariff {
  padding: 26px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #f5f5f5;
}

main .sec-tariff .tariff-premium {
  font-size: 18px;
  font-weight: 500;
}

main .sec-tariff .tariff-premium img {
  margin-right: 16px;
}

main .sec-tariff .tariff-status .data {
  font-size: 13px;
  opacity: 0.4;
  display: inline-block;
  margin-right: 20px;
}

main .sec-tariff .tariff-status .status-btn {
  padding: 5.5px 10px;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 4px;
  background: transparent;
}

main .sec-tariff .tariff-info {
  position: relative;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  overflow: hidden;
  padding: 21px 0 23px 26px;
  margin: 10px 0 20px;
}

main .sec-tariff .tariff-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

main .sec-tariff .tariff-info__text {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 500;
}

main .sec-tariff .btn {
  width: 100%;
}

main .sec-tariff .access .tariff-info {
  margin: 0;
}

main .sec-tariff .access .tariff {
  margin: 10px 0;
}

main .sec-tariff .access .tariff-premium {
  font-size: 15px;
}

main .sec-tariff .access .tariff-text {
  font-size: 13px;
  opacity: 0.4;
}

main .sec-tariff .access .btn {
  margin: 20px 0;
}

main .sec-tariff .btns button {
  background: transparent;
  color: #106acf;
}

main .sec-tariff .btns button:first-child {
  margin-right: 30px;
}

main .sec-tariff .btns button:last-child {
  color: rgba(0, 0, 0, 0.2666666667);
  margin-right: 0;
}

main .sec-tariff .btns button:last-child:hover {
  color: #000;
}

main .sec-tariff .suspend .tariff-suspend .clock {
  margin-right: 20px;
}

main .sec-tariff .suspend .tariff-suspend .suspend-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

main .sec-tariff .suspend .tariff-suspend .suspend-text span {
  color: #106acf;
}

main .sec-tariff .suspend .tariff {
  margin: 20px 0 40px;
  padding: 23px 20px 20px;
}

main .sec-tariff .suspend .tariff .suspend-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 9px;
}

main .sec-tariff .suspend .tariff .suspend-title span {
  color: #106acf;
  font-weight: 700;
}

main .sec-tariff .suspend .tariff .suspend-subtitle {
  font-size: 13px;
  line-height: 19px;
  opacity: 0.4;
}

main .sec-tariff .suspend .suspend-btns {
  display: flex;
  justify-content: space-between;
}

main .sec-tariff .suspend .suspend-btns .btn {
  width: 49%;
}

main .sec-tariff .suspend .suspend-access__btn {
  margin-top: 20px;
}

main .sec-tariff .suspend .stop-access__btn {
  color: rgba(0, 0, 0, 0.2666666667);
  margin-top: 20px;
  background: transparent;
}

main .sec-tariff .suspend .stop-access__btn:hover {
  color: #000;
}

main .sec-tariff .emotions-title {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  line-height: 100%;
  margin-top: 20px;
}

main .sec-tariff .emotions-list {
  padding: 20px 0;
}

main .sec-tariff .emotions-list img {
  margin-right: 22px;
}

main .sec-tariff .emotions-list img:last-child {
  margin-right: 0;
}

main .sec-tariff .emotions .leave-access {
  padding: 11px;
  border-radius: 10px;
  background: #f5f5f5;
  border: 1px solid #DEDEDE;
  margin: 20px 0;
}

main .sec-tariff .emotions .leave-access span {
  font-weight: 500;
  opacity: 0.4;
  display: inline-block;
  margin-right: 16px;
}

main .sec-tariff .emotions .leave-access .switch {
  cursor: pointer;
  display: block;
}

main .sec-tariff .emotions .leave-access .switch input {
  display: none;
}

main .sec-tariff .emotions .leave-access .switch span {
  width: 50px;
  height: 28px;
  border-radius: 30px;
  display: block;
  background: #c1c1c1;
  position: relative;
  transition: 0.3s all;
  opacity: 1;
}

main .sec-tariff .emotions .leave-access .switch span::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.3s all;
}

main .sec-tariff .emotions .leave-access .switch input:checked ~ span {
  background: #0287D4;
}

main .sec-tariff .emotions .leave-access .switch input:checked ~ span::before {
  left: 24px;
}

main .sec-tariff .win-prizes-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  color: #222;
}

main .sec-tariff .win-prizes-text {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2666666667);
  margin: 20px 0;
}

main .sec-tariff .win-prizes .try-luck {
  padding: 20px 0;
}

main .sec-tariff .win-prizes .try-luck-drum {
  width: 100%;
  height: 225px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

main .sec-tariff .win-prizes .try-luck-drum img {
  width: 426px;
  object-fit: contain;
}

main .sec-tariff .win-prizes .try-luck .btn {
  margin-top: -1px;
}

main .sec-tariff .win-prizes .no-thanks__btn {
  background: transparent;
  color: #000;
  opacity: 0.4;
}

main .sec-tariff .win-prizes .no-thanks__btn:hover {
  opacity: 1;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.0666666667);
  margin-top: 50px;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 62px;
}

.footer-info {
  max-width: 250px;
}

.footer-box .footer-info .info-text {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.4;
  margin-top: 24px;
}

.footer-box nav {
  display: flex;
  justify-content: space-between;
  width: 30%;
}

.footer-box nav .nav-list li {
  font-size: 13px;
  line-height: 24px;
}

.footer-box nav .nav-list li:hover {
  color: #106ACF;
}

.footer-box nav .nav-list li:last-child {
  margin-bottom: 0;
}

.footer-box .price-item {
  margin-bottom: 20px;
}

.footer-box .price-item:last-child {
  margin-bottom: 0;
}

.footer-box .price-item p {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.4;
  margin-bottom: 5px;
}

.footer-box .footer-link {
  text-align: end;
}

.footer-box .footer-link a {
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
}

.footer-box .footer-link a:last-child {
  margin-bottom: 0;
}

.footer-box .footer-link a:hover {
  color: #106ACF;
}

@media (max-width: 1199px) {
  main .sec-calculate .calculate .select {
    min-width: 120px;
  }
  .footer-box nav {
    width: auto;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .title-text {
    font-size: 26px;
  }
  main {
    margin-top: 20px;
  }
  main .sec-calculate .calculate {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  main .sec-calculate .calculate .select-wrap {
    margin-right: 0;
    width: calc(33% - 10px);
    margin-top: 10px;
  }
  main .sec-calculate .calculate .input-box {
    width: calc(50% - 10px);
  }
  main .sec-calculate .calculate .gender-box {
    min-width: auto;
    width: calc(50% - 10px);
    margin: 0;
  }
  main .sec-calculate .calculate .select {
    min-width: auto;
    width: 33%;
    margin: 5px 0;
  }
  main .sec-calculate .calculate .calc__btn {
    width: 100%;
    min-width: auto;
    margin-top: 10px;
  }
  main .sec-calculate .calculate-item {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 14px 0;
  }
  main .sec-calculate .calculate-item .item-title {
    width: 100%;
    margin: 0 0 10px 0;
  }
  main .sec-calculate .calculate-item .item-title br {
    display: none;
  }
  main .sec-calculate .calculate-item .input-box {
    margin-right: 0;
    width: 46.5%;
  }
  main .sec-expMeanings .title-text {
    display: none;
  }
  main .sec-expMeanings .expMeanings-box {
    width: 100%;
  }
  main .sec-health {
    margin: 40px 0 20px;
  }
  main .sec-health .container:first-child {
    flex-direction: column-reverse;
  }
  main .sec-health .container:last-child {
    padding-right: 0;
  }
  main .sec-health .health-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
  }
  main .sec-health .health-box .health-head {
    flex-direction: column;
    align-items: start;
  }
  main .sec-health .health-box .health-head .title-text {
    margin-bottom: 20px;
  }
  main .sec-health .health-box .health-head .health-card {
    font-size: 15px;
    position: absolute;
    top: -15px;
    left: 0;
  }
  main .sec-health .health-box .item_comp {
    margin: 0 !important;
  }
  main .sec-health .health-box .health-table {
    margin-bottom: 20px;
  }
  main .sec-health .health-box .health-table thead th {
    font-size: 13px;
    padding: 6px 14px 5px 0;
  }
  main .sec-health .health-box .health-table thead th:nth-child(2) {
    transform: translateX(-35px);
  }
  main .sec-health .health-box .health-table tbody td {
    padding: 6px 14px 7px 16px;
  }
  main .sec-health .health-box .health-table tbody td:nth-child(1), main .sec-health .health-box .health-table tbody td:nth-child(2) {
    font-size: 15px;
    text-align: left !important;
  }
  main .sec-health .health-box .health-table tbody td:nth-child(1) {
    padding-right: 7px;
  }
  main .sec-health .health-box .health-table tbody td:nth-child(2) {
    padding-left: 0;
  }
  main .sec-health .health-box .health-item {
    margin-top: 0;
  }
  main .sec-health .item_comp {
    margin-top: -20px !important;
  }
  main .sec-health .health-item {
    width: 100%;
    display: flex;
    grid-gap: 8px;
    padding: 20px 0;
    overflow-x: scroll;
  }
  main .sec-health .health-item .item {
    min-width: 280px;
    border-radius: 10px;
    padding: 24px 18px;
  }
  main .sec-health .health-item .item-img {
    width: 100%;
    object-fit: contain;
  }
  main .sec-health .health-item .item-title {
    margin: 15px 0 10px;
    font-weight: 600;
  }
  main .sec-health .health-item .item-text {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
  }
  main .sec-health .matrix-title {
    display: flex !important;
    justify-content: start !important;
    margin-bottom: 20px;
  }
  main .health-roadmap {
    margin-bottom: 30px;
  }
  main .sec-matrix.matrix-box {
    justify-content: center;
  }
  main .sec-matrix .matrix-box .matrix {
    margin-left: auto;
    margin-right: auto;
  }
  main .sec-matrix .matrix-box .matrix:last-child {
    display: none;
  }
  main .sec-matrix .matrix-box .matrix .health-roadmap {
    margin: 0 !important;
  }
  main .matrix .health-roadmap {
    margin: 0 !important;
  }
  main .sec-savedMatrix .container {
    flex-direction: column;
  }
  main .sec-savedMatrix .savedMatrix-info {
    width: 100%;
    margin-bottom: 35px;
  }
  main .sec-savedMatrix .savedMatrix-info .title-text {
    width: 100%;
  }
  main .sec-savedMatrix .savedMatrix-info .title-text br {
    display: none;
  }
  main .sec-profile .profile-item {
    width: 100%;
  }
  .footer {
    margin-top: 40px;
    padding-bottom: 33px;
  }
  .footer-box {
    flex-direction: column;
    padding: 33px 0 50px;
    position: relative;
  }
  .footer-box .footer-info .info-text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
  .footer-box nav {
    width: 100%;
    flex-direction: row;
    margin: 27px 0 16px;
    padding: 16px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.0666666667);
    border-bottom: 1px solid rgba(0, 0, 0, 0.0666666667);
  }
  .footer-box .price-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-box .footer-link {
    position: absolute;
    top: 35px;
    right: 0;
  }
  .footer-box .footer-link a {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 16px;
  }
  .header .container {
    flex-direction: column;
    position: relative;
    align-items: start;
    padding-right: 0;
  }
  .header nav {
    margin: 25px auto 0;
    max-width: 100%;
    overflow-x: scroll;
  }
  .header nav .nav-list li a {
    white-space: nowrap;
  }
  .header .header-user {
    position: absolute;
    top: 0;
    right: 16px;
  }
  main .sec-tariff .tariff-box {
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin-top: 32px;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  main .sec-tariff .tariff {
    padding: 16px;
  }
  main .sec-tariff .tariff-status {
    flex-direction: column-reverse;
    align-items: end;
    text-align: right;
  }
  main .sec-tariff .tariff-status .data {
    margin: 6px 0 0;
  }
  main .sec-tariff .btns button:first-child {
    margin-right: 20px;
  }
  main .sec-tariff .suspend .tariff-suspend .clock {
    width: 60px;
    margin-right: 13px;
  }
  main .sec-tariff .suspend .tariff-suspend .suspend-text {
    font-size: 18px;
  }
  main .sec-tariff .suspend .tariff {
    margin: 29px 0 16px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .sec-tariff .suspend .tariff .suspend-title {
    margin-bottom: 10px;
    max-width: 250px;
  }
  main .sec-tariff .suspend .tariff .suspend-title br:first-child {
    display: none;
  }
  main .sec-tariff .suspend .tariff .suspend-subtitle {
    line-height: 16px;
    max-width: 250px;
  }
  main .sec-tariff .suspend .suspend-btns {
    flex-direction: column;
  }
  main .sec-tariff .suspend .suspend-btns .btn {
    width: 100%;
  }
  main .sec-tariff .suspend .suspend-btns .btn:last-child {
    margin-top: 10px;
  }
  main .sec-tariff .emotions-title {
    font-size: 18px;
    margin-top: 0;
  }
  main .sec-tariff .emotions-list {
    padding: 20px 0;
    justify-content: space-between;
    max-width: 335px;
    margin: 0 auto;
  }
  main .sec-tariff .emotions-list img {
    width: 40px;
    margin-right: 0;
  }
  main .sec-tariff .emotions .leave-access {
    margin: 0 0 10px;
  }
  main .sec-tariff .win-prizes-title {
    font-size: 18px;
  }
  main .sec-tariff .win-prizes .try-luck {
    padding: 14px 0;
  }
  main .sec-tariff .win-prizes .try-luck-drum {
    height: 147px;
  }
  main .sec-tariff .win-prizes .try-luck-drum img {
    width: 279px;
  }
}
.basic-single {
  margin-right: 0 !important;
}

@media (max-width: 576px) {
  main .sec-calculate .calculate .select-wrap {
    width: calc(50% - 10px);
  }
  .chacra_value_l {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .chacra_value_m {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .chacra_value_s {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  main .health-roadmap .roadmap-list .years_midle li {
    top: 43.5%;
    left: 45%;
  }
  .select-wrap {
    width: calc(50% - 10px);
    margin-top: 10px;
  }
  .chacra_value_s {
    font-size: 10px !important;
  }
  main .sec-matrix .matrix-box .matrix {
    align-items: start;
    width: 100%;
  }
  main .sec-health {
    overflow: hidden;
    margin-bottom: 25px;
  }
  main .sec-health .health_comp {
    padding: 0;
    margin-top: 50px;
    border-top: none;
  }
  main .sec-health .health_comp .health-item {
    margin-bottom: 70px;
  }
  main .sec-health .health_comp .title-text {
    position: relative;
  }
  main .sec-health .health_comp .title-text::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -10%;
    width: 200%;
    height: 1px;
    background: rgba(0, 0, 0, 0.0666666667);
  }
  main .sec-health .matrix {
    align-items: start;
  }
  main .health-roadmap {
    position: relative;
    max-width: 380px;
  }
  main .health-roadmap .roadmap-list li {
    position: absolute;
    color: #0a1935;
    letter-spacing: 0;
    font-weight: 400;
  }
  main .health-roadmap .roadmap-list li:nth-child(1) {
    font-size: 14.74px;
  }
  main .health-roadmap .roadmap-list li:nth-child(2) {
    font-size: 11.34px;
  }
  main .health-roadmap .roadmap-list li:nth-child(3) {
    font-size: 9.07px;
  }
  main .health-roadmap .roadmap-list li:nth-child(4) {
    font-size: 9.07px;
  }
  main .health-roadmap .roadmap-list .years_0 li {
    top: 47.5%;
  }
  main .health-roadmap .roadmap-list .years_0 li:nth-child(3) {
    left: calc(5% + 60px);
    top: calc(50% - 17px);
  }
  main .health-roadmap .roadmap-list .years_40 li:nth-child(1) {
    top: calc(50% - 25px);
  }
  main .health-roadmap .roadmap-list .years_10 li:nth-child(4) {
    top: 34.5%;
    left: 36.7%;
  }
  main .health-roadmap .roadmap-list .years_20 li:nth-child(1) {
    left: 44.5%;
  }
  main .health-roadmap .roadmap-list .years_20 li:nth-child(2) {
    top: calc(4% + 35px);
    left: calc(50% - 16.5px);
  }
  main .health-roadmap .roadmap-list .years_20 li:nth-child(3) {
    left: calc(50% - 8px);
    top: calc(4% + 60px);
  }
  main .health-roadmap .roadmap-list .years_20 li:nth-child(4) {
    top: 31.5%;
    left: 48%;
  }
  main .health-roadmap .roadmap-list .years_30 li:nth-child(3) {
    right: 29%;
  }
  main .health-roadmap .roadmap-list .years_30 li:nth-child(1) {
    right: 15.8%;
  }
  main .health-roadmap .roadmap-list .years_40 li {
    top: 47.5%;
  }
  main .health-roadmap .roadmap-list .years_40 li:nth-child(2) {
    right: calc(5% + 35px);
    top: calc(50% - 21.5px);
  }
  main .health-roadmap .roadmap-list .years_40 li:nth-child(3) {
    right: calc(5% + 60px);
    top: calc(50% - 15.5px);
  }
  main .health-roadmap .roadmap-list .years_40 li:nth-child(4) {
    font-size: 11.34px;
    right: 39%;
    top: 44.6%;
  }
  main .health-roadmap .roadmap-list .years_50 li:nth-child(1) {
    bottom: calc(25% - 22px);
    right: calc(21% - 15px);
  }
  main .health-roadmap .roadmap-list .years_50 li:nth-child(2) {
    right: 23%;
  }
  main .health-roadmap .roadmap-list .years_60 li:nth-child(2) {
    bottom: calc(7.5% + 35px);
    left: calc(50% - 13px);
  }
  main .health-roadmap .roadmap-list .years_60 li:nth-child(1) {
    left: calc(50% - 18px);
  }
  main .health-roadmap .roadmap-list .years_60 li:nth-child(3) {
    bottom: calc(7.5% + 60px);
    left: calc(50% - 10px);
  }
  main .health-roadmap .roadmap-list .years_10 li:nth-child(1) {
    left: 16%;
  }
  main .health-roadmap .roadmap-list .years_50 li:nth-child(3) {
    bottom: 31%;
    right: 29%;
  }
  main .health-roadmap .roadmap-list .years_50 li:nth-child(4) {
    font-size: 8.27px;
  }
  main .health-roadmap .roadmap-list .years_0 li:nth-child(1) {
    top: calc(50% - 25px);
  }
  main .health-roadmap .roadmap-list .years_0 li:nth-child(2) {
    left: calc(5% + 34px);
    top: calc(50% - 21px);
  }
  main .health-roadmap .roadmap-list .years_50 li:nth-child(5) {
    right: 26%;
  }
  main .health-roadmap .roadmap-list .years_70 li:nth-child(2) {
    bottom: 26.3%;
    left: 24%;
  }
  main .health-roadmap .roadmap-list .years_70 li:nth-child(1) {
    bottom: calc(25% - 22.5px);
    left: 16.5%;
  }
  main .kids_roadmap .roadmap-list .years_0 li:nth-child(3) {
    left: 24.8%;
    top: 47.5%;
  }
  main .kids_roadmap .roadmap-list .years_10 li:nth-child(1) {
    top: 20%;
    left: 22%;
  }
  main .kids_roadmap .roadmap-list .years_10 li:nth-child(2) {
    top: 34.5%;
    left: 37%;
  }
  main .kids_roadmap .roadmap-list .years_20 li:nth-child(1) {
    top: 8.5%;
  }
  main .kids_roadmap .roadmap-list .years_20 li:nth-child(2) {
    top: 21%;
    left: 46.5%;
    font-size: 9.93px;
  }
  main .kids_roadmap .roadmap-list .years_40 li {
    top: 47.6%;
  }
  main .kids_roadmap .roadmap-list .years_40 li:nth-child(1) {
    right: 11.4%;
  }
  main .kids_roadmap .roadmap-list .years_40 li:nth-child(2) {
    right: 23.5%;
  }
  main .kids_roadmap .roadmap-list .years_50 li:nth-child(1) {
    bottom: 20.2%;
    right: 21.5%;
  }
  main .kids_roadmap .roadmap-list .years_50 li:nth-child(2) {
    bottom: 35%;
    right: 36.5%;
    font-size: 9.06px;
  }
  main .kids_roadmap .roadmap-list .years_60 li:nth-child(1) {
    bottom: 9%;
  }
  main .kids_roadmap .roadmap-list .years_60 li:nth-child(2) {
    bottom: 16.5%;
  }
  main .kids_roadmap .roadmap-list .years_60 li:nth-child(3) {
    bottom: 21.8%;
  }
  main .kids_roadmap .roadmap-list .years_70 li:nth-child(1) {
    bottom: 20.3%;
    left: 22%;
  }
  main .sec-savedMatrix {
    position: relative;
    overflow: hidden;
  }
  main .sec-savedMatrix .savedMatrix-info {
    margin-right: 0;
  }
  main .sec-savedMatrix .savedMatrix-info .title-text {
    text-align: center;
  }
  main .sec-savedMatrix .savedMatrix-info .tab-btns {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    position: absolute;
    top: 50px;
    left: 16px;
    width: 100%;
    padding-right: 20px;
  }
  main .sec-savedMatrix .savedMatrix-info .tab-btns .tab-btn {
    margin: 0 5px 0 0;
  }
  main .sec-savedMatrix .savedMatrix-info .input-box {
    width: 100%;
    margin-top: 80px;
  }
  main .sec-savedMatrix .savedMatrix-table {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(34, 34, 34, 0.1019607843);
  }
  main .sec-savedMatrix .savedMatrix-table thead th {
    font-size: 13px;
    padding: 14px 16px 5px 16px;
  }
  main .sec-savedMatrix .savedMatrix-table thead th:nth-child(2), main .sec-savedMatrix .savedMatrix-table thead th:nth-child(4) {
    display: none;
  }
  main .sec-savedMatrix .savedMatrix-table tbody td {
    padding: 14px 16px 23px 16px;
  }
  main .sec-savedMatrix .savedMatrix-table tbody td:nth-child(2), main .sec-savedMatrix .savedMatrix-table tbody td:nth-child(4) {
    display: none;
  }
  main .sec-savedMatrix .savedMatrix-table tbody td a {
    display: none;
  }
  main .sec-savedMatrix .savedMatrix-table tbody td .td_mob {
    display: block;
  }
  main .sec-savedMatrix .savedMatrix-table tbody td .td_mob a {
    display: block;
  }
  main .sec-savedMatrix .savedMatrix-table tbody td .td_mob a:last-child {
    margin-top: 7px;
  }
  main .sec-profile .container {
    padding: 0;
  }
  main .sec-profile .user-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 1px;
  }
  main .sec-profile .user-avatar img {
    max-width: 35px;
  }
  main .sec-profile .title-text svg {
    margin-left: 6px;
  }
  main .sec-profile .profile-item {
    padding: 20px 16px;
    margin-top: 27px;
    border: none;
    box-shadow: none;
  }
  main .sec-profile .profile-item:last-child {
    margin-top: 44px;
  }
  main .sec-profile .profile-item .profile-form {
    margin: 20px 0;
  }
}
.error {
  border-color: red !important;
}

.editIcon {
  cursor: pointer;
  transition: 100ms linear;
}
.editIcon:hover {
  transform: scale(1.2);
}.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(33, 27, 54, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-transition: -webkit-backdrop-filter 0.3s ease-in-out;
  transition: -webkit-backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
}

.modal__content {
  width: 100%;
  max-height: 90%;
  max-width: 600px;
  margin: auto;
  overflow: auto;
  background: var(--formbg);
  border-radius: 24px;
  padding: 32px 48px;
  position: relative;
  -webkit-box-shadow: 0px 40px 40px 0px rgba(24, 31, 52, 0.33);
  box-shadow: 0px 40px 40px 0px rgba(24, 31, 52, 0.33);
}

.modal__header, .form__header {
  margin-bottom: 32px;
}

.modal__title, .form__title {
  color: #fff;
  font-family: var(--font-title);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.modal__descr, .form__descr {
  color: #fff;
  font-size: 16px;
}

.modal__close, .modal-process__close {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBpZD0iZDIxN2VhOGQiPgogICAgPHBhdGggaWQ9IjdkMmUzZjcxIiBkPSJNMi43MjQ3NiAxLjI5Mjk3TDIyLjY5MDEgMjEuMjU4M00xLjMxMDU1IDIxLjI5M0wyMS4yNzU5IDEuMzI3NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CiAgPC9nPgo8L3N2Zz4=");
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.modal__close:hover, .modal-process__close:hover {
  opacity: 1;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 9999999999;
}

.modal-sm .modal__content {
  max-width: 480px;
}

@media (max-width: 480px) {
  .modal__close, .modal-process__close {
    width: 18px;
    height: 18px;
    top: 16px;
    right: 16px;
  }
  .modal__content {
    padding: 32px 24px;
    border-radius: 16px;
  }
  .modal__header, .form__header {
    margin-bottom: 24px;
  }
  .modal__title, .form__title {
    font-size: 32px;
  }
  .modal__descr, .form__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-process .step-1, .modal-process .step-2 {
  display: none;
  -webkit-animation: fade 0.3s ease-in-out;
  animation: fade 0.3s ease-in-out;
}

.modal-process .step-1.active, .modal-process .step-2.active {
  display: block;
  -webkit-animation: fade 0.3s ease-in-out;
  animation: fade 0.3s ease-in-out;
}

.progress {
  -webkit-animation: fade 0.3s ease-in-out;
  animation: fade 0.3s ease-in-out;
}

.progress__item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .progress__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.progress__title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.progress__title span {
  font-size: 14px;
  opacity: 0.6;
}

.progress-bar {
  width: 100%;
  height: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar--loading .progress-bar__fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0%;
  height: 100%;
  border-radius: 100px;
  background: var(--main-gradient);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-bar--loading .progress-bar__text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 0 10px;
}

@media (max-width: 480px) {
  .progress__title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

:root {
  --container-width: 1216px;
  --container-padding: 16px;
  --grid-gap: 2rem;
  --font-default: "Inter", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --fs-base: 16px;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --title-lh: 1.2;
  --body-lh: 1.5;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #344054;
  --color-title: #1d2939;
  --color-primary: #5d75e9;
  --color-primary_hover: #4e62c4;
  --color-primary_active: #4152a3;
  --color-success: #28a745;
  --color-error: #dc3545;
  --color-warning: #ffc008;
  --color-light: #f8f9fa;
  --color-dark: #212529;
}

html {
  box-sizing: border-box;
}

::selection {
  background: #fac515;
  color: black;
  text-shadow: none;
}

::-moz-selection {
  background: #fac515;
  color: black;
  text-shadow: none;
}

body {
  min-width: 320px;
  font-family: var(--font-default);
  font-style: normal;
  font-size: var(--fs-base);
  font-weight: var(--fw-400);
  line-height: var(--body-lh);
  overflow-x: hidden;
  color: var(--color-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.modal-info.is-open {
  height: 100vh;
  overflow-y: hidden;
}

.dis-scroll {
  overflow: hidden;
}

.bg-gray {
  background: #f5f8ff;
}

.page__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1216px;
  padding: 0 24px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.container-right {
  padding-left: calc((100% - 1168px) / 2);
}
@media (max-width: 1200px) {
  .container-right {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .container-right {
    padding-left: 16px;
  }
}

.container-left {
  padding-right: calc((100% - 1168px) / 2);
}
@media (max-width: 1200px) {
  .container-left {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .container-left {
    padding-right: 16px;
  }
}

.page__body a {
  color: inherit;
  text-decoration: none;
}
.page__body img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.page__body .is-hidden {
  display: none !important;
}
.page__body .list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page__body .input-reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.page__body .input-reset::-webkit-search-decoration, .page__body .input-reset::-webkit-search-cancel-button, .page__body .input-reset::-webkit-search-results-button, .page__body .input-reset::-webkit-search-results-decoration {
  display: none;
}
.page__body .js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.page__body .js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.page__body .login .footer__top {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.page__body .login__block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px;
}
.page__body .login__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  box-shadow: 0px 24px 32px rgba(27, 33, 63, 0.1);
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page__body .login__container {
    grid-template-columns: 45% 1fr;
  }
}
.page__body .login__img {
  height: 100%;
}
.page__body .login__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.page__body .form-login {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 48px;
  position: relative;
}
.page__body .form-login .form__head {
  text-align: center;
}
.page__body .form-login .form__footer {
  display: block;
  text-align: center;
  margin-top: 48px;
}
.page__body .form-login .form__footer_text {
  font-size: 16px;
  line-height: 1;
}
.page__body .form-login .form__footer_link {
  color: var(--color-primary);
}
.page__body .form-login .form__footer_link:hover {
  text-decoration: underline;
}
.page__body .form-login .login__logo {
  margin-bottom: 16px;
}
.page__body .form-login .login__logo img {
  width: auto;
  height: 40px;
}
.page__body .form-login .form__input-box {
  width: 100%;
}
.page__body .form-login .just-validate-error-label {
  text-align: left;
  bottom: 10px;
  font-weight: 400;
}
@media (max-width: 800px) {
  .page__body .login__block {
    margin: none;
    padding: 48px 16px;
  }
  .page__body .login__container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    grid-gap: none;
  }
  .page__body .login__img {
    display: none;
  }
  .page__body .form-login {
    max-width: 480px;
    margin: 0 auto;
    padding: 32px 24px;
  }
}
@media (max-width: 480px) {
  .page__body .login__block {
    padding: 32px 16px;
  }
  .page__body .login__container {
    border-radius: 16px;
  }
  .page__body .form-login {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .page__body .form-login .form__head_description {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .page__body .form-login {
    padding: 32px 24px;
  }
}
.page__body ::placeholder {
  color: #667085;
}
.page__body .form {
  width: 100%;
}
.page__body .form__container {
  width: 100%;
  padding: 48px;
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.page__body .form__head {
  margin-bottom: 24px;
}
.page__body .form__head_title {
  font-size: 32px;
  margin-bottom: 8px;
}
.page__body .form__head_descr {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
}
.page__body .form__group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page__body .form__group input,
.page__body .form__group .form__input-box,
.page__body .form__group .form__input {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 0;
}
.page__body .form__group input:not(:last-child),
.page__body .form__group .form__input-box:not(:last-child),
.page__body .form__group .form__input:not(:last-child) {
  margin-right: 16px;
}
.page__body .form__input-box {
  position: relative;
}
.page__body .form__item {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  margin-bottom: 16px;
}
.page__body .form__item_checkbox {
  margin-bottom: 0;
}
.page__body .form__label {
  color: var(--font-default);
  color: #232c36;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.page__body .form__input, .page__body .form__textarea, .page__body .form__select,
.page__body .form .select__toggle {
  outline: none;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--font-default);
  background: #fff;
  background-position: right 16px center;
  border: 1px solid #c3ccda;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
  margin-bottom: 16px;
}
.page__body .form__input:focus, .page__body .form__input:active, .page__body .form__textarea:focus, .page__body .form__textarea:active, .page__body .form__select:focus, .page__body .form__select:active,
.page__body .form .select__toggle:focus,
.page__body .form .select__toggle:active {
  border: 1px solid var(--color-primary);
}
.page__body .form__select {
  display: inline-block;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBpZD0iMGU3YmU5MzNjMTI1NjVlYWQyZjM4NjIyNmNkN2RhNWYiPgogICAgPHBhdGggaWQ9Ijk2Y2ZmZjBkOTllMDVmZDM5ZDFlNGEyNDA4NWIxNmMyIiBkPSJNMTQuMDc3NSA3Ljc0NDE0TDEwLjUgMTEuMzIxNkw2LjkyMjUgNy43NDQxNEw1Ljc0NDE3IDguOTIyNDdMMTAuNSAxMy42NzgzTDE1LjI1NTggOC45MjI0N0wxNC4wNzc1IDcuNzQ0MTRaIiBmaWxsPSIjMzMzMzMzIj48L3BhdGg+CiAgPC9nPgo8L3N2Zz4=") no-repeat;
  background-size: 24px 24px;
  background-position: right 8px top 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: 0.6;
}
.page__body .form .select__toggle {
  padding-left: 16px;
}
.page__body .form__textarea {
  min-height: 112px;
  resize: none;
  resize: vertical;
  padding: 16px;
}
.page__body .form__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 15px;
  right: 16px;
  opacity: 0.3;
}
.page__body .form__btn {
  width: 100%;
  margin-bottom: 16px;
}
.page__body .form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__body .form .just-validate-error-label {
  color: #cf2c26;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: inherit;
  bottom: -4px;
  left: 16px;
}
.page__body .form .just-validate-error-field {
  border: 1.5px solid #cf2c26;
  background: #fff url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20id%3D%224da5428eeb34cb3107a0726b43dd18c1%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22d8069b1f0e9d00b32f3411ecbffa073e%22%20d%3D%22M9.96067%201.66663C5.38734%201.66663%201.6665%205.40496%201.6665%209.99996C1.6665%2014.595%205.40484%2018.3333%209.99984%2018.3333C14.5948%2018.3333%2018.3332%2014.595%2018.3332%209.99996C18.3332%205.40496%2014.5773%201.66663%209.96067%201.66663ZM9.99984%2016.6666C6.324%2016.6666%203.33317%2013.6758%203.33317%209.99996C3.33317%206.32413%206.30567%203.33329%209.96067%203.33329C13.659%203.33329%2016.6665%206.32413%2016.6665%209.99996C16.6665%2013.6758%2013.6757%2016.6666%209.99984%2016.6666Z%22%20fill%3D%22%23D92C20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Cpath%20id%3D%224197a9ae60b48bb4769132f06d638056%22%20d%3D%22M9.1665%205.83337H10.8332V11.6667H9.1665V5.83337ZM9.1665%2012.5H10.8332V14.1667H9.1665V12.5Z%22%20fill%3D%22%23D92C20%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 20px 20px !important;
}
.page__body .options {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.page__body .options__item {
  display: inline-block;
}
.page__body .options__item:not(:last-child) {
  margin-bottom: 10px;
}
.page__body .options__radio {
  display: none;
}
.page__body .options__label {
  display: inline-flex;
  line-height: 140%;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.page__body .options__label::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 10px;
}
.page__body .options__label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.page__body .options__radio:checked + .options__label::after {
  transform: scale(1);
}
.page__body .checkbox {
  cursor: pointer;
  position: relative;
}
.page__body .checkbox__input {
  display: none;
}
.page__body .checkbox__input + label {
  user-select: none;
}
.page__body .checkbox__input + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fbfcfd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
.page__body .checkbox__input:checked + label::before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.page__body .checkbox__input {
  /* стили при наведении курсора на checkbox */
}
.page__body .checkbox__input:not(:disabled):not(:checked) + label:hover::before {
  border-color: var(--color-primary);
}
.page__body .checkbox__input {
  /* стили для активного состояния чекбокса (при нажатии на него) */
}
.page__body .checkbox__input:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.page__body .checkbox__input {
  /* стили для чекбокса, находящегося в фокусе */
}
.page__body .checkbox__input:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page__body .checkbox__input {
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
}
.page__body .checkbox__input:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
.page__body .checkbox__input {
  /* стили для чекбокса, находящегося в состоянии disabled */
}
.page__body .checkbox__input:disabled + label::before {
  background: #fbfcfd;
}
.page__body .checkbox__label {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  padding-left: 28px;
  color: rgba(var(--color-body), 0.8);
  cursor: pointer;
  position: relative;
  top: 0;
}
.page__body .checkbox__link {
  font-size: 14px;
  line-height: 24px;
  color: rgba(var(--color-body), 0.8);
  text-decoration: underline;
  cursor: pointer;
}
.page__body .checkbox__link:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.page__body .file__item {
  position: relative;
}
.page__body .file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.page__body .file__button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.page__body .file__button:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.page__body .file__preview {
  display: inline-block;
  max-width: 100%;
  padding: 10px 0 0 0;
}
.page__body .file__preview img {
  max-width: 100%;
}
.page__body .form__pravila {
  text-align: left !important;
  margin-top: 8px;
}
.page__body .form__pravila label {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 16px;
  opacity: 0.8;
}
@media (max-width: 640px) {
  .page__body .form__group {
    flex-direction: column;
  }
  .page__body .form__group input,
  .page__body .form__group .form__input-box,
  .page__body .form__group .form__input {
    width: 100%;
  }
  .page__body .form__group input:not(:last-child),
  .page__body .form__group .form__input-box:not(:last-child),
  .page__body .form__group .form__input:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .page__body .form__footer {
    display: block;
  }
}
@media (max-width: 480px) {
  .page__body .form__container {
    padding: 32px;
    border-radius: 16px;
  }
  .page__body .form__head_title {
    font-size: 28px;
  }
  .page__body .form__input {
    height: 48px;
  }
}
@media (max-width: 390px) {
  .page__body .form__container {
    padding: 24px;
    border-radius: 8px;
  }
  .page__body .form__head {
    margin-bottom: 24px;
  }
}
@media (max-width: 375px) {
  .page__body .form__head_title {
    font-size: 24px;
  }
}
.page__body .btn {
  height: 56px;
  line-height: 56px;
  display: inline-block;
  color: #fff;
  background: var(--color-primary);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: var(--fw-700);
  border-radius: 100px;
  padding: 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.page__body .btn::after {
  content: "";
  width: 100%;
  height: 16px;
  display: block;
  background: #5d75e9;
  opacity: 0.8;
  filter: blur(10px);
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page__body .btn:hover {
  background: var(--color-primary_hover);
}
.page__body .btn:hover::after {
  opacity: 0;
}
.page__body .btn:active {
  background: var(--color-primary_active);
}
.page__body .btn:hover .btn__arrow {
  left: 12px;
}
.page__body .btn__stroke {
  line-height: 53px;
  background-color: transparent;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
}
.page__body .btn__stroke:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1.5px solid var(--color-primary);
}
.page__body .btn__stroke::after {
  display: none;
}
.page__body .btn--md {
  height: 48px;
  line-height: 45px;
  padding: 0 32px;
  font-size: 13px;
}
.page__body .btn__arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBpZD0iODBiZjA1Y2MxMGU5N2Y5ZGE2NWJiNmFkYjIxMjNlZmUiPgogICAgPHBhdGggaWQ9ImZjZTNmZTQxMDk2OTBkMjBkZDAzNWQ0NTRiNjM0YjNiIiBkPSJNMTkuNTMwMyAxMC41MzAzQzE5LjgyMzIgMTAuMjM3NCAxOS44MjMyIDkuNzYyNTYgMTkuNTMwMyA5LjQ2OTY3TDE0Ljc1NzQgNC42OTY3QzE0LjQ2NDUgNC40MDM4MSAxMy45ODk2IDQuNDAzODEgMTMuNjk2NyA0LjY5NjdDMTMuNDAzOCA0Ljk4OTU5IDEzLjQwMzggNS40NjQ0NyAxMy42OTY3IDUuNzU3MzZMMTcuOTM5MyAxMEwxMy42OTY3IDE0LjI0MjZDMTMuNDAzOCAxNC41MzU1IDEzLjQwMzggMTUuMDEwNCAxMy42OTY3IDE1LjMwMzNDMTMuOTg5NiAxNS41OTYyIDE0LjQ2NDUgMTUuNTk2MiAxNC43NTc0IDE1LjMwMzNMMTkuNTMwMyAxMC41MzAzWk0wIDEwLjc1SDE5VjkuMjVIMFYxMC43NVoiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgPC9nPgo8L3N2Zz4=") no-repeat center;
  background-size: cover;
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 8px;
  top: 4px;
}
@media (max-width: 480px) {
  .page__body .btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
  }
}
@media (max-width: 375px) {
  .page__body .btn {
    font-size: 14px;
  }
}
.page__body .error {
  font-size: 12px;
  color: red;
  margin-top: -16px;
}