.atero-page {
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 20px 0;
}

@media screen and (max-width: 1680px) {
  .atero-page {
    padding-top: 130px;
  }
}

@media screen and (max-width: 1439px) {
  .atero-page {
    padding-top: 100px;
  }
}

.atero-header {
  display: flex;
  gap: 12px;
  min-height: 510px;
}

@media screen and (max-width: 1919px) {
  .atero-header {
    min-height: 26.5625vw;
  }
}

.atero-header-left {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: #EDE8E3;
  padding: 40px;
  width: calc(50% - 6px);
}

@media screen and (max-width: 1919px) {
  .atero-header-left {
    padding: 2.0834vw;
    border-radius: 1.5625vw;
  }
}

.atero-header-title {
  color: #2D2D2D;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

@media screen and (max-width: 1919px) {
  .atero-header-title {
    font-size: 2.64vw;
  }
}

.atero-header-text {
  margin: auto 0;
  color: #2D2D2D;
  font-size: 20px;
  line-height: 140%;
}

@media screen and (max-width: 1919px) {
  .atero-header-text {
    font-size: 1.2335vw;
  }
}

.atero-header-btns {
  margin-top: 24px;
  display: flex;
  gap: 8px;
}

.atero-header-btn {
  width: fit-content;
}

.atero-header-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 80px;
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  height: 64px;
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 500;
  transition: background 300ms, color 300ms;
}

@media screen and (max-width: 1919px) {
  .atero-header-btn a {
    padding: 0 3.8334vw;
    border-radius: 0.625vw;
    height: 3.3335vw;
    font-size: 1.042vw;
  }
}

.atero-header-btn a:hover {
  background-color: #d8b695;
  color: #fff;
}

.atero-header-right {
  position: relative;
  width: calc(50% - 6px);
  border-radius: 30px;
  overflow: hidden;
  background-color: #F3F1EF;
  z-index: 1;
}

@media screen and (max-width: 1919px) {
  .atero-header-right {
    border-radius: 1.5625vw;
  }
}

.atero-header-right img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.atero-menu {
  margin-top: 12px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.atero-menu-item {
  flex: none;
}

.atero-menu-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 54px;
  background-color: #f3f1ef;
  color: #67676b;
  border-radius: 54px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 300ms, color 300ms;
}

@media screen and (max-width: 1919px) {
  .atero-menu-item a {
    height: 2.8125vw;
    border-radius: 2.8125vw;
    padding: 0 1.042vw;
    font-size: 1.042vw;
  }
}

.atero-menu-item a:hover {
  background-color: #d8b695;
  color: #fff;
}

.atero-test {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  min-height: 510px;
}

@media screen and (max-width: 1919px) {
  .atero-test {
    min-height: 26.5625vw;
  }
}

.atero-test-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  border-radius: 30px;
  background-color: #C4A585;
  color: #fff;
  flex: 1;
}

@media screen and (max-width: 1919px) {
  .atero-test-left {
    gap: 2.0834vw;
    padding: 2.0834vw;
    border-radius: 1.5625vw;
  }
}

.atero-test-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  max-width: 640px;
}

@media screen and (max-width: 1919px) {
  .atero-test-title {
    font-size: 2.5vw;
    line-height: 3.2295vw;
    max-width: 33.3334vw;
  }
}

.atero-test-footer {
  margin-top: auto;
  max-width: 560px;
}

@media screen and (max-width: 1919px) {
  .atero-test-footer {
    max-width: 29.167vw;
  }
}

.atero-test-sub-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

@media screen and (max-width: 1919px) {
  .atero-test-sub-title {
    font-size: 1.6665vw;
    line-height: 2.1875vw;
  }
}

.atero-test-sub-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 1919px) {
  .atero-test-sub-text {
    margin-top: 0.8335vw;
    font-size: 0.8335vw;
    line-height: 1.146vw;
  }
}

.atero-test-right {
  padding: 40px;
  border-radius: 30px;
  background-color: #EFE9E3;
  flex: 1;
}

