

/* Start:/local/templates/.default/components/bitrix/news/certificates/style.css?173494229133355*/
.lecture .mobile-f {
  display: none;
}

.lecture .mobile-x {
  display: none;
}

.lecture {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #DEDEDE;
}
.lecture-img{
	width: 50%;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.lecture-img img {
  width: 100%;
  display: block;
}

.lecture-desc {
      width: 50%;
    padding: 40px;
}

.lecture .desc--text {
  margin-bottom: 73px;
}

.lecture .desc--text h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.lecture .desc--text p {
  font-size: 14px;
  margin-bottom: 12px;
}

.lecture-buy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 75px;
}

.lecture-buy .buy-date {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lecture-buy .buy-date::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/.default/components/bitrix/news/certificates/img/date-img.png) no-repeat;
  margin-right: 15px;
}

.lecture-buy .buy-time {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lecture-buy .buy-time::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/.default/components/bitrix/news/certificates/img/time-png.png) no-repeat;
  margin-right: 15px;
}

.lecture-buy .buy-price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.buy-price::before {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background: url(/local/templates/.default/components/bitrix/news/certificates/img/priece-img.png) no-repeat;
  margin-right: 15px;
}
.lecture-buy .buy-button{
  margin-left: 20px;
}
.lecture-buy .info-icons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.lecture-buy .item{
  width: 33%;
}
.lecture-buy .buy-button button {
  width: 220px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: #CC1C31;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease-in-out;
}

.lecture-buy .buy-button button:hover {
 background: #ff2c45;
}

.lecture-desc .lecture-shedule h2 {
  color: #CE2236;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 25px;
}

.lecture-shedule .shedule {
  display: flex;

}

.shedule-item{
  width: calc((100% - 10px)/3);
}

.shedule-item .blue--text {
  color: #272663;
  font-size: 16px;
  margin-bottom: 14px;
}

.shedule-item p {
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
}

/* b-promo */

.b-promo {
  padding: 50px 0;
  background: #F3F3F3;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.b-promo .b-promo-img{
	width: 980px;
    height: 650px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.b-promo .b-promo-img img {
  width: 100%;
  display: block;
}

.b-promo .b-promo-text {
  max-width: 612px;
  width: 100%;
  position: absolute;
  left: 0;
  height: 344px;
  padding: 55px 60px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px #DDDDDD;
}

.b-promo .b-promo-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
}

.b-promo .b-promo-text p:nth-child(3) {
  margin-top: 24px;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-align: left;
}

