@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html {
  height: 100%;
}

body {
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

h2, .h2 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
h2 small, .h2 small {
  display: block;
  color: #8B95A8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  padding-top: 11px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: center;
  }
}

h3, .h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 45px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.container {
  width: 100%;
  max-width: 1172px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

.burger {
  position: absolute;
  left: 0;
  width: 19px;
  height: 12px;
  display: block;
  cursor: pointer;
  z-index: 111;
}
@media (max-width: 767px) {
  .burger {
    top: 32px;
  }
}
.burger.open:before, .burger.open:after {
  background: rgb(30, 30, 30);
}
.burger.open span:before {
  background: rgb(30, 30, 30);
}
.burger:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 19px;
  height: 1px;
  background: #2567E5;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 19px;
  height: 1px;
  background: #2567E5;
  transition: 0.5s;
}
.burger span {
  position: relative;
  display: block;
  width: 19px;
  height: 12px;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 19px;
  height: 1px;
  background: #2567E5;
}

.main-menu {
  position: absolute;
  left: -5px;
  top: calc(100% - 20px);
  width: 190px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(90, 109, 144, 0.23);
  overflow: hidden;
  padding-bottom: 4px;
  display: none;
}
@media (max-width: 767px) {
  .main-menu {
    max-height: 240px;
    overflow-y: auto;
    top: calc(100% - 10px);
  }
}
.main-menu.open {
  display: block;
}
.main-menu ul li a {
  display: block;
  padding: 11px 14px;
  color: #747474;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  transition: 0.5s;
}
.main-menu ul li a:hover {
  color: rgb(37, 103, 229);
}
.main-menu ul li.active a {
  background: #F7FAFD;
  color: rgb(37, 103, 229);
}

.header-content {
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 60px;
  z-index: 11;
}
@media (max-width: 767px) {
  .header-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 17px 25px 24px 25px;
  }
}
.header-content__title {
  position: relative;
  bottom: -3px;
  color: #7E7E7E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 18px;
  border-left: 1px solid #D4D4D4;
}
@media (max-width: 767px) {
  .header-content__title {
    padding-left: 0;
    border: 0;
    display: block;
    text-align: center;
  }
}

.logo {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.78px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .logo {
    margin: 0 0 8px 0;
    font-size: 22px;
  }
}

.main-banner {
  padding: 40px 50px;
  border-radius: 15px;
  background: linear-gradient(90deg, #4A88FF 0%, #8259F5 100%);
  position: relative;
  min-height: 204px;
  overflow: hidden;
  padding-right: 300px;
}
@media (max-width: 767px) {
  .main-banner {
    padding: 30px 20px 110px 20px;
  }
}
.main-banner__text-animation {
  height: 80px;
  max-height: 480px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-banner__text-animation {
    min-height: 60px;
    height: auto;
    padding: 0 45px;
  }
}
@media (max-width: 480px) {
  .main-banner__text-animation {
    min-height: 90px;
    height: auto;
  }
}
.main-banner p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  max-width: 500px;
  position: relative;
  z-index: 9;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .main-banner p {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
}
.main-banner__image {
  position: absolute;
  right: -30px;
  top: 0;
  display: block;
  width: 332px;
  height: 100%;
}
@media (max-width: 767px) {
  .main-banner__image {
    top: auto;
    width: auto;
    bottom: -130px;
    z-index: 0;
  }
}
.main-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
@media (max-width: 767px) {
  .main-banner__image img {
    width: 204px;
    height: auto;
  }
}

.typed-text {
  color: #FFF;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 40.3px */
  letter-spacing: 0.93px;
  margin-bottom: 20px;
  text-wrap: balance;
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .typed-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .typed-text {
    max-width: 100%;
    text-align: center;
  }
}

span.cursor {
  display: inline-block;
  background-color: #fff;
  margin-left: 0.1rem;
  width: 2px;
  height: 30px;
  position: relative;
  top: -5px;
  animation: blink 1s infinite;
}

span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #fff;
  }
  49% {
    background-color: #fff;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #fff;
  }
}
.excellence {
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .excellence {
    padding-top: 16px;
    margin-bottom: 20px;
  }
}
.excellence__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .excellence__content {
    flex-direction: column;
  }
}
.excellence__mobile-btn {
  display: none;
}
@media (max-width: 767px) {
  .excellence__mobile-btn {
    display: block;
  }
  .excellence__mobile-btn .btn {
    width: 100%;
  }
}

