html {
  scroll-behavior: smooth;
}

.page {
  font-family: 'Montserrat' 'Podkova' 'Roboto' san-serif;
  background: #eaeaea;
  gap: 80px;
}

h2 {
  font-family: 'Podkova';
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 40px;
  width: auto;
}

h2 p {
  color: #ff8000;
  font-size: 42px;
  line-height: 48px;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background: #e77502;
  border: 3px solid #0083a9;
  border-radius: 50px;
  font-family: 'Podkova';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
}
.btn:hover {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ff8000;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}

/* Header */
.header {
  padding: 24px;
}

.header-container {
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.header-logo-text {
  font-family: 'Podkova';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  color: #ff8000;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  border: 3px solid #0083a9;
  border-radius: 50px;
  padding: 4px 14px;
}

/* Hero */
.hero {
  margin: 20px 0px;
}

.hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 360px;
  max-width: 1024px;
  margin: auto;
  background: url(../images/Alex_1.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.hero-title {
  font-family: 'Podkova';
  font-style: normal;
  font-weight: 800;
  font-size: 62px;
  line-height: 84px;
}

.alex {
  color: #ff8000;
  line-height: 60px;
}

.hero-text {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  padding: 20px 0px;
  margin-bottom: 40px;
  color: #1b2939;
  max-width: 582px;
}

.hero-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0px;
  bottom: 0px;
}
/* features*/
.features {
  margin: 20px 0px;
  padding: 20px 0px;
}

.features-container {
  display: flex;
  flex-direction: column;
  min-width: 360px;
  max-width: 1024px;
  margin: auto;
}

.features-wripper {
  position: relative;
}

.features-wripper img {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0px;
  bottom: 20px;
}

.features-text {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  width: auto;
  margin-left: 50%;
  color: #1b2939;
}

.features-list {
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  padding: 40px 0px;
}

.features-item:hover {
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
}

.features-item {
  background-color: #ffffff;
  box-shadow: 2px 2px 4 #1b2939;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px;

  border-radius: 10px;
}

.features-item img {
  border-radius: 12px 12px 0px 0px;
  object-fit: cover;
}

.features-item-title {
  padding: 10px 0px;
  color: #ff8000;
}

.features-item-block h3 {
  font-family: 'Podkova';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.features-item-block {
  font-family: 'Roboto';
  color: #1b2939;
}

.features-item-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  padding-bottom: 10px;
  min-height: 60px;
}

.features-item-text {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  min-height: 100px;
  padding: 0px 0px 20px 0px;
}

.cta {
}
.cta-container {
  min-width: 360px;
  max-width: 1024px;
  height: 640px; /* посмотреть */
  margin: 0px auto;
  background: url(../images/Alex_2.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.cta-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  gap: 40px;

  margin-left: 50%;
  border-radius: 25px;
  background-color: #ffffff;
}

.cta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 80%;
}

.cta-form input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  background: #f0efef;
  border: 1px solid #0083a9;
  border-radius: 20px;
  width: 100%;
  transition: 400ms ease;
}

.cta-form input:focus {
  border: 3px solid #e77502;
}

.cta-form input::placeholder {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #878787;
}

.copirating {
  display: flex;
  flex-direction: row;
  justify-content: center;

  padding: 20px 0px;
}
.copirating div {
  color: #ff8000;
}