@media screen and (max-width: 1919px) {
  .atero-test-right {
    padding: 2.0834vw;
    border-radius: 1.5625vw;
  }
}

.atero-test-progress-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 40px;
}

@media screen and (max-width: 1919px) {
  .atero-test-progress-block {
    gap: 2.0834vw;
  }
}

.atero-test-progress {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1919px) {
  .atero-test-progress {
    height: 1.042vw;
    gap: 0.521vw;
  }
}

.atero-test-progress div {
  flex: 1;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 1919px) {
  .atero-test-progress div {
    height: 0.2085vw;
    border-radius: 0.2605vw;
  }
}

.atero-test-progress div.active {
  background-color: #C4A585;
}

.atero-test-questions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 1919px) {
  .atero-test-questions {
    gap: 2.0834vw;
  }
}

.atero-test-questions-panel {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 1919px) {
  .atero-test-questions-panel {
    gap: 0.8335vw;
  }
}

.atero-test-question {
  display: none;
  flex-direction: column;
  max-width: 684px;
}

@media screen and (max-width: 1919px) {
  .atero-test-question {
    max-width: 31.417vw;
  }
}

.atero-test-question-text {
  color: #2D2D2D;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-text {
    font-size: 0.7295vw;
    margin-bottom: 1.6665vw;
  }
}

.atero-test-question-text p:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-text p:not(:first-child) {
    margin-top: 0.4165vw;
  }
}

.atero-test-question-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-title {
    font-size: 1.042vw;
    line-height: 1.25vw;
    margin-bottom: 1.6665vw;
  }
}

.atero-test-question-radio-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-radio-container {
    gap: 0.7815vw;
  }
}

.atero-test-question-radio {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #C4A585;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: none;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-radio {
    width: 1.146vw;
    height: 1.146vw;
    border: 0.1045vw solid #C4A585;
  }
}

.atero-test-question-radio input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

.atero-test-question-radio-check {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C4A585;
  cursor: pointer;
  opacity: 0;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-radio-check {
    width: 0.521vw;
    height: 0.521vw;
  }
}

.atero-test-question-radio input:checked+.atero-test-question-radio-check {
  opacity: 1;
}

.atero-test-question-radio-container:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-radio-container:not(:last-child) {
    margin-bottom: 1.25vw;
  }
}

.atero-test-question-radio-label {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #2D2D2D;
  width: 100%;
}

.atero-test-question-input-label {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #2D2D2D;
  width: 100%;
}

.atero-test-question-input-field {
  margin-top: 8px;
  padding: 0 16px;
  display: block;
  border: 1px solid #B6B4B3;
  max-width: 198px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 26px;
  color: #2D2D2D;
}

.atero-test-question-input-field.error {
  border-color: red;
}

.atero-test-question-input-error {
  color: red;
  font-size: 14px;
  line-height: 20px;
}

.atero-test-question-input-field::-webkit-outer-spin-button,
.atero-test-question-input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.atero-test-question-input-field {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-radio-label {
    font-size: 1.042vw;
    line-height: 1.3545vw;
  }

  .atero-test-question-input-label {
    font-size: 1.042vw;
    line-height: 1.3545vw;
  }

  .atero-test-question-input-field {
    height: 3.5vw;
  }
}

.atero-test-question-radio-ava {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-radio-ava {
    width: 4.167vw;
    height: 4.167vw;
  }
}

.atero-test-question-radio-ava img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.atero-test-question-variant {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  left: 60px;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-variant {
    position: absolute;
    top: calc(50% - 0.573vw);
    left: 3.125vw;
  }
}

.atero-test-question.selected .atero-test-question-variant {
  display: block;
}

.atero-test-question-variant svg {
  display: block;
  width: 22px;
  height: auto;
}

@media screen and (max-width: 1919px) {
  .atero-test-question-variant svg {
    width: 1.146vw;
  }
}

