@font-face {
  font-family: "AvertaCY";
  src: url("../fonts/AvertaCY-Regular.woff2") format("woff2"),
       url("../fonts/AvertaCY-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaCY";
  src: url("../fonts/AvertaCY-Semibold.woff2") format("woff2"),
       url("../fonts/AvertaCY-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvertaCY";
  src: url("../fonts/AvertaCY-Light.woff2") format("woff2"),
       url("../fonts/AvertaCY-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvertaCY";
  src: url("../fonts/AvertaCY-RegularItalic.woff2") format("woff2"),
       url("../fonts/AvertaCY-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "AvertaCY";
  src: url("../fonts/AvertaCY-Bold.woff2") format("woff2"),
       url("../fonts/AvertaCY-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaCY";
  src: url("../fonts/AvertaCY-Black.woff2") format("woff2"),
       url("../fonts/AvertaCY-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.wrapper {
  position: relative;
  max-width: 362px;
  margin: 0 auto;
  padding: 0 6px;
  z-index: 100;
}

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

h1,
h2,
h3,
h4 {
  font-family: "AvertaCY";
  font-weight: 700;
  /* text-transform: uppercase; */
}

.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-yellow-1 {
  color: #faea81;
}

.font-averta-black {
  font-family: "AvertaCY";
  font-weight: 900;
}

.font-averta-bold {
  font-family: "AvertaCY";
  font-weight: 700;
}

.font-averta-light {
  font-family: "AvertaCY";
  font-weight: 300;
}

.font-averta-italic-reg {
  font-family: "AvertaCY";
  font-weight: 400;
  font-style: italic;
}

.font-averta-reg {
  font-family: "AvertaCY";
  font-weight: 400;
}

.font-averta-semibold {
  font-family: "AvertaCY";
  font-weight: 600;
}

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

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

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

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

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

.font-s-20 {
  font-size: 14px;
  line-height: 110%;
}

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

.font-s-24 {
  font-size: 17.5px;
  line-height: 100%;
}

.font-s-26 {
  font-size: 16px;
  line-height: normal;
}

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

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

.font-s-56 {
  font-size: 22px;
  line-height: 110%;
}

.font-s-58 {
  font-size: 24px;
  line-height: 110%;
}

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

.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;
}

.agree {
  line-height: 1.7;
  font-family: "AvertaCY";
  font-weight: 400;
  position: relative;
  font-size: 13px;
  color: #252328;
}

.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;
}

.dynamic-form .form-modal__agree .agree__label.tap-color {
  justify-content: left;
}

.dynamic-form .agree {
  margin-bottom: 5px;
}

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

.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 #112c40;
  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);
}

.footer__col.flex .footer__container {display: flex; align-items: center;}
.footer__col.flex .footer__logo {margin: 0 20px 0 0;}

@media (max-width: 760px) {
  .footer__col.flex .footer__container {display: block; text-align: center; padding: 0 0 10px 0;}
  .footer__col.flex .footer__container img {margin: 0 auto; margin-bottom: 10px;}
  .footer .footer__row {display: block !important;}
}

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

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

.mar-bot-5 {
  margin: 0 0 5px 0;
}

.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: 100px;
  background: #ff0026;
  box-shadow: 0px -2px 0px rgba(0,0,0,0.3) inset;
  width: 100%;
  height: 60px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 140%;
  font-family: "Gilroy-Bold";
  font-weight: 700;
  color: #fff;
  -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__container {
  position: relative;
  /* Чтобы можно было позиционировать элементы внутри */
  background: #fff;
  color: #292231;
  overflow: hidden;
  display: flex;
  border-radius: 30px;
  gap: 20px;
  min-height: 400px;
  padding: 16px 16px 30px 16px;
  z-index: 100;
  border: 1px solid #E9CAB1;
  font-family: "AvertaCY";
  font-weight: 400;
}

.chat {
  z-index: 100;
}
.chat__wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
}


.chat__bot-avatar div {
  position: relative;
}

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

.chat__bot-avatar span {
  background: #0ade62;
  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-startQ:last-child {
  margin-bottom: 0;
}

.response-options button {
  border: none;
  border: 1px solid #A24517;
  color: #A24517;
  background: none;
  cursor: pointer;
  line-height: 120%;
  outline: none;
  text-align: center;
  border-radius: 16px;
  padding: 10px;
  width: 35%;
  transition: all 0.6s;
  transform: scale(1);
  font-family: "AvertaCY";
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.response-options button:hover {
  background-color: #D68247;
  color: #ffffff;
  border: none;
}

.response-options-startQ {
  display: grid;
  grid-template-columns: 1fr; /* 1 колонка */
  grid-template-rows: none;
  margin: 12px 0;
  gap: 8px;
}

.response-options-startQ button {
  border: none;
  border: 1px solid #A24517;
  color: #A24517;
  background: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 16px;
  transition: all 0.6s;
  transform: scale(1);
  font-family: AvertaCY;
  font-weight: 600;
  font-size: 13px;
  height: 42px;
}

.response-options-startQ button:hover {
  transform: scale(0.98);
  background-color: #D68247;
  border: none;
  color: #FFFFFF;
  
}


.message {
  display: flex;
  align-items: flex-start;
}

.bot-message {
  flex-direction: row;
  margin: 0 0 6px 0;      /* Пусть ширина зависит от содержимого */
  max-width: 90%; 
}

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

.bot-message br {
  display: block;
}

.user-message {
  flex-direction: row-reverse;
  text-align: right;
  margin: 12px 0;
  word-break: break-word;
  /* или, для полной гарантии: */
  overflow-wrap: break-word;
  text-align: left;
}

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

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

.bot-message p {
  background-color: #FFFBE4;
  max-width: 100%;
  font-family: "AvertaCY";
  font-weight: 400;
  border-radius: 0 16px 16px 16px;
  color: #60332B;
}

.user-message p {
  background-color: #60332B;
  color: #fff;
  min-width: 10%;
  border-radius: 16px 16px 0 16px;
}

.typing-indicator,
.typing-placeholder {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  background: none;
  border: none;
  box-sizing: border-box;
}

.typing-indicator {
  opacity: 0;
  transition: opacity 0.4s;
  /* остальные ваши стили */
}

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

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

.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%;
  border: 1px solid #cacaca;
  color: #000;
  border-radius: 24px 24px 0 24px;
  height: 100px;
  padding-top: 16px;
}

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

.dynamic-form {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.header__logo-bear {
  width: 100px;      
  height: auto;   
  flex-shrink: 0;   
}

.header__logo-bear img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-chat {
  overflow: hidden;
  width: 220px;
  margin: 0 0 6px 0;
}

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

.swiper-chat .swiper-bullets .swiper-pagination-bullet {
  background: #808080;
}

.swiper-chat .swiper-slide div {
  width: 220px;
  height: 132px;
}

.swiper-chat .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@-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 {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  line-height: normal;
}

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

.mar-bot-10 {
  margin-bottom: 3px;
}

.connection__icon img {
  height: auto;
  width: 22px;
}

.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: #371B17;
  color: #fff;
}

.footer__row {
  margin: 0 0 0 auto;
  text-align: center;
  padding: 17px 0;
}

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

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

.footer__box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.footer__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  transition: 0.3s;
  text-align: left;
  box-sizing: border-box;
}

.footer__container:hover {
  color: #fdfbea;
}

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

.footer__container br {
  display: inline-block;
}

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

.footer__logo img {
  width: 66px;
  height: auto;
}

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

.footer__privacy:hover,
.footer__cookie:hover{
  color: #ffffff;
}

.dynamic-form .input__field {
  height: 50px;
  width: 75%;  
}




.dynamic-form .btn {
  height: 50px;
  margin: 0;
  width: 75%;
  font-size: 14px;
  font-family: "AvertaCY";
  font-weight: 400;
}


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


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

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

.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;
  top: -2px;
  border: 1px solid #fff;
}

