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

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

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
       url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
       url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Montserrat-MediumItalic';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
       url('../fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GoodVibesPro';
  src: url('../fonts/GoodVibesPro.woff2') format('woff2'),
       url('../fonts/GoodVibesPro.woff') format('woff');
  font-weight: 400;
  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: "Montserrat-Bold";
  line-height: 120%;
  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;
}

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


.header__description{
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 130%;
  color: #036CB9;
}

.license__info {
  display: none;
  line-height: 130%;
  font-size: 11px;
  color: #8D8D8D;
  text-align: center;
}

.header__middle-logo{
  height: auto;
  width: 100px;
}

.header__middle-logo img{
  width: 100%;
  height: 100%;
}



.header__title{
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 14px;
  background-color: #E5DBC5;
  border-radius: 22px;
  padding: 13px 25px;
  line-height: 130%;
  color: #4F3C27;
}

.main-section__title{
  text-align: center;
  font-size: 26px;
  color: #181C18;
  margin-bottom: 14px;
}

.main-section__title span {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-style: italic;
  font-size: 26px;
  color: #FF0000;
}

.main-section__subtitle{
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #181C18;
  text-align: center;
  margin-bottom: 12px;

}

.main-section__description {
  position: relative;
  border-radius: 14px;
  margin-bottom: 235px;
  background-color: #ebf2ff34;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(26px);
  padding: 10px 12px;
  color: #181C18;
  line-height: 120%;
  font-size: 9px;
  z-index: 20;
}

.main-section__description-question {
  font-family: "Montserrat-Semibold", sans-serif;
  margin-bottom: 6px;
}

.main-section__description-text {
  font-family: "Montserrat-Regular", sans-serif;
}

.main-section__description-text span {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #2C72C7;
}


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

.agree a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  display: block;
  margin: 5px 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: 10px;
}

.dynamic-form .error--privacy {
  color: #d94c4c;
  line-height: 120%;
  font-size: 10px;
  margin-top: 4px;
}

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

.agree__flex {
  color: #303437;
  font-size: 11px;
  margin-right: 45px;
  text-align: center;
}

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

.agree__custom {
  position: absolute !important;
  left: -23px;
  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;
}

.dynamic-form .agree__custom {
  left: 5px;
  top: -1px;
  width: 18px;
  height: 18px;
}

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

.dynamic-form .agree__checkbox:checked + .agree__custom::after {
  left: 5px;
  top: 1px;
}

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

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

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

.footer__row {
  display: flex;
  flex-direction: column-reverse;
  gap: 14px;
  justify-content: space-between;
  padding: 30px 0;
}

.footer__address-title {
  font-size: 10px;
  line-height: 140%;
  color: #8F8F8F;
  letter-spacing: -0.02em;
}

.footer__address-text {
  font-size: 11px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.footer__company-license-info {
  font-size: 10px;
  line-height: 150%;
  color: #8F8F8F;
  letter-spacing: -0.02em;
  text-align: center;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__legal-terms {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.footer__privacy, .footer__cookie {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #ffffff;
  transition: 0.3s;
  letter-spacing: -0.02em;
}

.footer__requisites {
  text-align: center;
  line-height: 220%;
  font-size: 10px;
  letter-spacing: -0.02em;
  font-family: "Montserrat-Medium", sans-serif;

}

.footer__requisites br {
  display: block !important;
}

.footer__address br {
  display: block !important;
}

.footer__middle {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-evenly;
}

.footer__contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 12px;
}

.footer__contacts-item-title {
  color: #8F8F8F;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: -0.02em;
}


.footer__contacts-item-text {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.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:#FF0000;
  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: "Montserrat-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: 20px;
  gap: 10px;
  min-height: 500px;
  padding: 18px 26px 16px 26px;
  z-index: 100;
  border: 1px solid #CECECE;
}

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

.chat__bot-avatar span {
  background: #0ade62;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  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);
  }
}



.response-options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 6px;
}