.b-promo .b-promo-text button {
  width: 252px;
  height: 40px;
  background: #1F1E5A;
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 14px;
  margin-top: 45px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.b-promo .b-promo-text button:hover {
  background: #36359c;
}

/* b-others */

.b-others {
  padding-bottom: 85px;
  background: #F3F3F3;
}

.b-others-box {
  display: flex;
  border: 1px solid #F2A0A9;
  border-right: none;
}

.b-others .main {
  padding-left: 36px;
  font-size: 20px;
  color: #fff;
  background: #CC1C31;
  text-align: justify;
  min-height: 63px;
  display: flex;
  align-items: center;
}

.b-others-item {
  border-right: 1px solid #F2A0A9;
  padding: 33px 36px;
  background: #fff;
}

.b-others-item .b-others-img img {
  width: 100%;
  height: auto;
  display: block;
}

.b-others-item h2 {
  margin-top: 25px;
  font-size: 18px;
  margin-bottom: 18px;
}

.b-others-item p {
  font-size: 14px;
  margin-bottom: 30px;
}

.b-others-item p:nth-child(4) {
  font-size: 18px;
  color: red;
  margin-bottom: 23px;
}

.b-others-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.b-others-item button {
  color: #fff;
  width: 146px;
  height: 40px;
  border: none;
  font-family: inherit;
  background: #CC1C31;
  transition: all 0.3s ease-in-out;
  margin-right: 57px;
  cursor: pointer;
}

.b-others-button a {
  color: #242359;
}

.b-others-button a:hover {
  text-decoration: underline;
}

.b-others-item button:hover {
  background: #ff2c45;
}

/* b-school */

.b-school-h2 {
  display: flex;
  align-items: center;
  min-height: 63px;
  background: #CC1C31;
  padding-left: 36px;
}

.b-school-h2 h2 {
  font-size: 20px;
  color: #fff;
}

.b-school-h2 a {
  display: flex;
  padding-left: 25px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.b-school-h2 a:before {
  content: "";
  margin-right: 15px;
  display: block;
  width: 12px;
  height: 16px;
  background: url(/local/templates/.default/components/bitrix/news/certificates/img/place-mark.png) no-repeat;
}

.b-school__slider,
.teacher-slider{
  position: relative;
  max-height: 543px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.teacher-slider{
  max-height: inherit;  
}

.b-school__slider img {
  width: 100%;
  height: auto;
  display: block;
}

.b-school__slider-next, .b-school__slider-prev {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.b-school__slider-next {
  right: 35px;
  bottom: 250px;
  background-image: url(/local/templates/.default/components/bitrix/news/certificates/img/arrow-right.svg);
}

.b-school__slider-prev {
  left: 35px;
  bottom: 250px;
  background-image: url(/local/templates/.default/components/bitrix/news/certificates/img/arrow-left.svg)
}
/* b-form */

.b-form {
  background: #F3F3F3;
  padding-top: 65px;
  padding-bottom: 90px;
}

.b-form h2 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 50px;
}

.b-form-inputs {
  display: flex;
}

.b-form .b-inputs input {
  width: 427px;
  height: 39px;
  border: 1px solid #F5AAB1;
  font-family: inherit;
  padding: 0 20px;
  box-sizing: border-box;
}

.b-inputs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.a-inputs {
  margin-right: 36px;
  margin-bottom: 20px;
}

.a-inputs p {
  margin-bottom: 15px;
}

.b-form .b-area textarea {
  width: 670px;
  height: 132px;
  border: 1px solid #F5AAB1;
  resize: none;
  padding: 11px 20px;
  font-family: inherit;
  box-sizing: border-box;
}

.b-area p {
  margin-bottom: 15px;
}

.b-form .red--dot {
  color: #b72637;
}

/* CHECKBOX FORM */

.b-form .b-form-check .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-form .b-form-check .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.b-form .b-form-check {
  display: flex;
  justify-content: flex-start;
  font-size: 11px;
}

.b-form .b-form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F3F3F3;
  border: 1px solid #F5AAB1;
}

.b-form .b-form-check .container input:checked ~ .checkmark {
  background-color: #D52135;
}

.b-form .b-form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.b-form .b-form-check .container input:checked ~ .checkmark:after {
  display: block;
}

.b-form .b-form-check .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.b-form .required {
  margin-bottom: 12px;
}

/* X */

.b-form .b-form-button {
  margin-top: 40px;
}

.b-form .b-form-button input {
  width: 427px;
  height: 40px;
  background: #232165;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.b-form .b-form-button button:hover {
  background: #36359C;
}

/* b-likes */

.b-likes {
  background: #F3F3F3;
  padding-bottom: 85px;
}

.b-likes .b-likes__h2 {
  padding-left: 36px;
  font-size: 20px;
  color: #fff;
  background: #CC1C31;
  text-align: justify;
  min-height: 63px;
  display: flex;
  align-items: center;
}

.b-likes .b-likes__page {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #F2A0A9;
  background: #FFFFFF;
}

.b-likes .b-likes__item {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc((100% / 4) - 0.1px);
  padding: 35px;
  background: #fff;
  border-right: 1px solid #F2A0A9;
  border-bottom: 1px solid #F2A0A9;
  box-sizing: border-box;
}

.b-likes .b-likes__item.is-last{
  border-right: 0;
}
.b-likes__img{
  margin: 0 auto;
}
.b-likes .b-likes__img img {
  width: 100%;
  height: auto;
  display: block;
}

.b-likes .b-likes__item h2 {
  font-size: 20px;
  margin-top: 35px;  
   min-height: 83px;
}

.b-likes .b-likes__item p {
  font-size: 14px;
  margin-bottom: 25px;
}

.b-likes .b-likes__text p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #242359;
}

.b-likes .b-likes__text span {
  font-size: 14px;
  color: #000;
}

.b-likes .b-likes__item p:nth-child(5) {
  color: #000;
  margin-bottom: 23px;
  margin-top: 30px;
  font-size: 1.125rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
}
.b_cena {
  color: #000;
  margin-bottom: 23px!important;
  margin-top: 30px;
  font-size: 1.125rem!important;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
}

.b-likes .b-likes__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*position: absolute;
  bottom: 30px;*/
  width: 100%;
}

