@font-face {
  font-family: "PlayfairDisplay-Italic";
  src: url("../fonts/PlayfairDisplay-Italic.woff"), url("../fonts/PlayfairDisplay-Italic.woff2");
  font-display: swap;
}

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.woff"), url("../fonts/PlayfairDisplay-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.woff"), url("../fonts/Gilroy-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.woff"), url("../fonts/Gilroy-Medium.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Semibold";
  src: url("../fonts/Gilroy-Semibold.woff"), url("../fonts/Gilroy-Semibold.woff2");
  font-display: swap;
}

.wrapper {
  max-width: 362px;
  margin: 0 auto;
  padding: 0 6px;
}

section {
  font-size: 14px;
  line-height: normal;
}

h1,
h2,
h3,
h4 {
  font-family: "PlayfairDisplay-Regular";
  font-weight: 400;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-i-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-black-2 {
  color: #1b2410;
}

.color-primary {
  color: #ffb000;
}

.color-primary-2 {
  color: $color-primary-2;
}

.font-p-reg {
  font-family: "PlayfairDisplay-Regular";
  font-weight: 400;
}

.font-p-ital {
  font-family: "PlayfairDisplay-Italic";
  font-weight: 400;
}

.font-g-reg {
  font-family: "Gilroy-Regular";
  font-weight: 400;
}

.font-g-med {
  font-family: "Gilroy-Medium";
  font-weight: 500;
}

.font-g-s-bold {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
}

.font-s-12 {
  font-size: 12px;
  line-height: 140%;
}

.font-s-14 {
  font-size: 11px;
  line-height: normal;
}

.font-s-15 {
  font-size: 12px;
  line-height: normal;
}

.font-s-16 {
  line-height: 115%;
  font-size: 14px;
}

.font-s-18 {
  font-size: 15px;
  line-height: 110%;
}

.font-s-19 {
  font-size: 16px;
  line-height: 130%;
}

.font-s-20 {
  font-size: 12px;
  line-height: 115%;
}

.font-s-22 {
  font-size: 16.5px;
  line-height: 140%;
}

.font-s-24 {
  font-size: 17px;
  line-height: normal;
}

.font-s-26 {
  font-size: 18px;
  line-height: 110%;
}

.font-s-28 {
  font-size: 16px;
  line-height: 110%;
}

.font-s-32 {
  font-size: 17px;
  line-height: 120%;
}

.font-s-78 {
  font-size: 36px;
  line-height: 105%;
}

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

.text-init {
  text-transform: initial;
}

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

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

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

.text-ital {
  font-style: italic;
}

.text-bold {
  font-weight: bold;
}

.tap-color {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.border-r-10 {
  border-radius: 8px;
}

.border-r-20 {
  border-radius: 14px;
}

.agree {
  line-height: 1.7;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  position: relative;
  font-size: 13px;
  color: #3d3d3d;
}

.agree a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  display: block;
  margin: 8px 0 0 0;
}

.agree .error {
  transition: 0.3s;
}

.agree .error--privacy {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 100%;
  color: #d94c4c;
  line-height: 120%;
  margin: 6px 0 0 0;
  font-size: 11px;
}

.agree__label {
  position: relative;
  padding: 0 0 0 26px;
}

.agree__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.agree__custom {
  position: absolute !important;
  left: 0;
  top: -2px;
  width: 18px;
  display: inline-block;
  height: 18px;
  border: 1px solid #3d3d3d;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
  padding: 6px;
  transition: 0.3s;
}

.agree__checkbox:checked + .agree__custom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(1);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.agree__custom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.agree__label:hover .agree__custom {
  border-color: #007bff;
  transform: scale(1.1);
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 8px;
  box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.3);
  background: linear-gradient(90deg, #ffb000 0%, #ffc94e 100%);
  width: 100%;
  height: 50px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 140%;
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  color: #201a0e;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 0 5px;
}

.btn:hover {
  opacity: 0.8;
}

.btn:active {
  top: 3px;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 36px;
  transform: skewX(-45deg);
  left: -150%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.4));
  animation: flareAnimation 4s infinite ease-in;
}

@-moz-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

@-o-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

.chat {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.chat__container {
  color: #252328;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  display: flex;
  gap: 8px;
  min-height: 400px;
  background: #fff;
  padding: 24px 13px 38px 13px;
  border-radius: inherit;
}

.chat__wrapper {
  position: relative;
  width: 100%;
}

.chat__bot-avatar div {
  position: relative;
}

.chat__bot-avatar img {
  height: auto;
  width: 48px;
}

.chat__bot-avatar span {
  background: #50d450;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  position: absolute;
  box-shadow: 0 0 6px rgba(0,255,0,0.7);
  animation: pulseStatus 1.8s infinite ease-out;
  bottom: 4px;
  right: 4px;
}

@-moz-keyframes pulseStatus {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }

  50% {
    transform: scale(1.4);
    opacity: 0.8;
    box-shadow: 0 0 12px rgba(0,255,0,0.5);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }
}