.response-options button {
  border: none;
  border: 1px solid #181C18;
  color: #181C18;
  font-family: "Montserrat-Regular", sans-serif;
  background: none;
  cursor: pointer;
  line-height: 120%;
  outline: none;
  text-align: center;
  border-radius: 10px;
  font-size: 11px;
  padding: 8px 12px;
  transition: all 0.6s;
  word-break: break-word;
  width: 90%;
}

.response-options-startQ {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 6px;
}

.response-options-startQ button {
  border: none;
  border: 1px solid #181C18;
  color: #181C18;
  font-family: "Montserrat-Regular", sans-serif;
  background: none;
  cursor: pointer;
  line-height: 120%;
  outline: none;
  text-align: left;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px 12px;
  transition: all 0.6s;
  word-break: break-word;
  width: 90%;
}


.response-options button:hover {
  font-family: "Montserrat-SemiBold", sans-serif;
  background-color: #2C72C7;
  border: 1px solid #2C72C7;
  color: #ffffff;
  
}

.response-options-startQ button:hover {
  font-family: "Montserrat-SemiBold", sans-serif;
  background-color: #2C72C7;
  border: 1px solid #2C72C7;
  color: #ffffff
  
}

.main-section__diploma {
  display: flex;
  gap: 18px;
  position: relative;
  margin-bottom: 16px;
  margin-left: 19px;
}

.main-section__diploma-img {
  width: 230px;
  height: auto;
  position: relative;
}

.main-section__diploma-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-section__diploma-text {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 10px;
  padding-top: 12px;
  line-height: 130%;
  color: #8D8D8D;
}

.main-section__diploma-img:before {
  content: "";
  background-image: url("../images/smile-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 44px;
  height: 18px;
  right: -51px;
  bottom: 3px;
}



.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: 8px 0;
  word-break: break-word;
  /* или, для полной гарантии: */
  overflow-wrap: break-word;
  text-align: left;
}

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

.message p {
  margin: 0;
  line-height: 120%;
  max-width: 74%;
  padding: 8px;
  font-size: 12px;

}

.input-form-chat {
  gap: 6px;
  margin-top: 2px;
  align-items: center;
}

.bot-message p {
  background-color: #EBF2FF;
  color: #181C18;
  max-width: 100%;
  font-family: "Montserrat-Regular";
  border-radius: 0 10px 10px 10px;
}

.user-message p {
  background-color: #181C18;
  color: #fff;
  font-family: "Montserrat-Medium";
  min-width: 10%;
  border-radius: 10px 10px 0 10px;
}

.typing-indicator {
  font-family: "Montserrat-Italic", sans-serif;
  color:#181C18;
  line-height: 120%;
  min-height: 24px;
  display: block;
  box-sizing: border-box;
  margin: 8px 0 0 0;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
  font-size: 10px;
}


.typing-indicator div {
  display: flex;
  gap: 2px;
  opacity: 0;
  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 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: 8px;
  flex-wrap: wrap;
  margin-top: 0px;
}

.dynamic-form .btn {
  font-family: "Montserrat-Bold", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border: none;
  border-radius: 100px;
  background: #FF0000;
  box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.3) inset;
  width: 75%;
  height: 44px;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  transition: 0.3s linear;
  padding: 0 5px;
}

.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 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .connection__link {
  display: none;
}

.connection__link {
  font-size: 12px;
  gap: 7px;
  font-family: "Montserrat-Medium", sans-serif;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: normal;
}

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

.connection__description {
  font-family: "Montserrat-SemiBold", sans-serif;
  background-color: #FF0000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  line-height: normal;
  width: 126px;
  height: 32px;
  font-size: 11px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

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

.header__connection .connection__description::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;
}

.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: 13px;
  background-color: #000000;
  color: #fff;
}

.agree__flex {
  display: block !important;
  line-height: 1.7;
}


.form-modal__feedback {
  color: #fff;
  background-color: #2c2d30;
  border-radius: 14px;
  padding: 32px 4px 30px 4px;
}

