/* @font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
} */

body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  font-style: normal;
}

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

button {
  cursor: pointer;
  border: none;
}

.container {
  max-width: 1342px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========HEADER========== */

.header {
  background: linear-gradient(#edf1f2, #ffffff);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header > .container {
  display: flex;
  align-items: center;
}

.header-logo-link {
  margin-right: 30px;
}

.header-logo-img {
}
.header-nav {
}

.header-list {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header-item {
}

.header-item-link {
  color: #646f79;
  text-align: center;
  font-size: 14px;
  line-height: 4;
}

.header-link-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.header-link-wrapper::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #e0e6e8;
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
}

.header-globe-link {
  color: #646f79;
  text-align: center;
  font-size: 14px;
  line-height: 4;

  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-globe-icon {
  fill: #6f7782;
}

.header-contact-link {
  color: #646f79;
  text-align: center;
  font-size: 14px;
  line-height: 4;
  margin-left: 45px;
  display: flex;
}

.header-log-link {
  color: #646f79;
  text-align: center;
  font-size: 14px;
  line-height: 4;
  margin-left: 36px;
}

.header-btn {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.57;
  letter-spacing: 0.04em;
  padding: 0 16px;
  border-radius: 3px;
  background: #796eff;
  display: block;
  margin-left: 30px;
}

/* ========================== */

/* ==========HERO========== */

.hero {
  padding-top: 88px;
  padding-bottom: 0;
}

.hero-top-container {
  display: flex;
  margin-bottom: 224px;
  justify-content: space-between;
}

.hero-text-container {
}

.main-title {
  color: #151b26;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.39;
  width: 499px;
  margin-bottom: 18px;
}

.classhero-text {
  color: #646f79;
  font-size: 20px;
  line-height: 1.75;
  width: 500px;
  margin-bottom: 87px;
}

.hero-btn {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.57;
  letter-spacing: 0.04em;
  padding: 0 16px;
  border-radius: 3px;
  background: #796eff;
  display: block;
}

.hero-top-img {
}
.hero-bottom-img {
  margin-left: auto;
  margin-right: auto;
}

/* ======================== */

/* ==========ADVANTAGES========== */

.advantages {
  background: rgba(156, 166, 175, 0.2);
  padding-top: 160px;
  padding-bottom: 160px;
  margin-top: -80px;
}

.advantages-list {
  display: flex;
  gap: 46px;
  justify-content: center;
}

.advantages-item {
}

.advantages-title {
  color: #222b37;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.64;
  margin-bottom: 18px;
}

.advantages-text {
  color: #646f79;
  line-height: 1.75;
}

.organize {
  width: 202px;
}

.track {
  width: 194px;
}

.deadline {
  width: 207px;
}

/* ============================== */

/* ==========SLIDES========== */

.slides {
}

.slides > .container {
  max-width: 1440px;
  width: 1440px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
}

.slides-btn-top {
  width: 108px;
  height: 70px;
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: -5px;
}

.slides-btn-bottom {
  width: 108px;
  height: 70px;
  background-color: transparent;
  position: absolute;
  top: 457px;
  left: -5px;
}

.slides-btn-img {
}

.text {
  color: #090c10;
  font-size: 22px;
  line-height: 1.64;
}

.author {
  color: #090c10;
  font-size: 12px;
  line-height: 1.85;
  text-transform: uppercase;
  position: relative;
}

.author::after {
  content: "";
  background-color: rgba(9, 12, 16, 0.25);
  width: 594px;
  height: 1px;
  position: absolute;
  left: -32px;
  bottom: -93px;
}

.view {
  color: #090c10;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.slides-pink-container {
  width: 68px;
  height: 438px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f9a5c7;
  display: flex;
}

.slides-pink-arrow-wrapper {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: auto;
  border-top: 1px solid rgba(9, 12, 16, 0.25);
  width: 100%;
}

.slides-figma-container {
  background-color: #000000;
  display: flex;
  width: 924px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.slides-figma-text-wrapper {
  padding-top: 115px;
  padding-left: 32px;
}

.slides-figma-img {
}

.slides-figma-text {
  color: #f6f8f9;
  width: 506px;
  margin-bottom: 82px;
}

.slides-figma-author {
  color: #e0e6e8;
  margin-bottom: 106px;
}

.slides-figma-link {
  color: #f6f8f9;
}

.slides-arrow-link {
}

.slides-arrow {
  fill: #000000;
}

.first-arrow {
  position: relative;
  top: 3px;
}

.second-arrow {
  position: relative;
  top: 3px;
  right: 0;
}

.slides-sophos-container {
  background-color: #fcbd01;
  padding-left: 32px;
  padding-top: 115px;
  width: 400px;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-bottom: 12px;
}

.slides-sophos-text {
  width: 477px;
  margin-bottom: 46px;
}

.slides-sophos-author {
  margin-bottom: 106px;
}

.slides-sophos-link {
}

.slides-fireclay-container {
  background-color: #99e4d2;
  width: 880px;
  display: flex;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.slides-foreclay-text-wrapper {
  padding-top: 32px;
  padding-left: 32px;
  width: 594px;
}

.slides-foreclay-img {
}

.slides-foreclay-logo {
  margin-bottom: 51px;
}

.slides-foreclay-text {
  width: 526px;
  margin-bottom: 46px;
}

.slides-foreclay-author {
  margin-bottom: 106px;
}

.slides-foreclay-link {
}

.slides-foreclay-arrow-wrapper {
  display: flex;
  padding-right: 10px;
  align-items: center;
}

.foreclay-arrow {
  margin-left: auto;
}

.slides-g-container {
  background-color: #e0e6e8;
  padding-left: 32px;
  padding-top: 32px;
  width: 536px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-bottom: 12px;
  overflow: hidden;
}

.slides-g-logo {
  margin-bottom: 51px;
}

.slides-g-text {
  width: 501px;
  margin-bottom: 46px;
}

.slides-g-author {
  margin-bottom: 106px;
}

.slides-g-link {
}

.slides-g-arrow-wrapper {
  display: flex;
  align-items: center;
}

.g-arrow {
  margin-left: auto;
}

/* ========================== */

/* ==========FEATURES========== */

.features {
  padding-top: 264px;
  padding-bottom: 125px;
}

.features-top-text {
  color: #848f99;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.features-title {
  color: #151b26;
  text-align: center;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.39;
  margin-bottom: 19px;
}

.features-text {
  color: #646f79;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  width: 793px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 157px;
}

.features-bottom-container {
  display: flex;
}

.features-img-wrapper {
  position: relative;
  width: 752px;
  height: 528px;
  flex-shrink: 0;
  margin-right: 64px;
}

.features-top-img {
  position: absolute;
  z-index: 1;
}

.features-bottom-img {
  position: absolute;
}

.features-text-wrapper {
  padding-top: 63px;
  padding-left: 0;
  padding-right: 16px;
}

.features-list-wrapper {
  padding-top: 29px;
  width: 496px;
  border-top: 3px solid #d5dce0;
  border-bottom: 1px solid #e0e6e8;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.features-list-wrapper::before {
  content: "";
  width: 102px;
  height: 3px;
  background-color: #222b37;
  position: absolute;
  top: -3px;
  left: 0;
}

.features-plan-wrapper {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

.features-subtitle {
  color: #151b26;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.features-plan-arrow-link {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.features-timeline-text {
  color: #646f79;
  font-size: 14px;
  line-height: 1.7;
  width: 394px;
  margin-bottom: 13px;
}

.features-timeline-wrapper {
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.features-timeline-link {
  color: #796eff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.features-arrow-link {
  display: flex;
  align-items: center;
}

.features-arrow-icon {
  fill: #000000;
}

.features-list {
}

.features-item {
  padding-top: 17px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
}

.features-item:last-child {
  padding-bottom: 17px;
}

.features-item::before {
  content: "";
  width: 496px;
  height: 3px;
  background-color: #edf8ff;
  position: absolute;
  top: -3px;
  left: -32px;
}

.features-item:nth-child(2)::before {
  background-color: #e2fffa;
}

.features-item:not(:last-child) {
}

.features-item-text {
  color: #151b26;
  line-height: 1.75;
}

.features-item-arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.features-item-icon {
  stroke: #b7bfc6;
  fill: transparent;
}

/* ============================ */

/* ==========START========== */

.start {
  background: #080b0f;
  padding-top: 141px;
  padding-bottom: 176px;
}

.start-title {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.24;
  margin-bottom: 17px;
}

.start-text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.64;
  margin-bottom: 47px;
}

.start-btn {
  color: #151b26;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 3.13;
  letter-spacing: 0.03em;
  padding: 0 24px;
  border-radius: 3px;
  background: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* ========================= */

/* ==========FOOTER========== */

.footer {
  background: #151b26;
  padding-top: 80px;
}

.footer > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-top {
  display: flex;
  padding-bottom: 80px;
  padding-left: 15px;
  max-width: 1342px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-link {
  margin-right: 51px;
}

.footer-logo-img {
}

.footer-list-wrapper {
  width: 219px;
  padding-left: 15px;
}

.footer-list-name {
  color: #9ca6af;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 31px;
}

.footer-list {
}

.footer-item {
}

.footer-item:not(:last-child) {
  margin-bottom: 13px;
}

.footer-item-link {
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}

.footer-bottom {
  background-color: #222b37;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 177px;
  padding-right: 70px;
  max-width: 1342px;
  margin-left: auto;
  margin-right: auto;
}

.footer-lang-wrapper {
  display: flex;
  align-items: center;
}

.footer-globe-link {
}

.footer-lang-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.footer-terms-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.footer-soc-list {
  display: flex;
  align-items: center;
  gap: 3px;
}

.footer-soc-item {
}

.footer-soc-link {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151b26;
  border-radius: 50%;
}

.footer-soc-icon {
  fill: #ffffff;
}

.footer-store-list {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-store-item {
}

.footer-store-link {
}

/* ========================== */
