* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
}

main {
  position: relative;
}

._h1,
._h2,
._h3 {
  font-weight: 700;
  color: #002147;
  margin: 0;
  line-height: 1.15;
}

._h1 {
  font-size: 54px;
}

._h2 {
  font-size: 36px;
}

._h3 {
  font-size: 24px;
}

._p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  color: #444444;
}
._p, p {
  
  font-size: 24px;
  
}

._p-lg {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.6;
  color: #444444;
}

.container-all {
  position: relative;
  overflow: hidden;
}

[class*=__container] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.bttn {
  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;
  cursor: pointer;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}

.bttn-reg3 {
  /* background: -webkit-gradient(linear, left top, right top, from(#6e00db), to(#b608c9));
  background: linear-gradient(90deg, #6e00db 0%, #b608c9 100%);
  color: #fff!important; */
    background: #e4f4ff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
  color: #6e00db!important;
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.bttn-reg3:hover {
  /* background-color: #062850; */
    background-color: #6e00db;
  color: #fff!important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.bttn-reg3:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.bttn-reg1 {
  background: -webkit-gradient(linear, left top, right top, from(#3b4d88), color-stop(35%, #3b5d88), color-stop(70%, #3b6d88), to(#3b7d88));
  background: linear-gradient(90deg, #3b4d88 0%, #3b5d88 35%, #3b6d88 70%, #3b7d88 100%);
  color: #fff!important;
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.bttn-reg1:hover {
  background-color: #062850;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.bttn-reg1:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

._hide {
  display: none !important;
}

._mob {
  display: none !important;
}

._mob-f {
  display: none !important;
}

._desk {
  display: none !important;
}

._desk-f {
  display: none !important;
}

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._flex-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._flex-cntr {
  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;
}

._flex-btwn {
  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;
}

._invert {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.mainscreen {
  position: relative;
  /* background: -webkit-gradient(linear, left top, right top, from(#bde2fa), color-stop(130%, rgba(0, 0, 0, 0))), right/cover no-repeat url(../img/bg3.jpg); */
  /* background: linear-gradient(90deg, #bde2fa 0%, rgba(0, 0, 0, 0) 130%), right/cover no-repeat url(../img/bg3.jpg); */
  height: 100vh;
  padding: 30px 0;
}

.mainscreen .logo img {
  width: 200px;
  /* margin-bottom: 20px; */
}

.mainscreen__container {
  position: relative;
  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;
  height: 100%;
}

.mainscreen__container .main-txtwrap {
  max-width: 90%;
}

.mainscreen__container ._h1 {
  font-size: 54px;
  margin: 0 0 22px;
  position: relative;
  z-index: 2;
  color: #6e00db;
}

.mainscreen__container ._h1 .highlight {
  color: #b608c9;
}

.mainscreen__container ._p {
  font-size: 36px;
  line-height: 1.2;
  color: #3c0079;
  max-width: 80%;
}

.mainscreen__container ._p2 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 50px;
  color: #444444;
}

.advs-box ._h2 {
  margin-bottom: 30px;
  color: #6e00db;
}
.mainscreen .bttn {
  margin: 30px 0 0;
}

.main-advs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;

}

.main-adv {
  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;
  padding: 15px 20px;
  border-radius: 15px;
  width: 30%;
  min-width: 30%;
  /* background: #e4f4ff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3); */
}

.main-adv img {
  display: block;
  height: 80px;
  width: auto;
  margin-bottom: 10px;
   filter: brightness(0) invert(1);
}

.main-adv .desc {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  /* color: #6e00db; */
  text-align: center;
}

.main-adv:first-child {
  background: #6e00db;
}

.main-adv:nth-child(2) {
  background: #8402d4;
}

.main-adv:nth-child(3) {
  background: #a005cd;
}

.main-adv:nth-child(4) {
 background: #b608c9;
  background: #6e00db;
}
.main-adv:nth-child(5) {
  background: #8402d4;
}
.main-adv:nth-child(6) {
  background: #a005cd;
}


.course-desc {
  /* padding: 80px 0; */
    padding: 50px 0;
  /* background: -webkit-gradient(linear, left top, right top, from(#6e00db), to(#b608c9));
  background: linear-gradient(90deg, #6e00db 0%, #b608c9 100%); */
  /* background: #eaf7ff; */
    background: #ffffff;
}
.course-txt-2 {
  padding: 15px 0;
}
.course-txt-2 * {
  color: #6e00db;
}
.course-txt-2 p, .course-txt-2 span {
  font-size: 24px;
  line-height: 1.3;
}
.course-txt-3 {
  padding: 0 0 1rem;
}
.imgtxt2 .desc-wrap *{
    font-size: 24px;
    line-height: 1.6;
}

.course-desc__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
}

.course-desc .col {
  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;
  text-align: center;
}

.course-desc .col ._p {
  color: #6e00db;
  font-weight: 500;
}

.course-desc .col ._x1 p {
  font-size: 24px;
  margin-top: 0;
}

.course-desc .col ._x2 {
  margin: 0;
  font-size: 28px;
}

.course-desc .col a {
  text-decoration: underline;
  opacity: 1;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.course-desc .col a:hover {
  opacity: 0.7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.course-desc .col ul li {
  text-align: left;
  color: #ffffff;
  font-size: 24px;
}

.imgtxt {
  padding: 100px 0 90px;
}

.imgtxt__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.imgtxt .img-wrap {
  width: 50%;
  max-width: 595px;
  position: relative;
}

.imgtxt .img-wrap .main-img {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.imgtxt .img-wrap .main-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgtxt .img-wrap .mini-img {
  width: 190px;
  height: 335px;
  border-radius: 99.5px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 4;
}

.imgtxt .img-wrap .mini-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgtxt .txt-wrap {
  width: 50%;
  max-width: 650px;
  padding: 30px 0 0 50px;
  position: relative;
}

.imgtxt .txt-wrap ._h2 {
  max-width: 80%;
  margin: 0 0 40px;
  position: relative;
}

.imgtxt .txt-wrap .desc-wrap p {
  font-size: 20px;
  color: #333333;
}

.imgtxt a._p {
  margin-left: 40px;
}

.imgtxt .list {
  margin-bottom: 100px;
}

.imgtxt .list-item {
  margin-bottom: 40px;
}

.imgtxt .list-item ._h3 {
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
}

.imgtxt .list-item ._h3::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  background-image: url("../img/dec3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.imgtxt2 {
  padding: 90px 0 70px;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top left;
  min-height: 540px;
}

.imgtxt2-mod {
  /* background-image: url(../img/calc2.png); */
  background-position: top 60px left 0;
}

.imgtxt2-mod .bttn {
  display: block;
  margin: 50px 0 0;
}

.imgtxt2__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.imgtxt2 .txt-wrap {
  width: 70%;
}

.imgtxt2 .txt-wrap ._h2 {
  margin: 0 0 40px;
  position: relative;
}

.imgtxt2 .bttn-row {
  gap: 20px;
}

.imgtxt2 a._p {
  margin-left: 40px;
}

.imgtxt2 .list {
  margin-bottom: 100px;
}

.imgtxt2 .list-item {
  margin-bottom: 40px;
}

.imgtxt2 .list-item ._h3 {
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
}

.imgtxt2 .list-item ._h3::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  background-image: url("../img/dec3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.otheradvs {
  padding: 80px 0;
}

.otheradvs-conts {
  background: #f5f5f5;
}

.otheradvs__container ._h2 {
  text-align: center;
}

.other-advs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
}

.other-advs-conts {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.other-advs-conts a:hover {
  color: #7d7d7d;
}

.other-adv {
  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;
  padding: 20px 30px;
  min-width: 290px;
  max-width: 290px;
}

.other-adv img {
  display: block;
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}

.other-adv .desc {
  font-size: 24px;
  font-weight: 500;
  color: #00abfd;
  text-align: center;
}

.quote {
  padding: 90px 0;
  background-color: #f5f5f5;
}

.quote__cont {
  padding: 60px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
}

.quote__cont ._col:first-child {
  width: 300px;
  min-width: 300px;
}

.quote__cont ._col .quote-img {
  width: 100%;
}

.quote__cont ._col .quote-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.quote__cont ._col:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 100px;
}

.quote__cont ._col:last-child ._p {
  margin-top: 0;
}

.quote .bttn {
  display: block;
  margin: 20px auto 40px;
}
.quote-head {
  text-align: center;
  max-width: 800px;
  padding: 60px 0 40px;
  margin: 0 auto;
}
.reviews {
  padding: 90px 50px;
  /* background: rgb(59, 77, 136);
  background: -webkit-gradient(linear, left top, right top, from(#3b4d88), color-stop(35%, #3b5d88), color-stop(70%, #3b6d88), to(#3b7d88));
  background: linear-gradient(90deg, #3b4d88 0%, #3b5d88 35%, #3b6d88 70%, #3b7d88 100%); */
  background: #00b5fd;
}

.reviews ._h2 {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.rev-wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
          justify-content: center;
          gap: 2.5vw;
}

.rev-elem {
  background: rgba(255, 255, 255, 0.7803921569);
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  width: 31%;
  min-width: 31%;
}

.rev-elem .col-video {
  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;
}

.rev-elem .col-video .icon {
  margin: 20px 0 0;
  height: 70px;
  width: auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.rev-elem .col-video .icon:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.rev-elem .rev-img {
  width: 120px;
  height: 120px;
  /* border-radius: 50%; */
  overflow: hidden;
}

.rev-elem .rev-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rev-elem .name-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.rev-elem .name-row .name {
  color: #002147;
  font-weight: 500;
  font-size: 24px;
}

.rev-elem .name-row img {
  height: 40px;
  width: auto;
  position: relative;
  top: -5px;
}

.rev-elem .rev-txt, .rev-elem .rev-txt div, .rev-elem .rev-txt p {
  font-size: 18px;
  line-height: 1.4;
  color: #444;
}

.classes {
  /* padding: 20vw 0 80px; */
  padding: 12vw 0 0;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: top;
}

.classes ._h2 {
  text-align: center;
}

.classes ._p {
  text-align: center;
  max-width: 80%;
  margin: 20px auto;
}
.classes ._p p, .classes ._p div {
  text-align: center;
  line-height: 1.6;
}
.classes .bttn {
  margin: 70px auto 0;
}

.class-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-inner {
  width: 400px;
  min-height: 315px;
  padding: 40px 30px 70px;
  border-radius: 20px;
  background: linear-gradient(-50deg, rgba(0, 60, 255, 0.6) 0%, rgba(0, 110, 255, 0.4) 30%, rgba(0, 166, 255, 0.17) 70%, rgba(0, 217, 255, 0.2) 100%);
  position: relative;
  margin: 10px;
}

.card-inner .num {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: rgba(255, 255, 255, 0.568627451);
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  z-index: 0;
}

.card-inner .desc {
  color: #444;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
.card-inner .desc p, .card-inner .desc div{
  color: #444;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.results {
  padding: 150px 0;
  /* background-image: url(../img/res-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.results__container ._h2 {
  text-align: center;
  color: #ffffff;
}

.results__cont-inner {
  max-width: 80%;
}

.results-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 2fr 1fr 2fr;
  grid-template-columns: 2fr 1fr 2fr;
  grid-gap: 40px;
  margin-top: 70px;
}

.results-wrap .res-elem {
  /* background: #ffffff; */
  padding: 30px 30px 40px;
  border-radius: 20px;
  line-height: 1.4;
  border: 1px solid #2557a7;
    background: #ffffffbd;
}

.results-wrap .res-elem:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/2;
}

.results-wrap .res-elem:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/4;
}

.results-wrap .res-elem:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.results-wrap .res-elem:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/3/4;
}

.results-wrap .res-elem .desc {
  font-size: 28px;
  color: #5399be;
}
.results-wrap .res-elem .desc p,.results-wrap .res-elem .desc div{
  font-size: 28px;
  line-height: 1.4;
margin: 0;
color: #5301a4;
}

.other-adv {
  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;
  padding: 20px 30px;
  min-width: 290px;
  max-width: 290px;
}

.other-adv img {
  display: block;
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}

.other-adv .desc {
  font-size: 24px;
  font-weight: 500;
  color: #00abfd;
  text-align: center;
}

.otheradvs {
  padding: 80px 0;
}

.otheradvs-conts ._h2 {
  color: #6e00db;
}

.otheradvs__container ._h2 {
  text-align: center;
}

.other-advs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
}

.other-adv {
  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;
  padding: 20px 30px;
  min-width: 290px;
  max-width: 290px;
}

.other-adv img {
  display: block;
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}

.other-adv .desc {
  font-size: 24px;
  font-weight: 500;
  color: #00abfd;
  text-align: center;
}

.footer {
  position: relative;
  background-color: #6e00db;
  padding: 40px 0 60px;
}

.footer .f-menu {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  gap: 30px;
}

.footer .f-menu .menu-item a {
  color: #c2c2c2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.footer .f-menu .menu-item:hover a {
  color: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.footer .logo-f {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.footer .logo-f img {
  width: 100%;
  height: auto;
}

.footer .link-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  gap: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.7;
}

.footer .link-wrap:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.footer .link-wrap a {
  color: #ffffff;
}

.fix-bttn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.3215686275);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.3215686275);
  cursor: pointer;
}

.fix-bttn img {
  display: block;
  width: 60%;
  height: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.fix-bttn img.close {
  width: 40%;
}

.wa-window {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px;
  color: #444;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1647058824);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1647058824);
}

.wa-window-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.wa-window .title {
  font-size: 18px;
  font-weight: 500;
}

.wa-window .wa-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #25D366;
}

.wa-window .wa-icon img {
  display: block;
  width: 60%;
  height: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.wa-window .desc {
  font-size: 12px;
}

.soc {
  gap: 50px;
  margin-top: 30px;
}

.soc-elem {
  opacity: 0.7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.soc-elem:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.soc-elem img {
  display: block;
  height: 40px;
  width: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.imgtxt2-mod .desc-wrap p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    color: #444444;
}
.header-wrap {
  align-items: center;
  margin-bottom: 20px;
}
.tel {
  margin-left: 70px;
  color: #3c0079;
  gap: 5px;
 
  align-items: center;
}
.tel img{
  display: block;
  height: 30px;
  width: auto;
  
}
.tel span {
  color: #3c0079;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 1550px) {
  .imgtxt2-mod .desc-wrap p {
      font-size: 20px;
  }
  
}
@media screen and (min-width: 992px) {
  ._desk {
    display: block !important;
  }

  ._desk-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1550px) {
  ._h2 {
    font-size: 28px;
  }

  ._p {
    font-size: 20px;
  }
  ._p p {
  
    font-size: 20px;
    line-height: 1.6;
  }
  .imgtxt2 .desc-wrap *{
    font-size: 20px;
}

  [class*=__container] {
    padding: 0 30px;
  }

  .mainscreen {
    padding: 3vh 0;
  }

  .mainscreen__container .main-txtwrap {
    max-width: 80%;
  }

  .mainscreen__container ._h1 {
    font-size: 40px;
  }

  .mainscreen__container ._p {
    font-size: 28px;
    margin: 0 0 4vh;
  }

  .mainscreen__container .bttn {
    margin-bottom: 3vh;
  }

  .main-adv {
    padding: 1vh 2vh;
    max-width: 21vw;
  }

  .main-adv img {
    height: 10vh;
  }

  .main-adv .desc {
    font-size: 18px;
  }

  .other-adv {
    min-width: 18.5vw;
    max-width: 18.5vw;
  }

  .other-adv img {
    height: 6.5vw;
  }

  .other-adv .desc {
    font-size: 18px;
  }

  .quote {
    padding: 90px 30px;
  }

  .other-adv {
    min-width: 18.5vw;
    max-width: 18.5vw;
  }

  .other-adv img {
    height: 6.5vw;
  }

  .other-adv .desc {
    font-size: 18px;
  }

  .other-adv {
    min-width: 18.5vw;
    max-width: 18.5vw;
  }

  .other-adv img {
    height: 6.5vw;
  }

  .other-adv .desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 1365px) {
  .mainscreen__container ._h1 {
    font-size: 32px;
  }

  .mainscreen__container ._p {
    font-size: 22px;
  }

  .rev-elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .results__cont-inner {
    max-width: none;
  }
}

@media screen and (max-width: 1199px) {
  [class*=__container] {
    padding: 0 15px;
  }

  .imgtxt .img-wrap .main-img {
    width: 40vw;
    height: 46vw;
    border-radius: 16vw 35px 14vw;
  }

  .imgtxt .img-wrap .mini-img {
    width: 16vw;
    height: 30vw;
  }

  .quote {
    padding: 50px 15px;
  }

  .quote__cont ._col:last-child {
    padding-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  .results__container ._h2 {
  color: #5301a4;
}
.main-adv {
    justify-content: center;
}
  .tel {
    margin-left: 30px;
    gap: 3px;
  }
  .tel img{
    height: 20px;
  }
  .tel span {
    font-size: 16px;
  }
  .wa-window {
    padding: 5px 10px;
  }
  ._h1 {
    font-size: 46px;
  }

  ._h2 {
    font-size: 28px;
  }

  ._h3 {
    font-size: 20px;
  }

  ._mob {
    display: block !important;
  }

  ._mob-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .imgtxt a._p {
    margin-left: 20px;
  }

  .imgtxt .list {
    margin-bottom: 50px;
  }

  .imgtxt .list-item {
    margin-bottom: 20px;
  }

  .imgtxt2 a._p {
    margin-left: 20px;
  }

  .imgtxt2 .list {
    margin-bottom: 50px;
  }

  .imgtxt2 .list-item {
    margin-bottom: 20px;
  }

  .otheradvs {
    padding: 50px 0 30px;
  }

  .other-advs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .other-adv {
    min-width: 40vw;
    max-width: 40vw;
  }

  .other-adv img {
    height: 80px;
  }

  .quote__cont {
    padding: 30px;
  }

  .reviews ._h2 {
    margin-bottom: 25px;
  }

  .reviews {
    padding: 50px;
  }

  .rev-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .rev-elem {
    width: 100%;
    min-width: auto;
  }

  .rev-elem .col-video .icon {
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #ffffff;
    border-radius: 50%;
  }

  .rev-elem .rev-img {
    width: 100%;
    height: 42vw;
    border-radius: 15px;
  }

  .classes {
    padding: 12vw 0 0px;
}

  .classes .bttn {
    margin: 30px auto 0;
  }

  .card-inner {
    width: 100%;
    min-height: auto;
    margin: 10px 0;
  }

  .results {
    padding: 50px 0 30px;
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 226, 250, 0.9058823529)), color-stop(60%, rgba(189, 226, 250, 0.8)), to(rgba(189, 226, 250, 0.2941176471))), right/cover no-repeat url(../img/res-bg.jpg);
    background: linear-gradient(180deg, rgba(189, 226, 250, 0.9058823529) 0%, rgba(189, 226, 250, 0.8) 60%, rgba(189, 226, 250, 0.2941176471) 100%), right/cover no-repeat url(../img/res-bg.jpg); */
  }

  .results-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .results-wrap .res-elem {
    padding: 15px;
    background: rgba(255, 255, 255, 0.28);
  }

  .results-wrap .res-elem .desc {
    font-size: 20px;
    color: #2a5c77;
  }
  .results-wrap .res-elem .desc p,.results-wrap .res-elem .desc div{
    font-size: 20px;
  }
  
  .other-adv {
    min-width: 40vw;
    max-width: 40vw;
  }

  .other-adv img {
    height: 80px;
  }

  .otheradvs {
    padding: 50px 0 30px;
  }

  .other-advs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .other-adv {
    min-width: 40vw;
    max-width: 40vw;
  }

  .other-adv img {
    height: 80px;
  }
  /* ----- */
  .mainscreen {
    background: none;
    padding: 0;
    height: auto;
  }
  .mainscreen__container {
    background: none;
    padding: 0;
    height: auto;
  }
  .mainscreen__container .main-txtwrap {
    max-width: none;
    /* background: -webkit-gradient(linear, left top, right top, from(#bde2fa), color-stop(130%, rgba(0, 0, 0, 0))), right/cover no-repeat url(../img/bg3.jpg);
    background: linear-gradient(90deg, #bde2fa 0%, rgba(0, 0, 0, 0) 130%), right/cover no-repeat url(../img/bg3.jpg); */
    /* height: 100vh; */
    padding: 3vh 15px;
    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;
  }

  .advs-box {
    padding: 50px 15px;
  }
  .main-adv {
    padding: 10px;
    max-width: 22vw;
    
}
.main-advs {
  width: 100%;
}

}
@media screen and (max-height: 374px) {
  .main-advs {
    flex-direction: row!important;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .main-adv {
    max-width: none;
    min-height: 130px!important;
    width: 37vw;
}
.mainscreen__container ._h1 {
  font-size: 28px;
}
}
/* @media screen and (max-width: 992px) and (max-height: 480px){
  .mainscreen {
    background: none;
    padding: 0;
    height: auto;
  }
  .mainscreen__container {
    background: none;
    padding: 0;
    height: auto;
  }
  .mainscreen__container .main-txtwrap {
    max-width: none;
    
    height: 100vh;
    padding: 3vh 15px;
    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;
  }

  .advs-box {
    padding: 50px 15px;
  }
  .main-adv {
    padding: 10px;
    max-width: 22vw;
}
} */
@media screen and (max-width: 767px) {
  ._h1 {
    font-size: 36px;
  }

  .bttn-reg3 {
    padding: 12px 20px;
    letter-spacing: 0;
  }
  .mainscreen .bttn {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    justify-content: center;
    width: auto;
}
  .bttn-reg1 {
    padding: 12px 20px;
    letter-spacing: 0;
  }

  .main-adv img {
    height: 50px;
}

  .mainscreen .logo img {
    width: 120px;
  }


  
  /* .main-advs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  } */

  .main-adv {
    max-width: none;
    min-height: 155px;
    width: 48%;
    min-width: 48%;
  }

  .course-desc {
    padding: 50px 0;
  }

  .course-desc .col ._x1 {
    font-size: 20px;
  }

  .course-desc .col ._x2 {
    font-size: 24px;
  }

  .course-desc .col ul li {
    font-size: 20px;
  }

  .imgtxt .img-wrap {
    margin: 0 auto;
  }

  .imgtxt .txt-wrap {
    width: 100%;
    padding: 0;
    margin-top: 120px;
  }

  .imgtxt2 {
    padding: 85vw 0 30px;
    background-size: 90%;
  }

  .imgtxt2-mod {
    /* background-image: url(../img/calc4.jpg); */
    background-size: 60%;
    background-position: top 20px left 0;
    padding: 50vw 0 30px;
  }

  .imgtxt2-mod .bttn {
    margin: 0 auto;
  }

  .imgtxt2 .txt-wrap {
    width: 100%;
    padding: 0;
  }

  .quote__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .quote__cont ._col:first-child {
    width: 100%;
    min-width: auto;
  }

  .quote__cont ._col .quote-img img {
    max-width: 300px;
  }

  .quote__cont ._col:last-child {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .imgtxt .img-wrap {
    width: 100%;
  }

  .imgtxt .img-wrap .main-img {
    width: 80vw;
    height: 90vw;
    border-radius: 30vw 20px 30vw;
  }

  .imgtxt .img-wrap .mini-img {
    width: 25vw;
    height: 47vw;
    top: 56%;
  }

  .imgtxt2 .bttn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }

  .other-adv {
    min-width: auto;
    max-width: none;
    width: 100%;
  }

  .other-adv {
    min-width: auto;
    max-width: none;
    width: 100%;
  }

  .other-adv {
    min-width: auto;
    max-width: none;
    width: 100%;
  }
  .main-adv {
    width: 100%;
    min-width: 100%;
  }

}

@media screen and (max-width: 480px) {
  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .btn-wrap a._p {
    margin-left: 0 !important;
    margin-top: 15px !important;
  }

  .otheradvs-conts .other-adv {
    padding: 20px 0px;
  }

  .quote__cont {
    padding: 15px;
  }

  .quote__cont ._col .quote-img img {
    max-width: none;
  }

  .reviews {
    padding: 50px 15px;
  }

  .card-inner {
    padding: 20px 15px 50px;
  }

  .card-inner .num {
    font-size: 90px;
  }

  .footer {
    /* padding: 20px 0 40px; */
    padding: 20px 0 110px;
  }

  .footer .f-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .fix-bttn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .wa-window {
    bottom: 20px;
    right: 20px;
    border-radius: 15px;
  }

  .wa-window-inner {
    gap: 10px;
  }

  .wa-window .title {
    font-size: 16px;
  }
}
/* .plyr {
  max-height: 70vh;
} */
._flex-center-center {
  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;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.356);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: 1;
  z-index: 110;
}

.popup-elem {
  min-height: 100px;
  /* min-width: 320px; */
  width: 500px;
  background: #ffffff;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  z-index: 120;
}

.popup-wrap .popup-h2 {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.16;
  margin: 20px 0;
  text-align: center;
  letter-spacing: -2.268px;
  color: #FFFFFF;
}

.popup-wrap form p {
  display: flex;
  flex-direction: column;
}

.popup-wrap input[type="text"],
.popup-wrap input[type="tel"] {
  display: block;
  width: 100%;
  height: 55px;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  background: no-repeat;
  letter-spacing: 0.5px;
  color: #E0E0E0;
  outline: none;
  margin-bottom: 20px;
}

.popup-wrap input[type="submit"] {
  height: 40px;
  display: block;
  width: 100%;
  background: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #E0E0E0;
  margin-top: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.land-plans {
  padding: 60px 0;
}
.land-plans .txt-wrap {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
/* --- */
.land-plans .txt-wrap .txt-col {
  /* width: 60%; */
}
.land-plans .txt-wrap .calc-col {
  /* width: 40%;
  padding-left: 60px; */
  max-width: 600px;
}
.calc-wrap {
  padding: 30px;
    border-radius: 20px;
    background: #e4f4ff;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
}
.calc-wrap ._h2 {
  margin-bottom: 40px;
}
.calc-wrap label {
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  color: #222222;
  margin-bottom: .5rem;
}
.calc-wrap select {
  display: block;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    background: #ffffff;
    outline: 0;
    border: 2px solid #2557a7;
    border-radius: 8px;
    color: #2557a7;
    font-size: 18px;
    font-weight: 700;
}
.calc-wrap .desc {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin-top: 50px;
}
.calc-wrap .result {
  /* font-size: 24px;
  font-weight: 700; */
  color: #222222;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .land-plans .txt-wrap {
  flex-direction: column;
  gap: 40px;
}
  .land-plans .txt-wrap .txt-col {
  width: 100%;
}
.land-plans .txt-wrap .calc-col {
  width: 100%;
  padding-left: 0;

}
.calc-wrap {
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
}
/* ---- */
.land-plans .txt-wrap p{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    color: #444444;
}
.land-plans .add_to_cart_button {
  text-transform: uppercase;
}
.land-plans .compare-table {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1550px) {
  .land-plans {
    padding: 40px 0;
  }
  .land-plans .txt-wrap {
    padding: 20px 0;
  }
  
  .land-plans .txt-wrap p {
      font-size: 20px;
  }
  .course-txt-2 p, .course-txt-2 span {
    font-size: 20px;
  }
  
}
@media screen and (max-width: 1024px) {
  .land-plans .plans-wrap .elementor-col-33--kith {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .plans-toggle-wrap {
    flex-wrap: wrap;
}
}

/* ----------------- */

.price-explain {
	font-size: 14px;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
    color: #474747;
	width: 200px;
	opacity: 0;
	transition: all .3s;

}
.price-explain::before {
	content: '';
	display: block;
	width: 12px;
    height: 12px;
    position: absolute;
    left: 94px;
    top: -7px;
	transform: rotate(45deg);
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	background-color: #ffffff;
	/* opacity: 0; */
	transition: all .3s;
}

.price-factor {
	/* font-size: 18px; */
	display: inline-block;
	scale: .4;
}



.rt-price-table-box3 {
	padding-left: 8px;
	padding-right: 8px;
}
.rt-price-table-box3.rtin-featured:hover {
    background-color: #002147!important;
}
.rt-price-table-box3:hover:not(:nth-child(2)) {
    /* background-color: #ffffff!important; */
	background-color: inherit;
}
.rt-price-table-box3:hover:not(:nth-child(2)) .rtin-title, .rt-price-table-box3:hover:not(:nth-child(2)) .rtin-price, .rt-price-table-box3:hover:not(:nth-child(2)) .rtin-price .price-currency {
    /* background-color: #002147!important; */
	color: #002147;
}
.rt-price-table-box3:hover .rtin-feature-each {
	color:inherit; 
}
.rt-price-table-box3.rtin-featured:hover .rtin-feature-each {
	color:#ffffff; 
}
.rt-price-table-box3.rtin-featured:hover .rtin-title, .rt-price-table-box3.rtin-featured:hover:not(:nth-child(2)) .rtin-price, .rt-price-table-box3.rtin-featured:hover:not(:nth-child(2)) .rtin-price .price-currency {
    color: #ffffff!important;
}
.rt-price-table-box3 .rtin-btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.rt-price-table-box3 .rtin-price {
    margin-bottom: 0;
    display: flex;
	align-items: center;
	gap: 7px;
}

.rt-price-table-box3.rtin-featured {
	position: relative;
}
.rt-price-table-box3.rtin-featured .most {
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 5;
	background: #fd3b00;
	padding: 3px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0 0 30px 30px;
	width: max-content;
}
.rtin-subtitle2 {
	font-size: 24px;
    color: #002147;
    font-weight: 400;
}
.rt-price-table-box3.rtin-featured .rtin-subtitle2 {
    color: #ffffff;
}
.total-wrap {
	position: relative;
}
.total-subtitle {
	position: relative;
	font-size: 18px;
    color: #002147;
    font-weight: 500;
	margin-bottom: 10px;
	border-bottom: 1px dotted #002147;
	cursor: pointer;
	transition: all .3s;
  width: max-content;
  margin: 0 auto;
}
.rt-price-table-box3 .total-subtitle {
  margin-bottom: 10px;
}
.total-subtitle:hover {
	color: #fdc800;
	transition: all .3s;
}
.rt-price-table-box3.rtin-featured .total-subtitle {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}
.rt-price-table-box3.rtin-featured .total-subtitle:hover {
	color: #fdc800;
	transition: all .3s;
}
.total-subtitle:hover + .price-explain {
	
	opacity: 1;
	transition: all .3s;
}
.rt-price-table-box3 .rtin-title {
  font-weight: 700;
}
.course-desc-toggle {
  transition: all .3s;
  cursor: pointer;
}
.course-desc-toggle.closed {
  transition: all .3s;
  transform: rotate(180deg);
}
/* students-counter */
.students-counter {
  min-height: 25vw;
  position: relative;
}
.counter-bg {
  position: relative;
  z-index: 0;
}
.counter-bg::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #004161c9;
}
.students-counter .counter-elem {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  transform: scale(1.5);
}
.counter-head {
  color: #ffffff;
  text-align: center;
}
.students-counter .counter-elem .rt-vc-counter {
  padding: 0 15px;
  max-width: 600px;
  /* transform: scale(2); */
}
@media screen and (max-width: 1365px) {
  .students-counter .counter-elem {
  transform: scale(1);
}
}
@media (max-width: 599px) {
    .students-counter .counter-elem {
  transform: scale(.75);
  
}
.counter-bg {
  height: 100vw;
}
.counter-bg img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}
}
.students-counter .rt-vc-counter .rtin-left .rtin-counter {
    border-bottom: 2px solid #00b5fd;
    color: #ffffff;
}
.students-counter .rt-vc-counter .rtin-right .rtin-title {
    color: #ffffff;
}
._mt2 {
	margin-top: 2rem;
}
.rew-rating {
  letter-spacing: 3px;
  color: #ffcb22;
}
.all-rews-link-wrap {
  gap: 10px;
}
.soc-rews-link {
  font-size: 16px;
}
.all-rews-link-wrap img {
  display: block;
  height: 24px;
  width: auto;
}
/* vacancies */
.vacancies {
  padding: 90px 0;
  /* background: #00b5fd; */
  /* background: #c8efff; */
  background: #f3d8f4;
}
.vacancies h2, .vacancies p{
  text-align: center;
  /* color: #ffffff; */
}
.vacancies h2 {
  margin-bottom: 20px;
  color: #6e00db;
}
.vacancies-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.vacancies-wrap {
  margin-top: 40px;
  display: flex;
    /* align-items: center; */
justify-content: center;
gap: 2vw;
flex-wrap: wrap;
width: 100%;
}
.vacancies-card {
  border: 1px solid #2557a7;
    box-shadow: 0 .125rem .25rem #00000014;
  background: #ffffffbd;
    padding: 1rem;
    border-radius: 8px;
    width: 31%;
    min-width: 31%;
}
.vacancies-card h3 {
  /* color: #002147; */
  color: #6e00db;
}
.vacancies-card .price {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  
}
a.all-vacancies {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #6e00db!important;
}
a.all-vacancies:hover {
  color: #6e00dba4!important;
}
@media screen and (max-width: 992px) {
  .vacancies {
  padding: 50px 0;
}
  .vacancies-wrap {
  margin-top: 30px;
}
 .vacancies-card {
    padding: 15px;
}
}
@media screen and (max-width: 767px) {
  .vacancies-wrap {
  flex-direction: column;
}
.vacancies-card {
    width: 100%;
    min-width: auto;
}
.all-vacancies {
  margin-top: 30px;
  font-size: 20px;
}
}
.toggle-elem {
  cursor: pointer;
}
.course-txt-2.form-txt {
  max-width: 1000px;
  margin: 40px auto 0;
}
.course-txt-2.form-txt span {
  color: #444;
}
.course-desc.form .col{
    text-align: left;
}
.course-txt-2.form-txt span.wpcf7-not-valid-tip {
    color: #e85656;
    font-size: 16px;
}