.form-modal__info-title {
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

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

.form-modal__feedback-input .input {
  border: none;
}

.dynamic-form .input__field {
  width: 75%;
  height: 44px;
  padding: 0 10px 0 24px;
  font-size: 12px;
  display: block;
  outline: none;
  border: 1px solid #a2a2a2;
  border-radius: 100px;
  background: none;
  color: #292231;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  line-height: 120%;
  transition: 0.3s linear;
}

.dynamic-form .input__field::placeholder {
  font-size: 12px;
  color: #a2a2a2;
  font-family: "Montserrat-Light", sans-serif;
}

.dynamic-form .input__field:focus {
  border: 1.2px solid #322b3a;
}


.form-modal__feedback-input .input__field {
  height: 100%;
  color: #fff;
  border: 1px solid #fff;
}

.form-modal__feedback-input .input__field::-ms-input-placeholder {
  color: #fff;
}

.form-modal__feedback-input .input__field::-moz-placeholder {
  color: #fff;
}

.form-modal__feedback-input .input__field::-webkit-input-placeholder {
  color: #fff;
}

.form-modal__feedback-input .input__field::placeholder {
  color: #fff;
}

.form-modal__feedback-input .input__field.error {
  color: #d94c4c;
}

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

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

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

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

.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: 6px 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;
  flex-wrap: wrap;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(24, 28, 24, 0.16);
}

.main-section__salary-info {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  background-color: #2C72C7;
  margin-bottom: 12px;
  padding: 5px 9px 4px 9px;
  border-radius: 8px;
  display: inline;
  width: fit-content;
  text-align: center;
}

.main-section__salary-info span {
  font-family: "Montserrat-Bold", sans-serif;
}

.main-section__hero img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-section__hero {
  position: absolute;
  top: 403px;
  width: 181px;
  right: 131px;
  z-index: 10;
}

.main-section__hero:before {
  content: "";
  background-image: url("../images/growth-arror.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 230px;
  height: 252px;
  top: 29px;
  left: 60px;
  z-index: -1
}

.main-section__hero:after {
  content: "";
  background-image: url("../images/bg-middle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 400px;
  z-index: -2;
  display: none;
}

.chat__status img {
  width: 28px;
  height: 28px;
}


.chat__status {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}


.header__logo img {
  height: 100%;
  width: 100%;
}

.header__logo {
  width: 114px;
  height: auto;
}

.header__description {
  display: block;
}

.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 #cacaca;
  border-radius: 100px;
  background: none;
  color: #000;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  line-height: 120%;
  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: #303437;
  font-family: "Montserrat-Light";
  font-weight: 300;
}

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

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

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

.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 #0070f0;
}

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

.main-section {
  color: #292231;
}

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

.main-section__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

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

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

.content-privacy h3,
.content-privacy strong {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 120%;
  font-family: "Montserrat-Semibold", sans-serif;
}

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