.form-modal__agree .agree__checkbox:checked + .agree__custom::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.form-modal__agree .agree__custom::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.form-modal__agree .agree__label:hover .agree__custom {
  border: solid #fff;
  border: 1px solid #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  color: #212529;
}


.header__info {
  font-family: "Geometria-Regular";
  font-weight: 400;
  padding: 4px 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 10px;
  line-height: normal;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #60332B;
}

.header__container {
  display: none;
  align-items: center;
  gap: 20px;
}

.header__logo-name img {
  height: auto;
  width: 85px;
}


.header__description {
  display: none;
}

.header__description div {
  margin: 0 0 2px 0;
}

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

.input__field {
  width: 100%;
  height: 60px;
  line-height: normal;
  font-size: 14px;
  padding: 0;
  display: block;
  outline: none;
  border: 1px solid #A24517;
  border-radius: 100px;
  background: none;
  color: #60332B;
  font-family: "AvertaCY";
  font-weight: 400;
  line-height: 140%;
  padding: 0 10px 0 24px;
  transition: 0.3s;
}

.input__field:hover {
  border: 1.4px solid #60332B;
}

.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: #303437;
  font-family: "Gilroy-Light";
  font-weight: 300;
}

.input__field::-moz-placeholder {
  color: #303437;
  font-family: "Gilroy-Light";
  font-weight: 300;
}

.input__field::-webkit-input-placeholder {
  color: #303437;
  font-family: "Gilroy-Light";
  font-weight: 300;
}

.input__field::placeholder {
  color: #A24517;
  font-family: "AvertaCY";
  font-weight: 400;
  font-size: 14px;
}

.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--textarea {
  resize: none;
  padding-top: 12px;
  border-radius: 14px;
}

.main-section {
  color: #292231;
}

.main-section__inner {
  padding: 77px 0 55px 0;
  position: relative;
  z-index: 1;
}


.main-section__image {
  position: absolute;
  z-index: 10;
  top: 310px;
  right: 37px;
}

.main-section__image img {
  height: auto;
  width: 300px;
}

.main-section__title {
  margin: 0 0 6px 0;
  text-align: center;
  z-index: 100;
  position: relative;
}

.main-section__title-secondary {
  margin: 0 0 17px 0;
  display: block;
  color: #60332B;
}


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

.content-privacy a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

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

.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;
  font-family: "Geometria-ExtraBold";
}

.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: rgb(78, 78, 78);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 1.2s linear infinite;
}

@-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__icon-up img {
  width: 17px;
  height: auto;
}

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

.content-privacy h3,
.content-privacy strong {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  font-family: "Geometria-Bold";
}
Geometria-Bold
.content-privacy .modal-politika-text {
  font-size: 13px;
  line-height: 120%;
}

.content-privacy li {
  padding: 0 0 0 5%;
}

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

.content-privacy .modal-politika-text {
  margin: 5px 0;
  padding-left: 10px;
}

.content-privacy .modal-politika-text.fat {
  padding-left: 0px;
}

.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.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;
  }
}

.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: 0;
  transition: 0.3s;
  background: #fff;
}

