* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  min-width: 900px;
}
.ppp {
  font-weight: normal;
  line-height: 20px;
  font-size: 13px;
}
.wrapper {
  width: 900px;
  margin: 0 auto;
}
.header,
.footer {
  background: linear-gradient(
    289.96deg,
    rgba(16, 170, 164, 0.8) 10.28%,
    rgba(37, 143, 204, 0.78) 110.28%
  );
}
.logo-txt {
  font-weight: 900;
  line-height: 29px;
  font-size: 17px;
  color: #ffffff;
}
.grad-numb {
    font-size: 60px;
    text-transform: uppercase;
    background: linear-gradient(
45deg
, #50ABD0 33%, #40BBB6 66%, #40BBB6);
    display: inline!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.not-grad-numb {
    font-size: 60px;
    text-transform: uppercase;
 color:#FF6A79;
     display: inline!important;
}
.logo-desc {
  font-weight: 600;
  line-height: 10px;
  font-size: 6px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.phone .phn {
  font-weight: 600;
  line-height: 18px;
  font-size: 17px;
  color: #fff;
}
.phone .clb a {
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid;
  cursor: pointer;
}
.menu nav {
  display: table;
  margin: 0 auto;
}
.menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu nav ul:after {
  content: '';
  display: table;
  clear: both;
}
.menu nav ul > li {
  float: left;
  position: relative;
}
.menu nav ul > li > a {
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}
.header .top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  padding: 15px 0;
}
.header .bottom {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  padding: 15px 0 40px;
}
.footer .top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  padding: 15px 0;
}
.footer .phone .clb a {
  border: 1px solid;
  border-radius: 4px;
  padding: 10px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.header .bottom .text-block {
  width: 60%;
}
.header .bottom > .callback-open {
  width: 35%;
}
.header .bottom .callback-open .callback-open,
.cost .callback-open2 {
  box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.25);
}
.text-block .title {
  font-weight: bold;
  line-height: 30px;
  font-size: 27px;
  color: #fff;
}
.text-block .txt {
  font-weight: normal;
  line-height: 20px;
  font-size: 13px;
  color: #ffffff;
}
.back-title {
  line-height: 22px;
  font-size: 13px;
  color: #ffffff;
  margin: 10px 0 25px 10px;
  position: relative;
  display: inline-block;
  padding: 9px 30px 0;
}
.back-title span {
  z-index: 2;
  position: inherit;
}

.back-title:after {
  content: '';
  background: #ff6a79;
  width: 100%;
  height: 40px;
  transform: skew(-25deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.double-txt > span {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-top: 15px;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}
.double-txt > span b {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.about-title {
  font-weight: 800;
  line-height: 35px;
  font-size: 27px;
  color: #000000;
}
.about {
  padding: 20px 0;
}
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  padding: 15px 0;
}
.about .foto img {
  width: 100%;
}
.about .flex .text {
  width: 55%;
}
.about .flex .foto {
  width: 45%;

  z-index: -1;
  position: relative;
}
.about .flex .foto:after {
  content: '';
  position: absolute;
  background: url(/img/dots.png);
  left: 50%;
  bottom: -5px;
  width: 62px;
  height: 90px;
}
.style-ul {
  list-style: none;
  line-height: 20px;
  font-size: 13px;
  padding: 0;
}
.style-ul li {
  background: url('/img/8.svg') no-repeat left top;
  background-size: 27px;
  padding: 0px 0 5px 35px;
  margin-bottom: 5px;
}
.quote {
  font-family: Times New Roman;
  line-height: 27px;
  font-size: 19px;
  font-style: italic;
  font-weight: bold;
  padding: 30px;
  position: relative;
  text-align: center;
}
.quote:before {
  content: '';
  position: absolute;
  background: url(/img/2.png);
  width: 40px;
  height: 40px;
  top: -10px;
  left: -10px;
}
.quote:after {
  content: '';
  position: absolute;
  background: url(/img/2.png);
  width: 40px;
  height: 40px;
  bottom: -10px;
  right: -10px;

  transform: rotate(180deg);
}
.diplom {
  margin-top: 30px;
}
.diplom .foto {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.diplom .info {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.diplom .info {
  padding-left: 50px;
}
.info p {
  margin: 0;
  font-size: 13px;
}
.info .extra-bold {
  font-weight: bold;
  line-height: 27px;
  font-size: 27px;
  margin-bottom: 0;
}
.info .bold {
  font-weight: bold;
  line-height: 17px;
  font-size: 13px;
  margin: 15px 0 30px;
}
.clr {
  clear: both;
}
.info img {
  float: left;
  margin-right: 25px;
}
.advantages {
  background: linear-gradient(
    289.96deg,
    rgba(16, 170, 164, 0.8) 10.28%,
    rgba(37, 143, 204, 0.78) 110.28%
  );
  padding: 0px 0 60px;
}
.advant-title {
  font-weight: 800;
  line-height: 30px;
  font-size: 19px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  border-right: 3px solid;
  border-left: 3px solid;
}
.advant-block {
  position: relative;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 20px;
}
.advant-item {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  font-weight: 500;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}
.advant-item span {
  display: block;

  margin-top: 10px;
}
.advant-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
img.advant-img {
  position: absolute;
  width: 290px;
  height: 300px;
  right: -115px;
  bottom: -100px;
  transform: rotate(-110deg);
}
.video {
  position: relative;
  background: url(/img/4.jpg) no-repeat;
  padding-top: 100px;
  background-size: cover;
}
.video2 {
  position: relative;
  background: url(/img/4.jpg) no-repeat;
  background-size: cover;
}
.lessons {
  position: relative;
  z-index: 99;
}
.lessons .flex > div {
  width: 50%;
}
.lessons .flex > div img {
  width: 100%;
}
.line-hr {
  background: url(/img/9.png);
  height: 20px;
  background-size: contain;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.lessons .left-les .line-hr {
  width: 50%;
}
.lessons .right-les .line-hr {
  width: 70%;
}
.lessons .left-les .les-title {
  font-weight: 800;
  line-height: 27px;
  font-size: 25px;
  padding-left: 25%;
}
.lessons .left-les .style-ul {
  padding-left: 25%;
}
.pp {
  cursor: auto !important;
}
.cost-text {
  width: 50%;
}
.lessons .left-les .btn a {
  display: block;
  cursor: pointer;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin-top: 15px;
  border: 1px solid #ff6a79;
  background: #ff6a79;
  color: #fff;
  transition: 0.4s all;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  width: 300px;
  margin-left: 30%;
}
.exit-modal,
.exit-modal2 {
  position: absolute;
  right: 0px;
  top: 25px;
  transform: rotate(135deg);
  font-size: 26px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  z-index: 9999;
}
.modal,
.modal2 {
  display: none;
  z-index: 1200;
  position: fixed;
  width: 860px;
  height: 398px;

  text-align: justify;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal video,
.modal2 video {
  width: 100%;
}
.overlay,
.overlay2 {
  z-index: 1190;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.t-right {
  text-align: right;
}
.lessons .right-les .les-title {
  font-weight: 800;
  line-height: 27px;
  font-size: 25px;
  padding-right: 25%;
}
.lessons .right-les .style-ul {
  padding-right: 25%;
}
.big-open-callback {
  margin-bottom: -3px;
}

.w-title {
  font-weight: 800;
  line-height: 28px;
  font-size: 26px;
}
.w-txt {
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
  margin: 15px 0 -10px 0;
}
.w-title-small {
  font-weight: bold;
  line-height: 23px;
  font-size: 18px;
}
.why-we .style-ul {
  font-size: 12px;
}
.why-we .style-ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.why-we .style-ul li {
  margin-bottom: 15px;
}
.why-we .line-hr {
  width: 100%;
}
.number-block {
  text-align: center;
}
.number-item {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  margin: 10px;
  font-weight: bold;
  line-height: 19px;
  font-size: 12px;
  text-align: left;
}
.number-item img {
  width: 180px;
  height: 60px;
  object-fit: contain;
}
.number-item span {
  display: block;
  margin-top: 15px;
}
.why-we .wrapper {
  padding: 50px;
  border-top: 3px solid #ff6a79;
  border-right: 3px solid #ff6a79;
  border-left: 3px solid #ff6a79;
}
.cost {
  background: linear-gradient(
    289.96deg,
    rgba(16, 170, 164, 0.8) 10.28%,
    rgba(37, 143, 204, 0.78) 110.28%
  );
}
.cost-title {
  font-weight: 900;
  line-height: 30px;
  font-size: 25px;
  color: #fff;
}
.cost .style-ul li {
  line-height: 22px;
  font-size: 13px;
  color: #fff;
  margin-bottom: 9px;
}
.double-txt div {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.double-txt .strong {
  font-weight: bold;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
}
.double-txt p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin: 5px 0;
}
.cost .wrapper {
  padding: 30px;
  border-bottom: 3px solid #ff6a79;
  border-right: 3px solid #ff6a79;
  border-left: 3px solid #ff6a79;
}
.big-img {
  width: 80%;
  margin: 0 auto;
  line-height: 0;
}
.big-img img {
  width: 100%;
  margin-top: -175px;
}
#video-block,
#video-block2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
#video-block #vid,
#video-block2 #vid2 {
  width: 100%;
}
.paused-bg:after,
.paused-bg2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.paused {
  width: 75px;
  height: 75px;

  background: #fff url(/img/play-btn.png) no-repeat center;
  border-radius: 50%;
  background-size: 25px;
  cursor: pointer;
  float: left;
  margin-right: 15px;
}
.wrapper.video-control {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  padding: 180px 30px 0 30px !important;
  z-index: 999;
  position: relative;
}
.wrapper.video-control2 {
  display: block;
  border-right: 3px solid #ff6a79;
  border-left: 3px solid #ff6a79;
  padding: 330px 30px 30px !important;
}
.clb {
  text-align: center;
}
.video-control > div {
  width: 50%;
}
.video-control2 > div {
  width: 100%;
}
.video-title {
  font-weight: bold;
  line-height: 19px;
  font-size: 17px;
  color: #fff;
}
.video-desc {
  font-weight: 500;
  line-height: 16px;
  font-size: 13px;
  color: #fff;
}
.price-text {
  font-weight: 500;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  background: #ff6a79;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  padding: 10px 15px;
}
.price-text:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  z-index: -1;
  bottom: -10px;
  border-top: 12px solid transparent;
  border-right: 40px solid #ff6a79;
  border-bottom: 12px solid transparent;
  transform: rotate(-90deg);
}
.video-price {
  text-align: right;
}
span.big-price {
  font-weight: 900;
  line-height: 115px;
  font-size: 100px;
  color: #ffffff;
  text-shadow: 10px 33px 47px rgba(255, 106, 121, 0.6),
    0px 4px 4px rgba(255, 106, 121, 0.7);
  border-radius: 10px;
  display: block;
}
.stud-title {
  font-weight: 800;
  line-height: 31px;
  font-size: 26px;
  margin: 30px;
}
.students .wrapper {
  width: 1000px;
}
.slide-item {
  background: #ffffff;
  box-shadow: 0px 3px 47px rgba(255, 106, 121, 0.1),
    0px 4px 4px rgba(255, 106, 121, 0.3);
  border-radius: 10px;
  margin: 20px;
}
.slide-img img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
.stud-top-info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
}
.stud-top-info .name {
  font-weight: bold;
  line-height: 24px;
  font-size: 14px;
}
.stud-top-info .bal {
  font-weight: bold;
  line-height: 18px;
  font-size: 11px;
  color: #ff6a79;
}

.slide-img {
  width: 30%;
}
.slide-body {
  padding: 10px;
  width: 70%;
}
.slide-item .flex {
  padding: 0;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.stud-bot-info {
  margin-top: 10px;
  font-size: 13px;
}
a.read-more-link {
  font-size: 13px;
  color: #ff6a79;
  cursor: pointer;
  border-bottom: 1px solid;
}
span.read-more-block {
  display: none;
}
.cont-numb {
  font-weight: bold;
  line-height: 250px;
  font-size: 180px;
  color: #ffffff;
  text-shadow: 10px 33px 47px rgba(255, 106, 121, 0.6),
    0px 4px 4px rgba(255, 106, 121, 0.7);
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.cont-info {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: left;
}
.cont-info .strong {
  font-weight: bold;
  line-height: 20px;
  font-size: 17px;
}
.cont-info p {
  font-size: 13px;
}
.cont-info .btn a {
  display: block;
  cursor: pointer;
  font-size: 13px;
  height: 60px;
  line-height: 60px;
  margin-top: 15px;
  border: 1px solid #ff6a79;
  background: #ff6a79;
  color: #fff;
  transition: 0.4s all;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  width: 300px;
}
.sliderrr {
  margin-bottom: 30px;
}
.contact .flex > div {
  width: 50%;
}
.cent {
  text-align: center;
}
.cont-img img {
  width: 100%;
}
.contact .wrapper {
  border-top: 3px solid #ff6a79;
  border-left: 3px solid #ff6a79;
  border-right: 3px solid #ff6a79;
  border-radius: 10px 10px 0 0;
  padding: 30px;
}
.last-form {
  background: linear-gradient(
    289.96deg,
    rgba(16, 170, 164, 0.8) 10.28%,
    rgba(37, 143, 204, 0.78) 110.28%
  );
}
.last-form .wrapper {
  border-bottom: 3px solid #419c9d;
  border-left: 3px solid #419c9d;
  border-right: 3px solid #419c9d;
  border-radius: 0 0 10px 10px;
}
.callback2-img {
  width: 24%;
  position: relative;
}
.last-form .wrapper .flex > .big-open-callback2 {
  width: 75%;
}
.callback2-img img {
  width: 390px;
  position: absolute;
  left: -135px;
  bottom: -150px;
}
.last-form .flex {
  padding: 0;
}

@media screen and (max-width: 1450px) {
  img.advant-img {
    position: initial;
  }
  .big-img img {
    margin-top: -150px;
  }
  .big-img {
    width: 100%;
  }
  img.img-abs {
    right: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper,
  .advant-title,
  .advant-block {
    border: 0 !important;
  }
  .header,
  .main > div,
  .footer {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lessons .left-les .les-title,
  .lessons .left-les .style-ul {
    padding-left: 0;
  }
  .lessons .left-les .btn a {
    margin-left: 0;
  }
  .lessons .right-les .les-title,
  .lessons .right-les .style-ul {
    padding-right: 0;
  }
  .big-open-callback .exform_wrapper.big-open-callback {
    width: 100%;
  }
  .wrapper {
    padding: 30px 0 !important;
  }
  .footer .wrapper,
  .header .wrapper {
    padding: 0 !important;
  }
  .wrapper.video-control2 {
    padding: 230px 30px 30px !important;
  }
  .big-img img {
    margin-top: -40px;
  }
  .callback2-img {
    width: 50%;
    position: relative;
  }
  .last-form .wrapper .flex > .big-open-callback2 {
    width: 50%;
  }
  .callback2-img img {
    width: 100%;
    position: initial;
  }
  .last-form .exform_wrapper.big-open-callback2 .inpt_wrpr input[type='text'],
  .exform_wrapper.big-open-callback2 .inpt_wrpr textarea {
    width: 100%;
    margin: 15px 0 0;
  }
  .last-form .big-open-callback2 .form-bot-text {
    margin-top: 20px;
    font-size: 13px;
  }
  .last-form #big-check2 + label {
    font-size: 12px;
  }
  .last-form .exform_wrapper.big-open-callback2 .mf_submit {
    width: 100%;
  }
  .last-form .exform_wrapper.big-open-callback2 .inpt_wrpr {
    display: block;
  }
  body {
    min-width: 100%;
  }
  .wrapper,
  .students .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .slide-img img {
    width: 100%;
  }
  .menu nav ul > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 940px) {
  .advant-block {
    text-align: center;
  }
  .advant-img {
    display: none;
  }
  .advant-item {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 910px) {
  .back-title:after {
    height: 60px;
  }
}
@media screen and (max-width: 880px) {
  img.img-abs {
    display: none !important;
  }
  .mob-right-bg {
    background: url(/img/7.png) no-repeat;
    height: 555px;
  }
  .mob-right-bg img {
    display: none;
  }
  .mob-left-bg {
    background: url(/img/18.png) no-repeat;
    height: 555px;
    background-position: 100% 0;
  }
  .mob-left-bg img {
    display: none;
  }
  .lessons .flex {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .double-txt > span {
    width: 100%;
  }
  .header .bottom .text-block {
    width: 50%;
  }
  .header .bottom > .callback-open {
    width: 40%;
  }
  .modal,
  .modal2 {
    width: 85%;
    height: auto;
  }
  .big-open-callback .exform_wrapper.big-open-callback .mf_submit,
  .big-open-callback
    .exform_wrapper.big-open-callback
    .inpt_wrpr
    input[type='text'],
  .exform_wrapper.big-open-callback .inpt_wrpr textarea {
    width: 210px;
  }
  .header .top {
    position: relative;
  }
  .header .phone {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
  }
  .phone .clb {
    display: none;
  }
  .header .phone .phn {
    background: url(/img/mob-phn.png) no-repeat left;
    background-size: 30px;
    padding: 10px;
    display: block;
    width: 225px;
    margin-top: -50px;
    margin: 0 auto;
  }
  .footer .top {
    display: block;
    text-align: center;
  }
  .footer .top .logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about .flex {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .header .bottom > .callback-open {
    width: 45%;
  }
  .big-open-callback .exform_wrapper.big-open-callback .mf_submit,
  .big-open-callback
    .exform_wrapper.big-open-callback
    .inpt_wrpr
    input[type='text'],
  .exform_wrapper.big-open-callback .inpt_wrpr textarea {
    width: 210px;
  }
  .number-item {
    width: 150px;
  }
  .number-item img {
    width: 150px;
    height: 50px;
  }
  .cost-title {
    font-size: 22px;
  }
  .double-txt div {
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  .header .bottom .text-block {
    width: 100%;
    text-align: center;
  }
  label {
    text-align: left;
  }
  .back-title:after {
    height: 40px;
  }
  .header .bottom > .callback-open {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .header .bottom > .callback-open .exform_wrapper.callback-open {
    display: inline-block !important;
  }
  .about .flex .text,
  .about .flex .foto {
    width: 100%;
    text-align: center;
  }
  .about .foto img {
    width: 280px;
  }
  .diplom .foto {
    width: 100%;
    text-align: center;
  }
  .diplom .info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }
  .info img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .style-ul li {
    background: url(/img/8.svg) no-repeat center top;
    background-size: 27px;
    padding: 25px 0 5px 0px;
    margin-bottom: 0px;
  }
  .lessons .flex > div {
    width: 100%;
    text-align: center;
  }
  .lessons .left-les .btn a {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;

    width: 260px;
  }
  .mob-right-bg,
  .mob-left-bg {
    display: none;
  }
  .lessons .line-hr {
    display: none;
  }
  .lessons .right-les .les-title,
  .lessons .left-les .les-title {
    margin-bottom: 30px;
  }
  .big-open-callback .exform_wrapper.big-open-callback {
    text-align: center;
  }
  .big-open-callback .exform_wrapper.big-open-callback .inpt_wrpr {
    display: block;
  }
  .big-open-callback .exform_wrapper.big-open-callback .mf_submit,
  .big-open-callback
    .exform_wrapper.big-open-callback
    .inpt_wrpr
    input[type='text'],
  .exform_wrapper.big-open-callback .inpt_wrpr textarea {
    width: 100%;
  }
  .why-we .style-ul li {
    width: 100%;
  }
  div#why-we {
    text-align: center;
  }
  div#cost {
    text-align: center;
  }
  .cost-text {
    width: 100%;
  }
  .cost .callback-open2 {
    width: 100%;
    margin-top: 20px;
  }
  .cost .callback-open2 .callback-open2 {
    box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.25);
    display: inline-block !important;
  }
  .cost .callback-open2 {
    box-shadow: none;
  }
  .cont-numb {
    width: 100%;
  }
  .cont-info {
    width: 100%;
    text-align: center;
  }
  .cont-info .btn a {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;

    width: 260px;
  }
  .small-request .exform_wrapper.small-request {
    width: 100%;
    text-align: center;
  }
  .contact .flex > div {
    width: 100%;
  }
  .callback2-img {
    display: none;
  }
  .last-form .wrapper .flex > .big-open-callback2 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 558px) {
  .back-title:after {
    height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .slide-item .flex {
    display: block;
  }
  .slide-img {
    width: 100%;
  }
  .slick-initialized .slick-slide {
    overflow: visible !important;
  }
  .cost-text p {
    width: 100%;
    font-size: 16px !important;
  }

  .advant-item {
    font-size: 16px;
  }
  .slide-body {
    padding: 10px;
    width: 100%;
  }
  .slide-img img {
    height: auto;
    border-radius: 5px 5px 0 0;
  }
  .contact .wrapper {
    padding-top: 0 !important;
  }
  .small-request .inpt_wrpr,
  .small-request .mf_submit {
    display: block !important;

    width: 100% !important;
    margin: 10px 0 !important;
  }
  .exform_wrapper.small-request input {
    border-radius: 5px !important;
  }
  .stud-title {
    text-align: center;
  }
  .slick-prev {
    right: 55% !important;
    top: 0 !important;
  }
  .slick-next {
    left: 55% !important;
    top: -3px !important;
  }
  .big-img {
    display: none;
  }
  .paused {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .video-control > div {
    width: 100%;
  }
  .video-price {
    text-align: left;
    margin-top: 20px;
  }
  span.big-price {
    line-height: 96px;
    font-size: 80px;
  }
  .advant-block {
    padding: 0;
  }
  .exform_wrapper.big-open-callback .exform_header {
    font-size: 19px !important;
  }
  .sliderrr {
    margin-bottom: 0px;
  }
  .exform_wrapper {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 440px) {
  .video,
  .video2 {
    background-position: 40% 0;
  }
}
@media screen and (max-width: 360px) {
  .exform_wrapper {
    width: 100% !important;
  }
  .number-item {
    text-align: center;
  }
}
@media screen and (max-width: 327px) {
  .back-title:after {
    height: 80px;
  }
  .back-title {
    margin: 10px 25px 25px 20px;
  }
}