.thanks-section:before {
  content: "";
  background-image: url(../images/bg-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 45%;
}

.thanks-section:after {
  content: "";
  background-image: url(../images/bg-down.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 55%;
  height: 55%;
}



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

.thanks-section__title {
  font-family: "Montserrat-Bold", "sans serif";
  margin-bottom: 11px;
  font-size: 23px;
  line-height: 120%;
}

.thanks-section__title-helper {
  font-size: 16px;
  line-height: 120%;
  font-family: "Montserrat-Medium", "sans serif";
  margin-bottom: 30px;
}

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

.header .descp {
  font-size: 7.8px !important;
  white-space: nowrap;
  text-align: center;
  color: #8D8D8D;
  margin-top: 12px;
  width: 100%;
}


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

.header__tagline img {
  width: 100%;
  height: 100%;
}

.page__content {
  flex: 1;
}

.page__content--main {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}

.page__content--main::before {
  content: "";
  background-image: url("../images/bg-up.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 45%;
}

.page__content--main::after {

  content: "";
  background-image: url("../images/bg-down.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 55%;
  height: 55%;
}

.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: 16px;
  background:#ff2b2b;
  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.8;
}

.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: flex-end;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0 auto;
  position: static;
  flex-shrink: 0;
}

.page--thanks .thanks-section__title span {
  color: #FF0000;
}

.chat__input-btn {
  height: 36px;
  width: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF0000;
  border: none;
  cursor: pointer;
  box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 0;
  flex-shrink: 0;
}


.chat__input-field {
  flex: 1;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #181C18;
  padding: 0 4px 0 8px;
  font-size: 12px;
  font-family: "Montserrat-Regular", sans-serif;
  background: none;
  color: #181C18;
  outline: none;
  transition: border 0.2s;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border;
}

.modal-content .fat {
  font-size: 13px;
  margin-bottom: 6px;
}

.modal-politika-text li{
  margin-bottom: 5px;
}


.chat__input-field::placeholder {
  font-size: 12px;
  color: #181C18;
  font-family: "Montserrat-Regular", sans-serif;
}

.chat__input-field:focus{
  border: 1.8px solid #181C18;
  transform: scale(1);
  transition: border 0.3s ease, transform 0.3s ease;
}

.chat__input-field:hover{
  transform: scale(1.01);
  transition: transform 0.3s ease;
}



.modal-content {
  color: #625E67
}

.header__left {
  flex-direction: row;
  align-items: center;
  gap: 6px;
  display: flex;
}

.header__tagline {
  height: 22px;
}


.header__description {
  font-size: 8px;
}

.header__description br {
  display: block !important;
}

.footer__address {
  text-align: center;
}

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

.footer__contacts-item-text.email {
  font-size: 10px;
}



@media only screen and (min-width: 768px) {
  .header .descp {
    display: none;
  }

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

  .footer__address {
    text-align: left;
  }

  .main-section__hero:after {
    display: block;
  }

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

  .footer__middle {
    gap: 14px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer__contacts {
    gap: 16px;
    flex-direction: column;
    justify-content: none;
  }

  .footer__row {
    padding: 28px;
    flex-direction: row;
    gap: 0px;
  }

  .footer__left {
    max-width: 292px;
    gap: 8px;
  }

  .footer__company-license-info {
    font-size: 9px;
    text-align: left;
  }

  .footer__legal-terms {
    font-size: 9px;
    gap: 2px;
    text-align: left;
  }

  .footer__requisites {
    font-size: 9px;
    text-align: left;
  }

  .footer__address-title {
    font-size: 8px;
  }

  .footer__address-text {
    font-size: 9px;
  }

  .footer__contacts-item-title {
    font-size: 8px;
  }

  .footer__contacts-item-text {
    font-size: 11px;
  }

  .footer__contacts-item-text.email {
    font-size: 9px;
  }

  .dynamic-form .agree__checkbox:checked + .agree__custom::after {
    left: 6px;
    top: 2px;
  }

  .main-section__diploma-img:before {
    width: 54px;
    height: 23px;
    right: -68px;
    bottom: 19px;
  }

  .main-section__description-question {
    margin-bottom: 6px;
  }

  .main-section__diploma-text {
    font-size: 10px;
    padding-top: 22px;
  }

  .main-section__diploma {
    gap: 24px;
  }

  .main-section__hero {
    top: -34px;
    width: 302px;
    right: 42px;
  }

  .main-section__hero:before {
    width: 380px;
    height: 431px;
    top: 46px;
    left: 114px;
  }

  .header__description {
    display: flex;
    font-size: 12px;
  }

  .header__description br {
    display: none !important;
  }

  .license__info {
    display: flex;
    font-size: 12px;
  }

  .connection__description {
    font-size: 11px;
  }

  .main-section__diploma-img {
    width: 174px;
    height: auto;
    

  }

  .main-section__description {
    position: absolute;
    background: #FFFFFFE5;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(26px);
    right: 0;
    padding: 12px 10px;
    margin-bottom: 0px;
    bottom: 8px;
    font-size: 10px;
  }

  .main-section__diploma {
    margin-left: -43px;
    margin-bottom: 50px;
  }

  .connection__link {
    font-size: 15px;
  }

  .header__logo {
    width: 140px;
    height: auto;
  }

  .header__left {
    gap: 10px;
    flex-direction: column;
  }

  .chat__status img {
    width: 34px;
    height: 34px;
  }
  
  .chat__status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 0 0;
    font-size: 14px;
  }

  .wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 12px;
  }

  .form-modal__agree .agree__custom {
    left: 0px;
    top: -2px;
    width: 18px;
    height: 18px;
  }

  .modal-content .fat {
    font-size: 14px;
  }

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

  .chat__input-bar {
    margin: 42px auto 0 auto;
  }

  .header .connection__link {
    display: flex;
  }

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

  .agree {
    line-height: 1.7;
  }

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

  .dynamic-form .error--privacy {
    font-size: 11px;
    margin-top: 2px;
  }

  .agree__flex a[data-remodal-target="terms"] {
    margin-left: -23px;
  }

  .agree__flex {
    font-size: 12px;
    display: flex !important;
    margin-right: 0;
    text-align: left;
  }

  .dynamic-form .agree__custom {
    left: 2px;
    top: -1px;
    width: 18px;
    height: 18px;
  }

  .input-form-chat {
    margin-top: 5px;
  }


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

  .main-section__salary-info {
    text-align: left;
    font-size: 18px;
  }

  .dynamic-form .input__field {
    height: 52px;
    font-size: 13px;
    width: 175px;
  }

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

  .dynamic-form .btn {
    height: 52px;
    font-size: 13px;
    width: 175px;
  }

  .chat__input-field::placeholder {
    font-size: 13px;
  }

  section {
    font-size: 14px;
  }

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

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

  .chat__container {
    padding: 36px 60px 22px 60px;
    gap: 14px;
    min-height: 480px;
    z-index: 100;
  }

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

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

  .message p{
    font-size: 13px;
    padding: 12px;
  }


  .main-section__title {
    text-align: left;
    margin-bottom: 8px;
  }

  .main-section__salary-info {
    margin-bottom: 12px;
  }


  .main-section__subtitle {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
  }

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

  .response-options-startQ {
    gap: 6px;
    margin-top: 3px;
  }

  .response-options-startQ button {
    border-radius: 12px;
    padding: 11px 8px;
    font-size: 13px;
  }

  .response-options-startQ button:nth-child(1) {
    width: 154px;
  }

  .response-options-startQ button:nth-child(2) {
    width: 135px;
  }

  .response-options-startQ button:nth-child(3) {
    width: 195px;
  }

  .response-options-startQ button:nth-child(4) {
    width: 130px;
  }

  .response-options-startQ button:nth-child(5) {
    width: 119px;
  }

  .response-options-startQ button:nth-child(6) {
    width: 164px;
  }

  .response-options-startQ button:nth-child(7) {
    width: 178px;
  }

  .response-options-startQ button:nth-child(8) {
    width: 139px;
  }


  .response-options {
    gap: 6px;
    margin-top: 3px;
  }

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

  .dynamic-form {
    gap: 10px;
  }

  .swiper-chat {
    width: 576px;
  }

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



  .connection {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

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

  .connection__icon img {
    width: 12px;
  }



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

  .feedback__item {
    width: 168px;
  }

  .form-modal__feedback {
    padding: 32px 10px 30px 10px;
  }

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

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

  .header__info {
    display: none;
  }

  .header__inner {
    padding: 16px 0px;
  }

  .main-section__title {
    font-size: 28px;
  }

  .main-section__title span {
    font-size: 28px;
  }


  .header__title {
    font-size: 10px;
    padding: 9px 16px;
  }

  .header__left {
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .header__description {
    font-size: 10px;
  }

  .header__middle-logo {
    width: 90px;
  }

  .header__description {
    display: block;
  }

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



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

  .connection__link {
    font-size: 12px;
    gap: 7px;
  }


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

  .typing-indicator {
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  .page-cookie button{
    min-width: 160px;
    height: 48px;
    border-radius: 16px;
    background: #ff3636;
    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;
    border-radius: 12px;
    font-size: 13px;
    padding: 0 18px;
  }

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

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

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

  .footer__contacts {
    gap: 20px;
  }

  .footer__middle {
    gap: 18px;
  }

  .main-section__hero:before {
    width: 500px;
    height: 551px;
    top: 73px;
    left: 160px;
  }

  .header__tagline {
    display: block !important;
  }

  .footer__row {
    padding: 42px 0px;
  }

  .footer__left {
    max-width: 390px;
    gap: 12px;
  }

  .footer__company-license-info {
    font-size: 12px;
  }

  .footer__legal-terms {
    font-size: 12px;
    gap: 10px;
  }

  .footer__requisites {
    font-size: 12px;
  }

  .footer__address-title {
    font-size: 11px;
  }
  
  .footer__address-text {
    font-size: 12px;
  }

  .footer__contacts-item-text {
    font-size: 16px;
  }

  .footer__contacts-item-text.email {
    font-size: 12px;
  }

  .footer__contacts-item-title {
    font-size: 11px;
  }

  .main-section__description-question {
    margin-bottom: 10px;
  }

  .main-section__description {
    padding: 18px 20px;
    bottom: 12px;
    font-size: 13px;
  }

  .main-section__diploma-img:before {
    width: 78px;
    height: 32px;
    right: -94px;
    bottom: 22px;
  }

  .main-section__diploma-text {
    font-size: 13px;
    padding-top: 32px;
  }

  .main-section__diploma-img {
    width: 240px;
    height: auto;
  }

  .main-section__diploma {
    gap: 42px;
    margin-bottom: 64px;
    margin-left: -66px;
  }

  .header__logo {
    width: 156px;
    height: auto;
  }

  .header__tagline {
    height: 28px;
  }

  .header__description {
    font-size: 12px;
    line-height: 122%;
  }

  .header__description br {
    display: block !important;
  }

  .header__left {
    flex-direction: row;
    gap: 10px;
  }

  .license__info {
    font-size: 12px;
  }



  .chat__status img {
    width: 40px;
    height: 40px;
  }
  
  .chat__status {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    margin: 14px 0 0 0;
  }


  .modal-content .fat {
    font-size: 16px;
  }

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

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

  .chat__input-bar {
    margin: 50px auto 0 auto;
    gap: 10px;
  }
  
  .agree__flex a[data-remodal-target="terms"] {
    margin-left: 0px;
  }

  .agree__flex {
    font-size: 12px;
  }

  .dynamic-form .agree__custom {
    left: -2px;
    top: -1px;
    width: 20px;
    height: 20px;
  }

  .header__title {
    font-size: 12px;
    padding: 10px 21px;
  }


  .main-section__title {
    font-size: 38px;
    margin-bottom: 12px;
  }

  .main-section__title span {
    font-size: 38px;
  }

  .main-section__salary-info {
    font-size: 25px;
    margin-bottom: 16px;
  }

  .main-section__hero {
    top: -46px;
    width: 400px;
    right: 52px;
  }

  .main-section__subtitle {
    font-size: 22px;
    margin-bottom: 6px;
  }


  .message p{
    font-size: 15px;
  }

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

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

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

  .typing-indicator {
    font-size: 14px;
    margin: 12px 0 0 0;
  }


  .connection__description {
    height: 34px;
    width: 127px;
    font-size: 11px;
  }


  .connection{
    flex-direction: row;
    gap: 12px;
  }


  .header__left {
    gap: 12px;
  }


  .header__middle-logo {
    display: block;
    width: 130px;
  }

  .connection__link {
    font-size: 15px;
    gap: 10px;
  }

  .chat__input-field::placeholder {
    font-size: 15px;
  }

  .chat__input-field {
    height: 47px;
    font-size: 15px;
    border-radius: 14px;
  }

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

  section {
    font-size: 15px;
  }



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

  .chat__container {
    padding: 50px 90px 30px 90px;
    min-height: 570px;
  }

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

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

  .response-options {
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 4px;
  }

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

  .response-options-startQ {
    gap: 8px;
    margin-bottom: 10px;
    margin-top: 4px;
  }

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

  .response-options-startQ button:nth-child(1) {
    width: 193px;
  }

  .response-options-startQ button:nth-child(2) {
    width: 132px;
  }

  .response-options-startQ button:nth-child(3) {
    width: 180px;
  }

  .response-options-startQ button:nth-child(4) {
    width: 145px;
  }

  .response-options-startQ button:nth-child(5) {
    width: 102px;
  }

  .response-options-startQ button:nth-child(6) {
    width: 170px;
  }

  .response-options-startQ button:nth-child(7) {
    width: 188px;
  }

  .response-options-startQ button:nth-child(8) {
    width: 136px;
  }



  .dynamic-form .input__field {
    width: 200px;
    height: 56px;
    font-size: 15px;
  }

  .dynamic-form {
    gap: 13px;
  }

  .dynamic-form .input__field::placeholder {
    font-size: 15px;
  }

  .dynamic-form .btn {
    width: 200px;
    height: 56px;
    font-size: 15px;
  }

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

  .form-modal__feedback {
    padding: 38px 14px 38px 14px;
  }

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

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

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

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

  .header__inner {
    padding: 20px 0px;
  }


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

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

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

  .main-section__inner {
    padding: 150px 0 58px 0;
  }

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

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

}

@media only screen and (min-width: 1400px) {
  .main-section__salary-info {
    font-size: 32px;
    padding: 5px 14px 4px 15px;
    margin-bottom: 18px;

  }

  .main-section__description-question {
    margin-bottom: 14px;
  }

  .footer__contacts-item-title{
    font-size: 12px;
  }

  .footer__contacts-item-text {
    font-size: 18px;
  }

  .footer__contacts-item-text.email {
    font-size: 14px;
  }
  .footer__contacts {
    gap: 31px;
  }

  .footer__legal-terms {
    gap: 12px;
  }

  .footer__address-title {
    font-size: 12px;
  }

  .footer__privacy {
    font-size: 14px;
  }

  .footer__left {
    max-width: 465px;
  }

  .footer__address-text {
    font-size: 14px;
  }

  .footer__requisites {
    font-size: 14px;
  }

  .footer__middle {
    gap: 36px;
  }

  .footer__row {
    padding: 64px 0;
  }

  .footer__company-license-info {
    font-size: 14px;
  }

  .footer__left {
    gap: 19px;
  }

  .main-section__hero:after {
    width: 814px;
    height: 1030px;
    top: 0;
    left: -168px;
  }

  .main-section__hero:before {
    width: 648px;
    height: 702px;
    top: 83px;
    left: 184px;
  }

  .main-section__description {
    font-size: 16px;
    padding: 24px 25px;
    bottom: 18px;
  }

  .main-section__diploma-img:before {
    width: 101px;
    height: 43px;
    right: -116px;
    bottom: 25px;
  }

  .main-section__diploma {
    gap: 52px;
    margin-bottom: 84px;
    margin-left: -72px;
  }

  .main-section__diploma-img {
    width: 305px;
    height: 214px;
  }

  .main-section__diploma-text {
    font-size: 16px;
    padding-top: 41px;
  }

  .main-section__hero {
    width: 502px;
    height: 704px;
    right: 52px;
    top: -58px;
  }

  .main-section__title span{
    font-size: 48px;
  }

  .header__tagline {
    height: 32.5px;
  }

  .license__info {
    font-size: 15px;
  }

  .wrapper {
    padding: 0 20px;
    max-width: 1200px;
  }

  .dynamic-form {
    gap: 8px;
  }

  .chat__status img {
    width: 48px;
    height: 48px;
  }

  .dynamic-form .agree__checkbox:checked + .agree__custom::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 1px;
    width: 6px;
    height: 13px;
  }
  
  .chat__status {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0 0 0;
    font-size: 18px;
  }
  

  .header__left {
    gap: 18px;
  }

  .modal-content .fat {
    font-size: 16px;
  }

  .input-form-chat {
    gap: 8px;
    margin-top: 6px;
    margin-bottom: 8px;
  }

  .agree__flex {
    font-size: 14px;
  }

  .dynamic-form .agree__custom{
    left: -4px;
    width: 22px;
    height: 22px;
  }

  .dynamic-form .error--privacy {
    font-size: 13px;
    margin-top: 10px;
  }
  
  .header__title{
    font-size: 14px;
    border-radius: 22px;
    padding: 13px 25px;

  }

  .header__description{
    font-size: 15px;
    line-height: 130%;
  }


  .main-section__title{
    margin-bottom: 12px;
    font-size: 48px;
  }

  .main-section__subtitle{
    font-size: 28px;
    margin-bottom: 7px;
  }


  .chat__input-bar {
    gap: 12px;
    margin: 70px auto 0 auto;
  }

  .typing-indicator {
    font-size: 15px;
  }


  .connection {
    gap: 20px;
  }


  .chat__input-field::placeholder {
    font-size: 16px;
  }

  .chat__input-field {
    font-size: 16px;
    height: 51px;
  }

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


  section {
    font-size: 16px;
  }



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

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

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


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

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

  .chat__container {
    padding: 80px 110px 55px 80px;
    min-height: 670px;
    gap: 20px;
  }

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

  .response-options {
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 4px;
  }

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

  .response-options-startQ {
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 4px;
  }

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

  .response-options-startQ button:nth-child(1) {
    width: 258px;
  }

  .response-options-startQ button:nth-child(2) {
    width: 178px;
  }

  .response-options-startQ button:nth-child(3) {
    width: 226px;
  }

  .response-options-startQ button:nth-child(4) {
    width: 151px;;
  }

  .response-options-startQ button:nth-child(5) {
    width: 148px;
  }

  .response-options-startQ button:nth-child(6) {
    width: 197px;
  }

  .response-options-startQ button:nth-child(7) {
    width: 202px;
  }

  .response-options-startQ button:nth-child(8) {
    width: 155px;
  }

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

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

  .dynamic-form .input__field {
    width: 33%;
    height: 62px;
    font-size: 16px;
  }

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

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

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

  .connection__icon img {
    width: 14px;
  }

  .connection__description {
    font-size: 14px;
    width: 162px;
    height: 43px;
  }

  .feedback__list {
    gap: 20px;
  }

  .feedback__item {
    width: 260px;
  }


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


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

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

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

  .header__inner {
    padding: 24px 0px;
  }

  .header__logo {
    width: 203px;
    height: 60px;
  }

  .header__middle-logo{
    width: 166px;
    height: auto;
  }

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

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

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

  .main-section__inner {
    padding: 178px 0 62px 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;
  }

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

/* Стили для раздела шаринга */
.share-section {
  text-align: center;
  margin-top: 20px;
}

.share-section__title {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #8D8D8D;
  margin-bottom: 8px;
}

.share-section__icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.share-section__icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.share-section__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.share-section__icon:hover {
  /* transform: translateY(-4px) scale(1.1); */
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .share-section__title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .header__tagline {
    display: none;
  }


  .share-section {
    margin-top: 28px;
  }

  .share-section__icons {
    gap: 16px;
  }

  .share-section__icon {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .share-section__title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .share-section {
    margin-top: 38px;
  }

  .share-section__icons {
    gap: 20px;
  }

  .share-section__icon {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 1400px) {
  .share-section__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .share-section {
    margin-top: 44px;
  }

  .share-section__icon {
    width: 54px;
    height: 54px;
  }

  .share-section__icons {
    gap: 24px;
  }
} 