@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

:root {
  /* background */
  --c-orange: #f2bb21;

  /* text */
  --txt-c-dark-grey: #2d3436;
  --txt-c-light-grey: #636e72;
}

* {
  box-sizing: border-box;
  /* Свойства width и height включают в себя значения полей (padding) и границ (border), но не отступов (margin) */
}
a {
  text-decoration: none;
  color: var(--txt-c-light-grey);
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--txt-c-dark-grey);
  margin: 0;
}
h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
}
h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
h3 {
  color: var(--txt-c-light-grey);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
h4 {
  color: black;
  font-size: 18px;
  line-height: 21px;
}
h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
h6 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
}
p {
  color: var(--txt-c-light-grey);
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}
body {
  overflow-x: hidden;
  min-width: 320px;
  color: var(--txt-c-light-grey);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.page-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.container {
  max-width: 1160px;
  padding: 0;
  margin: 0 auto;
}

header {
  box-shadow: 0px 4px 20px rgba(238, 238, 238, 0.4);
}
.company-header {
  display: flex;
  justify-content: space-between;
  height: 100px;
}
.company-header__left-box,
.company-header__right-box {
  display: flex;
  align-items: center;
}
.company-header__logo {
  width: 68px;
  height: 73px;
  margin-right: 10px;
}
.company-header__contacts {
  display: flex;
  text-align: end;
  flex-direction: column;
}
.company-header__btn {
  padding: 17px 50px 17px 25px;
  margin: 0 20px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid var(--c-orange);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.company-header__btn img {
  margin-right: 10px;
}

.specialty {
  height: 100%;
}
.specialty__box {
  display: flex;
}
.specialty__info {
  width: 460px;
}
.specialty__info h3 {
  margin-top: 200px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.specialty__info hr {
  border: 3px solid #bee9d6;
  margin: 40px 0;
  width: 98px;
}
.specialty__text {
  width: 360px;
  margin-bottom: 30px;
}
.main-btn {
  display: inline-block;
  margin-top: 15px;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 22px 59px;
  background-color: var(--c-orange);
  color: #fff;
  cursor: pointer;
}
.specialty__network {
  margin-top: 140px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}
.specialty__network-logo + .specialty__network-logo {
  padding-left: 60px;
}
.specialty__network-logo a {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 1px solid #97dbbe;
  border-radius: 50%;
}
.specialty__network-logo img {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.specialty__photo {
  display: flex;
  width: 700px;
  position: relative;
}
.specialty__photo img {
  border-radius: 10px;
  margin: 6px;
}
.specialty__photo-box1 {
  margin-top: 295px;
}
.specialty__photo-bottom {
  display: flex;
  align-items: flex-start;
}
.specialty__photo-top {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}
.specialty__photo-box3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 200px;
  margin-bottom: 100px;
}

.circles {
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: -1;
}
.arrows-up {
  position: absolute;
  top: 170px;
  left: 74px;
}
.vector {
  position: absolute;
  bottom: 190px;
  left: -30px;
}
.vector2 {
  position: absolute;
  top: 50px;
  left: 265px;
}
.ellipse3 {
  position: absolute;
  bottom: 225px;
  left: 490px;
}
.list-cream {
  position: absolute;
  top: 190px;
  right: 110px;
}
.list-blue {
  position: absolute;
  top: 227px;
  right: 72px;
}

.specialty-choice,
.study,
.form-answers,
.reviews,
.footer {
  background: #fcfdff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.03);
}
.specialty-choice .container {
  display: flex;
}
.page-title {
  padding-top: 90px;
}
.specialty-choice p {
  width: 520px;
  margin-bottom: 110px;
}
.specialty-choice__left-box {
  width: 50%;
}
.specialty-choice__left-box h2 {
  text-align: start;
}
.specialty-choice__left-img {
  margin-bottom: 80px;
}
.specialty-choice__right-box {
  position: relative;
  padding-top: 150px;
  width: 50%;
  z-index: 0;
}
.specialty-choice__right-img {
  margin-bottom: 120px;
  margin-left: 100px;
}
.element {
  display: grid;
  margin: 40px 0;
}
.element-1 {
  position: absolute;
  top: 337px;
  left: 23px;
  z-index: -1;
}

.students__info {
  display: flex;
  justify-content: center;
  margin: 65px 0 100px;
}
.students h3,
h6 {
  width: 120px;
  text-align: left;
  margin: 0 0 20px 20px;
}
.element-2 {
  margin: 30px 80px;
}
sup {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-left: 5px;
}

.study__content {
  display: flex;
  position: relative;
  z-index: 0;
}
.study__design .arrows-right {
  position: absolute;
  top: -22px;
  left: 441px;
}
.study__design .sticks {
  position: absolute;
  top: 248px;
  right: -12px;
  z-index: -1;
}
.study__right-box {
  margin-left: 70px;
}
.study p {
  width: 519px;
  align-self: center;
  text-align: left;
}
.text1 {
  margin-top: 115px;
  height: 168px;
}
.text2 {
  margin-top: 93px;
}
.text3 {
  margin-top: 85px;
  height: 210px;
}
.photo1 {
  margin-top: 106px;
}
.photo2 {
  margin-top: 70px;
  margin-left: 100px;
}
.photo3 {
  margin: 85px 0 155px 100px;
}

.partners__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.arrow {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  filter: drop-shadow(-4px 3px 3px rgba(0, 0, 0, 0.2));
}
.square {
  width: 264px;
  height: 150px;
}
.stfalcon {
  padding: 60px 40px;
}
.massmedia {
  padding: 43px 100px;
}
.web-system {
  padding: 50px 26px;
}
.jet-up {
  padding: 35px 67px;
}
.perspectives__content {
  display: flex;
  margin-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.perspectives__element {
  position: absolute;
  top: -150px;
  right: 140px;
}
.perspectives__content li {
  width: 460px;
}
.perspectives__content li::before {
  content: url("/img/rhomb-li.svg");
  margin-right: 30px;
}
.perspectives__content-right {
  margin-left: 200px;
}
.perspectives li {
  font-weight: 500;
  font-size: 16px;
  line-height: 250%;
  color: var(--txt-c-light-grey);
}

.form-answers {
  padding-bottom: 80px;
}
.form-answers h3 {
  text-align: center;
  margin-top: 20px;
}
.form-answers input,
.form-answers textarea {
  background: #ffffff;
  border: 1px solid #dfe6e9;
  border-radius: 4px;
}
.form-answers__input-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.input-box {
  display: flex;
  position: relative;
}
.input-box__img-mail {
  position: absolute;
  top: 52px;
  left: 404px;
}
.input-box__img-user {
  position: absolute;
  top: 50px;
  left: 10px;
}
.input-box input {
  padding-left: 36px;
  margin-right: 30px;
  margin-top: 10px;
  width: 362px;
  height: 60px;
}
.textarea-box {
  margin-top: 60px;
}
.textarea-box textarea {
  width: 755px;
  height: 180px;
  padding: 10px;
  margin-top: 10px;
}
.form-answers__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.graduate__content {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}
.graduate__left-box,
.graduate__right-box {
  text-align: center;
}
.graduate__content h3 {
  margin-top: 40px;
}
.graduate__content p {
  margin-top: 20px;
  width: 360px;
}
.graduate__bottom {
  position: relative;
  padding-bottom: 100px;
}
.romb {
  position: absolute;
  top: 60px;
  left: 680px;
}
.square-big {
  position: absolute;
  bottom: 85px;
  left: -40px;
}
.graduate-slider {
  margin-top: 40px;
}
.slick-list {
  padding: 8px 0 22px;
}
.graduate-item__wrapper {
  width: 264px;
  height: 480px;
  text-align: center;
  box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 28px;
  margin: 0 15px;
  background-color: #fff;
  cursor: pointer;
}
.graduate-item__wrapper h3 {
  color: var(--txt-c-dark-grey);
  margin: 20px 0 10px 0;
}
.graduate-item__wrapper h3 + h3 {
  color: var(--txt-c-light-grey);
}
.graduate-item__wrapper h5 {
  margin-bottom: 20px;
  opacity: 0.4;
}
.graduate-item__wrapper h5 + h5 {
  opacity: 0.2;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));

  opacity: 0.6;
  z-index: 5;
  cursor: pointer;
}
.slider-btnnext {
  right: -30px;
}
.slider-btnprev {
  left: -30px;
}

.reviews__video {
  padding: 45px 0 105px;
  position: relative;
}
.reviews__video img {
  border-radius: 10px;
}
.reviews__video-btn {
  position: absolute;
  top: 340px;
  left: 530px;
}
.reviews__element {
  position: absolute;
  top: -10px;
  right: -60px;
}

.introduction-title {
  margin: 40px 0;
  color: var(--txt-c-dark-grey);
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.introduction__number {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 20px;
}
.introduction__exams {
  display: flex;
  justify-content: space-between;
}
.introduction__exams-box {
  display: flex;
  width: 558px;
  height: 279px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
}
.introduction__exams-info {
  margin-left: 30px;
}
.introduction__exams-info h3,
ul {
  color: var(--txt-c-dark-grey);
}
.introduction__exams-info ul {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.introduction__exams-info li {
  color: var(--txt-c-light-grey);
  font-weight: 400;
  margin-top: 10px;
}
.introduction__exams-info li::before {
  margin-right: 10px;
  content: url("/img/rhomb-li.svg");
}
.introduction__exams-info p {
  margin-top: 10px;
}
.introduction__students,
.introduction__links {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.introduction__students h3 {
  padding-left: 20px;
}
.introduction__element {
  margin: 0 70px;
}
.center-education {
  padding: 42px;
}
.osvitaua {
  padding: 20px 42px;
}
.documents {
  padding: 55px 17px;
}
.hpk {
  padding: 21px 82px;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.footer-contacts {
  margin-left: 100px;
}
.footer h3 {
  color: var(--txt-c-dark-grey);
  margin-bottom: 30px;
}
.footer h5 {
  color: var(--txt-c-light-grey);
  margin-bottom: 20px;
}
.footer__tel::before {
  padding-right: 10px;
  content: url("/img/tel.svg");
}
.footer__mail::before {
  padding-right: 10px;
  content: url("/img/mail.png");
}