.swiper-bullets .swiper-pagination-bullet-active {
  padding: 0 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%;
  background-image: url("../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

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

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

.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: 264px;
  margin: 0 auto;
}

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

.page--thanks {
  font-size: 13px;
  line-height: 130%;
  color: #292231;
  position: relative;
  z-index: 1;
}

.page__content {
  flex: 1;
}

.page__content--main {
  background-image: url("../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  position: relative;
}

.page__content--main::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/dotted-up.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.page__content--main::after {
  content: '';
  left: 0;
  position: absolute;
  background-image: url("../images/dotted-down.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.page__content--layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-cookie {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 280px;
  text-align: center;
  background-color: white;
  z-index: 222;
  border-radius: 14px;
  padding: 10px;
  font-size: 11px;
  line-height: 120%;
  box-shadow: 0 0 10px 1px #929090;
}

.page-cookie button{
  min-width: 220px;
  height: 46px;
  border-radius: 10px;
  background: #EB5309;
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.page-cookie button:hover{
  opacity: 0.9;
}

.page-cookie a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.chat__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.chat__input-bar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0 auto;
  position: static;
  flex-shrink: 0;
}

.chat__input-btn {
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100px;
  display: flex
;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF6A00 0%, #FFCC00 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 0;
}

.main-section__title-secondary {
  text-align: center;
}

.chat__input-field {
  flex: 1;
  height: 40px;
  border-radius: 16px;
  border: 1px solid #A24517;
  padding: 0 18px;
  font-size: 16px;
  background: #ffffff;
  color: #A24517;
  outline: none;
  transition: border 0.2s;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border;
}

.dynamic-form .agree .error--privacy{
  font-size: 9px;
}

.main-section__info-description {
  color: #60332B;
}

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

.dynamic-form .agree a {
  margin: 0;
}


.dynamic-form .form-modal__agree{
  margin: -5px;
}


.dynamic-form .form-modal__agree .agree .error--privacy{
  text-align: left;
}



.dynamic-form .form-modal__agree .agree__label.tap-color{
  padding: 0;
}

.main-section__info {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 16px;
  align-items: flex-end; 
  z-index: 100;
  max-width: 500px;
  margin-bottom: 250px;
}

.footer-left-info {
  position: relative;
  display: flex;
  flex-direction: column;
}

.main-section__info-phoneWidget {
  width: 61px;
}

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

.chat__input-bar .input__field {
  height: 40px;
}



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

  .page__content--main::after {
    width: 55%;
    height: 55%;
    left: -30px;
    top: 380px;
  }

  .page__content--main::before {
    width: 25%;
    height: 25%;
  }

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

  .header__logo-bear {
    width: 120px;
    height: auto;
  }

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

  .main-section__info {
    gap: 13px;
  } 


  .footer__container {
    gap: 5px;
  }

  .res-button-1 {
    max-width: 32.1%;
  }

  .res-button-2 {
    max-width: 32.1%;
  }

  .res-button-3 {
    max-width: 32.1%;
  }

  .res-button-4 {
    max-width: 21.5%;
  }

  .res-button-5 {
    max-width: 21.5%;
  }

  .res-button-6 {
    max-width: 21.5%;
  }

  .res-button-7 {
    max-width: 28%;
  }

  .footer-left-info {
    gap: 0px;
  }

  .main-section__title-secondary {
    text-align: left;
    margin: 0 0 15px 0;
  }

  .header__container {
    gap: 8px;
    display: flex;
  }


  .dynamic-form .input__field {
    height: 60px;
    width: 100%;
  }

  .dynamic-form .btn {
    height: 60px;
    width: 100%;
    font-size: 16px;
  }

  section {
    font-size: 14px;
  }


  .dynamic-form .agree .error--privacy{
    font-size: 9px;
  }
  
  
  .dynamic-form .agree .agree__label.tap-color{
    font-size: 11px;
  }

  .dynamic-form .agree a {
    margin: 0;
  }

  
  .dynamic-form .form-modal__agree{
    margin: -5px;
  }
  
  
  .dynamic-form .form-modal__agree .agree .error--privacy{
    text-align: left;
  }
  
  
  
  .dynamic-form .form-modal__agree .agree__label.tap-color{
    padding: 0;
  }

 

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

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

  .font-s-18 {
    font-size: 13px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .font-s-20 {
    font-size: 13px;
    line-height: 120%;
  }

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

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

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

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

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

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

  .font-s-58 {
    font-size: 30px;
  }



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

  .chat__container {
    padding: 20px 30px;
    z-index: 100;
  }

  .response-options {
    gap: 9px;
  }

  .response-options button {
    border-radius: 12px;
    padding: 8px 6px;
    min-width: 20%;
    max-width: 31.9%;
    font-size:13px;
  }

  .response-options-startQ {
    gap: 9px;
    grid-template-columns: 1fr 1fr; /* 2 колонки по умолчанию */
    grid-template-rows: repeat(3, auto);
  }

  .response-options-startQ button {
    height: 40px;
    font-size: 13px;
  }

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

  .dynamic-form {
    gap: 8px;
  }

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

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

  .swiper-chat {
    width: 576px;
  }

  .swiper-chat .swiper-slide div {
    width: 183px;
    height: 110px;
  }

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

  .connection__link {
    gap: 10px;
  }

  .connection__icon img {
    width: 20px;
  }

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

  .feedback__item {
    width: 168px;
  }

  .footer__row {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .footer__col {
    margin: 0;
  }

  .footer__col:first-child {
    display: flex;
    align-items: center;
  }

 

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

  .footer__logo-corp img {
    width: 85px;
  }

  .footer__logo img {
    width: 56px;
    height: auto;
  }

  .footer__description {
    text-align: left;
  }

  .header__info {
    display: none;
  }

  .header__inner {
    padding: 12px 0 0 0;
  }

  .header__logo-name img {
    width: 95px;
  }

  .header__description {
    display: block;
  }

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

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

  .main-section__inner {
    padding: 110px 0 96px 0;
  }


  .main-section__image {
    top: 80px;
    right: -9px;

  }

  .main-section__image img {
    width: 400px;
  }

  .main-section__title {
    text-align: left;
    margin: 0 0 14px 0;
  }

  .main-section__info-phoneWidget {
    width: 58px;
  }

  .main-section__info {
    margin: 0 0 60px 0;
  }

  .connection__link {
    gap: 8px;
  }

  .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;
    margin-bottom: 10px;
  }

  .content-privacy .modal-politika-text {
    font-size: 14px;
  }

  .content-privacy .modal-politika-text {
    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;
  }

  .swiper-bullets {
    display: none;
  }

  .swiper-progress {
    display: none;
  }

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

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

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

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

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

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

  .page-cookie {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 14px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    left: auto;
    margin: 0;
    text-align: left;
    width: 550px;
    background-color: white;
    border-radius: 20px;
    padding: 14px;
    font-size: 12px;
    line-height: 120%;
    box-shadow: 0 0 10px 1px #929090;
  }

  .page-cookie button{
    min-width: 160px;
    height: 48px;
    border-radius: 13px;
    background: #EB5309;
    color: white;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .chat__input-field {
    height: 42px;
  }

  .chat__input-btn {
    height: 42px;
    width: 42px;
  }

  .mar-bot-10 {
    margin: 0 0 4px 0;
  }
}

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

  .page__content--main::after {
    top: 480px;
    left: -25px;
    width: 55%;
    height: 55%;
  }

  .footer__row {
    margin: 0 0 0 auto;
    padding: 26px 0;
    text-align: center;
  }

  .mar-bot-10 {
    margin: 0 0 8px 0;
  }

  .page__content--main::before {
    width: 30%;
    height: 30%;
  }
  
  .connection__icon img {
    width: 25px;
  }

  .connection__link {
    gap: 9px;
  }

  .main-section__info {
    gap: 25px;
    margin-bottom: 70px;
  }

  .font-s-18 {
    font-size: 14px;
    line-height: 120%;
  }

  .main-section__title-secondary{
    margin: 0 0 24px 0;
  }

  .main-section__info-phoneWidget {
    width: 76px;
  }


  .font-s-50 {
    font-size: 40px;
    line-height: 110%;
  }

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


  .dynamic-form .agree .error--privacy{
    font-size: 11px;
  }
  
  
  .dynamic-form .agree .agree__label.tap-color{
    font-size: 12px;
  }

  .chat__input-field.input__field {
    height: 47px;
  }

  .chat__input-btn {
    height: 47px;
    width: 47px;
  }

  section {
    font-size: 15px;
  }

  .header__logo-bear {
    width: 150px;
    height: auto;
  }

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

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

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

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

  .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: 27px;
  }

  .font-s-56 {
    font-size: 40px;
  }

  .font-s-58 {
    font-size: 42px;
  }

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

  .chat__container {
    padding: 50px 74px;
  }

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

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

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

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

  .response-options-startQ button {
    height: 47px;
    font-size: 14px
  }

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

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

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

  .swiper-chat {
    width: 716px;
  }

  .swiper-chat .swiper-slide div {
    width: 228px;
    height: 137px;
  }

  .swiper-chat .swiper-slide img {
    border-radius: 14px;
  }

  .feedback__list {
    gap: 14px;
  }

  .feedback__item {
    width: 220px;
  }

  .footer {
    font-size: 14px;
  }

  .footer__container {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .footer__logo-corp img {
    width: 110px;
  }

  .form-modal__agree {
    font-size: 13px;
    line-height: 15px;
  }

  .header__inner {
    padding: 14px 0 0 0;
  }

  .header__container {
    gap: 12px;
  }

  .header__logo-name img {
    width: 120px;
  }

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

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

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

  .main-section__inner {
    padding: 135px 0 100px 0;
  }

  .main-section__image {
    top: 90px;
    right: -25px
  }

  .main-section__image img {
    width: 540px;

  }

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

  .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 {
    margin-bottom: 20px;
    font-size: 26px;
  }

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

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

  .content-privacy .modal-politika-text {
    font-size: 16px;
  }

  .remodal__feedback {
    width: 432px;
  }

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

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

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

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

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

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

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

  /*drop down элементы */


  .footer__row {
    margin: 0 0 0 auto;
    padding: 37px 0;
    text-align: center;
  }

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

  .input__field::placeholder {
    font-size: 16px;
  }

  .page__content--main::before {
    width: 30%;
    height: 35%;
  }
  
  .page__content--main::after {
    top: 600px;
    width: 60%;
    height: 55%;
  }

  .header__logo-bear {
    width: 206px;      
    height: 101px;   
    flex-shrink: 0;   
  }

  .res-button-1 {
    max-width: 220px;
  }

  .res-button-2 {
    max-width: 182px;
  }

  .res-button-3 {
    max-width: 200px;
  }

  .res-button-4 {
    max-width: 163px;
  }

  .res-button-5 {
    max-width: 159px;
  }

  .res-button-6 {
    max-width: 171px;
  }

  .res-button-7 {
    max-width: 212px;
  }

  .main-section__title-secondary {
    margin: 0 0 33px 0;
  }

  .main-section__info-phoneWidget {
    width: 90px;    
  }

  .main-section__info {
    margin-bottom: 113px;
    gap:30px;
  }

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

  .dynamic-form .agree a {
    margin: 0;
  }


  .dynamic-form .agree .error--privacy{
    font-size: 12px;
  }
  
  
  .dynamic-form .agree .agree__label.tap-color{
    font-size: 13px;
  }
  
  .dynamic-form .form-modal__agree{
    margin: -5px;
  }
  
  
  .dynamic-form .form-modal__agree .agree .error--privacy{
    text-align: left;
  }
  
  
  
  .dynamic-form .form-modal__agree .agree__label.tap-color{
    padding: 0;
  }


  .chat__input-bar .input__field {
    height: 51px;
  }

  .chat__input-btn {
    height: 51px;
    width: 51px;
  }


  section {
    font-size: 16px;
  }

  .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-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-56 {
    font-size: 56px;
  }

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

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

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

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

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

  .chat__input-btn {
    height: 51px;
    width: 51px;
  }

  .chat__input-field {
    height: 51px;
  }

  .chat__container {
    padding: 80px 151px;
    min-height: 600px;
  }

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

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

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

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

  .response-options-startQ button {
    height: 51px;
    font-size: 16px;
  }

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

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

  .message p {
    padding: 16px;
  }

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

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

  .swiper-chat {
    margin: 0 0 10px 0;
    width: 824px;
  }

  .swiper-chat .swiper-slide div {
    width: 260px;
    height: 156px;
  }

  .swiper-chat .swiper-slide img {
    border-radius: 20px;
  }

  .connection__link {
    gap: 16px;
  }

  .connection__icon img {
    width: 32px;
  }

  .feedback__list {
    gap: 20px;
  }

  .feedback__item {
    width: 260px;
  }

  .footer {
    font-size: 16px;
  }

  .footer__container {
    gap: 20px;
    align-items: center;
  }

  .footer__logo-corp img {
    width: 142px;
  }

  .footer__logo img {
    width: 66px;
    height: auto;
  }

  .header__inner {
    padding: 23px 0 3px 0;
  }

  .header__container {
    gap: 17px;
  }

  .header__logo-name img {
    width: 142px;
  }

  .header__description div {
    margin: 0 0 6px 0;
  }

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

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

  .main-section__inner {
    padding: 220px 0 113px 0;
  }

  .main-section__image {
    top: 120px;
    right: -90px;
  }

  .main-section__image img {
    width: 756px;
  }

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



  .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: 16px;
  }

  .content-privacy .modal-politika-text {
    font-size: 16px;
  }

  .remodal__feedback {
    width: 432px;
  }

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

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

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

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

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

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


/* Красный placeholder при ошибке согласия */
.input__field.placeholder-error::placeholder {
  color: #ff0032 !important;
  opacity: 1;
}

/* Красный placeholder и маска при ошибке согласия */
.input__field.placeholder-error {
  color: #ff0032 !important;
}
.input__field.placeholder-error::placeholder {
  color: #ff0032 !important;
  opacity: 1;
}

/* --- Dropdown меню категорий и компактные карточки блюд --- */

.dropdown-block,
.dropdown-list,
.dropdown-list.open {
  overflow: visible !important;

}


.dropdown-block {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 10px;
}

.dropdown-btn {
  position: relative;
  width: 100%;
  background: none;
  color: #A24517;
  border: 1px solid #A24517;
  border-radius: 18px;
  font-family: "AvertaCY", sans-serif;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  padding: 12px 18px;
  font-size: 13px;
  transition: background 0.2s;
}

.dropdown-btn::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2.5px solid #A24517;
  border-bottom: 2.5px solid #A24517;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.2s;
  pointer-events: none;
}

.dropdown-btn.open::after {
  transform: translateY(-50%) rotate(45deg);
}

.dropdown-btn:hover {
  background: #D68247;
  color: white;
  border: none;
  border-color: white;
}

.dropdown-btn:hover::after {
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}

.dropdown-btn.open {
  border-radius: 18px 18px 0 0;
}





.dropdown-list {
  display: none;
  background: #fff;
  border-radius: 0 0 18px 18px;
  padding: 10px 0 10px 0;
  animation: dropdownFadeIn 0.3s;
}
@keyframes dropdownFadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.dropdown-card {
  display: flex;
  align-items: center;
  background: #faf7f3;
  border-radius: 14px;
  margin: 8px 14px;
  padding: 8px 10px;
  box-shadow: 0 1px 4px rgba(210,105,30,0.04);
  transition: box-shadow 0.2s;
}
.dropdown-card:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown-card-img-wrap {
  height: 100%;
  width: 50px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 12px;
  position: relative;
  flex-shrink: 0;
}
.dropdown-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dropdown-card-info {
  flex: 1 1 auto;
  min-width: 0;
}
.dropdown-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #d2691e;
  margin-bottom: 2px;
  font-family: "AvertaCY", sans-serif;
}
.dropdown-card-desc {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-card-meta {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #bfa07a;
}
.dropdown-card-weight {
  font-weight: 400;
}
.dropdown-card-price {
  font-weight: 700;
  color: #d2691e;
}
.dropdown-card-cart-btn {
  background: #f7e6d7;
  color: #d2691e;
  border: none;
  border-radius: 12px;
  padding: 6px 14px;
  font-size: 13px;
  font-family: "AvertaCY", sans-serif;
  font-weight: 600;
  margin-left: 14px;
  cursor: not-allowed;
  transition: background 0.2s;
}
.dropdown-card-cart-btn:disabled {
  background: #f7e6d7;
  color: #bfa07a;
  cursor: not-allowed;
}

.dish-fav-icon, .dropdown-card-fav {
  position: absolute;
  right: 18px;
  font-size: 22px;
  color: #d2691e;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  opacity: 0.9;
  z-index: 2;
}

.dish-fav-icon {
  bottom: 18px;
}

.dropdown-card-fav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  width: 32px;
  height: 32px;
}


.dish-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 0 0 20px 0;
  max-width: 340px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
.dish-img-wrap {
  position: relative;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}
.dish-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.dish-title {
  font-weight: 600;
  font-size: 19px;
  margin: 18px 18px 6px 18px;
  text-align: left;
}
.dish-desc {
  font-size: 15px;
  color: #888;
  margin: 0 18px 10px 18px;
  text-align: left;
}
.dish-weight {
  font-size: 14px;
  color: #aaa;
  margin: 0 18px 10px 18px;
  text-align: left;
}


.dish-price {
  font-weight: 700;
  color: #d2691e;
  font-size: 22px;
  margin: 0 18px;
}

.dropdown-list.open, .cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 14px;
}

