html, body {
  overflow-x: hidden;
}

html, body, p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* margins */
.__mt12 {
  margin-top: 12px;
}

.__mt16 {
  margin-top: 16px;
}

.__ml-auto {
  margin-left: auto;
}

.__ml16 {
  margin-left: 16px;
}
/* fonts */
.text__title-1 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.text__title-2 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.text__title-3 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.text__text-1 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.text__text-2 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.text__text-3 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
}

.text__text-4 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.text__text-5 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.text__white {
  color: #ffffff;
}

.text__black {
  color: #000000;
}

.text__gray {
  color: #333f48;
}

.text__gray-light {
  color: #878b90;
}

.text__gray-white {
  color: #aaafb7;
}

/* main fonts */

.modern-education {
  display: block;
  position: relative;
  width: 100%;
}

.modern-education__banner {
  width: 100%;
  background:
    radial-gradient(31.69% 123.37% at 33.04% 2.47%, rgba(49, 194, 167, 0.68) 0%, rgba(33, 161, 154, 0) 100%), 
    radial-gradient(57.65% 139.46% at 60.54% 12.53%, rgba(90, 177, 255, 0.28) 0%, rgba(90, 176, 255, 0) 100%), 
    radial-gradient(18.15% 87.21% at 3.58% 91.2%, rgba(90, 176, 255, 0.2) 0%, rgba(90, 176, 255, 0) 100%), 
    linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%), 
    linear-gradient(249.76deg, #C7F05F -6.79%, #21BA72 65.39%), #FFFFFF;
}

.modern-education .banner__content {
  display: grid;
  align-items: center;
  grid-template-columns: 5fr 7fr;
  column-gap: 23px;
  width: 100%;
  height: auto;
}

.modern-education .banner__img_block {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: contain;
  object-position: center;
}