.b-likes .b-likes__button button {
  color: #fff;
  width: 146px;
  min-height: 40px;
  border: none;
  font-family: inherit;
  background: #CC1C31;
  transition: all 0.3s ease-in-out;
  margin-right: 57px;
  cursor: pointer;
}

.b-likes .b-likes__button button:hover {
  background: #FF2C45;
}

.b-likes .b-likes__button a {
  color: #242359;
}

.b-likes .b-likes__button a:hover {
  text-decoration: underline;
}


/* СЕРТИФИКАТЫ */

.container-b-headimg {
  background-color: #F3F3F3;
}

.b-headimg {
  background: #F3F3F3;
}

.b-headimg__descr {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 210px;
    max-width: 960px;
    margin: 65px auto;
}

.b-headimg p {
    font-size: 1rem;
    text-align: justify;
    margin-bottom: 30px;
}

.b-headimg p:last-child {
    margin-bottom: 0;
}

.b-headimg .b-headimg__img {
  display: flex;
  height: 417px;
  justify-content: center;
  align-items: center;
  background: url(/local/templates/.default/components/bitrix/news/certificates/img/banner-certs.png) no-repeat;
  background-position: center;
  background-size: auto;
}

.b-headimg .b-headimg__img h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
}

.swiper-wrapper .swiper-slide{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	width: 800px;
	height: 500px;
}

.teacher-slider .swiper-wrapper .swiper-slide{
  height: inherit;
}

.partners-page__video {
    margin-bottom: 50px;
}

.partners-video__header {
    height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #231B5A;
}

.partners-video__header h2 {
    color: #ffffff;
    font-size: 1.125rem;
}

.partners-video__container {
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    background-color: #fff;
}

.partners-video__container iframe {
    display: block;
}

.video-item{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 1020px;
    height: 570px;
    position: relative;
}
.youtube-icon{
    width: 80px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.video-item:hover .youtube-icon svg{stroke: red}
.video-item:hover .youtube-icon svg path.ytp-large-play-button-bg{fill: red}

@media screen and (max-width: 1601px) {
  .mobile-block {
    margin: 0;
    padding: 30px;
  }

  .b-headimg .b-headimg__img h2 {
    font-size: 48px;
  }

  .likes-content .b-likes {
    padding-bottom: 40px;
  }

  .likes-content .b-likes .b-likes__page {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }

  .likes-content .b-likes .b-likes__item p {
    text-align: justify;
  }

  .likes-content .b-likes .b-likes__item {
    border-bottom: 1px solid #F2A0A9;
    width: 25%;
    box-sizing: border-box;
  }

  .likes-content .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 20px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1439px) {
	.b-promo .b-promo-img{
		    width: 870px;
    height: 580px;
	}
}
@media screen and (max-width: 1279px) {
  .mobile-block {
    margin: 0;
    padding: 30px;
  }

  .b-headimg .b-headimg__img h2 {
    font-size: 48px;
  }

  .likes-content .b-likes {
    padding-bottom: 40px;
  }

  .likes-content .b-likes .b-likes__page {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }

  .likes-content .b-likes .b-likes__item p {
    text-align: justify;
  }

  .likes-content .b-likes .b-likes__item {
    border-bottom: 1px solid #F2A0A9;
    width: 50%;
    box-sizing: border-box;
  }

  .likes-content .b-likes .b-likes__item:nth-child(2n) {
    border-right: 0;
  }

  .likes-content .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 40px;
  }
}

@media screen and (max-width: 959px) {
  .mobile-block {
    margin: 0;
    padding: 30px;
  }

  .b-headimg .b-headimg__img h2 {
    font-size: 48px;
  }

  .likes-content .b-likes {
    padding-bottom: 40px;
  }

  .likes-content .b-likes .b-likes__page {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }

  .likes-content .b-likes .b-likes__item p {
    text-align: justify;
  }

  .likes-content .b-likes .b-likes__item {
    border-right: 1px solid #F2A0A9;
    width: 50%;
    box-sizing: border-box;
  }

  .likes-content .b-likes .b-likes__item:nth-child(2n) {
    border-right: 0;
  }

  .likes-content .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 639px) {

  .video-item{height: 220px;}
	.b-form .b-form-button input{
		width: 100%;
	}
  .mobile-block {
    margin: 0;
    padding: 30px;
  }

  .b-headimg .b-headimg__img h2 {
    font-size: 35px;
  }

  .likes-content .b-likes {
    padding-bottom: 40px;
  }

  .likes-content .b-likes .b-likes__page {
    width: 100%;
    flex-direction: column;
  }

  .likes-content .b-likes .b-likes__item p {
    text-align: justify;
  }

  .likes-content .b-likes .b-likes__item {
    border-left: 0;
    border-right: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .likes-content .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 50px;
  }
}

