body {
  overflow-x: hidden;
  margin-top: 0;
  padding: 0;
}
img {
  display: inline;
}
a {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
.comments {
  background: #fff;
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  .comments p {
    font-size: 14px !important;
  }
}
.wrapper {
  background-color: #fff;
}
.container-my {
  background-color: #fff;
  padding: 25px;
}
.info__text {
  color: #000;
  line-height: 1.5;
  margin: 20px 0;
}
.info__text {
  line-height: 24px;
  font-size: 18px;
}
* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.content__row {
  display: block;
  grid-template-columns: 2fr 0.7fr;
  gap: 30px;
}
.main__title {
  font-size: 2.5rem;
  color: #202020;
}
.title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}
.calculator-container {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
  background-color: #163030;
  padding: 20px;
  border-radius: 15px;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.circle-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 20px auto;
}
.profit-label {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
input[type="range"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 14px !important;
  background: linear-gradient(90deg, red, green) !important;
  border-radius: 10px !important;
  outline: 0 !important;
  opacity: 0.8 !important;
  transition: opacity 0.2s !important;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #3b82f6;
  border-radius: 50%;
  cursor: pointer;
}
input[type="range"]:hover {
  opacity: 1;
}
.profit-label {
  font-size: 24px;
  padding: 10px;
  border-radius: 8px;
  width: fit-content;
}
.value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
}
.slider-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.tickmarks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 18px;
}
.investment-amount {
  font-size: 20px;
}
.investment-amount,
.profit-label {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
a {
  text-decoration: underline;
  font-weight: bold;
  font-style: normal;
}
.offer-timer {
  text-align: center;
  margin: 16px 0 8px;
}
.offer-timer__value {
  display: inline-block;
  font-family: monospace, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #d74000;
  line-height: 1;
}
.close-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: red;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.comment {
  margin-bottom: 2rem;
}
.comment-content {
  display: flex;
  flex-direction: column;
}
.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
}
.comment-block-answer {
  margin-left: 4rem;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  width: 50px;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  position: relative;
}
.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 0.8rem;
}
.block-info-comment__svg svg {
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 20px;
  padding: 5px;
}
.block-info-comment__name {
  font-weight: 700;
  color: #000;
  padding-bottom: 1rem;
  font-size: 1.08em;
}
.block-info-comment__name span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}
.block-info-line {
  display: flex;
  flex-direction: column;
}
.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 0.7rem;
}
.block-info-comment {
  position: relative;
  font-family: sans-serif;
  line-height: 1.3;
  font-size: 1.1em;
}
.block-info-comment__svg,
.block-info-line {
  display: none;
}
.comments {
  position: relative;
  margin: 20px 5px;
  font-family: sans-serif;
}
@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}
.comments .comments__anchor {
  position: absolute;
  top: -80px;
}
.comments .comments__header {
  display: block;
}
.comments .comments__header-title {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #000000;
  color: #fff;
  font-family: helvetica, sans-serif;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.comments .comments__header-title svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title svg {
    width: 17px;
    height: 16px;
  }
}
.comments .comments__login {
  padding: 10px;
  background-color: #f5f5f5;
}
.comments .comments__login-textareabutton {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  height: 132px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #999;
  text-decoration: none;
}
.comments .comments__login-textareabutton .comment-form__input-counter {
  position: absolute;
  right: 0;
  bottom: 0;
}
.comments .comment-form__input-counter {
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #999;
  font-size: 0.75em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .comments .comment-form__input-counter {
    font-size: 0.65em;
  }
}
.comments .comment-form__button {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  padding: 12px 10px;
  background-color: #00605c;
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
}
.comments .comment-form__button:visited {
  color: #fff;
}
.comments .comment-form__button:focus,
.comments .comment-form__button:hover {
  color: #fff;
  text-decoration: none;
}
.comments .comments__more-trigger-wrapper {
  margin-top: 10px;
}
.button--list-block {
  text-decoration: none;
  color: #292929;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family:
    flamaprosemicond-bold,
    arial,
    helvetica neue,
    helvetica,
    sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button--list-block p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.button--list-block span {
  font-size: 16px;
  font-weight: 900;
}
.button--list-block svg {
  margin-left: 5px;
  fill: currentColor;
}
b,
body,
div,
h1,
header,
html,
img,
p,
section,
span,
strong {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
strong {
  font-weight: 700;
}
button {
  cursor: pointer;
}
button,
input {
  margin: 0;
}
:focus,
a {
  outline: none;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:active {
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline;
  outline: none;
}
a img {
  border: 0;
}
h1,
p {
  text-align: left;
  border: 0;
}
button {
  border: 0;
  text-align: center;
}
button:hover {
  cursor: pointer;
}
body,
input {
  font: 12px Arial;
}
body {
  color: #222;
  -webkit-font-smoothing: antialiased;
}
header,
section {
  display: block;
}
p {
  margin-bottom: 1em;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:visited {
  color: #222;
}
header {
  width: 100%;
  position: relative;
}
.title {
  font-family:
    PT Sans Narrow,
    serif;
  font-weight: 700;
  font-size: 22px;
}
.subtitle {
  font-family:
    PT Sans Narrow,
    serif;
  font-weight: 700;
  font-size: 16px;
}
::selection {
  background: #db0b09;
  color: #fff;
}
::-moz-selection {
  background: #db0b09;
  color: #fff;
}
body {
  min-width: 320px;
  background-color: #fff;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
}
body {
  position: relative;
}
[class*=" icon-"]:before {
  font-family: cas !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment {
  margin-bottom: 15px;
  padding: 13px;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.mob {
  display: none;
  width: 100%;
}
* {
  font-family: "Arimo", sans-serif !important;
}
.info__text {
  line-height: 1.5;
  margin: 20px 0;
}
.info__text {
  line-height: 24px;
}
@media (max-width: 762px) {
  .mob {
    display: block;
  }
  .desk {
    display: none;
  }
  .container-my {
    padding: 0;
  }
  .head_t,
  .content__row {
    padding: 0 10px;
  }
}
* {
  font-family: "Work Sans", sans-serif !important;
}
.info__text {
  line-height: 1.58;
  font-size: 18px;
  margin: 10px 0;
}
.container-my {
  max-width: 1100px;
  margin: 0 auto;
}
.main__title {
  font-size: 2.6rem;
  font-weight: 900 !important;
}
body {
  padding: 0;
  margin: 0;
}
@media (max-width: 762px) {
  .content__row {
    grid-template-columns: 1fr;
  }
  .main__title {
    font-size: 2rem;
  }
}
.title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
}
.head_t {
  max-width: 1050px;
  margin: 30px 0;
}
img {
  display: block;
  margin: 10px auto;
}
a {
  color: #007bc2;
  font-weight: bold;
}
img {
  max-width: 100%;
  width: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.close-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #08d;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#errorMessage {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.red__title {
  font-size: 26px;
  text-transform: uppercase;
  color: red;
  font-weight: 600;
  text-align: center;
  margin: 30px 0;
}
.main__title {
  margin: 20px auto;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.separator-line {
  height: 1px;
  background-color: #eee;
  border: none;
}
.content-row-offset {
  margin-top: -30px;
}
.img-max-600 {
  max-width: 600px;
}
.subtitle {
  text-align: center;
  font-size: 24px;
}
.form {
  background-color: #e6e6e6;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px auto;
  max-width: 500px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.title {
  color: #202020;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}
.subtitle {
  color: #111;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
* {
  box-sizing: border-box;
}
body,
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
.offer-name {
  color: #af060b !important;
}
.signup-card__button {
  display: block;
  width: 100%;
  margin-top: 42px;
  padding: 22px 24px;
  border: 0;
  border-radius: 5px;
  background: #d10a10;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
