@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-cyrillic-regular.eot");
  src: local(""),
    url("../fonts/montserrat-v15-cyrillic-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v15-cyrillic-regular.woff2") format("woff2"),
    url("../fonts/montserrat-v15-cyrillic-regular.woff") format("woff"),
    url("../fonts/montserrat-v15-cyrillic-regular.ttf") format("truetype"),
    url("../fonts/montserrat-v15-cyrillic-regular.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-cyrillic-600.eot");
  src: local(""),
    url("../fonts/montserrat-v15-cyrillic-600.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v15-cyrillic-600.woff2") format("woff2"),
    url("../fonts/montserrat-v15-cyrillic-600.woff") format("woff"),
    url("../fonts/montserrat-v15-cyrillic-600.ttf") format("truetype"),
    url("../fonts/montserrat-v15-cyrillic-600.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-cyrillic-700.eot");
  src: local(""),
    url("../fonts/montserrat-v15-cyrillic-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v15-cyrillic-700.woff2") format("woff2"),
    url("../fonts/montserrat-v15-cyrillic-700.woff") format("woff"),
    url("../fonts/montserrat-v15-cyrillic-700.ttf") format("truetype"),
    url("../fonts/montserrat-v15-cyrillic-700.svg#Montserrat") format("svg");
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  text-decoration: none;
}

