* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

.burger {
  display: none;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: "Montserrat";
}

main {
  flex: 1 1 auto;
}

.header {
  width: 100%;
  position: relative;
  padding: 25px 0;
  background: #444444;
}

.container {
  max-width: 1070px;
  margin: 0 auto;
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
  color: #ffffff;
}

.header__menu {
  display: flex;
  gap: 34px;
}

.header__location {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #ffffff;
}
.header__location span {
  text-align: right;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #ffffff;
}

.header__phone {
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #ffffff;
}
.header__phone:last-child {
  text-align: right;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #ffffff;
}

.mainblock {
  position: relative;
  overflow: hidden;
}

.mainblock__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.container {
  position: relative;
}

.mainblock-girl__img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  pointer-events: none;
  width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(-1, 1);
}

.mainblock__textblock {
  margin: 80px 0 0 0;
}

.main__title-h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -0.035em;
  /* white */
  color: #ffffff;
  text-transform: uppercase;
  max-width: 530px;
}

.main__desc {
  margin: 40px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* white */
  color: #ffffff;
}

.main__media-list {
  margin: 30px 0 0 0;
  display: flex;
  gap: 25px;
}

.about {
  padding: 48px 0 120px 0;
  background: #efedee;
}

.about__infoblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 108.4%;
  /* identical to box height, or 60px */
  /* black */
  color: #444444;
}

.about__job {
  margin: 16px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* black */
  color: #444444;
}

.about__media {
  margin: 30px 0 0 0;
  display: flex;
  gap: 20px;
}

.about__image {
  width: 340px;
  height: 340px;
  border-radius: 50%;
}

.about__textblock {
  margin: 48px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* black */
  color: #444444;
}

.about__pros {
  margin: 32px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about__pros-item {
  background: #2593ee;
  padding: 48px 25px 74px;
  text-align: center;
}

.about__pros-main {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 108.4%;
  /* or 54px */
  text-align: center;
  /* white */
  color: #ffffff;
}

.about__pros-desc {
  margin: 32px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  /* white */
  color: #ffffff;
}

.about__pros-list {
  margin: 32px 0 0 0;
}
.about__pros-list li {
  margin: 25px 0 0 40px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  /* black */
  color: #444444;
  position: relative;
}
.about__pros-list li:before {
  content: "";
  background: url("../img/about/Vector.svg");
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: -40px;
}

.courses {
  padding: 48px 0 120px;
  background: #444444;
}

.courses__title {
  color: #fff;
}

.title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */
}

.courses__title-little {
  margin: 70px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  /* or 42px */
  text-transform: uppercase;
  /* white */
  color: #ffffff;
}

.courses__desc {
  margin: 20px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  /* or 42px */
  /* white */
  color: #ffffff;
}

.btn {
  display: block;
  text-align: center;
  line-height: 100px;
  width: 530px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  /* identical to box height, or 42px */
  text-align: center;
  text-transform: uppercase;
  /* white */
  color: #ffffff;
  background: #2593ee;
}

.courses__btn {
  margin: 30px 0 0 0;
}

.courses__list {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.courses__item {
  display: flex;
  gap: 32px;
}

.course__icon {
  -o-object-fit: cover;
     object-fit: cover;
}

.course__item-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  /* identical to box height, or 42px */
  /* white */
  color: #ffffff;
}

.courses__block {
  margin: 50px 0 0 0;
  align-items: center;
  display: flex;
  gap: 30px;
}
.courses__block .courses__btn {
  margin: 0;
}

.courses__btn-desc {
  max-width: 392px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  /* white */
  color: #ffffff;
}

.courses__PS {
  margin: 30px 0 0 0;
  /* subtext */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  /* white */
  color: #ffffff;
}
.courses__PS a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-decoration-line: underline;
  /* blue */
  color: #2593ee;
}

.contacts {
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.contacts .container {
  min-height: 500px;
  overflow: hidden;
}

.contacts__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  position: relative;
}