.modern-education .banner__text_block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modern-education__breadcrumbs {
  padding: 32px 0px;
  width: 100%;
  background: #f5faff;
  box-sizing: border-box;
}

 .breadcrumbs__content {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*.modern-education .breadcrumbs__link {
  display: flex;
  align-items: center;
}

.modern-education .breadcrumbs__home {
  width: 13px;
  height: 13px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.modern-education .breadcrumbs__arrow {
  width: 5px;
  height: 9px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
}

.modern-education .breadcrumbs__text {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  text-align: center;
  line-height: 14px;
}*/

.modern-education__about {
  width: 100%;
}

.modern-education .about__content {
  width: 100%;
  height: auto;
  display: grid;
  box-sizing: border-box;
  padding: 64px 0px;
  grid-template-columns: 4fr 8fr;
  column-gap: 24px;
}

.modern-education .about__text_block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.modern-education__programs {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 0px;
  background: #f6f6f6;
}

.modern-education .programs__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.modern-education .programs__block_columns_large {
  margin-top: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(456px, auto);
  column-gap: 24px;
  row-gap: 24px;
}

.modern-education .programs__column_large {
  width: 100%;
  height: 520px;
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modern-education .programs__column_large:hover,
.modern-education .programs__column_small:hover {
  background-color: #ffffff;
  opacity: 0.85;
}

.modern-education .column-1 {
  background: linear-gradient(126.91deg, #00A2FF 0%, #235ED2 100%);
}

.modern-education .column-2 {
  background: linear-gradient(133.59deg, #2959CD 10.13%, #673DC7 70.48%);
}

.modern-education .column-3 {
  background: linear-gradient(57.9deg, #6C3DC9 38.55%, #BC2FD9 113.97%);
}

.modern-education .column-4 {
  background: linear-gradient(129.13deg, #9C35D3 1.27%, #FE677A 112.22%);
}

.modern-education .column-5{
  background: linear-gradient(104.86deg, #31C2A7 5.99%, #449AEB 100.92%), linear-gradient(0deg, #333F48, #333F48);  
}
/*
.modern-education .column-1 {
  background-image: url('../img/modern-education/program1.png');
}

.modern-education .column-2 {
  background-image: url('../img/modern-education/program2.png');
}

.modern-education .column-3 {
  background-image: url('../img/modern-education/program3.png');
}

.modern-education .column-4 {
  background-image: url('../img/modern-education/program4.png');
}

.modern-education .column-5 {
  background-image: url('../img/modern-education/program6.png');
}*/

.edu-slider_img{
  position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    object-fit: contain;
    left: 0px;
    bottom: 0px;
    object-position: right bottom;
}
.programs__block_columns_large a{
  position: relative;
}
.modern-education .programs__button {
  box-sizing: border-box;
  padding: 4px 12px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.1);
}

.modern-education .programs__column_small {
  width: 100%;
  height: 520px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modern-education__video {
  width: 100%;
  box-sizing: border-box;
  padding-top: 64px;
}

.modern-education .video__iframe {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  display: block;
}

@media screen and (max-width: 1440px) {

  .modern-education .banner__content {
    width: 100%;
    height: 500px;
    grid-template-columns: 6fr 6fr;
  }

  .modern-education .programs__block_columns_large {
    grid-auto-rows: minmax(382px, auto);
  }

  .modern-education .programs__column_large {
    height: 436px;
  }

  .modern-education .programs__column_small {
    height: 436px;
  }

  .modern-education .video__iframe {
    height: 406px;
  }

  .modern-education .banner__img_block {
    height: 500px;
  }
}

@media screen and (max-width: 1199px) {

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 999px;
  }
  
  ::-webkit-scrollbar-thumb {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  ::-moz-scrollbar-button:decrement,
  ::-moz-scrollbar-button:increment,
  ::-moz-scrollbar-button:vertical:start:decrement,
  ::-moz-scrollbar-button:vertical:end:increment,
  ::-moz-scrollbar-button:horizontal:start:decrement,
  ::-moz-scrollbar-button:horizontal:end:increment,
  ::-webkit-scrollbar-button:vertical:start:decrement,
  ::-webkit-scrollbar-button:vertical:end:increment,
  ::-webkit-scrollbar-button:horizontal:start:decrement,
  ::-webkit-scrollbar-button:horizontal:end:increment {
    width: 0px !important;
    height: 0px !important;
  }

  .modern-education .banner__content {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .modern-education .banner__img_block {
    height: 446px;
  }

  .modern-education .banner__text_block {
    box-sizing: border-box;
    padding: 0px 0px 64px 0px;
  }

  .modern-education .banner__text {
    font-size: 20px;
    line-height: 28px;
  }

  .modern-education__breadcrumbs {
    padding: 24px 39px;
  }

  .modern-education .about__content {
    padding: 64px 0px;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .modern-education .about__text_block {
    margin-top: 24px;
  }

  .modern-education__programs {
    padding: 64px 0px;
  }

  .modern-education .programs__block_columns_large {
    width: auto;
    grid-template-columns: repeat(5, 288px);
    grid-auto-rows: 520px;
    overflow-x: auto;
    box-sizing: border-box;
    /* padding-bottom: 48px; */
  }

  .modern-education .programs__column_large {
    width: 100%;
    height: 100%;
    grid-column: span 1;
  }

  .modern-education .programs__column_small {
    width: 100%;
    height: 100%;
    grid-column: span 1;
  }
  /*
  .modern-education .column-1 {
    background-image: url('../img/modern-education/program1_tab.png');
  }
  
  .modern-education .column-2 {
    background-image: url('../img/modern-education/program2_tab.png');
  }
  
  .modern-education .column-3 {
    background-image: url('../img/modern-education/program3_tab.png');
  }
  
  .modern-education .column-4 {
    background-image: url('../img/modern-education/program4_tab.png');
  }
  
  .modern-education .column-5 {
    background-image: url('../img/modern-education/program6_tab.png');
  }*/

  .modern-education .programs__column_text {
    font-size: 24px;
    line-height: 32px;
  }

  .modern-education__video {
    padding: 64px 0px 0px 0px;
  }

  .modern-education .video__iframe {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .modern-education .banner__img_block {
    height: 240px;
  }

  .modern-education .banner__content {
    box-sizing: border-box;
    padding: 24px 0px 40px 0px;
  }

  .modern-education .banner__text_block {
    padding: 0px;
    padding-top: 24px;
  }

  .modern-education .banner__title {
    font-size: 24px;
    line-height: 30px;
  }

  .modern-education .banner__text {
    font-size: 14px;
    line-height: 20px;
  }

  .modern-education__breadcrumbs {
    padding: 24px;
  }

  .modern-education .about__content {
    padding: 40px 0px;
  }

  .modern-education .about__text {
    font-size: 14px;
    line-height: 20px;
  }

  .modern-education__programs {
    padding: 40px 0px;
  }

  .modern-education .programs__block_columns_large {
    margin-top: 32px;
    column-gap: 16px;
    grid-template-columns: repeat(5, 240px);
    grid-auto-rows: 375px;
    padding-bottom: 32px;
  }

  .modern-education .programs__column_text {
    font-size: 20px;
    line-height: 24px;
  }

  .modern-education__video {
    padding: 40px 0px 0px 0px;
  }

  .modern-education .video__iframe {
    height: 260px;
  }
}