body {
  width: 100%;
  font-family: "Montserrat";
  font-weight: 400;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-top {
  width: 100%;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.header-top__inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35%;
}
.header__logo {
  margin-right: 21px;
}
.header-top__name {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.header-top__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
}
.header__search {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.header__input {
  height: 20px;
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding-left: 5px;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #35312c;
  background-color: transparent;
}
.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 32%;
}
.header-right__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.burger {
  min-width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.burger:hover {
  border-radius: 50%;
  background-color: #4268ed;
}
.burger:hover .burger__line,
.burger:hover .burger__line::before,
.burger:hover .burger__line::after {
  background-color: white;
}
.burger__line {
  position: relative;
  width: 15px;
  height: 2px;
  background-color: #333333;
}
.burger__line::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 15px;
  height: 1.5px;
  background-color: #333333;
}
.burger__line::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 15px;
  height: 1.5px;
  background-color: #333333;
}
.header__phone {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.045em;
  color: #333333;
  margin-right: 15px;
  white-space: nowrap;
}
.header__phone:hover {
  text-decoration: underline;
}
.header__button {
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #4268ed;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header__button:hover {
  background-color: #6c88ee;
}
.adaptive-nav {
  width: 100%;
  background-color: white;
  position: absolute;
  top: -380px;
  left: 0;
  z-index: 100;
  border-bottom: 3px solid #4268ed;
  display: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.adaptive-nav__inner {
  padding-top: 10px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.adaptive-cross {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.adaptive-cross__icon {
  cursor: pointer;
}
.adaptive-cross__icon:hover .fa-times {
  color: #4268ed;
}
.adaptive-nav__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.adaptive__search {
  width: 20px;
  height: 20px;
}
.adaptive__input {
  background-color: transparent;
  border-bottom: 1px solid black;
  margin-left: 10px;
  padding: 5px;
}
.adaptive-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.adaptive-nav__ul li {
  margin-top: 30px;
}
.adaptive-nav__link {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
}
.adaptive-nav__link:hover {
  color: #4268ed;
}
.header-nav {
  width: 100%;
}
.header-nav__inner {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header-nav__link {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header-nav__link:hover {
  border-bottom: 3px solid #4268ed;
}
.prof {
  position: relative;
}
.slider-prof {
  width: 100%;
}
.sliderProfArrow__next {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 24px;
  cursor: pointer;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sliderProfArrow__next:hover {
  color: #4268ed;
}
.sliderProfArrow__prev {
  position: absolute;
  right: 70px;
  bottom: 20px;
  font-size: 24px;
  cursor: pointer;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.sliderProfArrow__prev:hover {
  color: #4268ed;
}
.slider-item__inner {
  position: relative;
}
.slider-prof__img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-prof__block {
  max-width: 600px;
  max-height: 350px;
  background-color: white;
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 5;
  padding: 30px;
  border-top: 3px solid #4268ed;
}
.slider-prof__title {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 48px;
  color: #333333;
}
.slider-prof__title span {
  color: #4268ed;
}
.slider-prof__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #35312c;
  margin-top: 20px;
}
.slider-prof__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  width: 120px;
  cursor: pointer;
}
.slider-prof__link:hover .slider-prof__button {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.slider-prof__button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  background-color: transparent;
  margin-right: 5px;
  cursor: pointer;
}
.slider-prof__arrow {
  width: 8px;
  height: 12px;
}
.slider-prof .slick-dots {
  position: absolute;
  bottom: -6%;
  text-align: right;
}
.slider-prof .slick-dots li {
  width: 10px;
  font-size: 0px;
  margin-right: 40px;
}
.slider-prof .slick-dots button {
  width: 50px;
  height: 3px;
  font-size: 0px;
  cursor: pointer;
  background-color: black;
}
.slider-prof .slick-dots li button {
  padding: 0;
}
.slider-prof .slick-dots button::before {
  font-size: 0;
  border-radius: 50%;
}
.slider-prof .slick-dots li.slick-active button {
  background-color: #4268ed;
  height: 5px;
  opacity: 1;
}
.slider-prof .slick-dots li.slick-active button::before {
  width: 12.6px;
  height: 3px;
  opacity: 0.5;
}

/* new styles - page Programs MBA */
.after-header-block {
  background: #3559da;
  color: white;
  font-family: Montserrat;
  padding: 80px 0 70px;
}
.grid-two-block {
  display: grid;
  gap: 95px;
  grid-template-columns: 1fr 1fr;
}
.grid-two-block h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 58px;
}
.grid-two-block p {
  font-family: Montserrat;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
}
.grid-two-block .left p {
  padding-left: 40px;
  margin: 30px 0;
}
.grid-two-block .left p::before {
  content: " ";
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  left: -40px;
  top: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='2' viewBox='0 0 20 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='2' fill='white'/%3E%3C/svg%3E%0A");
}
.section-mba-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.section-mba {
  padding-top: 60px;
}
.section-mba .left-bar {
  max-width: 250px;
  margin-right: 50px;
}
.left-bar-item {
  padding: 20px 10px 20px 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  border-bottom: 1px solid #dadada;
}
.left-bar-item.active {
  padding: 20px 10px 20px 37px;
  text-decoration-line: underline;
  color: #333333;
  border-bottom: 2px solid #4268ed;
}
.left-bar-item.active a::before {
  content: " ";
  position: relative;
  display: block;
  width: 22px;
  height: 13px;
  left: -30px;
  top: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.999902L20 5.8999L15 10.8999' stroke='%234268ED' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M0 6H18.5' stroke='%234268ED' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.grid-program-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(425px, 1fr));
}
.time-wrapper-program-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-top: 1px solid #dadada;
  padding-top: 15px;
  margin-top: 18px;
}

.programs-wrapper {
  width: 100%;
  max-width: 870px;
}
.grid-program-container .program-tem {
  border: 1px solid #dadada;
  font-family: Montserrat;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.9s all;
  position: relative;
}
.grid-program-container .program-tem:hover {
  background: #ffffff;
  /* border: 3px solid #4268ed; */
  box-sizing: border-box;
  box-shadow: 0px 23px 42px rgba(66, 104, 237, 0.19);
}
.grid-program-container .program-tem:before {
  opacity: 0;
  transition: 0.3s all;
  background: none;
  border: 0px solid #4268ed;
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  pointer-events: none;
}
.grid-program-container .program-tem:hover:before {
  background: none;
  border: 3px solid #4268ed;
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  pointer-events: none;
  opacity: 1;
}
.grid-program-container .program-tem .header-program-item a:hover {
  text-decoration: underline;
}
.cost-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.programs-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.arrow a {
  display: block;
  opacity: 0;
  transition: 0.3s all;
  transform: translateX(-15px);
}
.grid-program-container .program-tem:hover .cost-wrap .arrow a {
  opacity: 1;
  transform: translateX(0px);
}
.programs-header h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #333333;
}
.grid-program-container .program-tem .category {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #4268ed;
  margin-bottom: 7px;
}
.grid-program-container .program-tem .header-program-item {
  display: flex;
}
.grid-program-container .program-tem .header-program-item .img-wrap {
  max-height: 77px;
  max-width: 77px;
  width: 100%;
  min-height: 77px;
}
.grid-program-container .program-tem .header-program-item img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-program-container .program-tem .header-program-item h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  min-height: 120px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.grid-program-container .program-tem .text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.grid-program-container .program-tem .cost-num {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.grid-program-container .program-tem .item-time {
  display: grid;
  grid-template-columns: 35px 1fr;
}
.grid-program-container .program-tem .item-time .img-wrap {
  padding-top: 4px;
}
/* end page Programs MBA */
/* Direction sudy */
#direction-page .grid-two-block {
  display: grid;
  gap: 95px;
  grid-template-columns: 5fr 1fr;
}
#direction-page .grid-two-block .left p::before,
#administration-section .grid-two-block .left p::before {
  display: none;
}
#direction-page .grid-two-block .left p,
#administration-section .grid-two-block .left p {
  padding-left: 0;
}
#direction-page .grid-two-block .left p,
#administration-section .grid-two-block .left p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  color: #ffffff;
  max-width: 630px;
}
.footer-nav a {
  color: white;
}
.ask-row.inform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
  align-items: flex-start;
}
.ask-row.inform .inform-adm {
  display: flex;
  padding-left: 70px;
}
.ask-row.inform .header-text-iform-adm {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.045em;
  color: #333333;
}
#direction-page .after-header-block {
  font-family: Montserrat;
  padding: 90px 0 80px;
}
#administration-section .grid-two-block {
  display: flex;
  gap: 0;
}
#administrators-main-section .programs-header h2 {
  margin-bottom: 20px;
}
.info-administrat {
  max-width: 670px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
#administrators-main-section .programs-header {
  display: block;
}
.icon {
  width: 50px;
  height: 52px;
  margin: 0.5em;
  fill: #333333;
}