.contacts__person {
  position: absolute;
  bottom: -150px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts__title {
  margin: 70px 0 0 0;
  color: #fff;
}

.contacts__desc {
  margin: 40px 0 0 0;
  max-width: 520px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* white */
  color: #ffffff;
}

.contacts__btn {
  margin: 60px 0 0 0;
}

.visa {
  padding: 64px 0 82px;
  background: #444;
}

.visa__title {
  color: #fff;
}

.visa__slider-line {
  overflow: hidden;
  margin: 35px auto 0;
  max-width: 890px;
  position: relative;
}

.visa__slider {
  transition: all 1s ease 0s;
  display: flex;
}

.visa__slider-item {
  position: relative;
  min-height: 500px;
}
.visa__slider-item img {
  position: absolute;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visa__item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */
  text-transform: uppercase;
  /* white */
  color: #ffffff;
  padding: 40px 0 0 40px;
  position: relative;
}

.visa__list {
  margin: 30px 0 0 0;
  padding: 0 0 0 40px;
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* white */
  color: #ffffff;
}

.visa__tracker {
  margin: 35px auto;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 20px;
}
.visa__tracker li {
  transition: all 0.3s ease 0s;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #efedee;
}
.visa__tracker li.active {
  background: #2593ee;
}

.visa.container {
  position: relative;
}

.next,
.prev {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
.next:before,
.prev:before {
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}
.next:after,
.prev:after {
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
}
.next:hover:before, .next:hover:after,
.prev:hover:before,
.prev:hover:after {
  background: #2593ee;
}

.next {
  right: 0;
  transform: rotate(45deg);
}

.prev {
  left: 0;
  transform: rotate(-135deg);
}

.con2 .container {
  min-height: 550px;
}

.con1 img {
  bottom: 0;
}

.service {
  padding: 64px 0 80px 0;
  background: #efedee;
}

.service__title {
  color: #444;
}

.service__body {
  margin: 48px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service__item {
  cursor: default;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 253px;
}
.service__item.active .service__item-name, .service__item:hover .service__item-name {
  padding: 14px 0 0 0;
}
.service__item.active .service__item-desc, .service__item:hover .service__item-desc {
  opacity: 1;
}

.service__item-image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__item-name {
  transition: all 0.3s ease 0s;
  padding: 88px 0 0 0;
  position: relative;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}

.service__item-desc {
  transition: all 0.3s ease 0s;
  opacity: 0;
  max-width: 230px;
  position: relative;
  margin: 15px auto 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  /* white */
  color: #ffffff;
}

.service__desc {
  margin: 32px 0 0 0;
  max-width: 710px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* black */
  color: #444444;
}

.service__media {
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 32px 0 0 0;
}
.service__media img {
  filter: invert(1);
}

.staff {
  padding: 64px 0 80px;
  background: #efedee;
}

.staff__title {
  color: #444;
}

.staff__body {
  margin: 32px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.staff__item-image {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  display: block;
}

.staff__item-name {
  text-align: center;
  margin: 12px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  color: #444000;
}

.staff__item-job {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #444000;
}

.con3 .btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  /* identical to box height, or 35px */
  text-align: center;
  text-transform: uppercase;
}

.media {
  padding: 64px 0 80px;
  background: #fff;
}

.media__title {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */
  color: #444000;
}

.media__desc {
  margin: 20px 0 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #444000;
}

.media__body {
  margin: 54px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
}

.media__item {
  display: flex;
  gap: 30px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 20px 50px;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(0px 4px 6px rgba(143, 143, 143, 0.25));
}

.media__item-text {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #444000;
}

.footer {
  padding: 48px 0 80px 0;
  background: #444;
}

.footer__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer__other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
  /* identical to box height */
  /* white */
  color: #ffffff;
}
.footer__title.little {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
}

.footer__menu {
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #ffffff;
}

.staff__item-phone {
  margin: 5px 0 0 0;
  display: block;
  font-family: "Montserrat";
  font-size: 20px;
  text-align: center;
  color: #444;
}

.success {
  padding: 50px 0;
}

.success__desc {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-family: "montserrat";
  line-height: 120%;
  font-weight: 300;
}

.success__btn {
  margin: 40px 0 0 0;
}/*# sourceMappingURL=style.css.map */