.excellence-item {
  width: calc(50% - 13px);
  height: 532px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 55px;
}
@media (max-width: 992px) {
  .excellence-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .excellence-item {
    width: 100%;
    margin-bottom: 10px;
    height: 370px;
  }
}
@media (max-width: 767px) {
  .excellence-item__btn {
    display: none;
  }
}
.excellence-item__btn .btn {
  padding: 0;
  min-width: 246px;
}
@media (max-width: 767px) {
  .excellence-item--first .excellence-item__img {
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .excellence-item--first .excellence-item__img img {
    width: 310px;
  }
}
.excellence-item--first:hover .excellence-item__bg {
  transform: scale(1.2);
}
.excellence-item--first:hover .excellence-item__img {
  transform: translateX(-50px);
}
@media (max-width: 767px) {
  .excellence-item--second .excellence-item__img {
    bottom: -100px !important;
    right: -50px;
  }
  .excellence-item--second .excellence-item__img img {
    width: 480px;
  }
}
.excellence-item--second .excellence-item__img {
  bottom: -30px;
}
.excellence-item--second:hover .excellence-item__img {
  transform: rotate(20deg);
  right: -50px;
  bottom: -50px;
}
.excellence-item--second:hover .excellence-item__bg {
  transform: scale(1.2);
}
.excellence-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 0;
}
.excellence-item__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.excellence-item__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
.excellence-item__img img {
  display: block;
}
.excellence-item__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.excellence-item__title {
  display: block;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .excellence-item__title {
    font-size: 26px;
  }
}
.excellence-item p {
  max-width: 230px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .excellence-item p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 40px;
  background: #2567E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.39px;
  transition: 0.5s;
  height: 46px;
  text-align: center;
  padding: 0 70px;
}
.btn--fuild {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0 35px;
  }
}
.btn:hover {
  background: #1894EE;
}

.catalog {
  padding-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .catalog {
    padding-top: 16px;
  }
}
.catalog__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .catalog__content {
    justify-content: space-between;
  }
}

.filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .filter__content {
    flex-wrap: nowrap;
    max-width: calc(100% + 20px);
    margin: 0 -10px;
    padding-left: 10px;
    overflow-x: auto;
  }
}
.filter__view {
  width: 50px;
  min-width: 50px;
  margin-left: 20px;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .filter__view {
    display: none;
  }
}

.filter {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .filter {
    margin-bottom: 6px;
  }
}

.filter-tile {
  cursor: pointer;
}
.filter-tile.active .icon, .filter-tile:hover .icon {
  color: rgb(37, 37, 37);
}
.filter-tile .icon {
  width: 17px;
  height: 17px;
  color: rgb(217, 217, 217);
  transition: 0.5s;
}

.filter-fuild {
  cursor: pointer;
}
.filter-fuild.active .icon, .filter-fuild:hover .icon {
  color: rgb(37, 37, 37);
}
.filter-fuild .icon {
  width: 17px;
  height: 17px;
  color: rgb(217, 217, 217);
  transition: 0.5s;
}

.filter-item {
  position: relative;
  margin: 0 10px 10px 0;
}
.filter-item .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.filter-item label {
  position: relative;
  cursor: pointer;
  padding: 0;
  height: 32px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
  color: #819BB9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 8px;
  border: 1px solid #A8C5F2;
  transition: 0.5s;
}
.filter-item:hover label {
  border-color: #1894EE;
  color: #1894EE;
}
.filter-item:focus label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.filter-item.active label {
  background: #1894EE;
  color: #fff;
  border-color: #1894EE;
}