@-webkit-keyframes pulseStatus {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }

  50% {
    transform: scale(1.4);
    opacity: 0.8;
    box-shadow: 0 0 12px rgba(0,255,0,0.5);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }
}

@-o-keyframes pulseStatus {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }

  50% {
    transform: scale(1.4);
    opacity: 0.8;
    box-shadow: 0 0 12px rgba(0,255,0,0.5);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }
}

@keyframes pulseStatus {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }

  50% {
    transform: scale(1.4);
    opacity: 0.8;
    box-shadow: 0 0 12px rgba(0,255,0,0.5);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 6px rgba(0,255,0,0.7);
  }
}

.chat__status {
  margin: 30px 0 0 0;
}

.chat__status div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.response-options {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
  gap: 6px;
}

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

.response-options button {
  border: 1px solid #7e7e7e;
  color: #3d3d3d;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  background: none;
  cursor: pointer;
  line-height: 120%;
  outline: none;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
  padding: 10px;
  min-width: 31%;
  transition: 0.3s;
}

.response-options button:hover {
  background-color: #daebee;
  border: 1px solid #daebee;
  color: #0f282d;
}

.response-options--main button {
  text-align: left;
  display: inline-block;
}

.response-options--2 button {
  color: #fff;
  border: none;
  padding: 10px 2px;
}

.response-options--2 button:nth-child(1) {
  background: #3390ec;
  border: 1px solid #3390ec;
}

.response-options--2 button:nth-child(2) {
  background: #0cc143;
  border: 1px solid #0cc143;
}

.response-options--2 button:nth-child(3) {
  background: #794e9a;
  border: 1px solid #794e9a;
}

.response-options--2 button:hover {
  background-color: #daebee;
  border: 1px solid #daebee;
  color: #0f282d;
}

.response-options--tg {
  justify-content: center;
}

.response-options--tg button {
  min-width: 22%;
  width: 100%;
  max-width: 26% !important;
}

.message {
  display: flex;
  align-items: flex-start;
  line-height: 120%;
  font-size: 14px;
}

.bot-message {
  flex-direction: row;
  margin: 0 0 6px 0;
}

.bot-message:last-child {
  margin: 0;
}

.bot-message br {
  display: inline-block;
}

.bot-message .mes-box {
  display: flex;
  gap: 10px;
  margin: 0 0 8px 0;
}

.bot-message .mes-box:last-of-type {
  margin: 0;
}

.bot-message .mes-box span {
  display: block;
  margin: 0;
}

.user-message {
  flex-direction: row-reverse;
  text-align: right;
  margin: 12px 0;
}

.message p {
  margin: 0;
  padding: 10px;
  max-width: 100%;
}

.bot-message p {
  background-color: #f0f0f0;
  max-width: 100%;
  border-radius: 0 8px 8px 8px;
  color: #3d3d3d;
  font-family: "Gilroy-Regular";
}

