@charset "UTF-8";


@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Подключение Montserrat Light */
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Подключение Montserrat Regular */
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Подключение Montserrat Medium */
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Подключение Montserrat SemiBold */
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Подключение Montserrat Bold */
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Montserrat', 'Arial', sans-serif;
  margin: auto;
}




.menu__btn{
  display: none;
}

.header-block-mobil{
display: none;
}


@media screen and (max-width: 1300px){
  
.header-block-mobil{
display: block;
margin-bottom: -25px;
}
#menu__toggle {
  opacity: 0;
}
  
#menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}

.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  background: #1B3048;
  border: 10px solid #1B3048;
  border-radius: 5px;
  z-index: 6;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -6px;
}

.menu__btn > span::after {
  content: "";
  top: 6px;
}

.menu__box {

display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0 150% 0;
    list-style: none;
    background: #1B3048;
    -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 4;
}

.menu__box .text-5{
  color: #fff;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #1B3048;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}



}




header .header-block {
  margin: auto;
  height: 665px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
header .header-block-menu {
  height: 50px;
  background: #1B3048;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-block-menu .header-block-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 1300px;
}
header .header-block-menu .header-block-menu-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
header .header-block-menu .header-block-menu-item span img {
  margin-right: 15px;
}
header .header-block-menu .header-block-menu-item span {
  height: 20px;
}
header .header-block-menu .header-block-menu-item span a {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header-block-menu .header-block-menu-item span a:hover {
  border-bottom: 5px solid #fff;
  margin-bottom: -10px;
}

@media screen and (max-width: 1300px) {
  header .header-block-menu {
    display: none;
  }
}
.main-block {
  width: 1520px;
  height: 625px;
  margin: 50px auto;
  border-radius: 30px;
  background: white;
  -webkit-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-block .main-block-item {
  height: 625px;
  width: 100%;
  background-position: right;
  background-size: auto;
  border-radius: 30px;
  padding: 100px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  background-repeat: no-repeat;
}
.main-block .main-block-item b {
  font-size: 30px;
}
.main-block .main-block-item p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.15px;
  width: 485px;
}
.main-block .main-block-item a {
  color: #1B3048;
  font-size: 18px;
  padding: 15px 30px;
  border: 1px solid #E64D23;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
}
.main-block .owl-dots {
  width: 50%;
  margin: -50px 0px 0px 80px;
  position: absolute;
}
.main-block .owl-carousel button.owl-dot {
  background: #CECECE;
  width: 76px;
  height: 5px;
  border-radius: 10px;
  margin-right: 20px;
}
.main-block .owl-carousel button.active {
  background: #1B3048;
  height: 9px;
  width: 143px;
}

@media screen and (max-width: 1520px) {
  .main-block {
    width: 100%;
  }
  .main-block .main-block-item {
    width: 100%;
    position: relative; /* Необходимо для позиционирования псевдоэлемента */
    overflow: hidden; /* Чтобы наложение не выходило за скругленные углы */
    z-index: 1;
  }
  .main-block .main-block-item b {
    color: #fff;
  }
  .main-block .main-block-item p {
    color: #fff;
  }
  .main-block .main-block-item a {
    color: #fff;
  }
  .main-block .main-block-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Черный цвет с прозрачностью 30% */
    z-index: -1; /* Помещаем под содержимое блока */
    border-radius: 30px; /* Та же скругленность, что и у родителя */
  }
  .main-block .owl-dots {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .main-block {
    width: 100%;
  }
  .main-block .main-block-item {
    padding: 50px 20px;
  }
  .main-block .main-block-item p {
    width: 100%;
  }
  .main-block .main-block-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Черный цвет с прозрачностью 30% */
    z-index: -1; /* Помещаем под содержимое блока */
    border-radius: 30px; /* Та же скругленность, что и у родителя */
  }
  .main-block .owl-dots {
    margin: -50px 0px 0px 20px;
    width: 80%;
  }
  .main-block .owl-carousel button.owl-dot {
    width: 50px;
  }
  .main-block .owl-carousel button.active {
    width: 70px;
  }
}
.hesh-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1250px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hesh-block p {
  line-height: 10px;
}
.hesh-block #text-1 {
  color: #E64D23;
  font-size: 30px;
  font-weight: 900;
}
.hesh-block #text-2 {
  color: #E64D23;
  font-size: 30px;
  font-weight: 900;
  width: 30%;
  margin: 5px 54px;
}
.hesh-block #text-3 {
  color: #E64D23;
  font-size: 30px;
  font-weight: 900;
  margin: -5px 54px;
}
.hesh-block #text-4 {
  color: #1B3048;
  font-size: 36px;
  font-weight: 600;
  margin: 5px 54px;
}
.hesh-block #text-5 {
  color: #1B3048;
  font-size: 36px;
  font-weight: 600;
  margin: -5px 54px;
}
.hesh-block #text-6 {
  color: #E64D23;
  font-size: 24px;
  font-weight: 900;
  margin: 5px 54px;
}
.hesh-block #text-7 {
  color: #E64D23;
  margin: 5px 54px;
}
.hesh-block #text-8 {
  color: #989898;
  font-size: 30px;
}
.hesh-block #text-9 {
  color: #989898;
  font-size: 30px;
  font-weight: 900;
}
.hesh-block #text-10 {
  color: #989898;
  font-size: 24px;
  margin: -5px 0px;
}
.hesh-block #text-11 {
  color: #989898;
  font-size: 24px;
}