.text-iform-adm {
  margin-left: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  color: #333333;
  margin-bottom: 15px;
}
.text-iform-adm .bold {
  font-weight: bold;
}
.layout-item-title {
  font-weight: 700;
  font-size: 38px;
  color: #333;
  margin-bottom: 30px;
  line-height: 48px;
}
.text-iform-adm .text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
#administrators-main-section .layout-item-title,
.section-mba .layout-item-title {
  position: relative;
  padding-left: 65px;
  margin-bottom: 0;
}
#administrators-main-section .layout-item-title:before,
.section-mba .layout-item-title:before {
  top: 20px;
}

.layout-item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  height: 4px;
  width: 40px;
  background-color: #4268ed;
}

.layout-item-text {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin-bottom: 40px;
}

.list-item-img {
  flex: 1;
  height: 422px;
  margin: 15px;
}

.list-item-contains {
  flex: 1;
  margin: 15px;
  padding-left: 60px;
  position: relative;
}

.layout-item-link {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  background: url("../img/Vector.svg") no-repeat right center;
  padding-right: 15px;
}

.layout-item-link:hover {
  text-decoration: none;
}

.list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-item:not(:last-of-type) {
  padding-bottom: 90px;
}

.list-item:nth-child(even) .list-item-img {
  order: -1;
}
.sum-curses-circle {
  font-family: Montserrat;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 131px;
  height: 131px;
  justify-content: space-evenly;
}
.sum-curses-circle .center {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 22px;
  text-align: center;
  margin: 8px;
}
.sum-curses-circle .left-text {
  text-align: left;
  background: #3559da;
  font-style: normal;
  font-weight: normal;
  width: 75px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  margin-left: -20px;
}
.sum-curses-circle .right-text {
  text-align: right;
  background: #3559da;
  font-style: normal;
  font-weight: normal;
  width: 75px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-self: flex-end;
  margin-right: -20px;
}
#direction-page-grid .programs-wrapper {
  width: 100%;
  max-width: 1200px;
}
#direction-page-grid .grid-program-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
#direction-page-grid .grid-program-container .program-tem .category path {
  transition: 0.3s all;
}
#direction-page-grid .grid-program-container .program-tem:hover .category path {
  fill: royalblue;
}
/* end direction */
@media (max-width: 1024px) {
  .header-right__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adaptive-nav {
    display: block;
  }
  .adaptive-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
  }
  .header-top__left {
    width: 40%;
    margin-right: 20px;
  }
  .header-top__middle {
    display: none;
  }
  .header__button {
    height: auto;
    background-color: transparent;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.045em;
    color: #333333;
    margin-top: 7px;
  }
  .header__button:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .header-nav {
    display: none;
  }
}
@media (max-width: 960px) {
  .slider-prof__block {
    padding: 13px;
    min-height: 0px;
  }
  .slider-prof__title {
    font-size: 30px;
    line-height: 35px;
  }
  .slider-prof__subtitle {
    line-height: 21px;
    font-size: 13px;
  }
  .slider-prof__link {
    margin-top: 20px;
  }
}

