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

ul,
ol {
  margin: 0;
  padding-left: 0;
}

button {
  cursor: pointer;
}

address {
  font-style: normal;
}

img {
  display: block;
  height: auto;

  max-width: 100%;
} */

/* html {
  scroll-behavior: smooth;
}

.list {
  list-style: none;
}

.link {
  text-decoration: none;
}

textarea {
  resize: none;
} */

/* .container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1320px;
} */

/* body {
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 1.5;
} */

/************************** Header **************************/

/* .header {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f0f7fd;
}

.menu {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.4px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu:hover,
.menu:focus {
  color: #088bc5;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 55px;
} */

/* .phone__num {
  color: #002f6c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.phone__num:hover,
.phone__num:focus {
  color: #088bc5;
}

.phone {
  display: flex;
  gap: 18px;
  align-items: center;
}

.phone__txt {
  margin-bottom: 5px;
} */

/* .header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

/************************** Hero **************************/

/* .hero {
  padding-top: 74px;
  padding-bottom: 74px;
}

.hero__title {
  color: #002f6c;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.96px;
  width: 932px;
  margin: 0 auto;
}

.hero__txt {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.4px;
  width: 530px;
  border-radius: 25px;
  background: #f0f7fd;
  padding: 34px;

  margin-bottom: 50px;
} */

/* .button {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 21px 55px;
  border-radius: 45.5px;
  background: linear-gradient(90deg, #e2a947 0%, #ee7a14 100%);
  background-size: 200% 100%;
  background-position: 80% 50%;
  border: none;
  display: inline-flex;
  transition: background-position 0.6s ease;
}

.button:hover {
  background-position: 20% 50%;
} */

/* .hero__img {
  border-radius: 25px;
}

.hero__block {
  display: flex;
  padding-top: 62px;
  justify-content: space-between;
}

.hero__bl-pic {
  position: relative;
}

.hero__stars {
  position: absolute;
  top: -50px;
  right: 0;
} */

/************************** About **************************/

/* .about {
  padding-top: 74px;
  padding-bottom: 139px;

  background: #f8fbfd;

  background-image: url(../img/bg-gen.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */

/* .title {
  color: #002f6c;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
}

.sub-title {
  font-size: 20px;

  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}

.sub-title::before {
  content: "";
  background: #e2a947;
  width: 40px;
  height: 3px;
  display: block;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */

/* .about__txt {
  margin-bottom: 5px;
  width: 525px;
  line-height: 1.75;
}

.about__txt--acc {
  font-weight: 600;
}

.about__bl-txt {
  margin-top: 25px;
}

.about__stage-txt {
  position: relative;
  padding-left: 36px;
}

.about__stage-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;

  background: url(../img/gal.svg) no-repeat center / contain;
}

.about__stage {
  display: flex;
  flex-direction: column;
  gap: 20px;

  border-radius: 25px;
  background: #fff;
  padding: 40px;
  width: 660px;
  margin-top: 45px;
}

.about__all {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}

.about__tit {
  color: #002f6c;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.64px;
}

.about__icon-wrap {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e2a947 0%, #ee7a14 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__icon {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.about__prof {
  width: 173px;
  line-height: 1.5;
}

.about__li {
  border-radius: 15px;
  background: #fff;
  width: 290px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.about__list {
  width: 620px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 42px;
  margin-bottom: 57px;
}

.about__info {
  width: 620px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.32px;
  padding: 25px 36px;
  border-radius: 24px;
  background: #c2d6e7;
} */

/************************** Owner **************************/

/* .owner {
  padding-top: 74px;
  padding-bottom: 74px;
}

.owner__title {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-bottom: 55px;
}

.owner__photo {
  border-radius: 0 25px 25px 25px;
  z-index: 1;
  position: relative;
}

.owner__txt--acc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

.owner__txt {
  margin-top: 19px;
  width: 810px;
  line-height: 1.75;
  letter-spacing: 0.32px;
}

.owner__bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 71px;
}

.quote__txt {
  text-align: right;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.32px;
  width: 672px;
  margin-left: auto;
}

.why__icon {
  fill: #e2a947;
}

.quote {
  border-radius: 24px;
  background: #f0f7fd;
  padding: 27px 38px;
  position: relative;

  margin-top: 52px;
}

.why__icon {
  position: absolute;
  top: 5px;
  left: 10px;
}

.owner__photo-bl {
  position: relative;
}

.owner__photo-bl::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  transform: translateY(-50%);
  width: 126px;
  height: 60px;

  background: url(../img/dots.svg) no-repeat center / contain;
} */

/************************** Steps **************************/

/* .steps {
  padding-top: 74px;
  padding-bottom: 74px;
  background: #f0f7fd;
}

.steps__title {
  text-align: center;
}

.steps__li {
  position: relative;
}

.steps__num {
  color: rgba(194, 214, 231, 0.49);
  font-size: 96px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 1.92px;

  position: absolute;
  left: -115px;
  top: 70px;

  transform: translateY(-50%) rotate(-90deg);
  pointer-events: none;
}

.steps__name {
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 289px;
  padding: 12px 16px;
  border-radius: 25px;
  background: #29a8e0;
}

.steps__name--acc {
  background: linear-gradient(90deg, #e2a947 0%, #ee7a14 100%);
}

.steps__txt {
  width: 290px;
  line-height: 1.75;
}

.steps__li {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-left: 74px;
}

.steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  justify-content: space-between;
  margin-top: 62px;
} */

/************************** Country **************************/