@media screen and (max-width: 1300px) {
  .hesh-block {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .hesh-block #text-1 {
    color: #E64D23;
    font-size: 30px;
    font-weight: 900;
    margin: 10px;
  }
  .hesh-block #text-2 {
    color: #E64D23;
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    margin: 10px;
  }
  .hesh-block #text-3 {
    color: #E64D23;
    font-size: 30px;
    font-weight: 900;
    margin: 10px;
  }
  .hesh-block #text-4 {
    color: #1B3048;
    font-size: 36px;
    font-weight: 600;
    margin: 10px;
  }
  .hesh-block #text-5 {
    color: #1B3048;
    font-size: 36px;
    font-weight: 600;
    margin: 10px;
  }
  .hesh-block #text-6 {
    color: #E64D23;
    font-size: 24px;
    font-weight: 900;
    margin: 10px;
  }
  .hesh-block #text-7 {
    color: #E64D23;
    margin: 10px;
  }
  .hesh-block #text-8 {
    color: #989898;
    font-size: 30px;
    margin: 10px;
  }
  .hesh-block #text-9 {
    color: #989898;
    font-size: 30px;
    font-weight: 900;
    margin: 10px;
  }
  .hesh-block #text-10 {
    color: #989898;
    font-size: 24px;
    margin: 10px;
  }
  .hesh-block #text-11 {
    color: #989898;
    font-size: 24px;
    margin: 10px;
  }
}
.news-block {
  width: 1300px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.news-block .news-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.news-block .news-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-block .news-block-ftl span.nev {
  background: none;
}
.news-block .news-block-ftl .news-block-tl {
  width: 1175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block .news-block-ftl .news-block-tl b {
  font-size: 30px;
  color: #E64D23;
}
.news-block .news-block-ftl .news-block-tl a {
  text-decoration: none;
  color: #695C53;
}
.news-block .news-block-item {
  width: 1175px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block .news-block-item a.news-block-item-data {
  width: 365px;
  text-decoration: none;
  color: #353535;
}
.news-block .news-block-item a.news-block-item-data .news-img {
  height: 421px;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 20px;
}
.news-block .news-block-item a.news-block-item-data b {
  margin-left: 15px;
}
.news-block .news-block-item a.news-block-item-data p {
  font-size: 14px;
  width: 60%;
  margin-left: 15px;
}

@media screen and (max-width: 1300px) {
  .news-block {
    width: 95%;
    margin: 20px auto;
    
  }
  .news-block .news-block-ftl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px;
  }
  .news-block .news-block-ftl span {
    background: #E64D23;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-block .news-block-ftl span.nev {
    background: none;
  }
  .news-block .news-block-ftl .news-block-tl {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 20px;
  }
  .news-block .news-block-ftl .news-block-tl b {
    font-size: 30px;
    color: #E64D23;
  }
  .news-block .news-block-ftl .news-block-tl a {
    text-decoration: none;
    color: #695C53;
  }
  .news-block .news-block-item {
    width: 95%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-block .news-block-item a.news-block-item-data {
    width: 365px;
    text-decoration: none;
    color: #353535;
  }
  .news-block .news-block-item a.news-block-item-data .news-img {
    height: 300px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .news-block .news-block-item a.news-block-item-data b {
    margin-left: 15px;
  }
  .news-block .news-block-item a.news-block-item-data p {
    font-size: 14px;
    width: 60%;
    margin-left: 15px;
  }
}
.teacher-block {
  width: 1300px;
  height: 775px;
  margin: auto;
  border-radius: 30px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
}
.teacher-block p.ross {
  color: #1B3048;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.18px;
  text-align: end;
  padding: 0 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teacher-block .teacher-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teacher-block .teacher-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teacher-block .teacher-block-ftl .teacher-block-tl {
  width: 1175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacher-block .teacher-block-ftl .teacher-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.teacher-block .teacher-block-ftl a.custom-prev, .teacher-block .teacher-block-ftl a.custom-next {
  margin-left: 25px;
  cursor: pointer;
}
.teacher-block .teacher-block-ftl .custom-prev:hover path, .teacher-block .teacher-block-ftl .custom-next:hover path {
  fill: #989898;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; /* Добавляем плавный переход */
}
.teacher-block .teacher-block-ftl .nev {
  background: #f5f5f5;
}
.teacher-block .teacher-block-item {
  padding: 0 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data {
  display: grid;
  justify-items: center;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-1 {
  width: 155px;
  margin-top: 25px;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-1 .teacher-block-img {
  width: 111px;
  height: 111px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-1 a {
  text-decoration: none;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-1 a span {
  color: #AD0000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-1 p {
  color: #353535;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-2 {
  width: 155px;
  margin-top: 50px;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-2 .teacher-block-img {
  width: 111px;
  height: 111px;
  border-radius: 100px;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-2 a {
  text-decoration: none;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-2 a span {
  color: #AD0000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.teacher-block .teacher-block-item .owl-carousel .teacher-block-item-data .teacher-block-item-data-2 p {
  color: #353535;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1300px) {
  .teacher-block {
    width: 95%;
    height: auto;
  }
  .teacher-block p.ross {
    color: #1B3048;
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.18px;
    text-align: end;
    padding: 0 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .teacher-block .teacher-block-ftl .teacher-block-tl {
    margin-left: 20px;
    width: 95%;
  }
  .teacher-block .teacher-block-ftl a.custom-prev, .teacher-block .teacher-block-ftl a.custom-next {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .teacher-block p.ross {
    font-size: 24px;
  }
  .teacher-block .teacher-block-item {
    padding: 0 20px;
  }
}
.student-block {
  width: 1300px;
  margin: 100px auto;
}
.student-block .student-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.student-block .student-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.student-block .student-block-ftl .student-block-tl {
  width: 1240px;
  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;
}
.student-block .student-block-ftl .student-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.student-block .student-block-ftl .student-block-tl .nav a.custom-prev-student, .student-block .student-block-ftl .student-block-tl .nav a.custom-next-student {
  margin-left: 25px;
  cursor: pointer;
}
.student-block .student-block-ftl .student-block-tl .nav .custom-prev-student:hover path, .student-block .student-block-ftl .student-block-tl .nav .custom-next-student:hover path {
  fill: #989898;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; /* Добавляем плавный переход */
}
.student-block .student-block-ftl .nev {
  background: none;
}
.student-block .student-block-item .owl-carousel {
  margin: 60px 0;
}
.student-block .student-block-item .owl-carousel .owl-stage {
  padding-bottom: 10px;
}
.student-block .student-block-item .owl-carousel .student-block-item-data {
  padding: 25px 25px 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 300px;
  height: 390px; /* или нужная вам высота */
  background-size: cover; /* Чтобы main-4.png заполнял блок */
  background-position: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.student-block .student-block-item .owl-carousel .student-block-item-data .student-block-item-data-text {
  width: 80%;
  z-index: 2;
}
.student-block .student-block-item .owl-carousel .student-block-item-data .student-block-item-data-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.student-block .student-block-item .owl-carousel .student-block-item-data .student-block-item-data-text span {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
.student-block .student-block-item .owl-carousel .student-block-item-data .student-block-item-data-link {
  width: 20%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.student-block .student-block-item .owl-carousel .student-block-item-data .student-block-item-data-link a img {
  width: 40px;
  height: 40px;
}
.student-block .student-block-item .owl-carousel .student-block-item-data .student-block-item-data-link a:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.student-block .student-block-item .owl-carousel .student-block-item-data::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/main-5.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-radius: 30px;
  opacity: 0.9;
}
.student-block p.ross {
  color: #1B3048;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.18px;
  text-align: end;
  padding: 0 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .student-block {
    width: 95%;
  }
  .student-block .student-block-ftl .student-block-tl {
    width: 95%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .student-block .student-block-item .owl-carousel.owl-drag .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .student-block p.ross {
    font-size: 24px;
    padding: 0 20px;
  }
}
.dmo-block {
  width: 1300px;
  margin: 100px auto;
}
.dmo-block .dmo-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dmo-block .dmo-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dmo-block .dmo-block-ftl .dmo-block-tl {
  width: 1175px;
  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;
}
.dmo-block .dmo-block-ftl .dmo-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.dmo-block .dmo-block-ftl .nev {
  background: none;
}
.dmo-block .dmo-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 30px 60px;
}
.dmo-block .dmo-block-item #light {
  background: #1B3048;
  color: #fff;
}
.dmo-block .dmo-block-item #dark {
  background: #F5F5F5;
  color: #1B3048;
}
.dmo-block .dmo-block-item .dmo-block-item-data {
  border-radius: 30px;
  padding: 35px 11px 0 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
    align-content: flex-start;
  }
.dmo-block .dmo-block-item .dmo-block-item-data .dmo-block-item-data-tl {
  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;
  width: 90%;
}
.dmo-block .dmo-block-item .dmo-block-item-data .dmo-block-item-data-tl b {
  font-size: 24px;
}
.dmo-block .dmo-block-item .dmo-block-item-data .dmo-block-item-data-tl a:hover path {
  fill: #989898;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; /* Добавляем плавный переход */
}
.dmo-block .dmo-block-item .dmo-block-item-data .dmo-block-item-data-text {
  width: 100%;
}
.dmo-block .dmo-block-item .dmo-block-item-data .dmo-block-item-data-text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 1300px) {
  .dmo-block {
    width: 95%;
  }
  .dmo-block .dmo-block-ftl .dmo-block-tl {
    width: 95%;
  }
  .dmo-block .dmo-block-ftl .dmo-block-tl b {
    margin-left: 20px;
  }
  .dmo-block .dmo-block-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .dmo-block .dmo-block-item #light {
    background: #1B3048;
    color: #fff;
  }
  .dmo-block .dmo-block-item #dark {
    background: #F5F5F5;
    color: #1B3048;
  }
  .dmo-block .dmo-block-item .dmo-block-item-data {
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .dmo-block {
    width: 95%;
  }
  .dmo-block .dmo-block-ftl .dmo-block-tl {
    width: 95%;
  }
  .dmo-block .dmo-block-ftl .dmo-block-tl b {
    margin-left: 20px;
  }
  .dmo-block .dmo-block-item {
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .dmo-block .dmo-block-item #light {
    background: #1B3048;
    color: #fff;
  }
  .dmo-block .dmo-block-item #dark {
    background: #F5F5F5;
    color: #1B3048;
  }
  .dmo-block .dmo-block-item .dmo-block-item-data {
    width: 95%;
  }
}
.orbita-block {
  width: 1300px;
  margin: 50px auto;
}
.orbita-block .orbita-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.orbita-block .orbita-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orbita-block .orbita-block-ftl .orbita-block-tl {
  width: 1175px;
  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;
}
.orbita-block .orbita-block-ftl .orbita-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.orbita-block .orbita-block-ftl .nev {
  background: none;
}
.orbita-block .tabs-container {
  margin: 0px 0 30px 60px;
}
.orbita-block .tabs-container .tabs-content .tab-panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: flex-start;
}
.orbita-block .tabs-container .tabs-content .tab-panel {
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orbita-block .tabs-container .tabs-content .tab-panel .orbita-block-data-text {
  width: 58%;
  font-size: 18px;
  line-height: 24px;
  height: auto;
}
.orbita-block .tabs-container .tabs-content .tab-panel .orbita-block-data-img {
  height: 576px;
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.orbita-block .tabs-container .tabs-header {
  width: 60%;
  margin-top: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.orbita-block .tabs-container .tabs-header .tab-btn {
  cursor: pointer;
  font-size: 16px;
  color: #1B3048;
  font-weight: 600;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1B3048;
  border-radius: 20px;
  margin: 10px;
  box-sizing: border-box;
}
.orbita-block .tabs-container .tabs-header .tab-btn.active {
  color: #E33405;
  border: 2px solid #E33405;
}
.orbita-block .tabs-container .tabs-header .tab-btn:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 1300px) {
  .orbita-block {
    width: 95%;
    margin: 25px auto;
  }
  .orbita-block .orbita-block-ftl .orbita-block-tl {
    width: 95%;
  }
  .orbita-block .orbita-block-ftl .orbita-block-tl b {
    margin-left: 20px;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .orbita-block .tabs-container .tabs-header {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 650px) {
  .orbita-block .tabs-container {
    margin: auto 20px;
  }
  .orbita-block .tabs-container .tabs-content .tab-panel.active {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .orbita-block .tabs-container .tabs-content .tab-panel .orbita-block-data-text {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 16px;
  }
  .orbita-block .tabs-container .tabs-content .tab-panel .orbita-block-data-img {
    width: 100%;
    height: 300px;
    margin: 10px 0;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .orbita-block .tabs-container .tabs-header {
    width: 100%;
    margin-top: 20px;
  }
  .orbita-block .tabs-container .tabs-header .tab-btn {
    margin: 5px;
  }
}
.science-block {
  width: 1300px;
  margin: 100px auto;
  border-radius: 30px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.science-block .science-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.science-block .science-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.science-block .science-block-ftl .science-block-tl {
  width: 1175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.science-block .science-block-ftl .science-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.science-block .science-block-ftl .science-block-tl .nav a.custom-prev-science, .science-block .science-block-ftl .science-block-tl .nav a.custom-next-science {
  margin-left: 25px;
  cursor: pointer;
}
.science-block .science-block-ftl .science-block-tl .nav .custom-prev-science:hover path, .science-block .science-block-ftl .science-block-tl .nav .custom-next-science:hover path {
  fill: #989898;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; /* Добавляем плавный переход */
}
.science-block .science-block-ftl .nev {
  background: none;
}
.science-block .tabs-header {
  padding: 0 65px;
  margin-top: 35px;
}
.science-block .tabs-header .tab-btn-2.active-2 {
  color: #E33405;
  border-bottom: 2px solid #E33405;
  padding-bottom: 9px;
}
.science-block .tabs-header .tab-btn-2 {
  color: #B8B8B8;
  font-size: 18px;
  font-weight: 700;
  margin-left: 55px;
  cursor: pointer;
  line-height: 40px;
}
.science-block .tabs-container {
  padding: 0 65px;
}
.science-block .tabs-container .tabs-content {
  border-top: 2px solid #B8B8B8;
  padding-top: 35px;
}
.science-block .tabs-container .tabs-content .tab-panel-2 {
  display: none;
}
.science-block .tabs-container .tabs-content .tab-panel-2.active-2 {
  display: block;
}
.science-block .tabs-container .tabs-content .tab-panel-2.active-2 .owl-carousel.owl-drag .owl-item {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.science-block .tabs-container .tabs-content .tab-panel-2.active-2 .owl-carousel .science-block-item {
  width: 200px;
}
.science-block .tabs-container .tabs-content .tab-panel-2.active-2 .owl-carousel .science-block-item .science-block-item-img {
  width: 111px;
  height: 111px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.science-block .tabs-container .tabs-content .tab-panel-2.active-2 .owl-carousel .science-block-item a {
  text-decoration: none;
  color: #AD0000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.science-block .tabs-container .tabs-content .tab-panel-2.active-2 .owl-carousel .science-block-item span {
  color: #353535;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1300px) {
  .science-block {
    width: 95%;
  }
  .science-block .science-block-ftl .science-block-tl {
    width: 95%;
  }
  .science-block .science-block-ftl .science-block-tl b {
    margin-left: 20px;
  }
  .science-block .tabs-header .tab-btn-2 {
    cursor: pointer;
  }
}
@media screen and (max-width: 650px) {
  .science-block .science-block-ftl .science-block-tl .nav {
    width: 110px;
  }
  .science-block .science-block-ftl .science-block-tl .nav a.custom-prev-science, .science-block .science-block-ftl .science-block-tl .nav a.custom-next-science {
    margin-left: 10px;
  }
  .science-block .tabs-header {
    padding: 0 20px;
  }
  .science-block .tabs-header .tab-btn-2 {
    margin-left: 20px;
  }
  .science-block .tabs-container {
    padding: 0 20px;
  }
  .science-block .tabs-container .tabs-content .tab-panel-2.active-2 .owl-carousel .science-block-item {
    width: 50%;
  }
}
.inn-block {
  width: 1300px;
  margin: 100px auto;
  border-radius: 30px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.inn-block .inn-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inn-block .inn-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inn-block .inn-block-ftl .inn-block-tl {
  width: 1175px;
  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;
}
.inn-block .inn-block-ftl .inn-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.inn-block .inn-block-ftl .nev {
  background: none;
}
.inn-block .tabs-container {
  padding: 0 65px;
}
.inn-block .tabs-container .tabs-content {
  margin: 30px 0;
}
.inn-block .tabs-container .tabs-content .tab-panel-3.active-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inn-block .tabs-container .tabs-content .tab-panel-3 {
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inn-block .tabs-container .tabs-content .tab-panel-3 .inn-block-data-text {
  width: 58%;
  font-size: 18px;
  line-height: 24px;
  height: 445px;
}
.inn-block .tabs-container .tabs-content .tab-panel-3 .inn-block-data-img {
  height: 306px;
  width: 32%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inn-block .tabs-container .tabs-header-3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inn-block .tabs-container .tabs-header-3 .tab-btn-3 {
  cursor: pointer;
  font-size: 16px;
  color: #1B3048;
  font-weight: 600;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1B3048;
  border-radius: 20px;
  margin: 10px;
  box-sizing: border-box;
}
.inn-block .tabs-container .tabs-header-3 .tab-btn-3.active {
  color: #E33405;
  border: 2px solid #E33405;
}
.inn-block .tabs-container .tabs-header-3 .tab-btn-3:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 1300px) {
  .inn-block {
    width: 95%;
  }
  .inn-block .inn-block-ftl .inn-block-tl {
    width: 95%;
  }
  .inn-block .inn-block-ftl .inn-block-tl b {
    margin-left: 20px;
  }
  .inn-block .tabs-container .tabs-content .tab-panel-3.active-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .inn-block .tabs-container .tabs-content .tab-panel-3 .inn-block-data-img {
    height: 306px;
    width: 49%;
    margin-top: 20px;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .inn-block .tabs-container .tabs-header-3 .tab-btn-3 {
    cursor: pointer;
  }
}
@media screen and (max-width: 650px) {
  .inn-block .inn-block-ftl .inn-block-tl b {
    margin-left: 20px;
  }
  .inn-block .tabs-container {
    padding: 0 20px;
  }
  .inn-block .tabs-container .tabs-content .tab-panel-3.active-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .inn-block .tabs-container .tabs-content .tab-panel-3 .inn-block-data-img {
    height: 306px;
    width: 100%;
    margin-top: 20px;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .inn-block .tabs-container .tabs-header-3 .tab-btn-3 {
    margin: 5px;
  }
}
.sport-block {
  width: 1300px;
  margin: 100px auto;
  border-radius: 30px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sport-block .sport-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sport-block .sport-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sport-block .sport-block-ftl .sport-block-tl {
  width: 1175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sport-block .sport-block-ftl .sport-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.sport-block .sport-block-ftl .sport-block-tl .nav a.custom-prev-science, .sport-block .sport-block-ftl .sport-block-tl .nav a.custom-next-science {
  margin-left: 25px;
  cursor: pointer;
}
.sport-block .sport-block-ftl .sport-block-tl .nav .custom-prev-science:hover path, .sport-block .sport-block-ftl .sport-block-tl .nav .custom-next-science:hover path {
  fill: #989898;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; /* Добавляем плавный переход */
}
.sport-block .sport-block-ftl .nev {
  background: none;
}
.sport-block .tabs-header {
  padding: 0 65px;
  margin-top: 35px;
}
.sport-block .tabs-header .tab-btn-4.active-4 {
  color: #E33405;
  border-bottom: 2px solid #E33405;
  padding-bottom: 9px;
}
.sport-block .tabs-header .tab-btn-4 {
  color: #B8B8B8;
  font-size: 18px;
  font-weight: 700;
  margin-left: 55px;
  cursor: pointer;
  line-height: 40px;
}
.sport-block .tabs-container {
  padding: 0 65px;
}
.sport-block .tabs-container .tabs-content {
  border-top: 2px solid #B8B8B8;
  padding-top: 35px;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 {
  display: none;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content {
  width: 48%;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-img {
  width: 100%;
  height: 385px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2A456E;
  border-radius: 20px;
  padding: 10px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text b {
  font-size: 43px;
  color: #1B3048;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text .time-month {
  margin: 0 10px;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text .time-month p {
  font-size: 18px;
  color: #1B3048;
  font-weight: 700;
  margin: auto;
  margin-left: 5px;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text .time-month .time {
  color: #E43E11;
  margin-left: 0px;
}
.sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text .sport-content-text-title p {
  font-size: 18px;
  color: #1B3048;
  font-weight: 700;
  margin: auto;
}
.sport-block .tabs-container .tabs-content .tab-panel-4.active-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sport-block .sport-url-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.sport-block .sport-url-block a.sport-url {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FF0000;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .sport-block {
    width: 95%;
  }
  .sport-block .sport-block-ftl .sport-block-tl {
    width: 95%;
  }
  .sport-block .sport-block-ftl .sport-block-tl b {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content {
    width: 100%;
    margin-top: 40px;
  }
  .sport-block .tabs-container .tabs-content .tab-panel-4.active-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .sport-block .tabs-header {
    padding: 0 20px;
  }
  .sport-block .tabs-container {
    padding: 0 20px;
  }
  .sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content {
    width: 100%;
    margin-top: 40px;
  }
  .sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text {
    margin-top: 10px;
  }
  .sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text b {
    font-size: 30px;
  }
  .sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text .time-month p {
    font-size: 16px;
  }
  .sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text .time-month .time {
    font-size: 16px;
  }
  .sport-block .tabs-container .tabs-content .tab-panel-4 .sport-content .sport-content-text .sport-content-text-title p {
    font-size: 14px;
  }
}
.gallery-block {
  width: 1300px;
  margin: 100px auto;
}
.gallery-block .gallery-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gallery-block .gallery-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-block .gallery-block-ftl .gallery-block-tl {
  width: 1175px;
  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;
}
.gallery-block .gallery-block-ftl .gallery-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.gallery-block .gallery-block-ftl .nev {
  background: none;
}
.gallery-block .gallery-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 30px 60px;
  height: 485px;
}
.gallery-block .gallery-block-item .gallery-block-item-data-1 {
  width: 19%;
  height: 100%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-1 #i-1 {
  height: 100%;
  width: 100%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-2 {
  width: 39%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-block .gallery-block-item .gallery-block-item-data-2 #i-2 {
  height: 48%;
  width: 100%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-2 #i-3 {
  height: 48%;
  width: 48%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-2 #i-4 {
  height: 48%;
  width: 48%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 39%;
  height: 100%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-3 #i-5 {
  height: 48%;
  width: 48%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-3 #i-6 {
  height: 48%;
  width: 48%;
}
.gallery-block .gallery-block-item .gallery-block-item-data-3 #i-7 {
  height: 48%;
  width: 100%;
}
.gallery-block .gallery-block-item .gallery-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

@media screen and (max-width: 1300px) {
  .gallery-block {
    width: 95%;
  }
  .gallery-block .gallery-block-ftl .gallery-block-tl {
    width: 95%;
  }
  .gallery-block .gallery-block-ftl .gallery-block-tl b {
    margin-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .gallery-block .gallery-block-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
    height: 600px;
  }
  .gallery-block .gallery-block-item .gallery-block-item-data-1 {
    width: 39%;
    height: 50%;
  }
  .gallery-block .gallery-block-item .gallery-block-item-data-2 {
    width: 59%;
    height: 50%;
  }
  .gallery-block .gallery-block-item .gallery-block-item-data-3 {
    width: 100%;
    margin-top: 15px;
    height: 50%;
  }
}
.history-block {
  width: 1300px;
  margin: 100px auto;
  border-radius: 30px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.history-block .history-block-ftl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.history-block .history-block-ftl span {
  background: #E64D23;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-block .history-block-ftl .history-block-tl {
  width: 1175px;
  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;
}
.history-block .history-block-ftl .history-block-tl b {
  color: #E33405;
  font-size: 30px;
}
.history-block .history-block-ftl .nev {
  background: none;
}
.history-block .history-block-item {
  padding: 0 65px;
  margin-top: 35px;
}
.history-block .history-block-item p {
  width: 60%;
  font-size: 16px;
  line-height: 24px;
}
.history-block p.history-block-item-p-arhpage{
  width: 100%;
    font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1300px) {
  .history-block {
    width: 95%;
  }
  .history-block .history-block-ftl .history-block-tl {
    width: 95%;
  }
  .history-block .history-block-ftl .history-block-tl b {
    margin-left: 20px;
  }
  .history-block .history-block-item {
    padding: 0 20px;
  }
  .history-block .history-block-item p {
    width: 100%;
  }
}
.question-block {
  width: 100%;
  background: #E43E11;
  height: 120px;
  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;
}
.question-block .question-block-item {
  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;
  width: 600px;
}
.question-block .question-block-item b {
  font-size: 24px;
  color: #fff;
}
.question-block .question-block-item a {
  font-size: 18px;
  font-weight: 700;
  color: #1B3048;
  background: #fff;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  text-decoration: none;
}
.question-block .question-block-item a:hover {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}

@media screen and (max-width: 1300px) {
  .question-block {
    width: 100%;
  }
  .question-block .question-block-item {
    max-width: 600px;
    width: 95%;
  }
  .question-block .question-block-item b {
    font-size: 20px;
  }
  .question-block .question-block-item a {
    font-size: 16px;
  }
}
footer {
  width: 100%;
  height: 325px;
  background: #1B3048;
  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;
}
footer .footer-block {
  width: 1300px;
  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;
  color: #fff;
}
footer .footer-block .footer-block-item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 20%;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-icon {
  width: 100%;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-icon a {
  margin-right: 5px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-icon a img {
  width: 39px;
  height: 39px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati {
  margin-top: 25px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-a img {
  margin-right: 10px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-a p {
  margin: auto;
  font-size: 14px;
  line-height: 18px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-t {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-t img {
  margin-right: 10px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-t a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-t a:hover {
  color: #006DF0;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-i {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-i img {
  margin-right: 10px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-i a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer .footer-block .footer-block-item-1 .footer-block-item-1-ati .footer-block-item-1-i a:hover {
  color: #006DF0;
}
footer .footer-block .footer-block-item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 20%;
}
footer .footer-block .footer-block-item-2 p {
  width: 100%;
}
footer .footer-block .footer-block-item-2 a {
  margin: 2px 0px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
footer .footer-block .footer-block-item-2 a:hover {
  color: #006DF0;
}
footer .footer-block .footer-block-item-3 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-block .footer-block-item-3 p {
  width: 100%;
}
footer .footer-block .footer-block-item-3 a {
  margin: 2px 0px;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
footer .footer-block .footer-block-item-3 a:hover {
  color: #006DF0;
}
footer .footer-block .footer-block-item-4 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-block .footer-block-item-4 p {
  width: 100%;
}
footer .footer-block .footer-block-item-4 a {
  margin: 2px 0px;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
footer .footer-block .footer-block-item-4 a:hover {
  color: #006DF0;
}
footer .footer-block .footer-block-item-5 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-block .footer-block-item-5 p {
  width: 100%;
}
footer .footer-block .footer-block-item-5 a {
  margin: 2px 0px;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
footer .footer-block .footer-block-item-5 a:hover {
  color: #006DF0;
}

@media screen and (max-width: 1300px) {
  footer {
    width: 100%;
    height: auto;
    padding: 50px 0px;
  }
  footer .footer-block {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-block .footer-block-item-1 {
    width: 30%;
  }
  footer .footer-block .footer-block-item-2 {
    width: 30%;
  }
  footer .footer-block .footer-block-item-3 {
    width: 30%;
  }
  footer .footer-block .footer-block-item-4 {
    width: 30%;
  }
  footer .footer-block .footer-block-item-4 p {
    width: 100%;
  }
  footer .footer-block .footer-block-item-5 {
    width: 30%;
  }
  footer .footer-block .footer-block-item-5 p {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  footer .footer-block {
    width: 80%;
  }
  footer .footer-block .footer-block-item-1 {
    width: 100%;
  }
  footer .footer-block .footer-block-item-2 {
    width: 100%;
  }
  footer .footer-block .footer-block-item-3 {
    width: 100%;
  }
  footer .footer-block .footer-block-item-4 {
    width: 100%;
  }
  footer .footer-block .footer-block-item-4 p {
    width: 100%;
  }
  footer .footer-block .footer-block-item-5 {
    width: 100%;
  }
  footer .footer-block .footer-block-item-5 p {
    width: 100%;
  }
}


h1{
  display: none;
}

.content-z{
    font-size: 30px;
    border: 1px solid #E33405;
    background: #edebeb;
    border-radius: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 50px;
    padding: 100px 0;
    font-weight: 600;
}


a.hron-block-item-data {
  text-decoration: none;
  color: #353535;
}
a.hron-block-item-data .hron-img {
  height: 420px;
  border-radius: 20px;
  margin-bottom: 20px;
}
a.hron-block-item-data b {
  font-weight: 700;
}
a.hron-block-item-data p {
  font-weight: 500;
}

.student-block-item-data {
  padding: 25px 25px 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 300px;
  height: 390px; /* или нужная вам высота */
  background-size: cover; /* Чтобы main-4.png заполнял блок */
  background-position: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.student-block-item-data .student-block-item-data-text {
  width: 80%;
  z-index: 2;
}
.student-block-item-data .student-block-item-data-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.student-block-item-data .student-block-item-data-text span {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
.student-block-item-data .student-block-item-data-link {
  width: 20%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.student-block-item-data .student-block-item-data-link a img {
  width: 40px;
  height: 40px;
}
.student-block-item-data .student-block-item-data-link a:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.student-block-item-data::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/main-5.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-radius: 30px;
  opacity: 0.9;
}

p.ross {
  color: #1B3048;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.18px;
  text-align: end;
  padding: 0 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



.student-block-item-data-page{
  width: 280px !important;
}

.history-block .history-block-item{
  display: flex;
    justify-content: space-between;


}
   .history-block .history-block-item .student-description{
    width: 70%;
    }
.history-block .history-block-item .student-description p{
  width: 100%;
}
.history-block .history-block-item p.student-title{
  width: 100%;
  
}
    .back-link{
      color: #E33405;
    font-size: 16px;
    width: 1300px;
    margin: auto;
    display: flex;
      }



    @media screen and (max-width: 650px){
      .history-block .history-block-item{

        flex-wrap: wrap;
        justify-content: center;


}
   .history-block .history-block-item .student-description{
      width: 100%;
    }

        .back-link{

    width: 100%;
      }

    }


 .hystory-pege-data{
  min-width: 300px;
  width: 100%;

 }

    .hystory-pege-data .news-img{
      height: 420px;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto;
      border-radius: 30px;
      margin-bottom: 10px;


    }

        .hystory-pege-data a{
          text-decoration: none;
          color: #353535;

        }



      .hystory-block-item-data-page{

          width: 400px;
          min-height: 400px;
          height: auto;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 30px;
          background-size: cover;


      }
      .hystory-description{
        width: 60%;
      }
      .hystory-description p{
      width: 100% !important;
      }
      .hystory-description b{
      width: 100% !important;
      display: flex;
          justify-content: flex-end;
      }

    @media screen and (max-width: 650px){
            .hystory-description{
        width: 100%;
      }

      .hystory-block-item-data-page{
        margin-bottom: 10px;
      }
    }




 .orbita-block-button .tabs-header
 {
  width: 1300px;
    margin: 20px auto;
        display: flex;
    flex-wrap: wrap;

 }
    .orbita-block-button .tab-btn {
      white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  color: #1B3048;
  font-weight: 600;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1B3048;
  border-radius: 20px;
  margin:5px 10px;
  box-sizing: border-box;
}
.orbita-block-button .tab-btn.active {
  color: #E33405;
  border: 2px solid #E33405;
}
.orbita-block-button .tab-btn:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 1300px){
 .orbita-block-button .tabs-header{
  width: 100%;
    display: flex;
    flex-wrap: wrap;
}
}






.modal-form {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1b304824;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
} 

.modal-form.active {
    opacity: 1;
}

.modal-form .modal-content {
  width: 50%;
    position: absolute;
    top: 30px;
    right: 20px;
    height: 95%;
    background: #1B3048;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 0.5px solid #333333;
}

.modal-form.active .modal-content {
    transform: translateX(0);
}




.modal-form .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 35px;
    font-weight: 100;
    cursor: pointer;
    z-index: 1001;
    background: none;
    border: none;
    color: #333;
    background: #ffffff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.modal-form .close-btn:hover {
    color: #ffffff;
}

.modal-form .modal-content h2 {
    margin-top: 50px;
    padding: 0 20px;
}

.modal-form .modal-content p {
    /* padding: 0 20px 20px; */
}


.modal-form .modal-content .modal-content-item {
  width: 100%;
}
.modal-form .modal-content .modal-content-item .modal-content-item-text .text-4 {
  color: #ffffff;
}

.modal-form .modal-content-item-text-item{
  display: flex;
    justify-content: space-between;
    height: 65px;
    margin-top: 50px;
}

.modal-form .modal-content-item-text-item-tel, .modal-content-item-text-item-email{
  width: 50%;
  border-left: 1px solid #333333;
  display: flex;
  align-items: center;
      flex-wrap: wrap;
      padding-left: 30px;
}

.modal-form .modal-content-item-text-item-tel p.text-6, .modal-content-item-text-item-email p.text-6{
  color: #ffffff;
  width: 100%;
}
.modal-form .modal-content-item-text-item-tel a.text-bm, .modal-content-item-text-item-email a.text-bm{
  color: #F2F2F2;
  width: 100%;
   font-weight: 400;
}
.modal-form .modal-content-item-text-item-tel a.text-bm{
  text-decoration: none;
}

.modal-form .modal-content .modal-content-item .modal-content-item-text .text-bl {
  margin-top: 30px;
  color: #F2F2F2;
}
.modal-form .modal-content .modal-content-item .modal-content-item-text .text-bl a {
  text-decoration: underline;
  color: #ffffff;

}
.modal-form .modal-content .modal-content-item .modal-content-item-form {
  margin-top: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  /* border: 1px solid #333333; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-email {
  width: 49%;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-email .text-ls {
  color: #ffffff;
  margin-bottom: 15px;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-email input {
  background: #333333;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  border: 0px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #F2F2F2;
  font-size: 16px;
  letter-spacing: -0.25px;
  line-height: 24px;
  font-family: "Inter";
  font-weight: 600;

}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-tel {
  width: 49%;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-tel .text-ls {
  color: #ffffff;
  margin-bottom: 15px;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-tel input {
  background: #333333;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  border: 0px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #F2F2F2;
  font-size: 16px;
  letter-spacing: -0.25px;
  line-height: 24px;
  font-family: "Inter";
  font-weight: 600;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info {
  width: 100%;
  margin-top: 30px;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info .text-ls {
  color: #ffffff;
  margin-bottom: 15px;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info textarea {
width: 100%;
    height: 170px;
    border-radius: 8px;
    background: #333333;
    border: 0px;
    padding: 20px;
    box-sizing: border-box;
    color: #F2F2F2;
    font-size: 16px;
    letter-spacing: -0.25px;
    line-height: 24px;
    font-family: "Inter";
    font-weight: 600;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info input::-webkit-input-placeholder {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  display: inline-block;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info input::-moz-placeholder {
  transform: translateY(-50px);
  display: inline-block;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info input:-ms-input-placeholder {
  transform: translateY(-50px);
  display: inline-block;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info input::-ms-input-placeholder {
  transform: translateY(-50px);
  display: inline-block;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-info input::placeholder {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  display: inline-block;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .text-bs {
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  line-height: 1;
  margin: auto;
  width: 100%;
}

.modal-form .modal-content .modal-content-item .modal-content-item-form .text-bs a{
  text-decoration: underline;
  color: #999999;
}

.modal-form  input.form-button {
color: #121212;
    font-family: "Inter";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 16px;
    cursor: pointer;
    border: 0px;
} 

.modal-form .wpcf7-list-item {
    margin: 0  1em 0 0;
}



@media (min-width: 1201px) {
    .modal-form .modal-content {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .modal-form .modal-content {
        width: 100%;
        top: 0px;
        right: 0px;
        height: 95%;
    }
} 
@media (max-width: 768px) {



.product-card{
        flex-wrap: wrap;
                margin-bottom: 20px;
}
.product-card-text{
  width: 100%;
}






.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-tel {
    width: 100%;
}
.modal-form .modal-content .modal-content-item .modal-content-item-form .demo-block-item-form-email {
    width: 100%;
}
}