.atero-test-questions-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 516px;
  width: 100%;
  flex: none;
}

@media screen and (max-width: 1919px) {
  .atero-test-questions-buttons {
    gap: 0.8335vw;
    max-width: 23.036vw;
  }
}

.atero-test-questions-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 28px;
  border-radius: 12px;
  background-color: #fff;
  height: 64px;
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 500;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width: 1919px) {
  .atero-test-questions-prev {
    padding: 0 1.4585vw;
    border-radius: 0.625vw;
    height: 3.3335vw;
    font-size: 1.042vw;
  }
}

.atero-test-questions-prev:hover {
  background-color: #F3F1EF;
}

.atero-test-questions-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 28px;
  width: 100%;
  max-width: 384px;
  border-radius: 12px;
  background-color: #fff;
  height: 64px;
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 500;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width: 1919px) {
  .atero-test-questions-next {
    padding: 0 1.4585vw;
    border-radius: 0.625vw;
    height: 3.3335vw;
    font-size: 1.042vw;
    max-width: 20vw;
  }
}

.atero-test-questions-next:hover {
  background-color: #F3F1EF;
}

.atero-test-questions-noty {
  font-size: 14px;
  line-height: 18px;
  color: #67676B;
  display: none;
}

.atero-test-questions-approval {
  font-size: 14px;
  line-height: 18px;
  color: #B6B4B3;
}

@media screen and (max-width: 1919px) {
  .atero-test-questions-noty {
    font-size: 0.7295vw;
    line-height: 0.9375vw;
  }

  .atero-test-questions-approval {
    font-size: 0.7295vw;
    line-height: 0.9375vw;
  }
}

.atero-test-questions-noty p:not(:first-child) {
  margin-top: 4px;
}

@media screen and (max-width: 1919px) {
  .atero-test-questions-noty p:not(:first-child) {
    margin-top: 0.2085vw;
  }
}

.atero-test-finish {
  display: none;
  flex-direction: column;
  height: 100%;
  gap: 40px;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish {
    gap: 2.0834vw;
  }
}

.atero-test-finish-result {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 32px;
  color: #AD9275;
  text-align: center;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish-result {
    font-size: 2.0834vw;
    line-height: 2.7085vw;
    margin-bottom: 1.6665vw;
  }
}

.atero-test-finish-title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #2D2D2D;
  text-align: center;
}

.atero-test-finish-description {
  font-size: 20px;
  line-height: 26px;
  color: #2D2D2D;
  text-align: center;
}

.atero-test-finish-block {
  height: 100%;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish-title {
    font-size: 1.042vw;
    line-height: 1.3545vw;
  }

  .atero-test-finish-description {
    font-size: 1.042vw;
    line-height: 1.3545vw;
  }
}

.atero-test-finish-panel {
  margin-bottom: 16px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.atero-test-finish-type {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish-panel {
    gap: 0.8335vw;
  }
}

.atero-test-finish-button {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  flex: none;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish-button {
    gap: 1.25vw;
  }
}

.atero-test-finish-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 28px;
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  height: 64px;
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 500;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish-button a {
    padding: 0 1.4585vw;
    border-radius: 0.625vw;
    height: 3.3335vw;
    font-size: 1.042vw;
  }
}

.atero-test-finish-button a:last-child {
  background-color: #C4A585;
  color: #fff;
}

.atero-test-finish-button a:hover {
  background-color: #F3F1EF;
  color: #2D2D2D;
}

.atero-test-finish-noty {
  font-size: 14px;
  line-height: 18px;
  color: #67676B;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish-noty {
    font-size: 0.7295vw;
    line-height: 0.9375vw;
  }
}

.atero-test-finish-noty p:not(:first-child) {
  margin-top: 4px;
}

@media screen and (max-width: 1919px) {
  .atero-test-finish-noty p:not(:first-child) {
    margin-top: 0.2085vw;
  }
}

.atero-test-finish-noty p:last-child {
  color: #B6B4B3;
}



