html {
  font-size: 1px;
  font-family: Roboto, sans-serif;
}

body,
html {
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-size: 16rem;
}

h1,
h2,
h3,
p {
  margin: 0;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  background-color: #000;
  font-size: 20rem;
  color: #fff;
  border-bottom: 2rem solid #171717;
  padding-top: 55rem;
}

.header__menu {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #42267b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

.header__menu-list {
  display: none;
  -webkit-column-gap: 15rem;
  -moz-column-gap: 15rem;
  column-gap: 15rem;
}

.header__menu-list-item {
  padding: 20rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.header__menu-list-item:hover {
  color: #c0acf8;
}

.header__menu__button {
  margin: 10rem 0;
  padding: 8rem 25rem;
}

.header__hero {
  background-image: url(../img/big-white.svg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header__hero-content {
  max-width: 670rem;
  margin-top: 110rem;
  margin-bottom: 200rem;
}

.header__hero-content h1 {
  margin-bottom: 10rem;
  font-size: 24rem;
  line-height: 34rem;
}

.header__hero-content h2 {
  font-size: 18rem;
  line-height: 28rem;
}

.header__hero-content__form {
  margin: auto;
}

.header__hero-content__form-text {
  font-size: 14rem;
}

.header__hero-content__form-answer {
  font-size: 16rem;
  padding-bottom: 6rem;
  font-style: italic;
  font-weight: 700;
}

.header__hero-content__form-button {
  display: inline-block;
  padding: 8rem 12rem;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  margin-right: 15rem;
}

.header__hero__text-attention {
  position: relative;
  margin: 20rem 0 30rem;
  font-size: 14rem;
  line-height: 20rem;
  padding-left: 57rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.header__hero__text-attention::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 2rem;
  width: 40rem;
  height: 40rem;
  background-image: url(../img/icons/icon-header.svg);
  background-position: center;
  background-size: cover;
}

.header__hero__button {
  padding: 12rem 20rem;
  margin-right: 10rem;
  margin-bottom: 10rem;
  font-size: 16rem;
}

.header__hero--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__hero--image-lawyer {
  display: none;
}

.main {
  font-size: 18rem;
  color: #171717;
  background-color: #fff;
}

.main h2 {
  font-size: 28rem;
  line-height: 66rem;
  color: #171717;
}

.main__about {
  margin-top: 100px;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
  row-gap: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__about-text {
  max-width: 100%;
  padding: 20rem;
  color: #171717;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background-color: #f1f6f9;
}

.main__about-text p {
  font-size: 14rem;
  line-height: 18rem;
  margin-top: 28rem;
}

.main__about-image {
  max-width: 100%;
}

.main__about-image--pic {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main__price {
  margin-top: 95rem;
}

.main__price-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60rem;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
  row-gap: 30rem;
}

.main__price-box-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37rem 10rem;
  background-color: #42267b;
  color: #fff;
  text-align: center;
  font-size: 24rem;
  font-weight: 500;
  line-height: 34rem;
}

.main__broker {
  margin-top: 100px;
  margin-bottom: 110rem;
}

.main__broker h2 {
  font-size: 22rem;
  line-height: 40rem;
}

.main__broker h3 {
  color: #171717;
  font-weight: 500;
  font-size: 14rem;
}

.main__broker-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
  padding-top: 20rem;
  row-gap: 20rem;
}

.main__broker-box--pic {
  display: block;
  width: 40vw;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100rem;
}

.main__preferences {
  background-color: #42267b;
  color: #f1f6f9;
  padding-top: 110rem;
}

.main__preferences h2 {
  color: #f1f6f9;
  margin-bottom: 60rem;
}

.main__preferences-box {
  width: 100%;
  margin-bottom: 50rem;
}

.main__preferences-item {
  margin-bottom: 40rem;
}

.main__preferences-item-icon {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__preferences-item img {
  display: block;
  width: 75rem;
  height: 75rem;
  margin-right: 25rem;
}

.main__preferences-item p {
  width: 100%;
  font-size: 18rem;
  font-weight: 400;
  line-height: 26rem;
}

.main__preferences-item strong {
  display: block;
  font-size: 24rem;
  font-weight: 500;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.main__preferences-img {
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main__preferences-pic {
  display: block;
  width: 96%;
}

.main__stage {
  margin-top: 100px;
}

.main__stage-container {
  padding-top: 60rem;
  padding-bottom: 100rem;
  row-gap: 30rem;
}

.main__stage-box {
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  -webkit-column-gap: 15rem;
  -moz-column-gap: 15rem;
  column-gap: 15rem;
}

.main__stage-box-img {
  margin: auto;
  width: 170rem;
  height: 170rem;
  border-radius: 50%;
  background-color: #42267b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__stage-box-img img {
  width: 110rem;
  height: 110rem;
  display: inlite-block;
}

.main__stage-box-text {
  padding: 35rem;
  text-align: center;
  font-size: 28rem;
  font-weight: 500;
  line-height: 33rem;
}

.main__call-to-action {
  padding: 70rem 10rem 80rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #42267b;
  color: #fff;
  text-align: center;
}

.main__call-to-action__text {
  font-size: 16rem;
  line-height: 28rem;
  font-weight: 400;
  font-family: Roboto, serif;
}

.main__call-to-action-button {
  margin-top: 60rem;
  padding: 17rem 32rem;
}

.main__question {
  margin-bottom: 145rem;
}

.main__question h2 {
  margin-top: 100px;
  margin-bottom: 60rem;
}

.main__question-line {
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
  row-gap: 30rem;
  margin-bottom: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__question-box {
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 130;
  padding: 30rem 25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f6f9;
}

.main__question-box--show {
  height: auto;
}

.main__question-text {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding-right: 60rem;
  font-weight: 500;
  font-size: 16rem;
  line-height: 23rem;
}

.main__question-showanswer {
  position: absolute;
  top: 40rem;
  right: 10rem;
  width: 37rem;
  height: 37rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main__question-showanswer:hover {
  cursor: pointer;
}

.main__question-showanswer::before {
  content: "";
  position: absolute;
  top: 18rem;
  left: 0rem;
  width: 37rem;
  height: 2rem;
  background-color: #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main__question-showanswer::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 18rem;
  width: 2rem;
  height: 37rem;
  background-color: #000;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main__question-showanswer--show::before {
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}

.main__question-showanswer--show::after {
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}

.main__question-answer {
  opacity: 0;
  padding-top: 0rem;
  font-size: 1rem;
  -webkit-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}

.main__question-answer--show {
  opacity: 1;
  padding-top: 10rem;
  -webkit-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
  font-size: 13rem;
  line-height: 20rem;
}

.footer {
  color: #fff;
  background-color: #42267b;
  font-size: 16rem;
}

.main__feedback {
  padding-bottom: 100rem;
  padding-top: 110rem;
  -webkit-column-gap: 20rem;
  -moz-column-gap: 20rem;
  column-gap: 20rem;
}

.main__feedback__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__feedback__text-head {
  font-size: 28rem;
  line-height: 52rem;
  padding-bottom: 20rem;
}

.main__feedback__text p {
  font-size: 16rem;
  line-height: 24rem;
  margin-bottom: 10rem;
  font-weight: 400;
}

.main__feedback__text-img img {
  display: block;
  width: 100%;
}

.main__feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8rem;
}

.main__feedback__form-text {
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-weight: 500;
  font-size: 14rem;
  line-height: 18rem;
}

.main__feedback__form input,
.main__feedback__form select {
  display: block;
  font-size: 13rem;
  padding: 11rem 10rem;
  width: 100%;
  border: 1rem solid #090808;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main__feedback__form input:focus,
.main__feedback__form select:focus {
  border: 1px solid red;
}

.main__feedback__form input:focus::-webkit-input-placeholder {
  color: #fff;
}

.main__feedback__form input:focus::-moz-placeholder {
  color: #fff;
}

.main__feedback__form input:focus:-ms-input-placeholder {
  color: #fff;
}

.main__feedback__form input:focus::-ms-input-placeholder {
  color: #fff;
}

.main__feedback__form input:focus::placeholder {
  color: #fff;
}

.main__feedback__form #sendRequest {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 13rem;
  padding: 13rem 5rem;
}

.main__feedback__form .iti {
  width: 100%;
}

.footer__feedback {
  padding-bottom: 100rem;
  padding-top: 110rem;
  -webkit-column-gap: 20rem;
  -moz-column-gap: 20rem;
  column-gap: 20rem;
}

.footer__feedback__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__feedback__text-head {
  font-size: 28rem;
  line-height: 52rem;
  padding-bottom: 20rem;
}

.footer__feedback__text p {
  font-size: 16rem;
  line-height: 24rem;
  margin-bottom: 10rem;
  font-weight: 400;
}

.footer__feedback__text-img img {
  display: block;
  width: 100%;
}

.footer__feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8rem;
}

.footer__feedback__form-text {
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-weight: 500;
  font-size: 14rem;
  line-height: 18rem;
}

.footer__feedback__form input,
.footer__feedback__form select {
  display: block;
  font-size: 13rem;
  padding: 11rem 10rem;
  width: 100%;
  border: 1rem solid #090808;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer__feedback__form input:focus,
.footer__feedback__form select:focus {
  border: 1px solid red;
}

.footer__feedback__form input:focus::-webkit-input-placeholder {
  color: #fff;
}

.footer__feedback__form input:focus::-moz-placeholder {
  color: #fff;
}

.footer__feedback__form input:focus:-ms-input-placeholder {
  color: #fff;
}

.footer__feedback__form input:focus::-ms-input-placeholder {
  color: #fff;
}

.footer__feedback__form input:focus::placeholder {
  color: #fff;
}

.footer__feedback__form #sendRequest {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 13rem;
  padding: 13rem 5rem;
}

.footer__feedback__form .iti {
  width: 100%;
}

.footer__copywright {
  padding-top: 20rem;
  padding-bottom: 22rem;
  font-size: 13rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__copywright-text {
  padding-right: 10px;
}

.footer #politic:hover {
  cursor: pointer;
  color: #c0acf8;
}

.privacy {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #171717;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #5a4495;
  overflow-y: hidden;
}

.privacy-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 15px;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
}

.privacy-text form {
  padding: 15px;
}

.privacy-text form .iti {
  width: 100%;
}

.privacy-text form p {
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 14rem;
}

.privacy-text form button,
.privacy-text form input,
.privacy-text form select,
.privacy-text form textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 8px;
}

span.iti__country-name {
  color: #171717 !important;
}

.dialog-close {
  width: 100%;
  position: relative;
}

.dialog-close span {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 50px;
  height: 50px;
}

.dialog-close span:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.dialog-close span::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #5a4495;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dialog-close span::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #5a4495;
}

.msg {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #450172;
  background-image: url(../img/icons/icon-message.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border: 1px solid #5a4495;
}

.msg:hover {
  background-size: 40px;
}

.msg-form {
  position: fixed;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  right: 20px;
  bottom: 90px;
  z-index: 2;
  padding: 30px 25px;
  font-size: 14px;
  color: #171717;
  background-color: #fff;
  border: 1px solid #ccc;
}

.msg-form button,
.msg-form input,
.msg-form textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  padding: 5px 8px;
  height: 36px;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.msg-form textarea {
  resize: vertical;
}

.msg-form .iti {
  width: 230px;
}

.msg-form .iti__selected-country {
  padding-left: 0;
}

.msg-button {
  text-align: center;
  background-color: #450172;
  color: #fff;
}

.msg-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}

#msg-close {
  top: -25px;
  right: -15px;
}

.popup_return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #171717;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

.wrapper {
  margin: auto;
  padding: 0rem 20rem;
  max-width: 1360rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.burger {
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.burger span,
.burger span::after,
.burger span::before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.burger span::after,
.burger span::before {
  content: "";
}

.burger span::before {
  top: 13px;
}

.burger span::after {
  top: -10px;
}

.show {
  position: fixed;
  top: 0;
  left: 20px;
}

.show span {
  width: 0;
}

.show span::after,
.show span::before {
  top: 50%;
  left: -30px;
}

.show span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global-header {
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.global-sub-head {
  text-align: left;
  font-weight: 400;
}

.global-btn {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2rem solid #5a4495;
  transition: all 0.5s ease;
}

.global-btn:hover {
  color: #450172;
  background-color: #fff;
}

.global-btn--dark {
  color: #5a4495;
  background-color: #fff;
}

.global-btn--dark:hover {
  color: #fff;
  background-color: #e21d45;
}

.global-btn--purpl {
  color: #fff;
  background-color: #5a4495;
}

.global-btn--purpl:hover {
  color: #fff;
  background-color: #e21d45;
}

.white-hr {
  border-top: 1rem solid #ccc;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.chardback {
  padding: 50px 15px;
  color: #121212;
  background-color: #faf9fe;
}
.chardback img {
  width: 60rem;
  height: 60rem;
  object-fit: cover;
}
div.chardback h2 {
  font-size: 34rem;
  text-align: center;
  color: #121212;
}
.grid {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 20px;
}
.chardback-div {
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
div.chardback-div h2 {
  min-height: 50rem;
  line-height: 1em;
  padding-top: 15rem;
  margin-bottom: 20rem;
  font-size: 20px;
}

@media screen and (min-width: 380px) {
  .main__broker h2 {
    font-size: 28rem;
  }
}

@media screen and (min-width: 640px) {
  .header {
    font-size: 14rem;
  }

  .header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__hero-content h1 {
    font-size: 50rem;
    line-height: 64rem;
  }

  .header__hero-content h2 {
    font-size: 22rem;
    line-height: 36rem;
  }

  .header__hero-content__form-text {
    font-size: 18rem;
  }

  .header__hero-content__form-answer {
    padding-bottom: 10rem;
    font-size: 21rem;
  }

  .header__hero-content__form-button {
    padding: 12rem 27rem;
  }

  .header__hero__text-attention {
    margin: 50rem 0 70rem;
    font-size: 18rem;
    line-height: 26rem;
  }

  .header__hero__button {
    font-size: 20rem;
  }

  .header__hero__button {
    margin-bottom: 0rem;
    padding: 17rem 32rem;
    margin-right: 30rem;
  }

  .main h2 {
    font-size: 48rem;
  }

  .main__price-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main__price-box-card {
    width: 33%;
    padding: 37rem 15rem;
  }

  .main__broker h2 {
    line-height: 70rem;
  }

  .main__broker h3 {
    font-size: 24rem;
  }

  .main__broker-box {
    padding-top: 60rem;
    row-gap: 60rem;
  }

  .main__preferences-box {
    margin-bottom: 110rem;
    max-width: calc(50% - 15rem);
  }

  .main__preferences-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(45% - 15rem);
  }

  .main__stage-box-img {
    width: 70rem;
    height: 70rem;
  }

  .main__stage-box-img img {
    width: 40rem;
    height: 40rem;
  }

  .main__stage-box-text {
    padding: 5rem;
    font-size: 16rem;
  }

  .main__call-to-action__text {
    font-size: 24rem;
    line-height: 34rem;
    font-weight: 500;
  }

  .main__question-text {
    font-size: 22rem;
    line-height: 33rem;
  }

  .main__question-answer--show {
    line-height: 24rem;
    font-size: 16rem;
  }

  .main__feedback__form #sendRequest {
    font-size: 14rem;
    padding: 22rem 9rem;
  }

  .footer__feedback__form #sendRequest {
    font-size: 14rem;
    padding: 22rem 9rem;
  }

  .footer__copywright {
    font-size: 16rem;
  }

  .footer__copywright-text {
    padding-right: 80px;
  }

  .privacy {
    width: 580px;
    height: 580px;
    max-height: 100vh;
  }

  .privacy-text {
    height: 580px;
    font-size: 16px;
    line-height: 26px;
  }

  .privacy-text form {
    padding: 15px 25px;
  }

  .msg {
    width: 80px;
    height: 80px;
  }

  .msg-form {
    bottom: 120px;
    font-size: 16px;
  }

  .msg-form button,
  .msg-form input,
  .msg-form textarea {
    width: 260px;
    padding: 8px 15px;
    font-size: 15px;
  }

  .msg-show {
    margin-top: 16px;
  }

  .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .burger {
    display: none;
  }
}

@media screen and (min-width: 728px) {
  .header {
    font-size: 14rem;
  }

  .main__about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main__about-text {
    max-width: calc(50% - 15rem);
  }

  .main__about-image {
    max-width: calc(50% - 15rem);
  }
  .chardback {
    padding: 70px 35px;
  }
  .grid {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .main__feedback__content {
    width: calc(50% - 15rem);
  }

  .main__feedback__text-head {
    font-size: 46rem;
  }

  .main__feedback__text p {
    margin-bottom: 0rem;
    font-size: 22rem;
    line-height: 33rem;
  }

  .main__feedback__form {
    width: calc(50% - 15rem);
    row-gap: 20rem;
  }

  .main__feedback__form-text {
    padding-top: 20rem;
    font-size: 18rem;
    line-height: 26rem;
  }

  .main__feedback__form input,
  .main__feedback__form select {
    padding: 11rem 23rem;
    font-size: 18rem;
  }

  .main__feedback__form #sendRequest {
    font-size: 18rem;
  }

  .footer__feedback__content {
    width: calc(50% - 15rem);
  }

  .footer__feedback__text-head {
    font-size: 46rem;
  }

  .footer__feedback__text p {
    margin-bottom: 0rem;
    font-size: 22rem;
    line-height: 33rem;
  }

  .footer__feedback__form {
    width: calc(50% - 15rem);
    row-gap: 20rem;
  }

  .footer__feedback__form-text {
    padding-top: 20rem;
    font-size: 18rem;
    line-height: 26rem;
  }

  .footer__feedback__form input,
  .footer__feedback__form select {
    padding: 11rem 23rem;
    font-size: 18rem;
  }

  .footer__feedback__form #sendRequest {
    font-size: 18rem;
  }
}

@media screen and (min-width: 800px) {
  .main__stage-box {
    -webkit-column-gap: 30rem;
    -moz-column-gap: 30rem;
    column-gap: 30rem;
  }

  .main__stage-box-img {
    width: 110rem;
    height: 110rem;
  }

  .main__stage-box-img img {
    width: 65rem;
    height: 65rem;
  }

  .main__stage-box-text {
    padding: 30rem;
    font-size: 22rem;
  }
}

@media screen and (min-width: 840px) {
  .main__feedback {
    -webkit-column-gap: 70rem;
    -moz-column-gap: 70rem;
    column-gap: 70rem;
  }
  .footer__feedback {
    -webkit-column-gap: 70rem;
    -moz-column-gap: 70rem;
    column-gap: 70rem;
  }
}

@media screen and (min-width: 850px) {
  .main__question-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main__question-box {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .main__about-text {
    padding: 40rem 40rem 50rem 40rem;
  }

  .main__about-text p {
    font-size: 18rem;
    line-height: 26rem;
  }
}

@media screen and (min-width: 970px) {
  .header__menu-list {
    -webkit-column-gap: 75rem;
    -moz-column-gap: 75rem;
    column-gap: 75rem;
  }

  .header__hero--image-lawyer {
    display: block;
    width: 80%;
  }
}

@media screen and (min-width: 1010px) {
  .main__broker-box--pic {
    width: auto;
  }

  .main__question-box {
    min-height: 160rem;
  }

  .main__question-box {
    min-height: 130rem;
  }
}

@media screen and (min-width: 1300px) {
  .main__about-text {
    padding: 40rem 75rem 50rem 40rem;
  }

  .main__question-box {
    min-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .header__menu-list--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 82rem;
    padding-left: 20rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 30rem;
    -moz-column-gap: 30rem;
    column-gap: 30rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #42267b;
  }
}