@media (max-width: 870px) {
  .ask-row.inform {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    align-items: flex-start;
    margin-top: 10px;
  }
  .ask-row.inform .inform-adm {
    display: flex;
    padding-left: 70px;
    justify-content: center;
  }
  .ask-row.inform .header-text-iform-adm {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.045em;
    color: #333333;
  }
  .text-iform-adm .text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
  }
}

@media (max-width: 750px) {
  .slider-prof__block {
    position: static;
  }
  .slider-prof__img {
    height: auto;
  }
  .slider-prof .slick-dots {
    text-align: center;
  }
  .header-top__name {
    display: none;
  }
  .header-top__left {
    width: 15%;
    margin-right: 10px;
  }
  .header-top__middle {
    width: 40%;
  }
  .grid-two-block {
    display: grid;
    gap: 65px;
    grid-template-columns: 1fr;
  }
  .grid-program-container {
    display: grid;
    gap: 20px;
  }
  .programs-header h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 2em;
    line-height: 48px;
    color: #333333;
  }
  .section-mba .left-bar {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #direction-page-grid .grid-program-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}

.study-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
.head__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head__line {
  width: 40px;
  height: 4px;
  background-color: #4268ed;
  margin-right: 30px;
}
.head__text {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #333333;
}
.head__link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #333333;
}
.head__link:hover {
  text-decoration: underline;
}
.head__img {
  width: 11px;
  height: 11px;
}
.study-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.study-content__column {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.study-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  min-height: 110px;
  border-bottom: 2px solid #dadada;
  position: relative;
}
.study-content__img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.study-content__text {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-right: 20px;
}
.study-content__icon {
  font-size: 40px;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
.study-content__block:hover {
  border-bottom: 2px solid #4268ed;
}
.study-content__block:hover .study-content__icon {
  color: #4268ed;
  visibility: visible;
}
.icon-item-time {
  width: 20px;
  height: 20px;
}
.arrow-img {
  width: 48px;
  height: 29px;
}
@media (max-width: 1199px) {
  .section-mba .left-bar {
    max-width: none;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .programs-wrapper {
    width: 100%;
    max-width: none;
  }
  .left-bar-item.active a::before {
    display: none;
  }

  .grid-two-block {
    display: grid;
    gap: 57px;
    grid-template-columns: 1fr;
  }
  .left-bar-item.active {
    padding: 0px;
    text-decoration-line: none;
    color: #333333;
    margin: 10px;
    border-bottom: 2px solid #4268ed;
  }
  .left-bar-item {
    margin: 10px;
    padding: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    border-bottom: 1px solid #dadada;
  }
  .after-header-block {
    padding: 50px 0px 50px;
    line-height: 40px;
  }
  .grid-two-block {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .study-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .study-content__column {
    width: 100%;
  }
  .study-content__block {
    position: relative;
  }
  .study-content__icon {
    position: absolute;
    right: 20px;
    top: 50px;
  }
}
@media (max-width: 960px) {
  .head {
    margin-bottom: 20px;
  }
  .head__text {
    font-size: 20px;
  }
  #direction-page .grid-two-block {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }
}

.call {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 103, 103, 0.486);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 10000;
  display: none;
}
.call__body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call__block {
  position: relative;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  border: 4px solid #4268ed;
  border-radius: 3px;
  -webkit-box-shadow: 0px 15px 55px rgba(184, 0, 54, 0.1);
  box-shadow: 0px 15px 55px rgba(184, 0, 54, 0.1);
}
.call__title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}
.call-form__block {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.call__close {
  position: absolute;
  right: 0px;
  top: -30px;
  font-size: 20px;
  cursor: pointer;
  color: white;
}
.call__close:hover {
  color: #4268ed;
}
.call__input {
  width: 70%;
  border-bottom: 2px solid #4268ed;
  padding: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-right: 20px;
}
.call__input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.call__input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.call__input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.call__input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.call__input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.call__button {
  margin-top: 30px;
  width: 300px;
  height: 50px;
  border: 2px solid #4268ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #4268ed;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: transparent;
}
.call__button:hover {
  color: white;
  background-color: #4268ed;
}
.calendar-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.calendar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.calendar-block {
  border-top: 1px solid #dadada;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.calendar-block__left {
  margin-right: 20px;
}
.calendar-block__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4268ed;
}
.calendar-block__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.155em;
  text-transform: uppercase;
  color: #ffffff;
}
.calendar-block__subtitle {
  margin-top: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.calendar-block__right {
  width: 78%;
}
.calendar-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dadada;
  border-bottom: 3px solid transparent;
  padding-bottom: 18px;
  padding-top: 18px;
  cursor: pointer;
}
.calendar-block__row:nth-child(1) {
  border-top: none;
}
.calendar-block__row:hover {
  border-bottom: 3px solid #4268ed;
}
.calendar-block__name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-right: 20px;
  white-space: nowrap;
}
.calendar-block__line {
  width: 26px;
  height: 2px;
  background-color: #4268ed;
  margin-right: 20px;
}
.calendar-block__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.show__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
.show__button {
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-right: 5px;
  cursor: pointer;
}
.show__button:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .calendar-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calendar-block__left {
    width: 100%;
  }
  .calendar-block__circle {
    width: 100%;
    border-radius: 0%;
  }
  .calendar-block__right {
    width: 100%;
  }
}

