@import url("https://fonts.cdnfonts.com/css/murs-gothic");
@font-face {
  font-family: "birchctt";
  src: url("../font/birchctt.woff2") format("woff2"), url("../font/birchctt.woff") format("woff"), url("../font/birchctt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Murs Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
  color: #fff;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  color: #fff;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: #2d3235;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

main {
  max-width: 520px;
  margin: 0 auto;
}
main .top {
  padding: 6px;
  height: 100vh;
}
main .top .top_content {
  padding: 30px 0 0;
  background: url(/assets/images/topBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
main .top .top_content .logo {
  margin: 0 auto;
  width: 80px;
}
main .top .top_content .description {
  margin-top: 60px;
}
main .top .top_content .description h1 {
  position: relative;
  text-transform: uppercase;
  font-family: "Murs Gothic", sans-serif;
  text-shadow: 1px 2px 4px rgba(45, 50, 53, 0.1019607843);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
  line-height: normal;
}
main .top .top_content .description .pre_title {
  position: relative;
  top: -32px;
  display: flex;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: lowercase;
  font-family: "birchctt", sans-serif;
  margin: 0 auto;
  padding-left: 12px;
  width: 218px;
}
main .top .top_content .description .pre_title > img {
  margin-left: 12px;
  margin-top: 8px;
}
main .top .top_content .description p {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 220px;
  margin: 10px auto 0;
}
main .top .top_content .logoChatBotique {
  position: relative;
}
main .top .top_content .logoChatBotique .logo_content {
  margin: 30px auto;
}
main .top .top_content .logoChatBotique svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .top .top_content .logoChatBotique.aos-animate .triangle-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: draw 1.5s linear forwards;
}
main .top .top_content .action_button {
  max-width: 94%;
  margin: 0 auto;
}
main .top .top_content .default_button {
  max-width: 94%;
  margin: 0 auto;
  margin-top: 10px;
}

.experts {
  background: url("./../images/expert_bg.png");
  padding: 70px 20px 70px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.experts .title > span {
  font-family: "birchctt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #eabc8b;
  height: 34px;
  display: flex;
  text-align: left;
  align-items: center;
}
.experts .title > h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-align: left;
  max-width: 284px;
  margin-top: 10px;
}
.experts .list {
  margin-top: 40px;
  gap: 10px;
  display: grid;
}
.experts .list li {
  position: relative;
  width: 100%;
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #c99d67 0%, #eabc8b 109.59%);
}
.experts .list li > p {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
}
.experts .list li > p > span {
  color: #eabc8b;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
}
.experts .list li::after {
  content: " ";
  position: absolute;
  background: url("./../images/second_logo_chatbotique.svg");
  width: 24px;
  height: 20px;
  top: 20px;
  left: 20px;
}
.experts .list li:nth-child(2n+1) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 0 100%);
}
.experts .list li:nth-child(2n+1)::before {
  content: " ";
  position: absolute;
  left: 0.7px;
  right: 34px;
  top: 1px;
  bottom: 1px;
  width: 99.4%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 0 100%);
  background: #2d3235;
  border-radius: 10px;
  z-index: -1;
}
.experts .list li:nth-child(2n) {
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 35%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 100% 35%, 100% 100%, 0 100%);
}
.experts .list li:nth-child(2n)::before {
  content: " ";
  position: absolute;
  left: 0.7px;
  right: 34px;
  top: 1px;
  bottom: 1px;
  width: 99.4%;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 35%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 100% 35%, 100% 100%, 0 100%);
  background: #2d3235;
  border-radius: 10px;
  z-index: -1;
}
.experts .list li:nth-child(1n) p {
  max-width: 244px;
}
.experts .list li:nth-child(2n) p {
  max-width: 229px;
}
.experts .list li:nth-child(3n) p {
  max-width: 250px;
}
.experts .list li:nth-child(4n) p {
  max-width: 277px;
}

.results {
  background: url("./../images/second_bg.png");
  padding: 70px 10px 80px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.results .title {
  padding: 0 10px 0;
}
.results .title > span {
  font-family: "birchctt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.results .title > h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-align: left;
  max-width: 284px;
  margin-top: 10px;
}
.results .list {
  margin-top: 40px;
  gap: 40px;
  display: grid;
}
.results .list li {
  position: relative;
  width: 100%;
  padding: 0 0 0 40px;
}
.results .list li > p {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
}
.results .list li > p > span {
  font-family: "birchctt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
}
.results .list li::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("./../images/list_img.svg");
  width: 20px;
  height: 20px;
}

