*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: white;
}

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

.text-bold {
  font-weight: bold;
}

.text-green {
  color: #61b553;
}

.text-padding {
  padding: 0 0.5rem;
}

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

.line-through {
  text-decoration: line-through;
}

.image-wrapper {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
}

.text-red {
  color: #fc4460;
  text-decoration: line-through;
}

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

ul li {
  list-style: none;
}

.list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.list__item {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 3.7rem;
  position: relative;
}
.list__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/arrow.svg");
  left: 0;
  top: 8px;
  width: 2.3rem;
  height: 1.5rem;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.btn {
  max-width: 18.3rem;
  width: 100%;
  border: 2px solid #44bcfc;
  background-color: #44bcfc;
  text-align: center;
  display: block;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.8rem 4.4rem;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  border-radius: 1.1rem;
}
.btn:hover {
  background-color: #0aa6f9;
  border: 2px solid #000000;
}

.container {
  width: 100%;
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 22px;
}
@media (min-width: 1280px) {
  .container {
    padding: 0;
  }
}

.header {
  padding: 3.1rem 0 4.1rem;
  background-image: url(../images/background_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.header__logo {
  margin: 0 auto;
  margin-bottom: 3rem;
}
.header__title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 4.7rem;
  text-align: center;
  margin-bottom: 3.4rem;
}
.header .list {
  margin-bottom: 3rem;
}
.header__offer {
  background-color: white;
  border-radius: 4.1rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);
  padding: 2.5rem 3.5rem;
  margin-bottom: 5rem;
}
.header__offer--image {
  margin: 0 auto;
  max-width: 4rem;
  margin-bottom: 1rem;
}
.header__offer--content {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
.header__offer--content::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 95%;
  height: 1px;
  translate: -50% -50%;
  background-color: #ebebeb;
  left: 50%;
}
.header__offer--price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #44bcfc;
  max-width: 24rem;
  margin: 0 auto;
  font-weight: bold;
}
.header__form {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: -22px;
  margin-right: -22px;
}
.header__form--row input {
  width: 100%;
}
.header__form--title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.header__form--input::-moz-placeholder {
  font-size: 1.8rem;
  color: #656565;
}
.header__form--input:-ms-input-placeholder {
  font-size: 1.8rem;
  color: #656565;
}
.header__form--input, .header__form--input::placeholder {
  font-size: 1.8rem;
  color: #656565;
}
.header__form--input {
  border: 0;
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem 3rem 0.9rem;
  margin-bottom: 1rem;
  accent-color: #44bcfc;
  background-color: transparent;
}
.header__form .form__alert1,
.header__form .form__alert2 {
  color: green;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: bold;
}
.header__form .form__alert1 {
  display: none;
}
.header__form .form__alert2 {
  display: none;
}
.header__label {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.header__label--wrapper {
  display: grid;
  grid-template-columns: 2rem auto;
  grid-gap: 1.5rem;
}
.header__label--input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #44bcfc;
  outline: none;
}
.header__label--description {
  font-size: 1.4rem;
  color: #4b4b4b;
}

@media (min-width: 968px) {
  .header {
    padding: 4.8rem 0 9.7rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .header__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header__logo {
    margin: 0;
    margin-bottom: 2rem;
    grid-area: 1/1/2/3;
  }
  .header__title {
    text-align: left;
    font-size: 5.5rem;
    line-height: 7.5rem;
    grid-area: 2/1/3/3;
    margin-bottom: 5.5rem;
  }
  .header .list {
    margin-bottom: 10.5rem;
    grid-area: 3/1/4/2;
  }
  .header__offer {
    grid-area: 4/1/5/2;
    margin-bottom: 0;
    padding: 3rem;
    display: flex;
    max-width: 52.4rem;
  }
  .header__offer--image {
    max-width: 8.8rem;
    width: 8.8rem;
    height: 8.8rem;
    margin-right: 2.5rem;
  }
  .header__offer--content {
    max-width: none;
    text-align: left;
  }
  .header__offer--price {
    max-width: none;
    text-align: left;
  }
  .header__form {
    grid-area: 3/2/5/3;
    margin: 0;
    padding: 4rem 3.6rem;
    margin-left: 2.5rem;
  }
  .header__form--row {
    display: flex;
    justify-content: space-between;
  }
  .header__form--row input {
    width: 45%;
  }
  .header__form--title {
    text-align: left;
  }
  .header__form--input {
    margin-bottom: 3rem;
  }
  .header__form .btn {
    margin: 0;
  }
}
.steps {
  background-color: white;
  padding: 5rem 0;
}
.steps__row {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .steps__row {
    flex-direction: row;
    margin-bottom: 7rem;
  }
}
@media (min-width: 992px) {
  .steps__textWrapper {
    margin: 0 7rem 0 9rem;
  }
}
.steps__pircture {
  width: 100%;
  max-width: 56rem;
}
.steps__subheading {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #44bcfc;
  margin-bottom: 2rem;
}
.steps__paragraph {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1.5rem;
}
.steps__title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
.steps__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .steps__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
    align-items: stretch;
  }
}
.steps__box {
  width: 100%;
  max-width: 55rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3.5rem 3rem 4rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.steps__boxHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.steps__boxIcon {
  width: auto;
  height: 5rem;
  margin-right: 2rem;
}
.steps__boxTitle {
  font-size: 2.2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #0aa6f9;
}

.training {
  background-image: url("../images/background_senior.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.training .container {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.training__wrapper {
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 60rem;
  padding: 5rem 1rem 6rem;
}
@media (min-width: 768px) {
  .training__wrapper {
    padding: 14rem 5rem 13rem;
  }
}
.training__title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.training__listItem {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
}
.training__listItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 1.5rem;
  background-image: url(../images/arrow.svg);
}

.form {
  padding: 5rem 0 0;
}
.form__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.form__content {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.form .header__form {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 968px) {
  .form {
    padding: 8rem 0 0;
  }
  .form__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .form__content {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .form__left_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer {
  margin-top: 3rem;
}
.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 3rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    gap: 2rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.footer__icon {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__icon {
    margin-bottom: 0;
  }
}
.footer__text {
  text-align: center;
}
.footer__bottom {
  padding: 2rem 0;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__list {
    flex-direction: row;
    gap: 2rem;
  }
}
.footer__listItem {
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.4rem;
  color: #b2b2b2;
}
@media (min-width: 768px) {
  .footer__listItem:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
    height: 1.5rem;
    width: 0.1rem;
    background-color: #b2b2b2;
  }
}
.footer__listItem a {
  color: inherit;
}

.cookie-bar {
  background-color: rgb(35, 35, 35);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.cookie-bar .container {
  padding: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.cookie-bar-content {
  color: white;
  font-size: 1.6rem;
  padding-right: 1.5rem;
}

.cookie-bar-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.cookie-bar-buttons-wrapper .btn {
  margin: 0;
  padding: 0.5rem 1rem;
  border-radius: 0;
  font-size: 18px;
}

@media (min-width: 768px) {
  .cookie-bar .container {
    grid-template-columns: minmax(auto, 80rem) auto;
  }
  .cookie-bar-buttons-wrapper {
    justify-content: center;
  }
}/*# sourceMappingURL=styles.css.map */