/* Стили для поп-апа*/
.favorites-btn {
  position: fixed;
  top: 18px;
  right: 32px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 8px 18px;
  font-size: 22px;
  color: #d2691e;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  gap: 8px;
}
#favorites-count {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #d2691e;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites-popup {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.25);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites-popup.hidden { display: none; }
.favorites-popup-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.13);
  padding: 18px 10px 16px 10px;
  min-width: 90vw;
  max-width: 98vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  margin: 0 auto;
}
.favorites-popup-content h3 {
  margin: 0 0 18px 0;
  font-size: 20px;
  font-weight: 700;
}
.favorites-mini-card {
  gap: 10px;
  padding: 6px 6px;
  font-size: 14px;
}
.favorites-mini-img {
  width: 44px;
  height: 44px;
}
.favorites-order-btn {
  font-size: 16px;
  padding: 10px 0;
  border-radius: 12px;
}
.favorites-close-btn {
  font-size: 20px;
  top: 8px;
  right: 8px;
}

@media only screen and (min-width: 768px) {
  .favorites-popup-content {
    min-width: 420px;
    max-width: 80vw;
    padding: 24px 24px 18px 24px;
    border-radius: 18px;
  }
  .favorites-popup-content h3 {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .favorites-mini-card {
    gap: 14px;
    padding: 10px 12px;
    font-size: 15px;
  }
  .favorites-mini-img {
    width: 54px;
    height: 54px;
  }
  .favorites-order-btn {
    font-size: 18px;
    padding: 14px 0;
    border-radius: 16px;
  }
  .favorites-close-btn {
    font-size: 22px;
    top: 12px;
    right: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .favorites-popup-content {
    min-width: 520px;
    max-width: 60vw;
    padding: 32px 32px 22px 32px;
    border-radius: 20px;
  }
  .favorites-popup-content h3 {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .favorites-mini-card {
    gap: 18px;
    padding: 12px 16px;
    font-size: 16px;
  }
  .favorites-mini-img {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1400px) {
  .favorites-popup-content {
    min-width: 600px;
    max-width: 40vw;
    padding: 40px 40px 28px 40px;
    border-radius: 24px;
  }
  .favorites-popup-content h3 {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .favorites-mini-card {
    gap: 24px;
    padding: 16px 22px;
    font-size: 18px;
  }
  .favorites-mini-img {
    width: 80px;
    height: 80px;
  }
}

#favorites-list {
  margin-bottom: 18px;
}
.favorites-mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  background: #faf7f3;
  border-radius: 12px;
  padding: 8px 12px;
  position: relative;
}
.favorites-mini-img {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  object-fit: cover;
  background: #fff;
}
.favorites-mini-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.favorites-mini-title {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}
.favorites-mini-meta {
  font-size: 13px;
  color: #888;
}
.favorites-mini-price {
  font-weight: 700;
  color: #d2691e;
  font-size: 16px;
}
.favorites-mini-remove {
  background: none;
  border: none;
  color: #d2691e;
  font-size: 20px;
  cursor: pointer;
  margin-left: 8px;
}
.favorites-total {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}
.favorites-order-btn {
  display: block;
  width: 100%;
  background: #d2691e;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-bottom: 8px;
  transition: background 0.2s;
}
.favorites-order-btn:hover {
  background: #b85c1c;
}
.favorites-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s;
}
.favorites-close-btn:hover {
  color: #d2691e;
}

/* Сетка для карточек конкретных блюд при поиске */
.cards-grid {
  margin: 10px 0;
}

.cards-grid, .dropdown-list.open {
    display: grid;
}

@media only screen and (min-width: 768px) {
  .cards-grid, .dropdown-list.open {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 18px;
  }
  .dish-card {
    max-width: 100%;
  }
  .dish-img {
    height: 140px;
  }
  .dish-title {
    font-size: 17px;
    margin: 14px 14px 5px 14px;
  }
  .dish-desc {
    font-size: 14px;
    margin: 0 14px 8px 14px;
  }
  .dish-weight {
    font-size: 13px;
    margin: 0 14px 8px 14px;
  }

  .dish-price {
    font-size: 19px;
    margin: 0 14px;
  }

  .dropdown-btn {
    font-size: 13px;
    padding: 12px 18px;
  }

  .dropdown-block {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .cards-grid, .dropdown-list.open {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 22px;
  }
  .dish-img {
    height: 160px;
  }

  .dropdown-block {
    margin-top: 14px;
  }

  .dropdown-btn {
    font-size: 14px;
    padding: 14px 18px;
  }

  .dish-title {
    font-size: 19px;
    margin: 18px 18px 6px 18px;
  }
  .dish-desc {
    font-size: 15px;
    margin: 0 18px 10px 18px;
  }
  .dish-weight {
    font-size: 14px;
    margin: 0 18px 10px 18px;
  }

  .dish-price {
    font-size: 22px;
    margin: 0 18px;
  }
}

@media only screen and (min-width: 1400px) {
  .cards-grid, .dropdown-list.open {
    gap: 28px 28px;
  }

  .dropdown-block {
    margin-top: 16px;
  }

  .dish-card {
    max-width: 420px;
  }

  .dropdown-btn {
    font-size: 16px;
  }

  .dish-img {
    height: 200px;
  }
  .dish-title {
    font-size: 22px;
    margin: 22px 22px 8px 22px;
  }
  .dish-desc {
    font-size: 17px;
    margin: 0 22px 12px 22px;
  }
  .dish-weight {
    font-size: 15px;
    margin: 0 22px 12px 22px;
  }

  .dish-price {
    font-size: 26px;
    margin: 0 22px;
  }

  /*Поп-ап и лайки */
  
}


.download-svg {
  width: 20px;
}
/* Удалены все старые стили для .app-link-btn, .app-links-btns */

.job-vacancy-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  max-width: 98vw;
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "AvertaCY", Arial, sans-serif;
  transition: box-shadow 0.2s;
}
.job-vacancy-img-wrap {
  width: 100%;
  aspect-ratio: 2.1/1;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.job-vacancy-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.job-vacancy-content {
  padding: 8px 6px 8px 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.job-vacancy-title {
  font-size: 14px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 2px;
}
.job-vacancy-salary {
  font-size: 13px;
  color: #a24517;
  font-weight: 600;
  margin-bottom: 7px;
}
.job-vacancy-currency {
  font-size: 0.89rem;
}
.job-vacancy-link {
  display: inline-block;
  margin-bottom: 2px;
  color: #a24517;
  font-size: 12px;
  font-family: "AvertaCY", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.18s;
}
.job-vacancy-link:hover {
  color: #c25a1d;
  text-decoration: underline;
}
.job-vacancy-btn {
  margin-top: 6px;
  padding: 6px 0;
  background: #a24517;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 13px;
  font-family: "AvertaCY", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(162,69,23,0.08);
}
.job-vacancy-btn:hover {
  background: #c25a1d;
}

@media (min-width: 768px) {
  .job-vacancy-card {
    max-width: 370px;
    margin-top: 12px;
  }
  .job-vacancy-content {
    padding: 14px 14px 12px 14px;
    gap: 8px;
  }
  .job-vacancy-title {
    font-size: 17px;
  }
  .job-vacancy-salary {
    font-size: 16px;
  }
  .job-vacancy-link {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .job-vacancy-btn {
    font-size: 16px;
    padding: 8px 0;
  }
}
@media (min-width: 1024px) {
  .job-vacancy-card {
    max-width: 420px;
    margin-top: 15px;
  }
  .job-vacancy-content {
    padding: 18px 22px 16px 22px;
    gap: 11px;
  }
  .job-vacancy-title {
    font-size: 18px;
  }
  .job-vacancy-salary {
    font-size: 17px;
  }
  .job-vacancy-link {
    font-size: 15px;
  }
  .job-vacancy-btn {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media (min-width: 1400px) {
  .job-vacancy-card {
    max-width: 480px;
    margin-top: 20px;
  }
  .job-vacancy-content {
    padding: 22px 32px 20px 32px;
    gap: 14px;
  }
  .job-vacancy-title {
    font-size: 20px;
  }
  .job-vacancy-salary {
    font-size: 18px;
  }
  .job-vacancy-link {
    font-size: 17px;
  }
  .job-vacancy-btn {
    font-size: 18px;
    padding: 12px 0;
  }
}









.job-vacancy-details {
  background: #faf8f6;
  border-radius: 12px;
  padding: 4px 5px;
  font-size: 11px;
  color: #222;
  font-family: "AvertaCY", Arial, sans-serif;
  box-shadow: 0 2px 8px 0 rgba(162,69,23,0.04);
  transition: max-height 0.35s cubic-bezier(.4,0,.2,1), padding 0.25s;
}
.job-vacancy-section {
  margin-bottom: 7px;
}
.job-vacancy-section-title {
  font-weight: 600;
  color: #a24517;
  font-size: 12px;
}
.job-vacancy-list {
  margin: 0 0 0 18px;
  padding: 0;
  font-size: 11px;
  list-style: decimal inside;
}
.job-vacancy-list li {
  margin-bottom: 2px;
  line-height: 1.4;
  list-style-type: decimal;
  padding-left: 2px;
}

@media (min-width: 768px) {
  .job-vacancy-details {
    font-size: 13px;
    border-radius: 14px;
    padding: 5px 8px;
  }
  .download-svg {
    width: 30px;
    margin-right: 10px;
  }
  .job-vacancy-section-title {
    font-size: 15px;
  }
  .job-vacancy-list {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .job-vacancy-details {
    font-size: 14px;
    border-radius: 16px;
  }
  .job-vacancy-section-title {
    font-size: 16px;
  }
  .job-vacancy-list {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .job-vacancy-details {
    font-size: 16px;
    border-radius: 18px;
  }
  .job-vacancy-section-title {
    font-size: 18px;
  }
  .job-vacancy-list {
    font-size: 16px;
  }
}







/* ОТЗЫВЫ */

.custom-review-swiper {
  position: relative;
  max-width: 700px;
  margin: 32px auto 24px auto;
  padding: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
}
.review-swiper-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  gap: 14px;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  transform: translateX(-227px);
}

.review-slide {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  min-width: 150px;
  max-width: 240px;
  flex: 0 0 200px;
  opacity: 0.3;
  filter: blur(2.5px) grayscale(30%);
  pointer-events: none;
  transform: scale(0.92);
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 16px 10px 16px;
  position: relative;
}
.review-slide.active {
  opacity: 1;
  filter: none;
  pointer-events: auto;
  transform: scale(1.02);
  z-index: 2;
  animation: reviewFadeIn 0.9s cubic-bezier(.4,0,.2,1);
}
@keyframes reviewFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1.02);
  }
}
.review-slide.side {
  opacity: 0.6;
  filter: blur(1.2px) grayscale(10%);
  pointer-events: none;
  transform: scale(0.98);
  z-index: 1;
}
.review-avatar-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  box-shadow: 0 2px 8px 0 rgba(162,69,23,0.08);
}
.review-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.review-rating {
  margin-bottom: 7px;
  font-size: 14px;
  color: #faea81;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px #a24517;
}
.review-stars-empty {
  color: #e0e0e0;
  filter: grayscale(1);
}
.review-text {
  font-size: 11px;
  color: #181818;
  margin-bottom: 5px;
  text-align: center;
  min-height: 48px;
}
.review-author {
  font-size: 11px;
  color: #a24517;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}
.review-owner-reply {
  margin-top: 0px;
  font-size: 10px;
  color: #7a5a3a;
  background: #faf8f6;
  border-radius: 10px;
  padding: 7px 10px 6px 10px;
  text-align: left;
}
.review-owner-reply span {
  font-weight: 600;
  color: #a24517;
  margin-right: 4px;
}
.review-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgba(162,69,23,0.10);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.18s;
}
.review-swiper-btn svg {
  display: block;
}
.review-swiper-btn:hover {
  background: #D68247;
}
.review-swiper-btn-prev {
  left: -73px;
}
.review-swiper-btn-next {
  right: 378px;
}

.review-slide-hidden {
  display: none !important;
}

.review-swiper-btn.review-swiper-btn-next:hover svg path {
  stroke: #fff;
}

.review-swiper-btn.review-swiper-btn-prev:hover svg path {
  stroke: #fff;
}

.review-date {
  font-size: 9px;
  color: #b7a98e;
  margin-bottom: 4px;
  text-align: center;
  font-style: italic;
  opacity: 0.7;
}


@media (min-width: 768px) {
  .review-slide {
    min-width: 160px;
    max-width: 260px;
    flex: 0 0 210px;
    padding: 16px 16px 14px 16px;
  }

  .review-swiper-track {
    transform: translateX(-88px);
  }

  .review-avatar-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
  }

  .review-avatar {
    width: 40px;
    height: 40px;
  }

  .review-text {
    font-size: 12px;
    margin-bottom: 6px;
    min-height: 48px;
  }
  .review-author {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .review-owner-reply {
    margin-top: 3px;
    font-size: 10px;
    padding: 7px 10px 6px 10px;
  }

  .review-date {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .review-rating {
    font-size: 15px;
  }

  .review-swiper-btn-next {
    right: 110px;
  }

  .review-swiper-btn-prev {
    left: -68px;
  }

}

@media (min-width: 1024px) {
  .review-swiper-track {
    gap: 15px;
  }

  .review-slide {
    min-width: 240px;
    max-width: 280px;
    flex: 0 0 280px;
    padding: 16px 16px 14px 16px;
  }

  .review-rating {
    font-size: 17px;
  }

  .review-avatar-wrap {
    margin-bottom: 10px;
    width: 54px;
    height: 54px;
  }

  .review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }

  .review-text {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 48px;
  }
  .review-author {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .review-owner-reply {
    margin-top: 8px;
    font-size: 12px;
    padding: 7px 10px 6px 10px;
  }

  .review-date {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .review-swiper-btn-prev {
    left: -77px;
  }

  .review-swiper-btn-next {
    right: 24px;
  }
}

@media (min-width: 1400px) {
  .custom-review-swiper {
    max-width: 700px;
    margin: 32px auto 24px auto;
    padding: 0 0 16px 0;
  }
  .review-swiper-track {
    width: 100%;
    gap: 18px;
  }
  
  .review-slide {
    min-width: 240px;
    max-width: 320px;
    flex: 0 0 320px;
    padding: 22px 18px 18px 18px;
  }

  .review-avatar-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .review-rating {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .review-text {
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 48px;
  }
  .review-author {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .review-owner-reply {
    margin-top: 8px;
    font-size: 13px;
    padding: 7px 10px 6px 10px;
  }
  .review-owner-reply span {
    margin-right: 4px;
  }
  .review-swiper-btn {
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
  }
  .review-swiper-btn-prev {
    left: -35px;
  }
  .review-swiper-btn-next {
    right: -18px;
  }
  
  .review-date {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.chat-map-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  background: #fff;
}
.chat-map-inner {
  width: 100%;
  height: 160px;
}

@media (min-width: 1400px) {
  .chat-map-wrapper {
    max-width: 420px;
  }
  .chat-map-inner {
    height: 270px;
  }
}
@media (min-width: 1024px) {
  .chat-map-wrapper {
    max-width: 380px;
  }
  .chat-map-inner {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .chat-map-wrapper {
    max-width: 320px;
  }
  .chat-map-inner {
    height: 200px;
  }
}