.map {
  overflow-x: hidden;
  background: url("./../images/map_bg.png");
  padding: 80px 0 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.map .title {
  padding: 0 20px;
}
.map .title > span {
  font-family: "birchctt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.map .title > h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-align: left;
  max-width: 284px;
  margin-top: 10px;
}
.map .content h5 {
  margin-top: 16px;
  padding: 0 20px;
}
.map .content h5 span:first-child {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
  opacity: 0.6;
}
.map .content h5 span:last-child {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
}
.map .content .steps {
  margin-top: 60px;
}
.map .content .steps .item:nth-child(2) {
  margin-top: 66px;
}
.map .content .steps .item:nth-child(3) {
  margin-top: 66px;
}
.map .content .steps .item:nth-child(3) .road span {
  right: 128px;
  left: auto !important;
  bottom: 8;
}
.map .content .steps .item:nth-child(4) {
  margin-top: 66px;
}
.map .content .steps .item:nth-child(4) .road span {
  right: 40px;
  left: auto !important;
  bottom: 8;
}
.map .content .steps .item .road {
  position: relative;
  background-image: url("../images/ways_icon_2.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 24px;
  width: 100%;
}
.map .content .steps .item .road.finish {
  background-image: url("../images/ways_icon_3.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
}
.map .content .steps .item .road span {
  position: absolute;
  left: 40px;
  bottom: 8px;
  display: block;
  width: 32px;
  height: 50px;
  background-image: url("../images/mark.svg");
  background-position: left;
  background-repeat: no-repeat;
}
.map .content .steps .item .road span.center {
  left: 128px;
  bottom: 8px;
}
.map .content .steps .item .title {
  font-family: BirchCTT;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 24px;
}
.map .content .steps .item ul {
  margin-top: 16px;
  padding: 0 20px;
}
.map .content .steps .item ul li {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
  padding-left: 30px;
  background-image: url("../images/step_map_icon.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.map .content .steps .item ul li span {
  width: 32px;
  height: 50px;
}
.map .content .steps .item ul li:not(:first-child) {
  margin-top: 12px;
}

.creator {
  overflow-x: hidden;
  background: url("./../images/expert_bg.png");
  padding: 80px 20px 70px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.creator .title > span {
  font-family: "birchctt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.creator .title > h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-align: left;
  max-width: 284px;
  margin-top: 10px;
}
.creator > img {
  width: 100%;
  margin-top: 20px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: 1.5px solid #ffffff;
  border-radius: 10px;
}
.creator .list {
  margin-top: 6px;
  gap: 6px;
  display: grid;
}
.creator .list li {
  position: relative;
  width: 100%;
  padding: 20px 30px 20px 55px;
  border-radius: 10px;
  border: 1.5px solid #ffffff;
  background: linear-gradient(273.3deg, #c99d67 0.38%, #eabc8b 97.93%);
}
.creator .list li::before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 30px;
  left: 20px;
  top: 20px;
  background: url("./../images/second_logo_chatbotique_opacity.svg");
  background-size: contain;
}
.creator .list li > p {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
}
.creator .list li > p > span {
  color: #eabc8b;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: left;
}

.bottom_quiz {
  padding: 0 6px 80px;
  background: url("./../images/texture_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom_quiz .form {
  position: relative;
  padding: 80px 20px 36px;
  background: #2d3235;
  border-radius: 10px;
  width: 99%;
  margin: 0 auto;
}
.bottom_quiz .form::before {
  content: " ";
  position: absolute;
  left: -1px;
  right: 0;
  top: -1.8px;
  bottom: 0;
  width: 100.4%;
  height: 100.6%;
  background: linear-gradient(180deg, #eabc8b 0%, #c99d67 100%);
  border-radius: 10px;
  z-index: -1;
}
.bottom_quiz .form > h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 300px;
  text-transform: uppercase;
  margin: 0 auto;
}
.bottom_quiz .form > p {
  margin-top: 20px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: center;
}
.bottom_quiz .form > p span {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #eabc8b;
}
.bottom_quiz .form .logoChatBotique {
  position: relative;
}
.bottom_quiz .form .logoChatBotique .logo_content {
  margin: 30px auto;
}
.bottom_quiz .form .logoChatBotique svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bottom_quiz .form .logoChatBotique.aos-animate .triangle-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: draw 1.5s linear forwards;
}
.bottom_quiz .form .action_button {
  margin-top: 40px;
  background: #fff;
  color: #2d3235;
}

.action_button {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 56px;
  border-radius: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d3235;
}

.default_button {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
  width: 100%;
  height: 56px;
  border-radius: 100px;
  border: 1.5px solid #ffffff;
  color: #fff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticker-tape {
  position: relative;
  width: 100vw;
  height: 48px;
  z-index: 20;
  font-size: 18px;
  line-height: 180%;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ticker-tape:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1.4px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(91.31deg, #eabc8b 10.38%, #c99d67 82.05%);
}
.ticker-tape:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1.8px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(91.31deg, #eabc8b 10.38%, #c99d67 82.05%);
}
.ticker-tape .ticker-tape__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .ticker-tape .ticker-tape__container:hover .ticker-tape__row {
    animation-play-state: paused;
  }
}
.ticker-tape .ticker-tape__container .ticker-tape__row, .ticker-tape .ticker-tape__container .ticker-tape__items {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ticker-tape .ticker-tape__container .ticker-tape__row {
  animation: marquee 100s linear infinite;
}
.ticker-tape .ticker-tape__container .ticker-tape__item {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.ticker-tape .ticker-tape__container .ticker-tape__item:first-child {
  padding-left: 16px;
}
.ticker-tape .ticker-tape__container .ticker-tape__item:last-child {
  padding-right: 16px;
}
.ticker-tape .ticker-tape__container .ticker-tape__content {
  font-family: BirchCTT;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: capitalize;
}
.ticker-tape .ticker-tape__container .ticker-tape__content > span {
  font-size: 14px;
  font-weight: 800;
  line-height: 16.8px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #eabc8b;
  text-transform: uppercase;
}
.ticker-tape .ticker-tape__container .ticker-tape__content:not(:last-child) {
  margin-right: 8px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-20%, 0, 0);
  }
}
@keyframes draw {
  0% {
    fill: transparent;
  }
  80% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}/*# sourceMappingURL=style.css.map */