.bot-message p .message-container {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.user-message p {
  background-color: #245761;
  font-family: "Gilroy-Regular";
  color: #fff;
  min-width: 5%;
  border-radius: 8px 8px 0 8px;
  text-align: right;
}

.typing-indicator div {
  margin: 12px 0 0 0;
  display: flex;
  gap: 2px;
  opacity: 0;
  font-size: 14px;
  color: #c6c6c6;
  white-space: nowrap;
  opacity: 1;
  animation: fadeEffect 4.5s infinite;
}

.typing-indicator span {
  display: block;
  animation: typing-bounce 1.4s infinite ease-in-out;
}

.typing-indicator.active {
  opacity: 1;
}

.typing-indicator span:nth-child(1) {
  animation-delay: 0s;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.4s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.6s;
}

.textarea-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.textarea-container:last-child {
  margin: 20px 0 0 0;
}

.textarea-container textarea {
  resize: none;
  width: 100% !important;
  border: 1px solid #2a2521;
  color: #000;
  border-radius: 10px;
  height: 100px;
  padding-top: 16px;
}

.textarea-container .btn {
  width: 244px;
  margin: 0 auto;
  height: 50px;
}

.dynamic-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.dynamic-form__box {
  display: flex;
  gap: 6px;
  flex-direction: column;
  width: 100%;
}

.dynamic-form .btn {
  margin: 0;
  width: 100%;
}

.dynamic-form .agree {
  font-size: 13px;
  margin: 14px 0 0 0;
}

.dynamic-form .agree .error--privacy {
  right: 0;
  margin: 4px 0 0 0;
}

.dynamic-form .agree__custom {
  margin: 0;
}

.swiper-chat {
  overflow: hidden;
  max-width: 256px;
  margin: 14px 0;
}

.swiper-chat .swiper-bullets {
  display: flex !important;
  margin: 14px 0 0 0;
}

.map-chat {
  margin: 0 0 10px 0;
  width: 100%;
  margin: 0 0 10px 0;
  border-radius: 12px;
  overflow: hidden;
  height: 240px;
}

@-moz-keyframes fadeEffect {
  0%, 100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeEffect {
  0%, 100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes fadeEffect {
  0%, 100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  0%, 100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes typing-bounce {
  0%, 80%, 100% {
    opacity: 0.3;
  }

  40% {
    opacity: 1;
  }
}

@-webkit-keyframes typing-bounce {
  0%, 80%, 100% {
    opacity: 0.3;
  }

  40% {
    opacity: 1;
  }
}

@-o-keyframes typing-bounce {
  0%, 80%, 100% {
    opacity: 0.3;
  }

  40% {
    opacity: 1;
  }
}

@keyframes typing-bounce {
  0%, 80%, 100% {
    opacity: 0.3;
  }

  40% {
    opacity: 1;
  }
}

.connection__link {
  box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.3);
  background: linear-gradient(90deg, #ffb000 0%, #ffc94e 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gilroy-Semibold";
  color: #201a0e;
  font-weight: 600;
  height: 34px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 110%;
  width: 130px;
  transition: 0.3s;
  transform: scale(1);
}

.connection__link:hover {
  transform: scale(1.05);
}

.feedback__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.feedback__item {
  width: 258px;
}

.footer {
  position: relative;
  z-index: 3;
  line-height: 120%;
  font-size: 12px;
  background-color: #091a1d;
  color: #fff;
}

.footer__row {
  margin: 0 0 0 auto;
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.footer__col {
  margin: 0 0 20px 0;
}

.footer__col:nth-child(1) {
  order: 3;
}

.footer__col:nth-child(2) {
  order: 1;
}

.footer__col:last-child {
  order: 2;
}

.footer__container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  color: #898989;
  transition: 0.3s;
}

.footer__container:hover {
  color: #b3b3b3;
}

.footer__container:hover img {
  transform: scale(1.06);
}

.footer__container br {
  display: inline-block;
}

.footer__logo img {
  height: auto;
  width: 140px;
  transform: scale(1);
  transition: 0.3s;
}

.footer__description {
  text-align: center;
}

.footer__info {
  line-height: normal;
  font-size: 14px;
}

.footer__info div {
  margin: 0 0 4px 0;
}

.footer__info br {
  display: inline-block;
}

.footer__privacy {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #898989;
  transition: 0.3s;
}

.footer__privacy:hover {
  color: #fff;
}

.footer__connection {
  display: flex;
  justify-content: center;
}

.form-modal__feedback {
  color: #101a25;
  background-color: #f6f8f3;
  border-radius: 14px;
  padding: 40px 4px 30px 4px;
}

.form-modal__info-title {
  font-size: 19.5px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-family: "Gilroy-Semibold";
  font-weight: 600;
}

.form-modal__info-title br {
  display: block;
}

.form-modal__feedback-item {
  max-width: 270px;
  margin: 0 auto;
}

.form-modal__feedback-input {
  height: 50px;
  margin-bottom: 7px;
}

.form-modal__button {
  margin-bottom: 14px;
}

.form-modal__button {
  margin-bottom: 14px;
}

.form-modal__agree {
  margin: 14px 0 0 0;
}

.form-modal__agree .agree {
  font-size: 13px;
}

.form-modal__agree .agree .error--privacy {
  right: 0;
  margin: 4px 0 0 0;
}

.form-modal__agree .agree__label {
  justify-content: center;
  align-items: center;
}

.form-modal__agree .agree__custom {
  margin: 0;
}

.header__wrapper {
  margin: 0 0 6px 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(40px);
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 12px 14px;
}

.header__container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__container br {
  display: inline-block;
}

.header__description {
  display: none;
}

.header__logo img {
  height: auto;
  width: 130px;
}

.header__helper {
  text-align: center;
  backdrop-filter: blur(40px);
  background: rgba(255,255,255,0.1);
  padding: 6px 0px;
  color: #fff;
}

.input {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.input__field {
  width: 100%;
  height: 50px;
  line-height: normal;
  font-size: 14px;
  padding: 0;
  display: block;
  outline: none;
  border: 1px solid #9e9e9e;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  line-height: 140%;
  padding: 0 10px 0 24px;
  transition: 0.3s;
}

.input__field:-webkit-autofill,
.input__field:-webkit-autofill:hover,
.input__field:-webkit-autofill:focus,
.input__field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: all 5000s ease-in-out 0s;
}

.input__field::-ms-input-placeholder {
  color: #616161;
  font-family: "Gilroy-Regular";
  font-weight: 400;
}

.input__field::-moz-placeholder {
  color: #616161;
  font-family: "Gilroy-Regular";
  font-weight: 400;
}

.input__field::-webkit-input-placeholder {
  color: #616161;
  font-family: "Gilroy-Regular";
  font-weight: 400;
}

.input__field::placeholder {
  color: #616161;
  font-family: "Gilroy-Regular";
  font-weight: 400;
}

.input__field.error {
  color: #d94c4c;
  animation: shake 0.6s;
}

.input__field.error::placeholder {
  color: #d94c4c;
}

.input__field.error::-ms-input-placeholder {
  color: #d94c4c;
}

.input__field.error::-moz-placeholder {
  color: #d94c4c;
}

.input__field.error::-webkit-input-placeholder {
  color: #d94c4c;
}

@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-o-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.input__field:focus {
  border: 1px solid #245761;
}

.input__field--textarea {
  resize: none;
  padding-top: 12px;
  border-radius: 14px;
}

.main-section {
  color: #fff;
  width: 100%;
}

.main-section__inner {
  padding: 24px 0 30px 0;
}

.main-section__chat {
  position: relative;
  z-index: 22;
}

.main-section__title {
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
}

.main-section__title br {
  display: inline-block;
}

.main-section__subtitle {
  margin: 0 0 286px 0;
}

.main-section__subtitle img {
  height: auto;
  margin: 5px 0 0 0;
  width: 240px;
}

.content-privacy {
  padding: 0 0 14px 0;
}

.content-privacy__wrapper {
  max-width: 450px;
  width: 100%;
  padding: 30px 12px 40px 12px;
  background-color: #fff;
  text-align: start;
  position: relative;
  border-radius: 8px;
}

.content-privacy__wrapper h3 {
  padding: 10px 0 0 0;
}

.content-privacy__close {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 11px;
}

.content-privacy__icon {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  background-image: url("../images/icon-close-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-privacy__icon:hover {
  transform: scale(1.3);
}

.content-privacy__btn-up {
  position: absolute;
  bottom: 10px;
  right: 9px;
}

.content-privacy__icon-up {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #ffb000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 1.2s linear infinite;
}

.content-privacy__icon-up img {
  width: 17px;
  height: auto;
}

@-moz-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.content-privacy h2 {
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

.content-privacy h3,
.content-privacy strong {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 120%;
  font-size: 16px;
}

.content-privacy p {
  font-size: 13px;
  line-height: 120%;
}

.content-privacy li {
  padding: 0 0 0 14px;
  margin: 0 0 10px 0;
}

.content-privacy li:last-child {
  margin: 0;
}

.content-privacy li p {
  font-size: 13px;
  line-height: 120%;
}

.content-privacy p {
  margin: 5px 0;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background-color: RGBA(10, 10, 10, 0.769);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.remodal-wrapper.remodal-is-opened {
  display: flex !important;
}

.remodal-wrapper {
  padding: 0;
  overflow: hidden;
}

.remodal-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  align-items: center;
}

.modal-scrollable.remodal-wrapper {
  display: flex;
  justify-content: center;
  padding: 14px 0;
  overflow: auto;
}

.remodal {
  max-height: 100%;
}

.remodal--privacy {
  max-width: 100%;
  padding: 0 10px;
}

.remodal__feedback {
  width: 320px;
}

.remodal__feedback-close {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 5px;
}

.remodal__feedback-icon {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  background-image: url("../images/icon-close-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.remodal__feedback-icon:hover {
  transform: scale(1.3);
}

@-moz-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-o-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-moz-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-o-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-moz-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.review-card {
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #3d3d3d;
  font-size: 14px;
  border-radius: 14px;
  padding: 14px;
  height: 430px;
}

.review-card__name span:first-child {
  font-family: "Gilroy-Semibold";
  display: block;
}

.review-card__name span:last-child {
  color: #939393;
  font-size: 12px;
  line-height: 110%;
}

.swiper-bullets {
  position: relative !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  margin: 20px 0 0 0;
}

.swiper-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  padding: 4px;
  transition: 0.3s;
  background: #000;
}

.swiper-bullets .swiper-pagination-bullet-active {
  padding: 4px 12px;
  border-radius: 100px;
}

.swiper-progress {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #747474;
  margin: 18px 0 0 0;
  border-radius: 10px !important;
}

.swiper-progress .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: #f3b88e;
}

.thanks-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  color: #1b2410;
}

.thanks-section__inner {
  padding: 36px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

.thanks-section__title {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
}

.thanks-section__title-helper {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 30px;
}

.thanks-section__title-helper br {
  display: block;
}

.thanks-section__btn {
  max-width: 260px;
  margin: 0 auto;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page--main {
  background: linear-gradient(180deg, #f7f9f4 0%, #f6f8f3 100%);
}

.page--main .page__container {
  position: relative;
  z-index: 1;
}

.page--main .page__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #d9eaec;
}

.page--main .page__bg-image {
  display: flex;
}

.page--main .page__bg-image--1 {
  background: linear-gradient(180deg, #025258 0%, #d9eaec 100%);
  justify-content: center;
}

.page--main .page__bg-image--1 div {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page--main .page__bg-image--1 img:nth-child(1) {
  height: auto;
  margin: 0 auto;
  width: 1198px;
}

.page--main .page__bg-image--1 img:nth-child(2) {
  position: absolute;
  height: auto;
  right: calc(50% - 126px);
  width: 282px;
  bottom: -4px;
}

.page--main .page__bg-image--1 img:nth-child(3) {
  position: absolute;
  height: auto;
  width: 530px;
  bottom: -315px;
  right: calc(50% - 512px);
}

.page--main .page__bg-image--2 {
  min-height: 800px;
  align-items: center;
  overflow: hidden;
}

.page--main .page__bg-image--2 div {
  margin: 0 auto;
  width: 1400px;
}

.page--main .page__bg-image--2 div img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.page--thanks {
  font-size: 13px;
  line-height: 130%;
  color: #000;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #edede5 0%, #f8f8f8 100%);
}

.page--thanks .footer__col:last-child {
  display: none;
}

.page--thanks .footer__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.page--thanks .header {
  background-color: #091a1d;
}

.page--thanks .header__inner {
  backdrop-filter: blur(0px);
  background: none;
  justify-content: center;
}

.page--thanks .header__connection {
  display: none;
}

.page__container {
  flex: 1;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.page__content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__content--main {
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 12px;
  }

  section {
    font-size: 14px;
  }

  .font-s-12 {
    font-size: 10px;
  }

  .font-s-16 {
    font-size: 13px;
  }

  .font-s-18 {
    font-size: 15px;
  }

  .font-s-19 {
    font-size: 14px;
  }

  .font-s-20 {
    font-size: 15px;
  }

  .font-s-22 {
    font-size: 15.5px;
  }

  .font-s-24 {
    font-size: 15.6px;
  }

  .font-s-26 {
    font-size: 17px;
  }

  .font-s-28 {
    font-size: 18px;
  }

  .font-s-32 {
    font-size: 21px;
  }

  .font-s-78 {
    font-size: 44px;
  }

  .transform-unset {
    transform: unset !important;
    transform-style: unset !important;
  }

  .agree {
    font-size: 12px;
  }

  .agree a {
    display: inline;
  }

  .agree .error--privacy {
    right: auto;
    font-size: 9px;
    margin: 6px 0 0 0;
  }

  .agree__label {
    padding: 0;
    position: unset;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    gap: 8px;
  }

  .agree__custom {
    top: -1px;
    margin: 2px 0 0 0;
    position: relative !important;
  }

  .btn {
    height: 44px;
    padding: 0 6px;
    font-size: 14px;
  }

  .chat__container {
    padding: 30px 20px;
  }

  .chat__bot-avatar img {
    width: 52px;
  }

  .response-options button {
    min-width: 16%;
    padding: 12px;
    max-width: 32%;
  }

  .response-options--2 button {
    padding: 12px;
  }

  .user-message {
    margin: 16px 0;
    text-align: center;
  }

  .message p {
    max-width: 74%;
    padding: 12px;
  }

  .bot-message p {
    max-width: unset;
    display: inline-block;
    border-radius: 0 12px 12px 12px;
  }

  .user-message p {
    max-width: 100%;
    border-radius: 12px 12px 0 12px;
  }

  .textarea-container .btn {
    border-radius: 10px;
    height: auto;
    min-height: 100%;
  }

  .dynamic-form {
    width: unset;
    display: block;
  }

  .dynamic-form__box {
    width: unset;
    flex-direction: row;
  }

  .dynamic-form__box {
    gap: 8px;
  }

  .dynamic-form .input__field {
    width: 180px;
  }

  .dynamic-form .btn {
    width: 180px;
  }

  .dynamic-form .agree {
    font-size: 11px;
  }

  .dynamic-form .agree .error--privacy {
    right: auto;
    margin: 7px 0 0 0;
  }

  .dynamic-form .agree__label {
    align-items: center;
  }

  .swiper-chat {
    max-width: 594px;
  }

  .feedback__list {
    flex-direction: row;
    align-items: flex-start;
  }

  .feedback__item {
    width: 168px;
  }

  .footer__row {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }

  .footer__col {
    margin: 0;
  }

  .footer__col:nth-child(1) {
    order: 1;
  }

  .footer__col:nth-child(2) {
    order: 2;
  }

  .footer__col:last-child {
    margin: 0;
    order: 3;
  }

  .footer__container {
    flex-direction: row;
  }

  .footer__logo img {
    width: 90px;
  }

  .footer__description {
    text-align: left;
  }

  .footer__info {
    font-size: 12px;
  }

  .form-modal__feedback {
    padding: 38px 10px 24px 10px;
  }

  .form-modal__info-title {
    font-size: 20px;
  }

  .form-modal__feedback-item {
    max-width: 220px;
  }

  .form-modal__feedback-input {
    margin-bottom: 8px;
    height: 44px;
  }

  .form-modal__agree .agree {
    font-size: 11px;
  }

  .form-modal__agree .agree .error--privacy {
    margin: 7px 0 0 0;
  }

  .header__wrapper {
    margin: 0;
  }

  .header__inner {
    padding: 16px;
  }

  .header__description {
    display: block;
    line-height: 110%;
    font-size: 12px;
  }

  .header__logo img {
    width: 120px;
  }

  .header__helper {
    display: none;
  }

  .input__field {
    height: 44px;
    font-size: 13px;
    padding: 0 10px 0 16px;
  }

  .input__field--textarea {
    padding-top: 11px;
  }

  .main-section__inner {
    padding: 30px 0;
  }

  .main-section__title {
    position: unset;
    margin: 0 0 18px 0;
  }

  .main-section__subtitle {
    margin: 0 0 44px 0;
  }

  .main-section__subtitle img {
    width: 300px;
  }

  .content-privacy {
    padding: 0 0 20px 0;
  }

  .content-privacy__wrapper {
    padding: 24px 20px 34px 20px;
    max-width: 450px;
  }

  .content-privacy__close {
    top: 6px;
    right: 6px;
  }

  .content-privacy__icon {
    width: 22px;
    height: 22px;
  }

  .content-privacy h2 {
    font-size: 21px;
  }

  .content-privacy h3,
  .content-privacy strong {
    font-size: 18px;
  }

  .content-privacy p {
    font-size: 14px;
  }

  .content-privacy p {
    margin: 10px 0;
  }

  .modal-scrollable.remodal-wrapper {
    padding: 20px 0;
  }

  .remodal--privacy {
    max-width: unset;
    padding: 0;
  }

  .remodal__feedback {
    width: 340px;
  }

  .remodal__feedback-icon {
    width: 22px;
    height: 22px;
  }

  .review-card {
    height: 242px;
    font-size: 15px;
  }

  .review-card__name span:last-child {
    font-size: 13px;
  }

  .swiper-bullets {
    display: none;
  }

  .swiper-progress {
    display: none;
  }

  .thanks-section__inner {
    padding: 50px 0;
  }

  .thanks-section__title {
    font-size: 22px;
  }

  .thanks-section__title-helper {
    font-size: 18px;
  }

  .thanks-section__title-helper br {
    display: none;
  }

  .thanks-section__btn {
    max-width: 220px;
  }

  .page--main .page__bg-image--1 img:nth-child(1) {
    width: 1024px;
  }

  .page--main .page__bg-image--1 img:nth-child(2) {
    right: calc(50% - 337px);
    width: 282px;
    bottom: 123px;
  }

  .page--main .page__bg-image--1 img:nth-child(3) {
    width: 604px;
    bottom: -315px;
    right: calc(50% - 816px);
  }

  .page--thanks .footer__info {
    gap: 36px;
    flex-direction: row;
  }

  .page--thanks .header__inner {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    max-width: 970px;
    padding: 0 15px;
  }

  section {
    font-size: 15px;
  }

  .font-s-12 {
    font-size: 11px;
  }

  .font-s-14 {
    font-size: 13px;
  }

  .font-s-15 {
    font-size: 14px;
  }

  .font-s-16 {
    font-size: 14px;
  }

  .font-s-19 {
    font-size: 17px;
  }

  .font-s-20 {
    font-size: 18px;
  }

  .font-s-22 {
    font-size: 18.5px;
  }

  .font-s-24 {
    font-size: 19px;
  }

  .font-s-26 {
    font-size: 22px;
  }

  .font-s-28 {
    font-size: 23px;
  }

  .font-s-32 {
    font-size: 26px;
  }

  .font-s-78 {
    font-size: 54px;
  }

  .agree {
    font-size: 13px;
  }

  .agree .error--privacy {
    font-size: 11px;
  }

  .agree__label {
    gap: 10px;
  }

  .btn {
    height: 50px;
    font-size: 15px;
  }

  .chat {
    border-radius: 24px;
  }

  .chat__container {
    padding: 40px 30px;
    gap: 14px;
  }

  .chat__bot-avatar img {
    width: 56px;
  }

  .chat__bot-avatar span {
    bottom: 6px;
    right: 6px;
  }

  .response-options {
    gap: 8px;
    margin: 16px 0;
  }

  .response-options button {
    border-radius: 12px;
    font-size: 15px;
    max-width: 24.1%;
  }

  .dynamic-form .input__field {
    width: 200px;
  }

  .dynamic-form .btn {
    width: 200px;
  }

  .dynamic-form .agree {
    font-size: 12px;
  }

  .swiper-chat {
    max-width: 808px;
  }

  .map-chat {
    height: 300px;
  }

  .feedback__list {
    gap: 14px;
  }

  .feedback__item {
    width: 220px;
  }

  .footer {
    font-size: 14px;
  }

  .footer__container {
    gap: 12px;
  }

  .footer__logo img {
    width: 110px;
  }

  .footer__info {
    font-size: 14px;
  }

  .form-modal__feedback {
    padding: 40px 14px 34px 14px;
  }

  .form-modal__info-title {
    font-size: 22px;
    margin: 0 0 22px 0;
  }

  .form-modal__feedback-item {
    max-width: 280px;
  }

  .form-modal__feedback-input {
    height: 50px;
  }

  .form-modal__agree .agree {
    font-size: 12px;
  }

  .header__inner {
    padding: 20px;
  }

  .header__container {
    gap: 16px;
  }

  .header__description {
    font-size: 13px;
  }

  .header__logo img {
    width: 170px;
  }

  .input__field {
    font-size: 13px;
    height: 50px;
    padding: 0 10px 0 20px;
  }

  .input__field--textarea {
    padding-top: 13px;
  }

  .main-section__inner {
    padding: 44px 0 140px 0;
  }

  .main-section__title {
    margin: 0 0 26px 0;
  }

  .main-section__subtitle {
    margin: 0 0 54px 0;
  }

  .main-section__subtitle img {
    width: 370px;
  }

  .content-privacy__wrapper {
    max-width: 550px;
    padding: 30px 36px 40px 36px;
  }

  .content-privacy__close {
    top: 14px;
    right: 14px;
  }

  .content-privacy__icon-up {
    width: 40px;
    height: 40px;
  }

  .content-privacy__icon-up img {
    width: 20px;
  }

  .content-privacy h2 {
    font-size: 24px;
  }

  .remodal__feedback {
    width: 386px;
  }

  .review-card {
    height: 318px;
    width: 398px;
  }

  .thanks-section__inner {
    padding: 70px 0;
  }

  .thanks-section__title {
    font-size: 26px;
  }

  .thanks-section__title-helper {
    font-size: 22px;
  }

  .thanks-section__btn {
    max-width: 250px;
  }

  .page--main .page__bg-image--1 img:nth-child(1) {
    width: 1400px;
  }

  .page--main .page__bg-image--1 img:nth-child(2) {
    right: calc(50% - 408px);
    width: 380px;
    bottom: 195px;
  }

  .page--main .page__bg-image--1 img:nth-child(3) {
    width: 678px;
    bottom: -252px;
    right: calc(50% - 887px);
  }

  .page--thanks .footer__info {
    gap: 121px;
  }
}

@media only screen and (min-width: 1400px) {
  .wrapper {
    padding: 0 20px;
    max-width: 1220px;
  }

  section {
    font-size: 18px;
  }

  .font-s-12 {
    font-size: 12px;
  }

  .font-s-14 {
    font-size: 14px;
  }

  .font-s-15 {
    font-size: 15px;
  }

  .font-s-16 {
    font-size: 16px;
  }

  .font-s-18 {
    font-size: 18px;
  }

  .font-s-19 {
    font-size: 19px;
  }

  .font-s-20 {
    font-size: 20px;
  }

  .font-s-22 {
    font-size: 22px;
  }

  .font-s-24 {
    font-size: 24px;
  }

  .font-s-26 {
    font-size: 26px;
  }

  .font-s-28 {
    font-size: 28px;
  }

  .font-s-32 {
    font-size: 32px;
  }

  .font-s-78 {
    font-size: 78px;
  }

  .border-r-10 {
    border-radius: 10px;
  }

  .border-r-20 {
    border-radius: 20px;
  }

  .agree {
    font-size: 14px;
  }

  .agree .error--privacy {
    margin: 10px 0 0 0;
    font-size: 12px;
  }

  .agree__label {
    gap: 12px;
  }

  .btn {
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
  }

  .chat {
    border-radius: 30px;
  }

  .chat__container {
    gap: 20px;
    padding: 70px 99px;
    min-height: 600px;
  }

  .chat__bot-avatar img {
    width: 68px;
  }

  .chat__bot-avatar span {
    bottom: 4px;
    right: 4px;
    height: 12px;
    width: 12px;
  }

  .response-options {
    gap: 10px;
    margin: 20px 0;
  }

  .response-options button {
    border-radius: 14px;
    padding: 16px;
    font-size: 15px;
  }

  .response-options--2 button {
    padding: 16px;
  }

  .message {
    font-size: 16px;
  }

  .bot-message {
    margin: 0 0 10px 0;
  }

  .user-message {
    margin: 20px 0;
  }

  .message p {
    padding: 16px;
  }

  .bot-message p {
    border-radius: 0 16px 16px 16px;
  }

  .user-message p {
    border-radius: 16px 16px 0 16px;
  }

  .dynamic-form .input__field {
    width: 243px;
  }

  .dynamic-form .btn {
    width: 243px;
  }

  .dynamic-form .agree {
    font-size: 13px;
  }

  .swiper-chat {
    max-width: 892px;
  }

  .map-chat {
    height: 400px;
  }

  .connection__link {
    border-radius: 8px;
    font-size: 14px;
    height: 47px;
    width: 180px;
  }

  .feedback__list {
    gap: 20px;
  }

  .feedback__item {
    width: 260px;
  }

  .footer {
    font-size: 16px;
  }

  .footer__container {
    gap: 22px;
  }

  .footer__logo img {
    width: 142px;
  }

  .footer__info {
    font-size: 16px;
  }

  .form-modal__feedback {
    padding: 44px 20px 40px 20px;
    border-radius: 20px;
  }

  .form-modal__info-title {
    margin: 0 0 20px 0;
    font-size: 24px;
  }

  .form-modal__feedback-item {
    max-width: 330px;
  }

  .form-modal__feedback-input {
    height: 60px;
    margin-bottom: 10px;
  }

  .form-modal__agree .agree {
    font-size: 13px;
  }

  .header__inner {
    padding: 30px;
    border-radius: 0 0 14px 14px;
  }

  .header__container {
    gap: 22px;
  }

  .header__description {
    font-size: 15px;
  }

  .header__logo img {
    width: 235px;
  }

  .input__field {
    border-radius: 10px;
    height: 60px;
    font-size: 14px;
    padding: 0 10px 0 24px;
  }

  .input__field--textarea {
    border-radius: 40px;
    padding-top: 30px;
  }

  .main-section__inner {
    padding: 63px 0 201px 0;
  }

  .main-section__title {
    margin: 0 0 32px 0;
  }

  .main-section__subtitle {
    margin: 0 0 74px 0;
  }

  .main-section__subtitle img {
    margin: 8px 0 0 0;
    width: 458px;
  }

  .content-privacy__wrapper {
    max-width: 650px;
    padding: 30px 44px 40px 44px;
  }

  .content-privacy__close {
    top: 20px;
    right: 20px;
  }

  .content-privacy h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .content-privacy h3,
  .content-privacy strong {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .content-privacy p {
    font-size: 16px;
  }

  .remodal__feedback {
    width: 432px;
  }

  .remodal__feedback-close {
    top: 10px;
    right: 10px;
  }

  .review-card {
    font-size: 16px;
    border-radius: 16px;
    padding: 16px;
    width: 434px;
    height: 344px;
  }

  .review-card__name span:last-child {
    font-size: 14px;
  }

  .thanks-section__inner {
    padding: 100px 0;
  }

  .thanks-section__title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .thanks-section__title-helper {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .thanks-section__btn {
    max-width: 290px;
  }

  .page--main .page__bg-image--1 img:nth-child(1) {
    width: 1920px;
  }

  .page--main .page__bg-image--1 img:nth-child(2) {
    bottom: 161px;
    width: 629px;
    right: calc(50% - 618px);
  }

  .page--main .page__bg-image--1 img:nth-child(3) {
    width: 878px;
    bottom: -352px;
    right: calc(50% - 1216px);
  }

  .page--main .page__bg-image--2 div {
    width: 1920px;
  }

  .page--thanks {
    font-size: 16px;
  }

  .page--thanks .footer__info {
    gap: 168px;
  }
}