.sliderReviews {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 10px;
  position: relative;
}
.sliderReview__item {
  background-color: red;
}
.sliderReviews .slick-list {
  width: 70%;
  margin: 0 auto;
}
.sliderReviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sliderReviews__img {
  margin-right: 30px;
}
.sliderReviews__title {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #35312c;
}
.sliderReviews__name {
  margin-top: 8px;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 33px;
  color: #333333;
}
.sliderReviews__description {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
  color: #333333;
}
.sliderReviews .slick-dots {
  position: absolute;
  bottom: -10%;
  text-align: center;
}
.sliderReviews .slick-dots li {
  width: 10px;
  font-size: 0px;
  margin-right: 40px;
}
.sliderReviews .slick-dots button {
  width: 50px;
  height: 3px;
  font-size: 0px;
  cursor: pointer;
  background-color: black;
}
.sliderReviews .slick-dots li button {
  padding: 0;
}
.sliderReviews .slick-dots button::before {
  font-size: 0;
  border-radius: 50%;
}
.sliderReviews .slick-dots li.slick-active button {
  background-color: #4268ed;
  height: 5px;
  opacity: 1;
}
.sliderReviews .slick-dots li.slick-active button::before {
  width: 12.6px;
  height: 3px;
  opacity: 0.5;
}
.sliderReviews__next {
  position: absolute;
  top: 45%;
  cursor: pointer;
  right: 8%;
}
.sliderReviews__prev {
  position: absolute;
  left: 8%;
  top: 45%;
  cursor: pointer;
}
.program-tem.administr-card {
  display: flex;
}
.program-tem.administr-card .img-wrap img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-tem.administr-card .img-wrap {
  max-width: 68px;
  max-height: 68px;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 68px;
}
.text-adm {
  margin-left: 20px;
}
.icon-adm-tel {
  width: 20px;
  height: 24px;
}
.header-adm-item h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  color: #333333;
  margin-bottom: 23px;
}
.inform-adm {
  display: flex;
}
.ico-wrap {
  padding-top: 3px;
}