.atero-section {
  margin-top: 40px;
}

.atero-section-wrapper {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(270deg, #B0B2B1 0%, #BCBEBD 100%);
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1919px) {
  .atero-section-wrapper {
    border-radius: 1.5625vw;
  }
}

.atero-section-image {
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  height: 100%;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: right top;
}

.atero-section-content {
  max-width: 900px;
  padding: 40px;
}

@media screen and (max-width: 1919px) {
  .atero-section-content {
    max-width: 50%;
    padding: 2.0834vw;
  }
}

.atero-section-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.atero-section-description {
  margin-top: 80px;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.atero-section-button {
  margin-top: 80px;
  width: 50%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #2D2D2D;
  transition: .3s;
  font-size: 16px;
}

.atero-section-button:hover {
  background-color: #F3F1EF;
}

@media screen and (max-width: 1919px) {
  .atero-section-title {
    font-size: 2.5vw;
    line-height: 3.2295vw;
  }

  .atero-section-description {
    font-size: 1.2335vw;
  }
}

.atero-risk {
  margin-top: 40px;
}

.atero-risk-title {
  margin-bottom: 24px;
  color: #2D2D2D;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.atero-risk-row {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.atero-risk-item-title {

  color: #BAA385;
  font-size: 52px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.atero-risk-item-description {
  color: #2D2D2D;
  font-size: 22px;
  line-height: 120%;
}

@media screen and (max-width: 1919px) {
  .atero-risk-title {
    font-size: 2.5vw;
    line-height: 3.2295vw;
  }

  .atero-risk-item-title {
    font-size: 2.7vw
  }

  .atero-risk-item-description {
    font-size: 1.3335vw;
  }
}

.atero-diet {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  min-height: 510px;
}

@media screen and (max-width: 1919px) {
  .atero-diet {
    min-height: 34.5625vw;
  }
}

.atero-diet-left {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: #EDE8E3;
  padding: 40px;
  width: calc(50% - 6px);
}

@media screen and (max-width: 1919px) {
  .atero-diet-left {
    padding: 2.0834vw;
    border-radius: 1.5625vw;
  }
}

.atero-diet-title {
  color: #2D2D2D;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

@media screen and (max-width: 1919px) {
  .atero-diet-title {
    font-size: 2.24vw;
  }
}

.atero-diet-text {
  margin: auto 0 0;
  color: #2D2D2D;
  font-size: 20px;
  line-height: 140%;
}

.atero-diet-text ul {
  list-style-type: none;
}

.atero-diet-text ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.atero-diet-text ul li:not(:last-child) {
  margin-bottom: 12px;
}

.atero-diet-text ul li::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #B6B4B3;
  flex-shrink: 0;
  margin-right: 8px;
  display: block;
  content: "";
}

@media screen and (max-width: 1919px) {
  .atero-diet-text {
    font-size: 1.2335vw;
  }
}


.atero-diet-right {
  position: relative;
  width: calc(50% - 6px);
  border-radius: 30px;
  overflow: hidden;
  background-color: #F3F1EF;
  z-index: 1;
}

@media screen and (max-width: 1919px) {
  .atero-diet-right {
    border-radius: 1.5625vw;
  }
}

.atero-diet-right img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.atero-section-2 .atero-section-content {
  margin-left: auto;
}

.atero-section-2 .atero-section-title {
  color: #2D2D2D;
}

.atero-section-2 .atero-section-description {
  color: #2D2D2D;
}

.atero-section-2 .atero-section-image {
  object-position: center top;
}

.atero-pages {
  margin-top: 40px;
}

.atero-pages-title {
  margin: 0 auto 40px;
  color: #2D2D2D;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  max-width: 80%;
}

@media screen and (max-width: 1919px) {
  .atero-pages-title {
    font-size: 2.2vw;
  }
}

.atero-pages-row {
  max-width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.atero-pages-item {
  padding: 30px;
  background-color: #F3F1EF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atero-pages-item-title {
  color: #2D2D2D;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 1919px) {
  .atero-pages-title {
    font-size: 2.5vw;
    line-height: 3.2295vw;
  }

  .atero-pages-item-title {
    font-size: 1.3vw
  }
}

.atero-pages-item-button {
  margin-top: 12px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #2D2D2D;
  transition: .3s;
  font-size: 16px;
}

.atero-pages-item-button:hover {
  background-color: #EDE8E3;
}

.atero-videos {
  margin: 52px 0 12px;
  padding: 40px;
  max-width: 100vw;
  overflow: hidden;
  background-color: #EDE8E3;
  border-radius: 30px;
}

@media screen and (max-width: 1919px) {
  .atero-videos {
    margin: 2.7085vw 0 12px;
  }
}

.atero-videos-slider>.atero-slider-nav {
  justify-content: center;
  margin-top: 32px;
}

.atero-videos-main-title {
  max-width: 50%;
  color: #2D2D2D;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 1919px) {
  .atero-videos-main-title {
    font-size: 2.5vw;
  }
}

.atero-slider-nav {
  display: flex;
  gap: 8px;
  flex: none;
  margin-left: auto;
}

@media screen and (max-width: 1919px) {
  .atero-slider-nav {
    gap: 0.4165vw;
  }
}

.atero-slider-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: #BAA385;
  flex: none;
  transition: background 300ms, color 300ms, opacity 300ms;
  cursor: pointer;
}

.atero-slider-nav span.disabled {
  opacity: 0.7;
}

.atero-slider-nav span.swiper-button-lock {
  display: none;
}

@media screen and (max-width: 1919px) {
  .atero-slider-nav span {
    width: 2.5vw;
    height: 2.5vw;
  }
}

.atero-slider-nav span:hover {
  background-color: #BAA385;
  color: #fff;
}

.atero-slider-nav span svg {
  display: block;
  width: 17px;
  height: auto;
}

@media screen and (max-width: 1919px) {
  .atero-slider-nav span svg {
    width: 0.8856vw;
  }
}

.atero-slider-content {
  width: 100%;
  overflow: hidden;
}

.atero-slider-conteiner {
  touch-action: pan-y;
  height: 100%;
  position: relative;
  z-index: 1;
}

.atero-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transform: translate3d(0px, 0, 0);
  box-sizing: content-box;
}

.atero-slide {
  flex-shrink: 0;
  width: calc(33.33333% - 8px);
  position: relative;
  transition-property: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}

.atero-slide:not(:last-child) {
  margin-right: 12px;
}

.atero-slider-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1919px) {
  .atero-slider-top {
    margin-bottom: 1.6665vw;
  }
}

.atero-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 8px;
}

