@charset "UTF-8";
.tekgpt-page {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.tekgpt-page__header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  width: 100%;
}
.tekgpt-page__header .main-logo {
  margin-left: auto;
}
body.light .tekgpt-page__header a.main-logo .desktop.desktop--light {
  display: block;
}
body:not(.light) .tekgpt-page__header a.main-logo .desktop.desktop--dark {
  display: block;
}
.tekgpt-page__logo {
  max-width: 229px;
}
@media screen and (max-width: 834px) {
  .tekgpt-page__logo {
    max-width: 168px;
  }
}
@media screen and (max-width: 600px) {
  .tekgpt-page__logo {
    max-width: 135px;
  }
}
.tekgpt-page__logo img {
  max-width: 100%;
  width: 100%;
}
.tekgpt-page__body {
  padding: 150px 0;
  flex: 1 1;
}
.tekgpt-page__notice {
  text-align: center;
}
.tekgpt-page__notice-text {
  margin-top: 40px;
  font-weight: 350;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1%;
  color: #AAAEB6;
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
  .tekgpt-page__notice-text {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .tekgpt-page__notice-text {
    margin-top: 28px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .tekgpt-page__notice-text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }
}
.light .tekgpt-page__notice-text {
  color: #041327;
  opacity: 0.6;
}
.tekgpt-page__notice-link {
  margin-top: 6px;
  display: block;
  font-weight: 350;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #AAAEB6;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .tekgpt-page__notice-link {
    margin-top: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .tekgpt-page__notice-link {
    font-size: 14px;
  }
}
.light .tekgpt-page__notice-link {
  color: #041327;
  opacity: 0.6;
}

.tekgpt-page__body.is-loading .tekgpt-page__form-arrow {
  display: none;
}

.tekgpt-page__body.is-loading .loader {
  display: flex;
}

.tekgpt-page__body.is-loading .tekgpt-page__dialog-reload {
  animation: spin 1s linear infinite;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.9213 12.5794C18.9213 16.1254 16.0467 19 12.5007 19C8.95467 19 6.08008 16.1254 6.08008 12.5794C6.08008 9.03342 8.95467 6.15882 12.5007 6.15882C13.8269 6.15882 14.2128 6.16599 15.3644 6.42431M15.3644 6.42431L12.3681 3M15.3644 6.42431L12.3681 9.84863' stroke='%23E65907' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tekgpt-page__body.has-response .tekgpt-page__enter-screen {
  display: none;
}

.tekgpt-page__body.has-response .tekgpt-page__answer-screen {
  display: block;
}

.tekgpt-page__body .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tekgpt-page__enter-screen {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.tekgpt-page__form {
  position: relative;
  width: 100%;
}

input[type=text].tekgpt-page__form-input {
  margin: 0;
  padding: 16px 70px 16px 16px;
  width: 100%;
  height: auto;
  font-weight: 350;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01px;
  color: #041327;
  box-shadow: unset;
  border: unset;
  border-radius: 12px;
  background-color: #F3F6FA;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}
input[type=text].tekgpt-page__form-input::placeholder {
  color: #AAAEB6;
}
input[type=text].tekgpt-page__form-input:focus:not([readonly]) {
  border: unset;
  box-shadow: unset;
}
input[type=text].tekgpt-page__form-input[disabled] {
  border: 0;
  pointer-events: none;
  opacity: 0.5;
}

.tekgpt-page__form-submit {
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
  transform: translate(0, -50%);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.tekgpt-page__form-submit:hover, .tekgpt-page__form-submit:active, .tekgpt-page__form-submit:focus {
  background: #FFFFFF;
}
.tekgpt-page__form-submit[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.tekgpt-page__form-submit .loader {
  display: none;
}

.tekgpt-page__form-error {
  position: absolute;
  top: calc(100% + 8px);
  font-size: 12px;
  color: #f50;
}

.tekgpt-page .loader {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #E65907;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
}

.tekgpt-page__answer-screen {
  display: none;
  max-width: 1048px;
  padding: 0 54px;
}

.tekgpt-page__dialog {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tekgpt-page__dialog-item {
  position: relative;
  width: fit-content;
}

.tekgpt-page__dialog-item.tekgpt-page__dialog-item--user {
  align-self: flex-end;
}

.tekgpt-page__dialog-item:before {
  position: absolute;
  top: 9px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E65907;
  border-radius: 50%;
}

.tekgpt-page__dialog-item:not(.tekgpt-page__dialog-item--user):before {
  content: "";
  left: -16px;
  transform: translate(-100%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='16' viewBox='0 0 34 16' fill='none'%3E%3Cpath d='M26.2185 0C21.9208 0 18.4371 3.58151 18.4371 7.99889C18.4371 12.4163 21.9208 15.9989 26.2185 15.9989C30.5163 15.9989 34 12.4174 34 7.99889C34 3.5804 30.5163 0 26.2185 0ZM28.3701 9.21672C27.836 9.21672 27.4031 9.66178 27.4031 10.2109V13.5223L25.0351 13.5278V10.2109C25.0351 9.66178 24.6022 9.21672 24.068 9.21672H20.8417V6.78218H24.068C24.6022 6.78218 25.0351 6.33712 25.0351 5.78799V2.47108H27.4031V5.78799C27.4031 6.33712 27.836 6.78218 28.3701 6.78218H31.591L31.5964 9.21672H28.3701ZM15.9334 8C15.9334 12.8558 12.1342 16 7.57685 16C4.23533 16 1.12102 14.005 0 11.0058H2.93555C3.83581 12.6432 5.3725 13.5655 7.57685 13.5655C10.2583 13.5655 12.6564 11.8638 13.225 9.21782H5.89694V6.78218H13.225C12.6575 4.13617 10.2583 2.43454 7.57685 2.43454C5.3725 2.43454 3.83581 3.35787 2.93555 4.99419H0C1.12102 1.99502 4.23533 0 7.57685 0C12.1342 0 15.9334 3.1442 15.9334 8Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.tekgpt-page__dialog-item--user:before {
  content: "Вы";
  right: -16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  transform: translate(100%, 0);
}

.tekgpt-page__dialog-item.is-copped .tekgpt-page__dialog-item-text {
  color: #E65907;
}

.tekgpt-page__dialog-item.is-copped .tekgpt-page__dialog-copy {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTJMMTAuMzMzMyAxNUwxNyA5IiBzdHJva2U9IiNFNjU5MDciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.tekgpt-page__dialog-item-text {
  padding: 12px;
  font-weight: 350;
  font-size: 20px;
  line-height: 32px;
  color: #041327;
  background: #F3F6FA;
  border-radius: 12px;
}
.tekgpt-page__dialog-item-text * {
  color: #041327;
  margin-top: 0;
  margin-bottom: 0;
}
.tekgpt-page__dialog-item-text *:first-child {
  margin-top: 0 !important;
}
.tekgpt-page__dialog-item-text *:last-child {
  margin-bottom: 0 !important;
}
.tekgpt-page__dialog-item-text p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.tekgpt-page__dialog-item-text h1, .tekgpt-page__dialog-item-text h2, .tekgpt-page__dialog-item-text h3, .tekgpt-page__dialog-item-text h4, .tekgpt-page__dialog-item-text h5, .tekgpt-page__dialog-item-text h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
}
.tekgpt-page__dialog-item-text h1 {
  font-size: 2.2em;
  padding-bottom: 0.3em;
}
.tekgpt-page__dialog-item-text h2 {
  font-size: 1.7em;
  padding-bottom: 0.3em;
}
.tekgpt-page__dialog-item-text h3 {
  font-size: 1.4em;
}
.tekgpt-page__dialog-item-text h4 {
  font-size: 1.2em;
}
.tekgpt-page__dialog-item-text h5 {
  font-size: 1em;
}
.tekgpt-page__dialog-item-text h6 {
  font-size: 0.9em;
}
.tekgpt-page__dialog-item-text p {
  margin: 1em 0;
}
.tekgpt-page__dialog-item-text ul,
.tekgpt-page__dialog-item-text ol {
  margin: 1em 0;
  padding-left: 2em;
  list-style-position: inside;
}
.tekgpt-page__dialog-item-text li {
  margin: 0.3em 0;
}
.tekgpt-page__dialog-item-text ul > li {
  list-style-type: disc;
}
.tekgpt-page__dialog-item-text ol > li {
  list-style-type: decimal;
}
.tekgpt-page__dialog-item-text blockquote {
  margin: 1em 0;
  padding: 0.5em 1em;
}
.tekgpt-page__dialog-item-text code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  padding: 0.2em 0.4em;
  border-radius: 4px;
}
.tekgpt-page__dialog-item-text pre {
  padding: 16px;
  overflow: auto;
  border-radius: 6px;
  margin: 1.2em 0;
}
.tekgpt-page__dialog-item-text pre code {
  padding: 0;
  background: none;
  font-size: 0.9em;
}
.tekgpt-page__dialog-item-text table {
  border-collapse: collapse;
  margin: 1.5em 0;
  width: 100%;
}
.tekgpt-page__dialog-item-text th,
.tekgpt-page__dialog-item-text td {
  padding: 8px 12px;
}
.tekgpt-page__dialog-item-text th {
  font-weight: 600;
}
.tekgpt-page__dialog-item-text img {
  max-width: 100%;
  display: block;
  margin: 1em auto;
}
.tekgpt-page__dialog-item-text hr {
  border: none;
  margin: 2em 0;
}
.tekgpt-page__dialog-item-text strong {
  font-weight: 600;
}
.tekgpt-page__dialog-item-text em {
  font-style: italic;
}

.tekgpt-page__dialog-item-buttons {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}

.tekgpt-page__dialog-button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.tekgpt-page__dialog-button:focus {
  background-color: transparent;
}

.tekgpt-page__dialog-copy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 19 21' fill='none'%3E%3Cpath d='M16 15C17.1046 15 18 14.1046 18 13V3.5C18 2 17 1 15.5 1H8C6.89543 1 6 1.89543 6 3' stroke='%23041327' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 6H3C1.89543 6 1 6.89543 1 8V18C1 19.1046 1.89543 20 3 20H11C12.1046 20 13 19.1046 13 18V8C13 6.89543 12.1046 6 11 6Z' stroke='%23041327' stroke-width='2'/%3E%3Cpath d='M4 12.5H10M4 16H10' stroke='%23041327' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.tekgpt-page__dialog-reload {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.9213 12.5794C18.9213 16.1254 16.0467 19 12.5007 19C8.95467 19 6.08008 16.1254 6.08008 12.5794C6.08008 9.03342 8.95467 6.15882 12.5007 6.15882C13.8269 6.15882 14.2128 6.16599 15.3644 6.42431M15.3644 6.42431L12.3681 3M15.3644 6.42431L12.3681 9.84863' stroke='%23041327' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tekgpt-page__interesting-title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #041327;
}

.tekgpt-page__news-list {
  display: flex;
  gap: 24px;
}

.tekgpt-page__buttons {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.tekgpt-page__button-new {
  padding: 24px 36px;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  border-radius: 8px;
  background-color: #E65907;
}

.tekgpt-page__button-search {
  padding: 24px 35px;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #041327;
  border-radius: 8px;
  border: 1px solid rgba(4, 19, 39, 0.3019607843);
  transition: 0.2s ease-in-out;
}

.tekgpt-page__button-search:hover {
  color: #fff;
  border: 1px solid #E65907;
  background-color: #E65907;
}

.card-slider .swiper-slide.recommend-card {
  flex: 1 1 33%;
}

.card-slider .swiper-slide.recommend-card .cards-flexible__el {
  min-height: unset;
}

.card-slider .swiper-slide.recommend-card .recommend-card__image {
  height: unset;
  margin-bottom: 16px;
  aspect-ratio: 2/1;
  border-radius: 12px;
  overflow: hidden;
}

.card-slider .swiper-slide.recommend-card .recommend-card__image img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}

.card-slider .swiper-slide.recommend-card .recommend-card__title {
  margin: 0;
  font-weight: 350;
  font-size: 20px;
  line-height: 32px;
  color: #041327;
}

body.light.tekgpt-page__logo .light-theme {
  display: block;
}

body.light .tekgpt-page__logo .dark-theme {
  display: none;
}

body:not(.light) .tekgpt-page__logo .light-theme {
  display: none;
}

body:not(.light) .tekgpt-page__logo .dark-theme {
  display: block;
}

body:not(.light) .tekgpt-page__button-search {
  border-color: #fff;
  color: #fff;
}

body:not(.light) .tekgpt-page__button-search:hover {
  border-color: #e65907;
}

body:not(.light) .tekgpt-page__dialog-copy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 19 21' fill='none'%3E%3Cpath d='M16 15C17.1046 15 18 14.1046 18 13V3.5C18 2 17 1 15.5 1H8C6.89543 1 6 1.89543 6 3' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 6H3C1.89543 6 1 6.89543 1 8V18C1 19.1046 1.89543 20 3 20H11C12.1046 20 13 19.1046 13 18V8C13 6.89543 12.1046 6 11 6Z' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M4 12.5H10M4 16H10' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

body:not(.light) .tekgpt-page__dialog-reload {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.9213 12.5794C18.9213 16.1254 16.0467 19 12.5007 19C8.95467 19 6.08008 16.1254 6.08008 12.5794C6.08008 9.03342 8.95467 6.15882 12.5007 6.15882C13.8269 6.15882 14.2128 6.16599 15.3644 6.42431M15.3644 6.42431L12.3681 3M15.3644 6.42431L12.3681 9.84863' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body:not(.light) .tekgpt-page__interesting-title {
  color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1440px) {
  .tekgpt-page__body.has-response {
    padding: 180px 0 100px;
  }
  .tekgpt-page__buttons {
    margin-top: 58px;
  }
  .card-slider .swiper-slide.recommend-card .recommend-card__title {
    font-size: 22px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  .tekgpt-page__header .desktop {
    width: 172px;
  }
  .tekgpt-page__body.has-response {
    padding: 169px 0 91px;
  }
  .tekgpt-page__dialog {
    gap: 18px;
  }
  .tekgpt-page__buttons {
    margin-top: 48px;
  }
}
@media screen and (max-width: 860px) {
  .tekgpt-page__header {
    padding-top: 36px;
  }
  .tekgpt-page__logo img {
    max-width: 168px;
  }
  .tekgpt-page__body.has-response {
    padding: 116px 0;
  }
  .tekgpt-page__enter-screen {
    gap: 22px;
    transform: unset;
  }
  input[type=text].tekgpt-page__form-input {
    padding: 8px 52px 8px 12px;
    font-size: 18px;
  }
  .tekgpt-page__form-submit {
    width: 28px;
    height: 28px;
  }
  .tekgpt-page .loader {
    width: 28px;
    height: 28px;
  }
  .tekgpt-page__answer-screen {
    padding: 0;
    width: 100%;
  }
  .tekgpt-page__dialog {
    margin-bottom: 40px;
    padding: 0 50px;
    gap: 16px;
  }
  .tekgpt-page__dialog-item:before {
    width: 34px;
    height: 34px;
  }
  .tekgpt-page__buttons {
    margin-top: 32px;
  }
  .tekgpt-page__button-new, .tekgpt-page__button-search {
    padding: 16px 36px;
    font-size: 20px;
  }
  .card-slider .swiper-slide.recommend-card .recommend-card__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tekgpt-page__header {
    padding-top: 22px;
  }
  .tekgpt-page__header .container a.main-logo .desktop {
    max-width: 132px;
  }
  .tekgpt-page__body.has-response {
    padding: 84px 0;
  }
  input[type=text].tekgpt-page__form-input {
    padding: 8px 44px 8px 8px;
  }
  .tekgpt-page__form-submit {
    right: 8px;
  }
  .tekgpt-page__dialog {
    margin-bottom: 32px;
    padding: 0;
    gap: 40px;
  }
  .tekgpt-page__dialog-item:before, .tekgpt-page__dialog-item:not(.tekgpt-page__dialog-item--user):before {
    position: relative;
    top: 0;
    margin-bottom: 8px;
    width: 38px;
    height: 38px;
    transform: unset;
  }
  .tekgpt-page__dialog-item:not(.tekgpt-page__dialog-item--user):before {
    left: 0;
  }
  .tekgpt-page__dialog-item--user:before {
    right: 0;
    margin-left: auto;
  }
  .tekgpt-page__dialog-item-text {
    font-size: 18px;
  }
  .tekgpt-page__interesting-title {
    display: none;
  }
  .tekgpt-page__news-list {
    flex-direction: column;
  }
  .tekgpt-page__buttons {
    margin-top: 36px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .tekgpt-page__button-new, .tekgpt-page__button-search {
    padding: 15px 23px 16px;
    font-size: 16px;
    font-weight: 350;
    line-height: 17px;
    white-space: nowrap;
  }
  .card-slider .swiper-slide.recommend-card .recommend-card__title {
    font-weight: 400;
  }
  .card-slider .swiper-slide.recommend-card .recommend-card__image {
    margin-bottom: 8px;
  }
}