@media (max-width: 768px) {
  .sliderReviews__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sliderReviews .slick-list {
    width: 100%;
  }

  #administrators-main-section .info-administrat {
    max-width: 670px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
  }

  .sliderReviews {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .sliderReviews__img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .programs-header h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;

    color: #333333;
    margin-right: 20px;
  }
  .programs-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .sliderReviews .slick-dots {
    bottom: -8%;
  }
  .grid-program-container .program-tem .header-program-item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: #333333;
    max-height: 100px;
    padding-right: 20px;
    margin-bottom: 20px;
    min-height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .grid-program-container .program-tem .cost-num {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
  }
  .grid-program-container .program-tem .header-program-item .img-wrap {
    max-width: 66px;
    max-height: 66px;
    min-height: 66px;
    width: 100%;
  }
  #administrators-main-section .layout-item-title,
  .section-mba .layout-item-title {
    position: static;
    padding-left: 0px;
    margin-bottom: 0;
  }
  #administrators-main-section .layout-item-title:before,
  .section-mba .layout-item-title:before {
    display: none;
  }
  .ask-row.inform .inform-adm {
    display: flex;
    padding-left: 0px;
    justify-content: center;
  }
}
@media (max-width: 475px) {
  .sliderReviews .slick-dots {
    bottom: -6%;
  }
  .program-tem.administr-card {
    display: flex;
    flex-direction: column;
  }
  .program-tem.administr-card .img-wrap,
  .program-tem.administr-card .category,
  .program-tem.administr-card .header-adm-item h5 {
    text-align: center;
    margin: 10px auto;
  }
  .program-tem.administr-card .text-adm {
    margin-left: 0;
  }
  .grid-program-container .program-tem {
    border: 1px solid #dadada;
    font-family: Montserrat;
    padding: 12px;
    box-sizing: border-box;
    transition: 0.9s all;
    position: relative;
  }
  .icon {
    width: 37px;
    height: 35px;
    margin: 0.5em;
    fill: #333333;
  }
}
.univercity {
  width: 100%;
  background-color: #242424;
}
.univercity .head .head__text {
  color: white;
}
.univercity-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.univercity__row {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.univercity__img {
  width: 70px;
  height: 70px;
}
.univercity__block {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.univercity__block span {
  font-weight: 700;
}
.univercity__text {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .univercity__row {
    margin-top: 20px;
  }
  .grid-program-container .program-tem .header-program-item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    min-height: auto;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .univercity__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .univercity__block {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .univercity__img {
    margin: 0 auto;
  }
}
.programms-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.programms-row {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.programms-row__block {
  width: 25%;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-bottom: 3px solid #dadada;
  padding-bottom: 30px;
}
.programms-row__block:hover {
  border-bottom: 3px solid #4268ed;
}
.programm-row__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.programm__number {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 30px;
  color: #333333;
  margin-right: 5px;
}
.programm__text {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.programm__description {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
@media (max-width: 768px) {
  .programms-row {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .programms-row__block {
    width: 100%;
    margin-top: 50px;
  }
}
.ask {
  background-color: #f3f3f3;
}
.ask-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ask__text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  color: #333333;
}
.ask-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ask-phone__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ask-phone__img {
  margin-right: 10px;
}
.ask__tel {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.045em;
  color: #333333;
}
.ask__mail {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.045em;
  color: #333333;
}
.ask__tel:hover,
.ask__mail:hover {
  text-decoration: underline;
}
.ask__button {
  margin-top: 30px;
  width: 300px;
  height: 50px;
  border: 2px solid #4268ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #4268ed;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.ask__button:hover {
  color: white;
  background-color: #4268ed;
}
@media (max-width: 960px) {
  .ask-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ask-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ask-row__block {
    margin-top: 30px;
  }
  .ask__text {
    font-size: 16px;
  }
}
@media (max-width: 475px) {
  .ask__text {
    font-size: 13px;
  }
  .ask__tel {
    font-size: 16px;
  }
  .ask__mail {
    font-size: 16px;
  }
  .ask__button {
    margin-top: 16px;
  }
}
.footer {
  width: 100%;
  background-color: #242424;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
.footer__date {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
.footer-nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer__link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  cursor: pointer;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.footer-media__icon:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.footer__icon {
  font-size: 26px;
  color: white;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.footer__icon:hover {
  color: #4268ed;
}
@media (max-width: 768px) {
  .footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-two-block h1 {
    font-size: 28px;
  }
  .grid-two-block .left p {
    padding-left: 43px;
    margin: 15px 0;
  }
  .ask__button {
    margin-top: 10px;
    width: auto;
    height: 42px;
    border: 2px solid #4268ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
  }

  .ask-row__block {
    margin-top: 10px;
  }
}
@media (max-width: 530px) {
  .adaptive__phone {
    font-size: 12px;
  }
  .adaptive__button {
    font-size: 12px;
  }
  .slider-prof__button {
    font-size: 12px;
  }
  .slider-prof__subtitle {
    font-size: 12px;
    margin-top: 10px;
  }
  .header-top__middle {
    width: 20%;
  }
  .slider-prof__title {
    font-size: 25px;
  }
  .adaptive-nav__link {
    font-size: 13px;
  }
  .header__phone {
    margin-right: 0px;
    font-size: 13px;
  }
  .header__button {
    font-size: 13px;
  }
  .grid-program-container .program-tem p {
    font-size: 14px;
  }
  .grid-program-container .program-tem .text {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    color: #333333;
  }
  .ask-row.inform .inform-adm {
    display: flex;
    padding-left: 0px;
    justify-content: left;
  }
  .head__line {
    margin-right: 15px;
  }
  .head__text {
    font-size: 16px;
    line-height: 20px;
  }
  .study-content__text {
    font-size: 16px;
  }
  .calendar-block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calendar-block__name {
    margin-right: 0px;
  }
  .calendar-block__line {
    width: 50px;
    height: 2px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .calendar-block__text {
    text-align: center;
  }
  #direction-page-grid .grid-program-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }

  .call__block {
    padding: 25px;
    text-align: center;
  }
  .call-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .call__input {
    margin-right: 0px;
    width: 300px;
  }
  .call__title {
    font-size: 20px;
  }
  .call__input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .call__input::-moz-placeholder {
    font-size: 20px;
  }
  .call__input:-ms-input-placeholder {
    font-size: 20px;
  }
  .call__input::-ms-input-placeholder {
    font-size: 20px;
  }
  .call__input::placeholder {
    font-size: 20px;
  }
  .call__input {
    font-size: 20px;
  }
}

@media (max-width: 475px) {
  .call__input {
    width: 200px;
    font-size: 18px;
  }
  .call__button {
    width: 200px;
  }
  .call__title {
    font-size: 18px;
  }
  .call__input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .call__input::-moz-placeholder {
    font-size: 18px;
  }
  .call__input:-ms-input-placeholder {
    font-size: 18px;
  }
  .call__input::-ms-input-placeholder {
    font-size: 18px;
  }
  .call__input::placeholder {
    font-size: 18px;
  }
  .grid-program-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
  .grid-two-block h1 {
    line-height: 39px;
  }
  .grid-program-container .program-tem p {
    font-size: 13px;
  }
  .grid-program-container .program-tem .item-time {
    display: grid;
    grid-template-columns: 20px 1fr;
  }
  .icon-item-time {
    width: 14px;
    height: 20px;
  }
  #direction-page-grid .grid-program-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}

@media (max-width: 400px) {
  .head__line {
    width: 20px;
  }
  .head__text {
    font-size: 14px;
  }
  .study-content__text {
    font-size: 14px;
  }
  .head__link {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .grid-program-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .grid-program-container .program-tem {
    border: 1px solid #dadada;
    font-family: Montserrat;
    padding: 7px;
    box-sizing: border-box;
    transition: 0.9s all;
    position: relative;
  }
  .grid-program-container .program-tem .header-program-item .img-wrap {
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    min-height: 50px;
  }
  .arrow-img {
    width: 33px;
    height: 29px;
  }
  .grid-two-block p {
    font-family: Montserrat;
    font-style: normal;
    font-size: 12px;
    line-height: 26px;
  }
  .grid-two-block h1 {
    line-height: 39px;
  }
}

.layout-sect {
  padding: 80px 0;
  background: #3559da;
  min-height: 316px;
  display: flex;
  justify-content: flex-start;
}

.layout-sect-title {
  font-weight: bold;
  font-size: 44px;
  line-height: 58px;
  color: #ffffff;
  margin-bottom: 20px;
}

.layout-sect-text {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.container {
  width: 100%;
}

.list {
  display: flex;
  flex-direction: column;
}

.list-item-block {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
}

.section-contains {
  padding: 90px 0;
}

@media screen and (max-width: 991px) {
  .list-item-img {
    display: none;
  }

  .layout-sect-title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .section-contains {
    padding: 60px 0;
  }

  .list-item-block {
    margin: 0;
  }

  .list-item-contains {
    padding-left: 0;
    padding-top: 30px;
  }

  .list-item:not(:last-of-type) {
    padding-bottom: 50px;
  }

  .list-item-contains {
    margin: 0;
  }

  .layout-item-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .layout-item-text {
    margin-bottom: 15px;
  }

  .layout-sect {
    min-height: 270px;
  }

  .layout-sect-text {
    font-size: 16px;
  }
}