.atero-slider-pagination.hidden {
  display: none;
}

@media screen and (max-width: 1919px) {
  .atero-slider-pagination {
    margin-top: 1.6665vw;
    gap: 0.4165vw;
  }
}

.atero-slider-pagination-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: background 300ms;
}

@media screen and (max-width: 1919px) {
  .atero-slider-pagination-item {
    width: 0.521vw;
    height: 0.521vw;
  }
}

.atero-slider-pagination-item.active {
  background-color: #BAA385;
}

.atero-video-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.atero-video-img-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}

.atero-video-text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.atero-video-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  background: #FFFFFFB2;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.atero-video-play svg {
  margin-left: 3px;
}

.atero-video-title {
  margin-top: 12px;
  margin-bottom: 12px;
  max-width: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #2D2D2D;
}

@media screen and (max-width: 1919px) {
  .atero-video-title {
    font-size: 1.3vw;
  }
}

.atero-video-button {
  margin-top: auto;
  width: 50%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #2D2D2D;
  transition: .3s;
  font-size: 16px;
}

.atero-video-button:hover {
  background-color: #F3F1EF;
}

.atero-articles {
  display: flex;
  gap: 12px;
  min-height: 476px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.atero-articles-left {
  width: calc(50% - 6px);
  padding: 16px 32px;
}

.atero-articles-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #2d2d2d;
  margin-bottom: 24px;
}