.card {
  width: calc(33.3333333333% - 16px);
  margin-right: 24px;
  border-radius: 20px;
  border: 1px solid #D9E2EE;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.card:nth-child(3n+3) {
  margin-right: 0;
}
@media (min-width: 993px) {
  .card:nth-child(3n+3) {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 993px) {
  .card--fuild {
    width: 100% !important;
    margin: 0 0 13px 0;
    padding-right: 258px;
    display: flex;
  }
  .card--fuild .card__image {
    width: 356px;
    min-width: 356px;
    height: 180px;
    border-radius: 12px;
    margin: 20px 0px 20px 20px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .card--fuild .card__image {
    width: 260px;
    min-width: 260px;
  }
}
@media (min-width: 993px) {
  .card--fuild .card__content {
    padding: 27px 24px;
    display: block;
    height: auto;
  }
  .card--fuild .btn {
    max-width: 300px;
  }
  .card--fuild .card__list {
    position: absolute;
    top: 0;
    right: 0;
    width: 258px;
    height: 100%;
    border-left: 1px solid #D9E2EE;
    padding: 23px 35px;
  }
  .card--fuild .card__list ul li {
    flex-direction: column;
    border-bottom: 1px solid #D9E2EE;
    padding-bottom: 13px;
    margin-bottom: 13px;
    color: #757575;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
  }
  .card--fuild .card__list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .card--fuild .card__list ul li strong {
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .card--fuild .card__list ul li strong span {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 992px) {
  .card {
    width: calc(50% - 15px);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .card {
    width: 100%;
    margin-bottom: 12px;
  }
}
.card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__image {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.card__logo {
  width: 164px;
  height: 82px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: absolute;
}
.card__logo img {
  max-height: 90%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__content {
  padding: 25px 20px 25px 30px;
  height: calc(100% - 180px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.card__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.card__btn {
  padding-right: 10px;
}
.card p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.card ul li {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.39px;
  margin-bottom: 15px;
}
.card ul li strong {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.card ul li strong span {
  display: inline-block;
  border-radius: 40px;
  background: #FFE8E8;
  margin-top: 4px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  color: #EA597B;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.39px;
  text-decoration: line-through;
}
.card__rating {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
}
.card__rating .star {
  display: block;
  margin-right: 5px;
}
.card__rating .star img {
  display: block;
}

.new-profession {
  border-radius: 15px;
  background: linear-gradient(90deg, #4A88FF 0%, #8259F5 100%);
  padding: 30px 410px 30px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 300px;
}
@media (max-width: 992px) {
  .new-profession {
    padding: 20px;
    padding-right: 300px;
  }
}
@media (max-width: 767px) {
  .new-profession {
    padding: 20px 20px 180px 20px;
  }
}
.new-profession__title {
  display: block;
  color: #FFF;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.99px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .new-profession__title {
    font-size: 26px;
  }
}
.new-profession p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .new-profession p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.new-profession__tags {
  display: flex;
  flex-wrap: wrap;
}
.new-profession__tags span {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  color: #2E2E2E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  background: #FFF;
}
@media (max-width: 992px) {
  .new-profession__tags span {
    height: 29px;
    margin: 0 4px 4px 0;
    font-size: 14px;
  }
}
.new-profession__image {
  position: absolute;
  right: -95px;
  top: -75px;
}
@media (max-width: 992px) {
  .new-profession__image {
    right: -195px;
  }
}
@media (max-width: 767px) {
  .new-profession__image {
    top: auto;
    bottom: -200px;
    right: -90px;
  }
}
.new-profession__image img {
  width: 512px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .new-profession__image img {
    width: 340px;
  }
}

footer {
  padding: 40px 0;
  background: #F6F9FF;
}

.company {
  margin-bottom: 30px;
}

.company-content {
  display: flex;
  flex-wrap: wrap;
}
.company-content.hide {
  display: none;
}

.company-item {
  width: calc(25% - 22.5px);
  margin-bottom: 50px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .company-item {
    width: 100%;
    margin: 0 0 12px 0;
  }
}
.company-item:nth-child(4n+4) {
  margin-right: 0;
}

.company-btn {
  border-radius: 50px;
  border: 1px solid #BCCFF6;
  background: #FFF;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2567E5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  cursor: pointer;
  transition: 0.5s;
}
.company-btn:hover, .company-btn.hide {
  color: #fff;
  border-color: #2567E5;
  background: #2567E5;
}
.company-btn:hover .icon, .company-btn.hide .icon {
  color: #fff;
}
.company-btn.hide .company-btn__hide {
  display: none;
}
.company-btn.hide .company-btn__show {
  display: block;
}
.company-btn.hide .icon {
  transform: rotate(-180deg);
}
.company-btn__show {
  display: none;
}
.company-btn .icon {
  position: relative;
  bottom: -2px;
  width: 11px;
  height: 7px;
  color: #2567E5;
  margin-left: 10px;
  transition: 0.5s;
}

.footer-content {
  display: flex;
  padding-top: 40px;
  border-top: 1px dashed #A7B5D2;
}
@media (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    padding-top: 30px;
  }
}
.footer-content__main {
  width: 320px;
  margin-right: 150px;
  position: relative;
}
@media (max-width: 992px) {
  .footer-content__main {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .footer-content__main {
    padding-top: 20px;
    width: 100%;
    order: 2;
    margin-right: 0;
  }
  .footer-content__main:before {
    content: "";
    width: 268px;
    height: 1px;
    background: #E3E3E3;
    position: absolute;
    top: 0;
    left: calc(50% - 134px);
  }
}
.footer-content__main p {
  color: #737373;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer-content__main p {
    text-align: center;
  }
}
.footer-content__menu {
  margin-right: 110px;
}
@media (max-width: 992px) {
  .footer-content__menu {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .footer-content__menu {
    width: 100%;
    margin-right: 0;
    order: -2;
  }
}
.footer-content__menu:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-content__menu--mobile-hide {
    display: none;
  }
}
.footer-content__menu ul {
  width: 100%;
}
.footer-content__menu ul li {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .footer-content__menu ul li {
    width: 100%;
    text-align: center;
  }
}
.footer-content__menu ul li a {
  color: #2567E5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .footer-content__menu ul li a {
    text-align: center;
  }
}
.footer-content__menu ul li a:hover {
  background: #1894EE;
}

.logo-footer {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.78px;
}
@media (max-width: 767px) {
  .logo-footer {
    text-align: center;
  }
}

.copy {
  display: block;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .copy {
    text-align: center;
  }
}

.popular-course {
  margin-bottom: 45px;
}

.popular-slider .swiper-container {
  width: 100%;
  height: 100%;
  padding: 1px;
}
@media (max-width: 767px) {
  .popular-slider .swiper-wrapper {
    margin-bottom: 34px;
  }
}

.swiper-slide .card {
  width: 100%;
  margin: 0;
}

.swiper-nav {
  position: relative;
  padding-top: 50px;
  display: flex;
}
@media (max-width: 767px) {
  .swiper-nav {
    display: none;
  }
}

.swiper-button-prev {
  background: url(../img/slider-arrow.svg) 45% 50% no-repeat;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1D8E4;
  margin-right: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: 0.5s;
}
.swiper-button-prev:hover {
  background-color: #D1D8E4;
}

.swiper-button-next {
  background: url(../img/slider-arrow.svg) 45% 50% no-repeat;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1D8E4;
  margin-right: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: rotate(-180deg);
  transition: 0.5s;
}
.swiper-button-next:hover {
  background-color: #D1D8E4;
}

.swiper-scrollbar {
  background: rgb(210, 221, 244);
  display: none;
  margin-top: 30px;
  position: relative !important;
}
@media (max-width: 767px) {
  .swiper-scrollbar {
    display: block;
  }
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.swiper-scrollbar-drag {
  background: rgb(37, 103, 229);
}

.steps {
  padding: 46px 0 34px 0;
  background: #F6F9FF;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .steps {
    padding: 25px 0;
  }
}
.steps .swiper-wrapper {
  margin-bottom: 34px;
}

.steps-slider .swiper-container {
  overflow: visible;
}
.steps-slider .swiper-slide {
  width: 290px;
  height: 290px;
  border-radius: 20px;
  background: #FFF;
  padding: 25px 20px 25px 30px;
}

.step-item__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.step-item__number {
  border-radius: 20px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  font-size: 43px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 1.29px;
}
.step-item__number--one {
  color: #2567E5;
  background: linear-gradient(153deg, #E7EDFF 16.84%, #B9CDFF 93.16%);
}
.step-item__number--two {
  color: #E58125;
  background: linear-gradient(153deg, #FFFBE7 16.84%, #FFE7B9 93.16%);
}
.step-item__number--three {
  color: #23BD86;
  background: linear-gradient(153deg, #F1FFE7 16.84%, #CFFFB9 93.16%);
}
.step-item__number--four {
  color: #D6C746;
  background: linear-gradient(153deg, #FFFBE7 16.84%, #FFF0B9 93.16%);
}
.step-item__number--five {
  color: #FFF;
  background: linear-gradient(153deg, #FFE7FE 16.84%, #FFB9F8 93.16%);
}
.step-item__number--finish {
  background: linear-gradient(153deg, #E7ECFF 16.84%, #B9EEFF 93.16%);
}
.step-item__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  display: block;
  margin-bottom: 12px;
}
.step-item p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.42px;
}