/* X */

/* MEDIA (NEW) */

@media screen and (max-width: 1601px) {
  .lecture-desc {
    margin-top: 0px;
    margin-left: 0px;
    padding: 45px 30px;
    box-sizing: border-box;
  }

  .lecture-img img {
    height: 100%;
  }

  .lecture .desc--text p {
    text-align: justify;
  }

  .b-form {
    padding: 45px 30px;
  }

  .b-form-inputs {
    flex-direction: row;
  }

  .b-inputs {
    justify-content: space-between;
  }

  .a-inputs {
    box-sizing: border-box;
    margin-right: 0px;
    width: 50%;
    padding-right: 20px;
  }

  .a-inputs:nth-child(2n+1) {
    padding-right: 20px;
  }

  .b-form .b-inputs input {
    width: 100%;
  }

  .b-form .b-area {
    width: 50%;
  }

  .b-form .b-area textarea {
    width: 100%;
  }

  .b-form .required {
    margin-top: 15px;
  }

  .b-form .b-form-button button {
    width: 427px;
  }

  .b-others-box {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .b-others .main {
    padding-left: 30px;
  }

  .b-others-item {
    box-sizing: border-box;
    width: 25%;
    border-bottom: 1px solid #F2A0A9;
  }

  .b-others-item p {
    text-align: justify;
  }

  .b-others-item button {
    width: 100%;
    margin-right: 30px;
  }

  .b-others {
    padding-bottom: 85px;
  }

  .b-likes {
    padding-bottom: 85px;
  }

  .b-likes .b-likes__item p {
    text-align: justify;
  }

  .b-likes .b-likes__h2 {
    padding-left: 30px;
  }

  .b-likes .b-likes__page {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .b-likes .b-likes__item {
    box-sizing: border-box;
    width: 25%;
    border-bottom: 1px solid #F2A0A9;
  }

  .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1279px) {
  .lecture {
    flex-direction: row;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }

  .lecture .lecture-img {
    width: 50%;
  }

  .lecture-desc {
    width: 50%;
    margin-left: 0px;
    margin-top: 45px;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .lecture .mobile-f {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    order: 4;
    margin-bottom: 0px;
    align-items: stretch;
    padding: 30px 30px;
    box-sizing: border-box;
  }

  .lecture-img img {
    height: 100%;
  }

  .lecture .mobile-x {
    display: block;
    width: 50%;
    padding: 30px 30px;
    box-sizing: border-box;
  }

  .mobile-x .shedule {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-x h2 {
    color: #CE2236;
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 25px;
  }

  .lecture-desc .lecture-buy, .lecture-desc .lecture-shedule {
    display: none;
  }

  .lecture .desc--text p {
    text-align: justify;
  }

  .lecture-buy {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .shedule-item {
    margin-bottom: 20px;
  }

  .b-promo {
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 45px;
    position: relative;
  }

  .b-promo .b-promo-text {
    height: auto;
    position: absolute;
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #DEDEDE;
    max-width: 510px;
  }

  .b-promo-img {
    width: 65%;
  }

  .b-promo .b-promo-text h2 {
    font-size: 24px;
  }

  .b-promo .b-promo-text p:nth-child(3) {
    font-size: 14px;
    text-align: justify;
    text-transform: none;
    letter-spacing: normal;
  }

  .b-promo .b-promo-text button {
    width: 100%;
    margin-top: 25px;
  }

  .b-others-box {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .b-others .main {
    padding-left: 30px;
  }

  .b-others-item {
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #F2A0A9;
  }

  .b-others-item p {
    text-align: justify;
  }

  .b-others-item button {
    width: 100%;
    margin-right: 30px;
  }

  .b-others {
    padding-bottom: 45px;
  }

  .b-school-h2 {
    padding: 0 30px;
    justify-content: space-between;
  }

  .b-school__slider-prev {
    bottom: 50%;
  }

  .b-school__slider-next {
    bottom: 50%;
  }

  .b-form {
    padding: 45px 30px;
  }

  .b-form-inputs {
    flex-direction: column;
  }

  .b-inputs {
    justify-content: space-between;
  }

  .a-inputs {
    box-sizing: border-box;
    margin-right: 0px;
    width: 50%;
    padding-right: 0px;
  }

  .a-inputs:nth-child(2n+1) {
    padding-right: 20px;
  }

  .b-form .b-inputs input {
    width: 100%;
  }

  .b-form .b-area {
    width: 100%;
  }

  .b-form .b-area textarea {
    width: 100%;
  }

  .b-form .required {
    margin-top: 15px;
  }

  .b-form .b-form-button button {
    width: 427px;
  }

  .b-likes {
    padding-bottom: 45px;
  }

  .b-likes .b-likes__item p {
    text-align: justify;
  }

  .b-likes .b-likes__h2 {
    padding-left: 30px;
  }

  .b-likes .b-likes__page {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .b-likes .b-likes__item {
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #F2A0A9;
  }

  .b-likes .b-likes__item:nth-child(2n) {
    border-right: 0;
  }

  .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 959px) {
	.b-promo .b-promo-img{
		height: 530px;
		width: 100%;
	}	
    .b-headimg__descr {
        padding: 30px 30px;
    }

  .lecture .mobile-f {
    display: none;
  }

  .lecture .mobile-x {
    display: none;
  }

  .lecture {
    flex-direction: column;
    padding-bottom: 45px;
  }

  .lecture .lecture-img {
    width: 100%;
    height: 200px;
  }

  .lecture-desc {
    width: 100%;
    margin-left: 0px;
    margin-top: 45px;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .lecture-desc .lecture-buy {
    display: flex;
  }

  .lecture-desc .lecture-shedule {
    display: block;
  }

  .lecture .desc--text p {
    text-align: justify;
  }

  .lecture-buy {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .shedule-item {
    margin-right: 20px;
    width: 100%;
  }

  .b-promo {
    flex-direction: column-reverse;
    padding-top: 0px;
    padding-bottom: 45px;
    position: initial;
  }

  .b-promo .b-promo-text {
    height: auto;
    position: initial;
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #DEDEDE;
    max-width: 800px;
  }

  .b-promo-img {
    width: 100%;
  }

  .b-promo .b-promo-text h2 {
    font-size: 24px;
  }

  .b-promo .b-promo-text p:nth-child(3) {
    font-size: 14px;
    text-align: justify;
    text-transform: none;
    letter-spacing: normal;
  }

  .b-promo .b-promo-text button {
    width: 100%;
    margin-top: 25px;
  }

  .b-others-box {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .b-others .main {
    padding-left: 30px;
  }

  .b-others-item {
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #F2A0A9;
  }

  .b-others-item p {
    text-align: justify;
  }

  .b-others-item button {
    width: 100%;
    margin-right: 30px;
  }

  .b-others {
    padding-bottom: 45px;
  }

  .b-school-h2 {
    padding: 0 30px;
    justify-content: space-between;
  }

  .b-school__slider-prev {
    bottom: 50%;
  }

  .b-school__slider-next {
    bottom: 50%;
  }

  .b-form {
    padding: 45px 30px;
  }

  .b-form-inputs {
    flex-direction: column;
  }

  .b-inputs {
    justify-content: space-between;
  }

  .a-inputs {
    box-sizing: border-box;
    margin-right: 0px;
    width: 50%;
    padding-right: 0px;
  }

  .a-inputs:nth-child(2n+1) {
    padding-right: 20px;
  }

  .b-form .b-inputs input {
    width: 100%;
  }

  .b-form .b-area textarea {
    width: 100%;
  }

  .b-form .required {
    margin-top: 15px;
  }

  .b-form .b-form-button button {
    width: 100%;
  }

  .b-likes {
    padding-bottom: 45px;
  }

  .b-likes .b-likes__item p {
    text-align: justify;
  }

  .b-likes .b-likes__h2 {
    padding-left: 30px;
  }

  .b-likes .b-likes__page {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .b-likes .b-likes__item {
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #F2A0A9;
  }

  .b-likes .b-likes__item:nth-child(2n) {
    border-right: 0;
  }

  .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 639px) {
	.b-promo .b-promo-img{
		height: 430px;
		width: 100%;
	}	
    .b-headimg__descr {
        padding: 30px 30px;
    }

  .lecture .mobile-f {
    display: none;
  }

  .lecture .mobile-x {
    display: none;
  }

  .a-inputs:nth-child(2n+1) {
    padding-right: 0px;
  }

  .shedule-item {
    margin-right: 0px;
    width: 100%;
  }

  .lecture {
    flex-direction: column;
    padding-bottom: 45px;
    border: none;
  }

  .lecture .lecture-img {
    width: 100%;
  }

  .lecture-desc {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .lecture-desc .lecture-buy {
    display: flex;
  }

  .lecture-desc .lecture-shedule {
    display: block;
  }

  .lecture .desc--text h2 {
    font-size: 20px;
  }

  .lecture .desc--text p {
    font-size: 12px;
    text-align: justify;
  }

  .lecture .desc--text {
    margin-bottom: 35px;
  }

  .lecture-buy {
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 12px;
    margin-bottom: 40px;
  }

  .lecture-buy .buy-button {
    width: 100%;
  }

  .lecture-buy .buy-date {
    margin-bottom: 20px;
  }

  .lecture-buy .buy-time {
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .lecture-buy .buy-price {
    margin-bottom: 20px;
  }

  .lecture-buy .buy-button button {
    width: 100%;
  }

  .lecture-shedule .shedule {
    padding: 0;
    flex-direction: column;
  }

  .shedule-item .blue--text {
    font-size: 14px;
  }

  .shedule-item p {
    font-size: 12px;
  }

  .b-promo {
    flex-direction: column-reverse;
    padding-top: 0px;
    padding-bottom: 45px;
    position: initial;
  }

  .b-promo .b-promo-text {
    height: auto;
    position: initial;
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #DEDEDE;
  }

  .b-promo-img {
    width: 100%;
  }

  .b-promo .b-promo-text h2 {
    font-size: 18px;
  }

  .b-promo .b-promo-text p:nth-child(3) {
    font-size: 14px;
    text-align: justify;
    text-transform: none;
    letter-spacing: normal;
  }

  .b-promo .b-promo-text button {
    width: 100%;
    margin-top: 25px;
  }

  .b-others {
    padding-bottom: 45px;
  }

  .b-others .main {
    font-size: 16px;
    padding-left: 30px;
  }

  .b-others-box {
    flex-direction: column;
    border-bottom: none;
    flex-wrap: nowrap;
  }

  .b-others-item {
    border-bottom: 1px solid #F2A0A9;
    width: 100%;
  }

  .b-others-item p {
    text-align: justify;
  }

  .b-others-item button {
    width: 100%;
    margin-right: 50px;
  }

  .b-school-h2 {
    padding: 0 30px;
    justify-content: center;
  }

  .b-school-h2 h2 {
    font-size: 12px;
  }

  .b-school-h2 a:before {
    width: 22px;
    height: 20px;
  }

  .b-school__slider .b-school__slider-controls {
    display: none;
  }

  .b-form-inputs {
    flex-direction: column;
  }

  .b-form {
    padding: 45px 30px;
  }

  .b-form h2 {
    font-size: 24px;
    text-align: center;
  }

  .b-inputs {
    flex-direction: column;
  }

  .b-form .b-inputs input {
    width: 100%;
  }

  .b-form .b-area textarea {
    width: 100%;
  }

  .b-form .b-form-button button {
    width: 100%;
  }

  .b-form .required {
    margin-top: 15px;
  }

  .a-inputs {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .b-likes {
    padding-bottom: 45px;
  }

  .b-likes .b-likes__h2 {
    padding-left: 30px;
    font-size: 16px;
  }

  .b-likes .b-likes__page {
    flex-direction: column;
    border-bottom: none;
  }

  .b-likes .b-likes__item {
    border-right: 0;
    border-bottom: 1px solid #F2A0A9;
    width: 100%;
  }

  .b-likes .b-likes__item p {
    text-align: justify;
  }

  .b-likes .b-likes__button button {
    width: 100%;
    margin-right: 50px;
  }
}

@media screen and (max-width: 375px) {
	.b-promo .b-promo-img{
		height: 300px;
		width: 100%;
	}	
}



@media screen and (max-width: 345px) {
  .lecture-buy .item{
    width: auto;
  }

  .lecture-buy .buy-date::before{
    width: 36px;
  }
  .lecture-buy .buy-time::before{
    width: 38px;
  }
  .buy-price::before{
    width: 44px;
  }

  .lecture-buy .info-icons{
    justify-content: space-evenly;
        flex-wrap: wrap;
  }

	.b-school__slider .swiper-wrapper .swiper-slide{	
		height: 200px;
	}  
	.b-likes .b-likes__button{
		display: inline-block;
	    justify-content: unset;
	    align-items: center;
	    position: relative;
	    bottom: 0;
	}	
	.likes-content .b-likes .b-likes__item{
		padding: 20px 40px;
	}
	.likes-content .b-likes .b-likes__button button{
		margin: 0 0 20px 0;
	}

	.b-promo .b-promo-img{
		width: 100%;
    	height: 220px;
	}
}



.b-likes__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  
  min-height: 100%;
}

.b-likes__item .head,
.b-likes__item .foot {
  flex: 0 1 auto;
  width: 100%;
}
.b-likes__item .foot{
	padding-top: 20px;
}

.b-likes__item .body {
  flex: 1 1 auto;
  width: 100%;
}

.buy-certificates {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 20px;
}
.certificates-buy-modal .ruby-modal__content {
  max-width: 605px;
}


.buy-certificates-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  background: #B12535;
  box-shadow: 0px 30px 30px -30px rgba(177, 36, 53, 0.5);
  border-radius: 10px;
  isolation: isolate;
}
.buy-certificates-title {
  font-family: 'Halvar Breit Md';
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  width: 100%;
  padding: 5px;
  background: #9A2132;
  border-radius: 5px;
}
.buy-certificates-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
}
.buy-certificates-count {
  margin-left: auto;
}
.buy-certificates-row {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.buy-certificates-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
  gap: 10px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E2E7E9;
  border-radius: 5px;
  order: 1;
  margin-bottom: 6px;
  transition: border-color 0.050ms ease-out;
}
.buy-certificates-input:hover {
  border-color: #B1B9C4;
}
.buy-certificates-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 6px 0;
  order: 0;
  user-select: none;
}
.buy-certificates-input:required ~ .buy-certificates-label:not(.buy-certificates-label--checkbox)::after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
  color: red;
}
.buy-certificates-label.buy-certificates-label--checkbox {
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.buy-certificates-input--checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: #B12535;
  order: 0;
}
.buy-certificates-label__rules-link {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.buy-certificates-desc {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.28px;
  color: #7D858C;
  order: 2;
}
.buy-certificates-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 30px 0;
}
.ruby-modal__footer.buy-certificates-footer {
  flex-direction: row;
  padding-top: 10px;
  justify-content: space-between;
}
.buy-certificates-footer__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #7D858C;
}
.buy-certificates-footer__total-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: #000000;
}
.ruby-button.buy-certificates-footer__button {
  max-width: 195px;
}
.buy-certificates-footer__aside {
  display: flex;
  flex-direction: column;
}

.certificates-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificates-header .page-title {
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  padding: 15px;
}
.certificates-description {
  padding: 50px 0;
}
.certificates-buy-error-modal .ruby-modal__content {
  max-width: fit-content;
}
@media (max-width: 970px){
  .certificates-description {
    padding: 30px 15px;
  }
}

@media (max-width: 576px){
  .ruby-modal__footer.buy-certificates-footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .buy-certificates-footer__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .certificates-buy-modal .ruby-modal__body{
    max-height: 75vh;
  }
  .certificates-buy-modal .ruby-modal__content{
    padding: 20px 10px;
  }
  .buy-certificates-label__text {
    font-size: 12px;
    line-height: 18px;
  }
  .buy-certificates-unrequired ~ .buy-certificates-row {
    margin-top: 30px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/certificates/style.css?169953574540*/
.b-likes__text {
    min-height: 45px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/certificates/style.css?173494229133355 */
/* /local/templates/.default/components/bitrix/news.list/certificates/style.css?169953574540 */