.atero-articles-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}

.atero-articles-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #b6b4b3;
}

.atero-articles-item-panel {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 8px;
  margin-bottom: 8px;
}

.atero-articles-item-group {
  color: #67676b;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atero-articles-item-info {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.atero-articles-item-info span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #67676b;
  line-height: 16px;
  text-align: left;
  gap: 5px;
  flex: none;
  white-space: nowrap;
}

.atero-articles-item-info svg {
  display: block;
}

.atero-articles-item-title {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.atero-articles-item-btn {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.atero-articles-item-btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #c4a585;
  font-size: 16px;
  text-decoration: underline;
  transition: color 300ms;
}

.atero-articles-right {
  width: calc(50% - 6px);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.atero-articles-right img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.atero-sources {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

.atero-sources-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 32px;
  color: #2d2d2d;
}

.atero-sources-list {
  font-size: 16px;
  margin-left: 1em;
  list-style-type: decimal;
}

.atero-sources-list-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #2D2D2D;
}

.atero-sources-list-item a {
  overflow-wrap: break-word;
  color: #C4A585;
}

.atero-sources-list-item:not(:last-child) {
  margin-bottom: 4px;
}

@media screen and (max-width: 1679px) {
  .atero-menu-item a {
    font-size: 16px;
    height: 50px;
    padding: 0 18px;
    border-radius: 50px;
  }

  .atero-articles-item-group {
    font-size: 0.8335vw;
    line-height: 130%;
  }

  .atero-articles-item-info span {
    font-size: 0.8335vw;
    line-height: 130%;
  }
}


@media screen and (max-width: 1023px) {


  .atero-header-left {
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    min-height: 376px;
  }

  .atero-header-title {
    font-size: 42px;
  }

  .atero-header-text {
    font-size: 16px;
    max-width: 577px;
    margin-top: 24px;
  }

  .atero-header-btn a {
    font-size: 16px;
    padding: 0 16px;
    max-width: 300px;
    border-radius: 12px;
    height: 52px;
  }

  .atero-header-right {
    border-radius: 30px;
    width: 100%;
    height: 376px;
  }

  .atero-test {
    min-height: auto;
    flex-direction: column;
  }

  .atero-test-left {
    padding: 40px;
    border-radius: 30px;
    min-height: 430px;
    gap: 40px;
  }

  .atero-test-title {
    font-size: 36px;
    line-height: 130%;
    max-width: none;
  }

  .atero-test-sub-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
  }

  .atero-test-footer {
    max-width: 560px;
  }

  .atero-test-sub-title {
    font-size: 26px;
    line-height: 130%;
  }

  .atero-test-question-input-field {
    height: 40px;
  }

  .atero-test-right {
    padding: 40px;
    border-radius: 30px;
  }

  .atero-test-question {
    max-width: 100%;
  }

  .atero-test-progress {
    height: 20px;
    gap: 10px;
  }

  .atero-test-progress-block {
    gap: 40px;
  }

  .atero-test-progress div {
    height: 4px;
    border-radius: 4px;
  }

  .atero-test-question-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .atero-test-question-text {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .atero-test-question-text p:not(:first-child) {
    margin-top: 8px;
  }

  .atero-test-question-radio-ava {
    width: 80px;
    height: 80px;
  }

  .atero-test-question-radio-label {
    font-size: 20px;
  }

  .atero-test-question-input-label {
    font-size: 20px;
  }

  .atero-test-question-radio-container {
    gap: 15px;
  }

  .atero-test-question-radio-container:not(:last-child) {
    margin-bottom: 24px;
  }

  .atero-test-questions {
    gap: 40px;
  }

  .atero-test-question-radio {
    width: 22px;
    height: 22px;
    border-width: 2px;
  }

  .atero-test-question-radio-check {
    width: 10px;
    height: 10px;
  }

  .atero-test-questions-panel {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .atero-test-questions-buttons {
    gap: 24px;
    max-width: none;
  }

  .atero-test-questions-next {
    font-size: 16px;
    padding: 0 16px;
    max-width: 300px;
    border-radius: 12px;
    height: 52px;
  }

  .atero-test-questions-prev {
    font-size: 16px;
    padding: 0 30px;
    border-radius: 12px;
    height: 52px
  }

  .atero-test-questions-noty {
    font-size: 14px;
    line-height: 130%;
  }

  .atero-test-finish-result {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 32px;
  }

  .atero-test-finish-description {
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .atero-test-finish {
    gap: 40px;
  }

  .atero-test-finish-panel {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .atero-test-finish-button a {
    font-size: 16px;
    padding: 0 16px;
    max-width: 300px;
    border-radius: 12px;
    height: 52px;
  }

  .atero-test-finish-noty {
    font-size: 14px;
    line-height: 130%;
  }

  .atero-test-finish-title {
    font-size: 20px;
  }

  .atero-test-questions-approval {
    font-size: 14px;
    line-height: 130%;
  }

  .atero-test-finish-button {
    max-width: none;
    gap: 16px;
  }

  .atero-test-questions-noty p:not(:first-child) {
    margin-top: 4px;
  }

  .atero-test-question-variant {
    top: calc(50% - 11px);
    left: 50px;
  }

  .atero-test-question-variant svg {
    width: 22px;
  }

  .atero-section-title {
    font-size: 26px;
    line-height: 120%;
  }

  .atero-section-description {
    margin-top: 40px;
    font-size: 18px;
    line-height: 140%;
  }

  .atero-risk-title {
    font-size: 26px;
    line-height: 120%;
  }

  .atero-risk-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .atero-risk-item-title {
    font-size: 52px;
    line-height: 120%;
    max-width: 80%;
    text-align: center;
  }

  .atero-risk-item-description {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
  }

  .atero-risk-row {
    padding: 0;
    max-width: none;
  }

  .atero-diet-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 120%;
  }

  .atero-diet-text {
    font-size: 18px;
    line-height: 140%;
  }

  .atero-pages-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 120%;
  }

  .atero-pages-item-title {
    margin: auto 0;
    font-size: 16px;
    line-height: 120%;
  }

  .atero-pages-row {
    max-width: none;
  }

  .atero-videos-main-title {
    font-size: 26px;
    line-height: 120%;
  }

  .atero-slider-top {
    margin-bottom: 40px;
  }

  .atero-video-title {
    font-size: 16px;
    line-height: 120%;
    max-width: 90%;
  }

  .atero-video-play {
    width: 40px;
    height: 40px;
  }

  .atero-video-play svg {
    width: 10px;
  }

  .atero-video-button {
    max-width: 70%;
  }

  .atero-articles {
    flex-direction: column;
    min-height: auto;
    padding: 28px 0;
  }

  .atero-articles-left {
    width: 100%;
    padding: 0;
  }

  .atero-articles-title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .atero-articles-items {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }

  .atero-articles-item {
    width: 100%;
  }

  .atero-articles-item-panel {
    height: 48px;
    gap: 8px;
    margin-bottom: 8px;
  }

  .atero-articles-item-group {
    font-size: 14px;
    line-height: 18px;
  }

  .atero-articles-item-info {
    gap: 16px;
  }

  .atero-articles-item-info span {
    font-size: 12px;
    line-height: 16px;
    gap: 5px;
  }

  .atero-articles-item-title {
    font-size: 18px;
    line-height: 130%;
  }

  .atero-articles-item-btn {
    padding-top: 16px;
  }

  .atero-articles-item-btn a {
    font-size: 14px;
  }

  .atero-articles-right {
    display: none;
  }

  .atero-section-button {
    width: auto;
  }

  .atero-section-3 .atero-section-image {
    object-position: center;
  }

  .atero-sources-container {
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .atero-header {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .atero-header-left {
    padding: 24px;
  }

  .atero-header-left {
    min-height: auto;
  }

  .atero-header-title {
    font-size: 32px;
  }

  .atero-header-btn a {
    max-width: none;
  }

  .atero-header-right {
    height: 230px;
  }

  .atero-header-btns {
    flex-direction: column-reverse;
  }

  .atero-header-right img {
    object-position: center;
  }

  .atero-test-title {
    font-size: 30px;
    max-width: 360px;
  }

  .atero-test-title br {
    display: none;
  }

  .atero-test-left {
    min-height: auto;
    padding: 24px;
  }

  .atero-test-sub-title {
    font-size: 22px;
  }

  .atero-test-sub-title br {
    display: none;
  }

  .atero-test-sub-text {
    font-size: 14px;
  }

  .atero-test-sub-text br {
    display: none;
  }

  .atero-test-question-input-field {
    max-width: 100%;
    width: 100%;
  }

  .atero-test-right {
    padding: 24px;
  }

  .atero-test-progress-block {
    gap: 16px;
  }

  .atero-test-progress div {
    height: 2px;
  }

  .atero-test-question-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .atero-test-question-radio-container:not(:last-child) {
    margin-bottom: 20px;
  }

  .atero-test-question-radio-container {
    gap: 12px;
  }

  .atero-test-question-radio-label {
    font-size: 16px;
  }

  .atero-test-question-input-label {
    font-size: 16px;
  }

  .atero-test-question-radio-ava {
    width: 42px;
    height: 42px;
  }

  .atero-test-questions {
    gap: 24px;
  }

  .atero-test-questions-panel {
    gap: 16px;
  }

  .atero-test-questions-buttons {
    gap: 16px;
    flex-direction: column;
  }

  .atero-test-questions-prev {
    width: 100%;
    order: 1;
  }

  .atero-test-question-variant {
    left: 40px;
  }

  .atero-test-finish-description {
    font-size: 20px;

  }

  .atero-test-finish-button {
    flex-direction: column;
  }

  .atero-test-finish-button a {
    max-width: none;
  }

  .atero-test-questions-next {
    max-width: none;
  }

  .atero-articles-item {
    border-bottom: none;
    padding-bottom: 0;
  }

  .atero-sources-title {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 24px;
  }

  .atero-section-image {
    position: static;
  }

  .atero-section-content {
    max-width: none;
    padding: 20px;
  }

  .atero-section-wrapper {
    border-radius: 20px;
  }

  .atero-risk-row {
    flex-direction: column;
    gap: 32px;
  }

  .atero-risk-item-title {
    font-size: 32px;
  }

  .atero-diet {
    flex-direction: column;
  }

  .atero-diet {
    flex-direction: column;
    min-height: auto;
  }

  .atero-diet-left {
    padding: 24px;
  }

  .atero-diet-left {
    min-height: auto;
    width: 100%;
  }

  .atero-diet-right {
    height: 230px;
    width: 100%;
    border-radius: 20px;
  }

  .atero-diet-right img {
    object-position: center;
  }

  .atero-section-2 .atero-section-wrapper {
    background: #F7FBFE;
  }

  .atero-section-3 .atero-section-wrapper {
    background: #CBCBCF;
  }

  .atero-pages-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .atero-slider-nav {
    display: none;
  }

  .atero-videos-main-title {
    max-width: none;
  }

  .atero-slide {
    width: calc(90% - 8px);
  }

  .atero-slider-pagination-item {
    width: 10px;
    height: 10px;
  }

  .atero-slider-pagination {
    margin-top: 12px;
    gap: 8px;
  }

  .atero-videos {
    padding: 20px;
  }

  .atero-articles {
    flex-direction: column-reverse;
  }

  .atero-articles-right {
    display: block;
    width: 100%;
  }

  .atero-articles-right img {
    position: static;
  }
}