*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

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

textarea {
  resize: none;
}

b {
  font-weight: 700;
}

a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a,
input[type=button],
input[type=submit],
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

[disabled] {
  cursor: not-allowed;
}

.br,
img {
  display: block;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

body {
  font-size: 16px;
  background: #0a2c52;
  min-width: 320px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-optical-sizing: auto;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1184px;
  }
}

.app {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  background: url(../images/0.jpg) no-repeat 50% 0;
  background-size: cover;
  font-family: Muller, sans-serif;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.app > div {
  position: relative;
  z-index: 2;
}
.app > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 1;
}

.title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 992px) {
  .title {
    font-size: 36px;
  }
}

.header {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.header__body {
  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;
  height: 64px;
}
@media (min-width: 992px) {
  .header__body {
    height: 76px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__logo img {
  height: 29px;
}
@media (min-width: 992px) {
  .header__logo img {
    height: 45px;
  }
}
.header__logo span {
  font-size: 6px;
}
@media (min-width: 992px) {
  .header__logo span {
    font-size: 10px;
  }
}
.header__nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 40px;
  background: rgba(13, 50, 93, 0.9);
  padding: 16px;
  position: absolute;
  top: 64px;
  left: 50%;
  width: calc(100% - 20px);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 8px;
  text-align: center;
}
@media (min-width: 992px) {
  .header__nav {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    border-radius: 0;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    gap: 12px 60px;
  }
}
.header__nav a {
  font-size: 12px;
  -webkit-transition: 1s;
  transition: 1s;
}
.header__nav a:hover {
  color: yellow;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
}
.active + .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__info {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__www {
  width: 44px;
  height: 44px;
  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;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1168cb), to(#cc2d2d));
  background: linear-gradient(180deg, #1168cb 0%, #cc2d2d 100%);
}
.header__www:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.header__tg {
  width: 44px;
  height: 44px;
  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;
  border-radius: 10px;
  background: #039be5;
}
.header__tg:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.header__phone {
  height: 44px;
  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;
  border-radius: 10px;
  padding: 0 16px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
}
.header__phone:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.header__burger {
  background: rgba(13, 50, 93, 0.6);
  width: 34px;
  height: 34px;
  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;
  border-radius: 8px;
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger.active {
  background: #059f38;
}

.hero {
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (min-width: 992px) {
  .hero {
    height: 936px;
    margin-top: -76px;
    padding-top: 170px;
  }
}
.hero .container {
  max-width: 375px;
}
@media (min-width: 992px) {
  .hero .container {
    max-width: 1184px;
  }
}
.hero__bg {
  height: 340px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -20px;
}
@media (min-width: 992px) {
  .hero__bg {
    height: 100%;
    margin-left: 260px;
  }
}
.hero__body {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__body {
    max-width: 645px;
  }
}
.hero__toper {
  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;
  height: 320px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .hero__toper {
    height: auto;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
  }
}
.hero__toper a,
.hero__toper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 12px;
  padding-top: 24px;
  border: none;
  background: #1168cc;
  border-bottom: 3px solid #0755b2;
  margin-top: 24px;
  width: 94px;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .hero__toper a,
  .hero__toper button {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: auto;
    padding: 0 20px;
    height: 52px;
    font-size: 20px;
    border-bottom: 4px solid #0755b2;
  }
}
.hero__toper a:hover,
.hero__toper button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.hero__toper a img,
.hero__toper button img {
  width: auto;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 992px) {
  .hero__toper a img,
  .hero__toper button img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    height: 28px;
  }
}
.hero__toper > span {
  width: 80px;
  font-size: 9px;
  line-height: 1.4;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .hero__toper > span {
    width: auto;
    font-size: 14px;
    padding: 0;
    line-height: 1;
  }
}
.hero__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .hero__title {
    text-align: left;
    font-size: 56px;
    margin-top: 42px;
  }
}
@media (min-width: 992px) {
  .hero__title .br {
    display: inline;
  }
}
.hero__text {
  margin: 0;
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .hero__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    max-width: 560px;
    font-size: 20px;
    line-height: 23px;
    margin-top: 28px;
  }
}
.hero__text img {
  display: none;
}
@media (min-width: 992px) {
  .hero__text img {
    display: block;
    width: 96px;
  }
}
@media (min-width: 992px) {
  .hero__text > span {
    width: calc(100% - 96px);
    padding-left: 16px;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 24px;
  width: 170px;
  margin: 0 auto;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .hero__buttons {
    margin-top: 52px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.hero__buttons-item {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  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;
  gap: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
  border-radius: 8px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 992px) {
  .hero__buttons-item {
    padding: 0 24px;
    height: 80px;
    gap: 30px;
    font-size: 20px;
    width: auto;
  }
}
.hero__buttons-item:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.hero__buttons-item img {
  width: auto;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .hero__buttons-item img {
    height: 34px;
  }
}
.hero__buttons-item + .hero__buttons-item {
  position: relative;
  height: 32px;
  font-size: 10px;
  padding-left: 38px;
}
@media (min-width: 992px) {
  .hero__buttons-item + .hero__buttons-item {
    height: 80px;
    padding-left: 88px;
    font-size: 20px;
    padding-right: 34px;
  }
}
.hero__buttons-item + .hero__buttons-item img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  border-radius: 0 0 0 8px;
}
@media (min-width: 992px) {
  .hero__buttons-item + .hero__buttons-item img {
    height: 88px;
  }
}

.need {
  margin-top: 84px;
  position: relative;
}
@media (min-width: 992px) {
  .need {
    padding-bottom: 150px;
  }
}
.need__bg {
  width: 100%;
  max-width: 2000px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .need__bg {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .need__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.need__brick {
  display: none;
  z-index: 2;
  position: absolute;
  bottom: -50px;
  left: 50%;
  height: 280px;
  margin-left: 80px;
}
@media (min-width: 992px) {
  .need__brick {
    display: block;
  }
}
.need .container {
  position: relative;
  z-index: 2;
}
.need__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .need__title {
    margin-bottom: 30px;
    text-align: left;
  }
}
.need__items {
  display: grid;
  gap: 12px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .need__items {
    grid-template-columns: 1fr 1fr;
  }
}
.need__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
}
.need__item img {
  width: 100%;
  height: auto;
  min-height: 120px;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.need__item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.need__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: linear-gradient(199.23deg, rgba(255, 255, 255, 0.3) 13.89%, rgba(164, 200, 234, 0.3) 50.48%, rgba(255, 255, 255, 0.3) 87.07%);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
}
@media (min-width: 992px) {
  .need__item > span {
    padding: 40px;
  }
}
.need__item:hover > span {
  background: #fff;
  color: #000;
}
.need__item b {
  font-size: 12px;
}
@media (min-width: 992px) {
  .need__item b {
    font-size: 24px;
  }
}
.need__item i {
  font-style: normal;
  margin-top: 8px;
  font-size: 8px;
}
@media (min-width: 992px) {
  .need__item i {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .need__item + .need__item {
    position: relative;
    top: -66px;
  }
}

.why__title {
  margin: 0;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .why__title {
    text-align: left;
    margin-bottom: 25px;
  }
}
.why__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .why__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .why__items {
    gap: 20px;
  }
}
.why__item {
  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;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(199.23deg, rgba(255, 255, 255, 0.3) 13.89%, rgba(164, 200, 234, 0.3) 50.48%, rgba(255, 255, 255, 0.3) 87.07%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media (min-width: 992px) {
  .why__item {
    padding: 40px;
  }
}
.why__item:hover {
  background: #fff;
  color: #000;
}
.why img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .why img {
    height: 150px;
  }
}
.why b {
  margin-top: 12px;
  font-size: 9px;
}
@media (min-width: 992px) {
  .why b {
    font-size: 18px;
    margin-top: 25px;
  }
}
.why span {
  margin-top: 4px;
  font-size: 8px;
}
@media (min-width: 992px) {
  .why span {
    font-size: 12px;
    margin-top: 8px;
  }
}

.program {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .program {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .program {
    margin-top: 180px;
  }
}
.program__body {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  padding: 48px 0;
  color: #000;
  padding-bottom: 230px;
}
@media (min-width: 768px) {
  .program__body {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .program__body {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
.program__body-bg {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program__body:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.program__body-inner {
  position: relative;
  z-index: 3;
}
.program__title {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(22.22%, #000000), to(#666666));
  background: linear-gradient(0deg, #000000 22.22%, #666666 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .program__title {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .program__title {
    font-size: 96px;
  }
}
.program__toper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .program__toper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.program__subtitle {
  font-size: 8px;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .program__subtitle {
    font-size: 17px;
  }
}
.program__subtitle ~ .program__subtitle {
  display: none;
}
@media (min-width: 768px) {
  .program__subtitle ~ .program__subtitle {
    display: block;
  }
}
.program__see {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: linear-gradient(331.57deg, #0057ba 1.41%, #2b8eff 75.9%);
  -webkit-box-shadow: 0px 1.87px 34.52px 0px rgba(128, 187, 255, 0.7);
          box-shadow: 0px 1.87px 34.52px 0px rgba(128, 187, 255, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 8px;
  text-transform: uppercase;
  height: 32px;
  padding: 0 16px;
  border-radius: 5px;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media (min-width: 992px) {
  .program__see {
    gap: 12px;
    font-size: 18px;
    height: 68px;
    border-radius: 10px;
    padding: 0 24px;
  }
}
.program__see:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.program__see img {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .program__see img {
    width: 32px;
    height: 32px;
  }
}
.program__items {
  display: grid;
  gap: 39px 20px;
}
@media (min-width: 768px) {
  .program__items {
    grid-template-columns: 1fr 1fr 1fr;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 69px 164px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 69px 164px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .program__items {
    border-radius: 40px;
    padding: 40px;
    padding-bottom: 70px;
  }
}
.program__item {
  background: linear-gradient(0deg,rgba(42, 123, 155, 0) 0%, rgba(43, 139, 238, 0) 49%, rgba(43, 142, 255, 1) 49%, rgba(43, 142, 255, 1) 100%);
  color: #fff;
  border-radius: 20px;
  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: justify;
      -ms-flex-pack: justify;
         justify-content: space-between;
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
}


.program__item.color_1{
  background: linear-gradient(180deg, #db4545 0%, #ae0000 60%,#ffffff00 50%,#ffffff00 100%); 
}
.program__item.color_2{
  background: linear-gradient(180deg, #464fe0 0%, #464fe0 60%,#ffffff00 50%,#ffffff00 100%); 
}
.program__item.color_3{
  background: linear-gradient(180deg, #49B220 0%, #49B220 60%,#ffffff00 50%,#ffffff00 100%); 
}
.program__item.color_4{
  background: linear-gradient(180deg, #09848E 0%, #09848E 60%,#ffffff00 50%,#ffffff00 100%); 
}
.program__item.color_5{
  background: linear-gradient(180deg, #7E27A1 0%, #7E27A1 60%,#ffffff00 50%,#ffffff00 100%); 
}
.program__item:hover {
  /*background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 50%,#db454500 50%, #db454500 100%);*/
}

.program__item .fixed_more_video{
  color: #2b8eff;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  bottom: -25px;
}
.program__item .fixed_more_video a{
   border-bottom: 1px dashed #2b8eff;
}
.program__item .fixed_more_video a:hover{
  color: #000;
  border-color: #000;
}

.program__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.program__item-body div {
  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;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.program__item-body i {
  font-style: normal;
}
.program__item-body p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.program__item iframe {
  display: block;
  border: none;
  width: 100%;
  height: auto;
  min-height: 160px;
  border-radius: 0 0 20px 20px;
}
.program__item .play_video_rutube{
  position: relative;
}
.program__item .play-background-image-tutube:hover{
  transition: all .2s;
}
.program__item .play-background-image-tutube:hover{
  opacity: .9;
}
.program__item .play_video_rutube .play-background-image-tutube{
  position: absolute;
  width: 78px;
  height: 78px;
  transform:translate(-50%,-50%) ;
  left: 50%;
  top: 50%;
}
.program__item .play_video_rutube .play-background-image-tutube svg{
  max-width: 100%;
  max-height: 100%;
}
.program__item .play_video_rutube img {
  display: block;
  border: none;
  width: 100%;
  height: auto;
  height: 160px;
  border-radius: 20px;
  object-fit: cover;
}
.program__item-last {
  background: #2b8eff;
  color: #fff;
  border-radius: 20px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  position: relative;
  height: 270px;
  -webkit-transition: 0s;
  transition: 0s;
}
.program__item-last:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
}
.program__item-last-logo {
  height: 27px;
}
.program__item-last b {
  margin-top: 16px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.program__item-last i {
  margin-top: 12px;
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-style: normal;
  text-decoration: underline;
}
.program__item-last-bg {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.program__line {
  width: calc(100% + 40px);
  margin: 10px 0;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .program__line {
    display: none;
  }
}
.program__tg {
  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;
}
@media (min-width: 992px) {
  .program__tg {
    margin-top: -30px;
  }
}
.program__tg a {
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
  height: 50px;
  padding: 0 24px;
  border: none;
}
@media (min-width: 992px) {
  .program__tg a {
    height: 80px;
    gap: 30px;
    padding: 0 40px;
    font-size: 20px;
  }
}
.program__tg a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.program__tg img {
  height: 24px;
}
@media (min-width: 992px) {
  .program__tg img {
    height: 34px;
  }
}
.program__bg {
  display: none;
  width: auto;
  height: 150px;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .program__bg {
    display: block;
  }
}
@media (min-width: 992px) {
  .program__bg {
    width: 2000px;
    height: auto;
    bottom: 0;
  }
}
.program__bottom {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
  margin-top: -220px;
}
@media (min-width: 768px) {
  .program__bottom {
    margin: 0;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 100%;
    -webkit-backdrop-filter: blur(64px);
            backdrop-filter: blur(64px);
    background: linear-gradient(199.23deg, rgba(255, 255, 255, 0.7) 13.89%, rgba(164, 200, 234, 0.7) 50.48%, rgba(255, 255, 255, 0.7) 87.07%);
    width: calc(100% - 32px);
    border-radius: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 40px;
    -webkit-box-shadow: 0px 69px 164px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 69px 164px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .program__bottom {
    padding: 0 60px;
    bottom: 80px;
    height: 290px;
    bottom: 0px;
    max-width: 1120px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.program__bottom-body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .program__bottom-body {
    width: calc(100% - 250px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .program__bottom-body {
    width: calc(100% - 370px);
  }
}
.program__bottom-body > span {
  width: 200px;
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .program__bottom-body > span {
    text-align: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .program__bottom-body > span {
    font-size: 30px;
  }
}
.program__bottom-body > span span {
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#0057ba), color-stop(43.31%, #2b8eff));
  background: linear-gradient(360deg, #0057ba 0%, #2b8eff 43.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program__bottom-body a {
  width: 220px;
  padding: 0;
  border: none;
  color: #fff;
  border-radius: 8px;
  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;
  gap: 12px;
  font-weight: 700;
  font-size: 12px;
  height: 56px;
  background: #039be5;
  border-bottom: 6px solid #0680cf;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -110px;
}
@media (min-width: 768px) {
  .program__bottom-body a {
    position: static;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .program__bottom-body a {
    font-size: 20px;
    height: 80px;
    width: auto;
    padding: 0 32px;
    gap: 30px;
    border-radius: 10px;
  }
}
.program__bottom-body a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.program__bottom-body img {
  height: 24px;
}
@media (min-width: 992px) {
  .program__bottom-body img {
    height: 35px;
  }
}
.program__bottom-pic {
  height: 135px;
}
@media (min-width: 768px) {
  .program__bottom-pic {
    width: 250px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .program__bottom-pic {
    width: 370px;
  }
}

.experts {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .experts {
    margin-top: -30px;
    padding-top: 200px;
    padding-bottom: 170px;
    background: url(../images/18.png) no-repeat 50% 50%;
    min-height: 1278px;
  }
}
.experts__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .experts__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.experts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 20px;
}
@media (min-width: 992px) {
  .experts__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.experts__item {
  position: relative;
}
.experts__item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 1;
  margin-left: 200px;
}
@media (min-width: 992px) {
  .experts__item > img {
    display: none;
  }
}
.experts__item > img.active {
  height: 140%;
  margin-left: 0;
}
.experts__item > div {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 2;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 14px;
  background: #fff;
  color: #000;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .experts__item > div {
    padding: 10px;
  }
}
.experts__item > div > img {
  width: 100%;
  aspect-ratio: 34/46;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.experts__item > div b {
  padding: 0 12px;
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .experts__item > div b {
    margin-top: 20px;
    font-size: 18px;
  }
}
.experts__item > div p {
  padding: 0 12px;
  margin: 0;
  font-size: 8px;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .experts__item > div p {
    font-size: 10px;
  }
}
.experts__item > div span {
  padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .experts__item > div span {
    margin-top: 14px;
  }
}
.experts__item > div span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .experts__item > div span a {
    font-size: 12px;
    gap: 8px;
  }
}
.experts__item > div span i {
  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;
  width: 14px;
  height: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4343), to(#bb0000));
  background: linear-gradient(180deg, #ff4343 0%, #bb0000 100%);
  border-radius: 999px;
  transform: translate(0px, -2px);
}
.experts__item > div span .no_background i{
  background: none;
}
.experts__item > div span .no_background{
  gap: 0px;
}
@media (min-width: 992px) {
  .experts__item > div span i {
    width: 24px;
    height: 24px;
  }
}
.experts__item > div span i img {
  width: auto;
  height: 8px;
}
@media (min-width: 992px) {
  .experts__item > div span i img {
    width: auto;
    height: 14px;
  }
}
.experts__item > div span a + a {
  font-weight: 400;
  text-decoration: underline;
}

.videos {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .videos {
    margin: 0;
    margin-top: -200px;
  }
}
.videos__button {
  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;
}
.videos__button a,
.videos__button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  padding: 0 16px;
  border: none;
  background: #1168cc;
  border-bottom: 3px solid #0755b2;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  height: 36px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .videos__button a,
  .videos__button button {
    width: auto;
    padding: 0 24px;
    height: 52px;
    font-size: 20px;
    border-bottom: 5px solid #0755b2;
  }
}
.videos__button a:hover,
.videos__button button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.videos__button a img,
.videos__button button img {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .videos__button a img,
  .videos__button button img {
    width: 28px;
    height: 28px;
  }
}
.videos__title {
  margin: 0;
  text-align: center;
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 992px) {
  .videos__title {
    font-size: 36px;
    margin-top: 26px;
  }
}
.videos__subtitle {
  margin: 0;
  text-align: center;
  margin-top: 6px;
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 992px) {
  .videos__subtitle {
    font-size: 20px;
    margin-top: 12px;
  }
}
.videos__swiper {
  position: relative;
  margin: 20px 0;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .videos__swiper {
    margin: 40px 0;
    padding: 0;
  }
}
.videos__swiper:before {
  content: "";
  width: auto;
  aspect-ratio: 37/46;
  height: 180px;
  background: url(../images/31.png) no-repeat 100% 100%;
  background-size: contain;
  position: absolute;
  top: -140px;
  right: 0;
  display: none;
}
@media (min-width: 992px) {
  .videos__swiper:before {
    display: block;
  }
}
.videos__swiper:after {
  content: "";
  width: auto;
  height: 230px;
  aspect-ratio: 46/59;
  background: url(../images/32.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  display: none;
  bottom: -200px;
  left: 0;
}
@media (min-width: 992px) {
  .videos__swiper:after {
    display: block;
  }
}
.videos__swiper .swiper {
  max-width: 740px;
  overflow: visible;
}
.videos__swiper .swiper iframe {
  display: block;
  border: 4px solid #fff;
  aspect-ratio: 74/40;
  width: 100%;
  min-height: 170px;
  max-height: 400px;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .videos__swiper .swiper iframe {
    border-width: 10px;
    border-radius: 30px;
  }
}
.videos__bottom {
  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;
  gap: 8px;
}
@media (min-width: 992px) {
  .videos__bottom {
    gap: 12px;
  }
}
.videos__bottom-nav {
  width: 50px;
  height: 50px;
  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;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
  color: #fff;
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .videos__bottom-nav {
    width: 80px;
    height: 80px;
  }
}
.videos__bottom-nav:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.videos__bottom-nav[disabled] {
  background: #fff;
  -webkit-transition: 0s;
  transition: 0s;
}
.videos__bottom-nav[disabled]:hover {
  -webkit-filter: none;
          filter: none;
}
.videos__bottom-nav[disabled] svg {
  color: #dbdbdb;
}
.videos__bottom-nav svg {
  width: auto;
  height: 30%;
  position: relative;
  left: -1px;
}
.videos__bottom-nav svg.active {
  left: 1px;
}
.videos__bottom-button {
  height: 50px;
  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;
  border-radius: 8px;
  background: #fff;
  color: #000;
  border: none;
  padding: 0 20px;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 992px) {
  .videos__bottom-button {
    height: 80px;
    padding: 0 40px;
    font-size: 20px;
  }
}
.videos__bottom-button:hover {
  text-decoration: underline;
}

.choose {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
  padding-bottom: 165px;
}
@media (min-width: 768px) {
  .choose {
    padding-bottom: 230px;
  }
}
@media (min-width: 992px) {
  .choose {
    padding-bottom: 250px;
  }
}
.choose > img {
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .choose > img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .choose > img {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .choose > img {
    height: 400px;
  }
}
.choose__title {
  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;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .choose__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .choose__title {
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
  }
}
.choose__title img {
  width: 65px;
}
@media (min-width: 992px) {
  .choose__title img {
    width: 115px;
  }
}
.choose__title b {
  max-width: calc(100% - 65px);
  font-size: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .choose__title b {
    max-width: calc(100% - 115px);
    font-size: 36px;
  }
}
.choose__items {
  display: grid;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .choose__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .choose__items {
    gap: 20px;
  }
}
.choose__item {
  background: linear-gradient(199.23deg, rgba(255, 255, 255, 0.3) 13.89%, rgba(164, 200, 234, 0.3) 50.48%, rgba(255, 255, 255, 0.3) 87.07%);
  -webkit-backdrop-filter: blur(36.7000007629px);
          backdrop-filter: blur(36.7000007629px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .choose__item {
    padding: 30px;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .choose__item {
    padding: 40px;
    gap: 20px;
  }
}
.choose__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .choose__item-row {
    gap: 14px;
  }
}
.choose__item-row b {
  height: 32px;
  font-size: 12px;
  background: #2b5a94;
  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: 0 20px;
  border-radius: 6px;
  color: #fff;
}
@media (min-width: 992px) {
  .choose__item-row b {
    height: 56px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .choose__item-row b {
    padding: 0 30px;
  }
}
.choose__item-row a,
.choose__item-row button {
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 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;
  border-radius: 6px;
  border: none;
  padding: 0 20px;
  height: 32px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .choose__item-row a,
  .choose__item-row button {
    height: 56px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .choose__item-row a,
  .choose__item-row button {
    padding: 0 30px;
  }
}
.choose__item-row a:hover,
.choose__item-row button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.choose__item-text {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .choose__item-text {
    font-size: 16px;
  }
}
.choose__item + .choose__item {
  color: #000;
  background: #fff;
}
@media (min-width: 768px) {
  .choose__item + .choose__item {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .choose__item + .choose__item {
    margin-top: -100px;
  }
}
.choose__item + .choose__item .choose__item-row b {
  background: #0462cd;
}

.bottom {
  padding-bottom: 20px;
}
.bottom__body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .bottom__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bottom__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
}
.bottom__logo img {
  width: 170px;
}
@media (min-width: 1200px) {
  .bottom__logo img {
    width: 285px;
  }
}
.bottom__nav {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .bottom__nav {
    display: grid;
  }
}
@media (min-width: 992px) {
  .bottom__nav {
    gap: 16px 64px;
  }
}
.bottom__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  line-height: 1;
  font-size: 12px;
  padding-left: 16px;
}
.bottom__nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 999px;
  width: 6px;
  height: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
  margin-top: -3px;
  opacity: 0;
}
.bottom__nav a:hover {
  text-decoration: underline;
}
.bottom__nav a:hover:before {
  opacity: 1;
}
.bottom__info {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.bottom__info-phone {
  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;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  padding: 0;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
}
.bottom__info-phone:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.bottom__info-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
}
.bottom__info-row-1 {
  background: #0077ff;
}
.bottom__info-row-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
}
.bottom__info-row-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1168cb), to(#cc2d2d));
  background: linear-gradient(180deg, #1168cb 0%, #cc2d2d 100%);
}
.bottom__info-row-4 {
  background: #039be5;
}
.bottom__info-row a {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 8px;
  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;
}
.bottom__info-row a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.bottom__copy {
  margin-top: 50px;
  text-align: center;
  font-size: 8px;
}

.modal {
  display: none;
  width: 100%;
  max-width: 1120px;
  border-radius: 20px;
  padding: 50px 16px;
  font-family: "Muller", sans-serif;
  overflow: hidden;
  padding: 50px 16px;
}
@media (min-width: 992px) {
  .modal {
    border-radius: 20px;
    padding: 50px 40px;
  }
}
.modal .f-button.is-close-button {
  top: 10px;
  right: 10px;
  color: #6d6d6d;
}
@media (min-width: 992px) {
  .modal .f-button.is-close-button {
    top: 10px;
    right: 10px;
  }
}
.modal .f-button.is-close-button:hover {
  color: #000;
}
.modal__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__close {
  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-size: 12px;
  color: #6d6d6d;
  text-decoration: underline;
  border: none;
  padding: 0;
  background: none;
  width: 100%;
  margin-top: 20px;
}
.modal__close:hover {
  color: #000;
}
.modal .program__items {
  padding: 0;
}

#callback {
  background: url(../images/37.jpg) no-repeat 50%/cover;
  padding: 0;
}
#callback:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0.9;
}
#callback .modal-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 50px 16px;
}
@media (min-width: 992px) {
  #callback .modal-callback {
    padding: 50px 40px;
  }
}
@media (min-width: 992px) {
  #callback .modal-callback {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#callback .modal-callback:before {
  display: block;
  background: url(../images/34.png) no-repeat 50% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  #callback .modal-callback:before {
    content: "";
  }
}
#callback .modal-callback__body {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #callback .modal-callback__body {
    width: 100%;
    padding-left: 50%;
  }
}
#callback .modal-callback__body input:not([type="checkbox"]) {
  width: 100%;
  display: block;
  height: 60px;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 14px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 4px 91.7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 91.7px 0px rgba(0, 0, 0, 0.25);
}
#callback .modal-callback__body input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
#callback .modal-callback__body .flex_policy{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: start;
}
#callback .modal-callback__body button {
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 100%);
  color: #fff;
  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;
  gap: 20px;
  padding: 0 30px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  height: 80px;
  border-radius: 20px;
}
#callback .modal-callback__body button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
#callback .modal-callback__body button img {
  height: 28px;
}
#callback .modal-callback__title {
  font-size: 20px;
  font-weight: 700;
}
#callback .modal-callback__subtitle {
  font-size: 16px;
  margin-top: -15px;
}
#callback .success_form{
  display: none;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
}
#callback  .success_form_text{
  font-weight: 400;
}
#callback  .success_form_text a{
  color: #0462cd;
}
#callback .success_form{
      padding: 30px;
      text-align: center;
}

#callback .success_form .success_form_image{
    margin-top: 20px;
}
#callback .success_form .success_form_image img{
    margin: 0 auto;
}
#callback.hidden_content{
  background: none;
}
#callback.hidden_content:before{
  display: none;
}
#callback.hidden_content .modal-callback{
  display: none;
}
#videos:not(.modal){
  display: block !important;
}
#videos .popup_video_iframe{
  display: none;
}
.fancybox__viewport #videos .popup_video_iframe{
  display: block;
}
.fancybox__viewport .videos__swiper{
  display: none;
}
.fancybox__viewport #videos .popup_video_iframe iframe {
    display: block;
    border: 4px solid #fff;
    aspect-ratio: 74 / 40;
    width: 100%;
    min-height: 170px;
    max-height: 400px;
    border-radius: 12px;
    position: relative;
    z-index: 9;
}
@media (min-width: 992px) {
    .fancybox__viewport #videos .popup_video_iframe iframe  {
        border-width: 10px;
        border-radius: 30px;
    }
}
.hiiden_block_video{
  display: none;
}
.poup_section_video{
  display: none;
  font-family: Muller, sans-serif;
  max-width: 1140px;
  background: none;
  cursor: default;
}
.poup_section_video .program__items {
  background: #fff;
  padding: 40px 54px 49px 54px;
}
.poup_section_video .program__item{
   background: linear-gradient(0deg,rgba(42, 123, 155, 0) 0%, rgba(43, 139, 238, 0) 39%, rgba(43, 142, 255, 1) 39%, rgba(43, 142, 255, 1) 100%); 
}
.poup_section_video .program__item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#db4545), to(#ae0000));
  background: linear-gradient(180deg, #db4545 0%, #ae0000 66%,#db454500 66%, #db454500 100%);
}
.poup_section_video .program__item .play_video_rutube>img{
  filter: grayscale(100%); 
}
.poup_section_video .program__item:hover img{
  filter: none; 
}
.poup_section_video .close_popup_section{
  position: absolute;
  bottom: 49px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.poup_section_video .close_popup_section span{
  text-align: center;
  color: #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
  cursor: pointer;
}
body .poup_section_video button{
    top: 49px !important;
    right: 49px !important;
}
.poup_section_video button svg path{
      stroke: #000;
}
@media (max-width: 7002px) {
  .poup_section_video .program__items {
      padding: 68px 20px 47px 20px;
  }
}