/* .country {
  padding-top: 74px;
  padding-bottom: 74px;
}

.country__title {
  width: 683px;
  text-align: center;
  padding-bottom: 46px;
  margin: 0 auto;
}

.country__sub-tit {
  width: 667px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.4px;
  margin: 0 auto;
  position: relative;
}

.country__sub-tit::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #e2a947;

  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.card__img {
  border-radius: 25px 25px 0 0;
}

.card__tit {
  color: #002f6c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.56px;
  margin-bottom: 15px;
}

.card__sum {
  color: #002f6c;
  font-size: 24px;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}

.card__sum--acc {
  font-weight: 500;
}

.card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 32px;
  border: 0;
  border-radius: 35px;
  background: linear-gradient(90deg, #e2a947 0%, #ee7a14 100%);
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  user-select: none;
}

.card__btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.card__btn[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.card__details {
  padding: 0px 40px 35px;
  animation: fadeIn 0.18s ease;
}

.card {
  border-radius: 25px;
  background: #fff;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.1));
  width: 100%;
  max-width: 600px;
}

.country__pos {
  padding: 30px 40px 30px;
}

.country__block {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
  margin-top: 59px;
  align-items: flex-start;
}

.country__masonry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: 59px;
  align-items: start;

  margin-bottom: 70px;
}

.country__col {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.card__details {
  padding: 0 40px 35px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 350ms ease, opacity 250ms ease;
}

.card.is-open .card__details {
  max-height: 1200px;
  opacity: 1;
}

.card__text {
  line-height: 1.75;
  margin-bottom: 22px;
}

.card__label {
  font-weight: 700;
  margin-bottom: 22px;
}

.card__prof {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;

  position: relative;
  padding-left: 35px;
}

.card__prof::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;

  background: url(../img/bl-gal.svg) no-repeat center / contain;
}

.card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.count-info__bl {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.4px;

  border-radius: 17.5px;
  background: #29a8e0;
  padding: 1px 12px;
  width: 450px;
}

.count-info__txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.4px;
}

.count-info__txt--acc {
  font-weight: 700;
}

.count-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;

  border-radius: 24px;
  background: #f0f7fd;
  width: 1060px;
  padding: 30px;
  margin: 0 auto;
} */

/************************** Reviews **************************/

/* .reviews {
  padding-top: 74px;
  padding-bottom: 74px;

  background: #f0f7fd;
}

.reviews__tit-bl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews__info {
  width: 852px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.4px;

  margin: 0 auto;
  padding-top: 17px;
}

.reviews__slider {
  margin-top: 65px;
}


.reviews__viewport {
  overflow: hidden;
}

.reviews__track {
  display: flex;
  gap: 40px;
  transition: transform 0.4s ease;
}

.review-card {
  width: 400px;
  flex: 0 0 400px;
  padding: 22px 12px 35px 20px;
  box-sizing: border-box;

  border-radius: 25px;
  background: #fff;
}

.reviews__controls {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.reviews__arrow {
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

.reviews__arrow {
  fill: #29a8e0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews__arrow:hover,
.reviews__arrow:focus {
  fill: #1c98cd;
}

.review-card__img {
  border-radius: 150px;
}

.review-card__name {
  color: #002f6c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.4px;

  margin-bottom: 10px;
}

.review-card__cont {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.3px;

  margin-bottom: 8px;
}

.review-card__prof {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.3px;
  width: 195px;
}

.review-card__first {
  display: flex;
  gap: 21px;
  align-items: flex-start;
}

.reviews__controls {
  margin-top: 40px;
}

.salary {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;

  display: flex;
  gap: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.salary__val {
  color: #fff;
  border-radius: 14px;
  background: #29a8e0;
  padding: 1px 13px;
  font-weight: 400;
}

.reviews__icon--wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e2a947 0%, #ee7a14 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__icon-quote {
  fill: #fff;
}

.reviews__quote {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.3px;
  margin-top: 16px;
} */

/************************** Forma bl **************************/

/* .block-forma {
  padding-top: 74px;
  padding-bottom: 74px;
}

.block-forma__title {
  width: 698px;
  text-align: center;
  margin: 0 auto;
}

.block-forma__sub {
  text-align: center;
  margin-top: 17px;
  margin-bottom: 20px;
}

.block-forma__flags {
  margin: 0 auto;
}

.form__cont__title {
  width: 468px;
  color: #002f6c;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 23px;
}

.form__cont {
  border-radius: 25px;
  background: linear-gradient(180deg, #d7edff 0%, #b7dcfb 100%);
  padding: 23px 42px 47px;
  margin-top: 70px;
  position: relative;
}

.forma__input {
  border-radius: 29px;
  border: 1px solid rgba(136, 150, 165, 0.3);
  background: #fff;
  width: 468px;
  color: #000;
  font-size: 15px;
  padding: 20px 23px;
  outline: rgba(0, 0, 0, 0);
}

.form__button {
  width: 468px;
}

.form {
  display: flex;
  flex-wrap: wrap;
  width: 468px;
  gap: 20px;
}

.form__cont--img {
  position: absolute;
  bottom: 0;
  right: 0;
} */

/************************** Footer **************************/

/* .footer {
  padding-top: 74px;
  padding-bottom: 74px;
  background: #f0f7fd;
}

.footer__copy {
  font-size: 15px;
  line-height: 1.56;
  width: 227px;
  margin-top: 29px;
}

.footer__cont-tit {
  color: #002f6c;
  font-weight: 700;
  letter-spacing: 0.16px;
}

.footer__cont {
  width: 251px;
}

.footer__li {
  margin-bottom: 10px;
}

.footer__all {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__right {
  display: flex;
  align-items: flex-start;
  gap: 90px;
} */
