

/* Start:/local/templates/template.cbs/components/bitrix/menu/mobile-navigation/style.css?17530887661014*/
.mobile-nav{
	display: none;
}
@media(max-width: 768px){
	.mobile-nav{
		display: block;
		margin-top: 20px;
	}
	.mobile-nav ul::-webkit-scrollbar{
		display: none;
		-webkit-appearance: none;
		width: 0;
		height: 0;
	}
	.mobile-nav ul{
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		padding: 0 31px;
		overflow-x: scroll;
		overflow: -moz-scrollbars-none;
		scrollbar-width: none;
	}
	.mobile-nav ul li::before{
		content: unset;
	}
	.mobile-nav ul li{
		margin: 0;
		padding: 0;
	}
	.mobile-nav ul li:not(:last-child){
		margin-right: 12px;
	}
	.mobile-nav ul li a{
		white-space: nowrap;
		display: block;
		padding: 4px 12px;
		border-radius: 50px;
		background-color: var(--site-bg-blue-color--card);
		border-color: transparent;
		color: var(--site-white-color);
		transition: background .2s;
		font-size: 14px;
		line-height: 20px;
	}
	.mobile-nav ul li a:active{
		background-color: var(--site-accent-blue-color);
	}
}
@media(max-width: 415px){
	.mobile-nav ul{
		padding: 0 20px;
	}
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/main-banner-slider/style.css?17530887662086*/
.main-banner-slider__item {
	background-color: var(--site-bg-light-color);
}

.dark-theme .main-banner-slider__item {
	background-color: var(--site-bg-blue-color);
}

.main-banner-slider__item-holder {
	position: relative;
	background-color: var(--site-white-color);
	padding: 17px 24px 22px;
	display: flex;
	align-items: center;
}

.dark-theme .main-banner-slider__item-holder {
	background-color: var(--site-bg-blue-color--card);
}

.main-banner-slider__item-holder-number {
	font-size: 30px;
	line-height: 33px;
	margin-right: 16px;
	white-space: nowrap;
}

.main-banner-slider__item-holder-text {
	color: var(--site-dark-grey-color);
	/* max-width: 200px; */
	/* height: 44px; */
}

.dark-theme .main-banner-slider__item-holder-text {
	color: var(--site-grey-color);
}

.main-banner-slider__item-holder-link.g-button-border.small.arrow {
	background-position: center;
	position: unset;
	order: 2;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	border: none;
	padding: unset;
	background-image: var(--site-arrow-img-blue);
	transform: rotate(-45deg) translate(25px, -6px);
	margin-left: unset;
	background-size: 15px;
}

.dark-theme .main-banner-slider__item-holder-link.g-button-border.small.arrow {
	background-image: var(--site-arrow-img-white);
}

@media(max-width: 1040px) {
	.main-banner-slider__item-holder {
		height: 114px;
	}
	.main-banner-slider__item-holder-link.g-button-border.small.arrow {
		transform: rotate(-45deg) translate(30px, -14px);
		
	}
	.main-banner-slider__item-holder-number {
		font-size: 24px;
	}
}

@media(max-width: 768px) {
	.main-banner-slider__item-holder {
		height: 110px;
	}
	
}

@media(max-width: 415px) {

	/* .main-banner-slider__holder{
		padding: 0 20px;
	} */
	.main-banner-slider__item:first-child {
		margin-left: 20px;
	}

	.main-banner-slider__item:last-child {
		margin-bottom: 20px;
	}
}
@media(max-width: 374px) {

	.main-banner-slider__item-holder-text {
		height: 44px;
	}
}
/* End */


/* Start:/local/templates/template.cbs/components/ma/catalog.section/slider/style.css?17530887668334*/

.catalog-section:not(:last-child){
  margin-bottom: 103px;
}
.catalog-section__holder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-section__content{
  /* width: 100%; */
  flex-grow: 1;
  margin: 0 -8px;
  overflow: hidden;
  min-width: 100%;
}
.catalog-section__content-slider.swiper{
  /* padding: 10px; */
  overflow: visible;
  padding: 8px;
}
.catalog-section__title h3{
  margin: 0;
}
.headline .catalog-section__title h3{
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.02em;
}
.catalog-section__title,
.catalog-section__button{
  margin-bottom: 24px;
}
.catalog-section__item.swiper-slide{
  height: unset;
  max-width: 340px;
  margin-right: 12px;
}
.catalog-section__item-holder{
  position: relative;
  height: 100%;
}
.catalog-section__item-holder::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  z-index: -1;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.catalog-section__item-holder:hover::before{
  transform: scale(1.03);
}
.catalog-section__item-holder,
.catalog-section__item-holder.white{
  background-color: var(--site-white-color);
  color: var(--site-default-color);
  padding: 28px;
}
.catalog-section__item-holder.blue{
  background-color: var(--site-accent-blue-color);
}
.catalog-section__item-holder.red{
  background-color: var(--site-accent-red-color);
}
.catalog-section__item-holder.light-blue{
  background-color: var(--site-accent-azure-color);
}
.catalog-section__item-holder.dark-blue{
  background-color: var(--site-accent-dark-blue-color);
}
.catalog-section__item-holder.red,
.catalog-section__item-holder.red .catalog-section__item-theme,
.catalog-section__item-holder.blue,
.catalog-section__item-holder.blue .catalog-section__item-theme,
.catalog-section__item-holder.dark-blue,
.catalog-section__item-holder.dark-blue .catalog-section__item-theme{
  color: var(--site-white-color);
}
.catalog-section__item-holder.blue .catalog-section__item-info span.separator,
.catalog-section__item-holder.red .catalog-section__item-info span.separator,
.catalog-section__item-holder.blue .catalog-section__item-theme::before,
.catalog-section__item-holder.red .catalog-section__item-theme::before,
.catalog-section__item-holder.dark-blue .catalog-section__item-info span.separator,
.catalog-section__item-holder.dark-blue .catalog-section__item-theme::before{
  background-color: var(--site-white-color);
}
.catalog-section__item-holder.light-blue,
.catalog-section__item-holder.light-blue .catalog-section__item-theme{
  color: var(--site-default-color);
}
.catalog-section__item-holder.light-blue .catalog-section__item-info span.separator,
.catalog-section__item-holder.light-blue .catalog-section__item-theme::before{
  background-color: var(--site-default-color);
}
.catalog-section__item-theme{
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: var(--site-accent-blue-color);
  padding-left: 20px;
  margin-bottom: 24px;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.catalog-section__item-theme::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--site-accent-blue-color);
}
.catalog-section__item-info {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 16px;
}
.catalog-section__item-info span.separator {
    display: inline-block;
    height: 1px;
    width: 25px;
    background-color: var(--site-default-color);
    margin: 4px 13px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.catalog-section__item-title{
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  height: 87px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.catalog-section__item-img{
  margin-bottom: 28px;
  position: relative;
  padding: 0 20px;
  min-height: 235px;
}

/* .catalog-section__item-holder.blue .catalog-section__item-img::before,
.catalog-section__item-holder.red .catalog-section__item-img::before,
.catalog-section__item-holder.light-blue .catalog-section__item-img::before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.1;
  background-color: var(--site-accent-azure-color);
  z-index: 2;
}*/
/* .catalog-section__item-holder.blue .catalog-section__item-img,
.catalog-section__item-holder.red .catalog-section__item-img,
.catalog-section__item-holder.light-blue .catalog-section__item-img{
  background-blend-mode: color, normal;
} */
.catalog-section__content-slider .swiper-button-next{
  right: 8px;
}
.catalog-section__content-slider .swiper-button-prev{
  left: 8px;
}
.catalog-section__content-slider .swiper-button-next:not(.swiper-button-disabled)::before{
  right: -8px;
}
.catalog-section__content-slider .swiper-button-prev:not(.swiper-button-disabled)::before{
  left: -8px;
}
@media(max-width: 1024px){
  .catalog-section__content-slider.swiper,
  .catalog-section__content{
    overflow: visible;
  }
  .catalog-section__title h3{
    font-size: 36px;
    line-height: 36px;
  }
  .headline .catalog-section__title h3{
    font-size: 44px;
    line-height: 44px;
  }
  .catalog-section__content-slider .swiper-button-next:not(.swiper-button-disabled)::before{
    right: -41px;
  }
  .catalog-section__content-slider .swiper-button-prev:not(.swiper-button-disabled)::before {
    left: -41px;
  }
}
@media(max-width: 850px){
  .catalog-section:not(:last-child){
    margin-bottom: 70px;
  }
  .catalog-section__item-holder:hover::before{
    transform: scale(1);
  }
  .catalog-section__item-img{
    max-width: 155px;
    margin-left: auto;
    min-height: 115px;
  }
  .catalog-section__item-holder,
  .catalog-section__item-holder{
    padding: 24px;
  }
  .catalog-section__item-theme{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    max-height: 16px;
  }
  .catalog-section__item-info {
      font-size: 14px;
      line-height: 20px;
  }
  .catalog-section__item-info span.separator{
    width: 40px;
  }
  .catalog-section__item-title{
    font-size: 22px;
    line-height: 26px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; */
    max-height: 52px;
    /* overflow: hidden;
    text-overflow: ellipsis; */
  }
  .catalog-section__item-img{
    margin-bottom: 20px;
  }
  .catalog-section .swiper-button-prev,
  .catalog-section .swiper-button-next{
    display: none;
  }
  .catalog-section__title h3{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
    letter-spacing: -0.02em;
  }
  .headline .catalog-section__title h3{
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 22px;
    /* letter-spacing: -0.02em; */
  }
  .catalog-section__title, .catalog-section__button{
    margin-bottom: 22px;
  }
}
@media(max-width: 415px){
  .catalog-section:not(:last-child){
    margin-bottom: 67px;
  }
  .catalog-section__title{
    margin-bottom: 16px;
  }
  .catalog-section__button{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    margin-top: 23px;
    width: 100%;
    max-width: 550px;
  }
  .catalog-section__button a.g-button{
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 23px 24px;
  }
  .catalog-section__title h3{
    margin-bottom: 0;
  }
  .headline .catalog-section__title h3{
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 0;
  }
  .headline .catalog-section__title h3{
    letter-spacing: -0.03em;
    margin-bottom: 0;
  }
  .catalog-section + .catalog-section {
    padding-top: 12px;
  }
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/education-fields-slider/style.css?17530887662781*/

.ed-fields > .l-wrapper{
	overflow: hidden;
}
.ed-fields{
	margin-bottom: 105px;
}
.ed-fields__holder{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.ed-fields__content{
	width: 100%;
}
.ed-fields__title,
.ed-fields__button{
	margin-bottom: 32px;
}
.ed-fields__content-slider.swiper{
	overflow: visible;
}


.ed-fields__title h2{
	margin: 0;
}
.ed-fields__item-holder{
	padding: 24px;
	background-color: var(--site-bg-blue-color--card);
	color: var(--site-grey-color);
	transition: background .3s ease;
}
.ed-fields__item-name{
	margin-top: 46px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 17px;
	line-height: 20px;
}
.ed-fields__item-holder:hover{
	background-color: var(--site-dark-grey-color);
}
.ed-fields__item-holder:active{
	background-color: var(--site-bg-blue-color);
}
.ed-fields .swiper-button-next:not(.swiper-button-disabled)::before{
	/* background: linear-gradient(270deg, rgba(24, 37, 71, 0.4) 0%, rgba(24, 37, 71, 0) 100%); */
	right: -40px;
}
.ed-fields .swiper-button-prev:not(.swiper-button-disabled)::before{
	/* background: linear-gradient(90deg, rgba(24, 37, 71, 0.4) 0%, rgba(24, 37, 71, 0) 100%); */
	left: -40px;
}
.ed-fields .swiper-button-next::after{
	transform: translateY(1px);
}
.ed-fields .swiper-button-prev::after{
	transform: translateY(1px) rotate(180deg);
}

@media(max-width: 1024px){
	.ed-fields{
		margin-bottom: 108px;
	}
	.ed-fields__content-slider.swiper{
		overflow: visible;
	}
	.ed-fields__item-holder:hover{
		background-color: var(--site-bg-blue-color--card);
	}
	.ed-fields__title h2{
		font-size: 44px;
		line-height: 44px;
	}
	.ed-fields .swiper-button-next{
		right: 0px;
	}
	.ed-fields .swiper-button-prev{
		left: 0px;
	}
	.ed-fields__item-name {
			margin-top: 48px;
	}
}
@media(max-width: 768px){
	.ed-fields .swiper-button-prev,
	.ed-fields .swiper-button-next{
		display: none;
	}
	.ed-fields__item-name{
		margin-top: 25px;
		height: 50px;
		font-size: 16px;
		line-height: 14px;
	}
	.ed-fields__title h2{
		font-size: 28px;
		line-height: 31px;
		letter-spacing: -0.03em;
	}
	.ed-fields__title, .ed-fields__button {
    margin-bottom: 23px;
	}
	.ed-fields__holder{
		align-items: flex-start;
	}
	.ed-fields__item-holder {
		padding: 15px;
	}
	.ed-fields__item-icon{
		max-width: 28px;
	}
	.ed-fields {
    margin-bottom: 86px;
	}
}
@media(max-width: 415px){
	.ed-fields__button{
		margin-bottom: 0;
		order: 3;
		margin-top: 41px;
		min-width: 100%;
	}
	.ed-fields__button a.g-button{
		padding: 22px 24px;
	}
	.ed-fields__button a.g-button{
		text-align: left;
		width: 100%;
	}
	.ed-fields {
    margin-bottom: 70px;
	}
	.ed-fields__item-name {
    margin-top: 30px;
	}
	.ed-fields__button {
    margin-top: 35px;
	}
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/video-reviews/style.css?17530887664086*/

.v-reviews{
	margin-bottom: 40px;
}
.v-reviews__holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.v-reviews__headline h3{
	margin: 0;
}
.v-reviews__content{
	min-width: 100%;
}
.v-reviews__headline,
.v-reviews__link{
	margin-bottom: 23px;
}
.v-reviews__slider-play{
	position: absolute;
	left: 24px;
	bottom: 17px;
	transition: transform .2s ease;
}
.v-reviews__slider-item-holder{
	overflow: hidden;
}
.v-reviews__slider-item{
	cursor: pointer;
	max-width: 340px;
}
.v-reviews__slider-item-img{
	position: relative;
	overflow: hidden;
	height: 460px;
}
.v-reviews__slider-item:hover .v-reviews__slider-item-img img{
	transform: scale(1.04);
}
.v-reviews__slider-item-img picture{
	height: 100%;
}
.v-reviews__slider-item-img img{
	transition: transform .2s ease;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.v-reviews__slider-wrapper{
	padding: 8px 0;
}
.v-reviews__content{
	padding: 0 8px;
	margin: 0 -8px;
	overflow: hidden;
}
.v-reviews__slider.swiper{
	overflow: visible;
}
.v-reviews__slider .swiper-button-next::before,
.v-reviews__slider .swiper-button-prev::before{
	transition: background .3s ease;
}
.v-reviews__slider .swiper-button-next::before{
	background: linear-gradient(270deg, rgba(13, 46, 145, 0.4) 0%, rgba(13, 46, 145, 0) 100%) !important;
}
.v-reviews__slider .swiper-button-prev::before{
	background: linear-gradient(90deg, rgba(13, 46, 145, 0.4) 0%, rgba(13, 46, 145, 0) 100%) !important;
}
.v-reviews__slider .swiper-button-next:after{
	transform: translateY(-47px);
}
.v-reviews__slider .swiper-button-prev:after{
	transform: translateY(-47px) rotate(180deg);
}
.v-reviews__slider.hover .swiper-button-next::before,
.v-reviews__slider.hover .swiper-button-prev::before{
	top: 0;
	bottom: 0;
	right: -8px;
}
.v-reviews__slider .swiper-button-next:not(.swiper-button-disabled)::before{
	right: -8px;
}
.v-reviews__slider .swiper-button-prev:not(.swiper-button-disabled)::before{
	left: -8px;
}
.v-reviews__slider-item-name{
	margin-top: 32px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.02em;
	transition: color .2s ease;
}
/* .v-reviews__slider-item:hover .v-reviews__slider-item-name{
	color: #3B75FE;
} */
.v-reviews__slider-item-course,
.v-reviews__slider-item-course a{
	color: #3B75FE;
	font-size: 15px;
	line-height: 21px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 21px;
	white-space: nowrap;
}
@media(max-width: 1400px){
	.v-reviews__content{
		overflow: visible;
	}
	.v-reviews__slider .swiper-button-next:not(.swiper-button-disabled)::before {
    right: -48px;
	}
	.v-reviews__slider .swiper-button-prev:not(.swiper-button-disabled)::before{
		left: -48px;
	}
}
@media(max-width: 1024px){
	.v-reviews {
    margin-bottom: -10px;
	}
}
@media(max-width: 768px){
	.v-reviews__slider-item:hover .v-reviews__slider-item-name{
		color: var(--site-white-color);
	}
	.v-reviews__slider-item-img {
    height: 400px;
    overflow: hidden;
	}
	.v-reviews__headline h3{
		font-size: 24px;
		line-height: 26px;
	}
	.v-reviews__headline, .v-reviews__link{
		margin-bottom: 24px;
	}
	.v-reviews__slider-item-name{
		margin-top: 24px;
		font-size: 18px;
		line-height: 22px;
	}
	.v-reviews__slider-item-course,
	.v-reviews__slider-item-course a{
		font-size: 14px;
		line-height: 20px;
		max-height: 20px;
	}
	.v-reviews {
    margin-bottom: 30px;
	}
	.v-reviews__slider .swiper-button-next,
	.v-reviews__slider .swiper-button-prev{
		display: none;
	}
	.v-reviews__slider-item:hover .v-reviews__slider-item-img img{
		transform: scale(1);
	}
}
@media(max-width: 500px){
	.v-reviews__link{
		order: 3;
		width: 100%;
		margin-bottom: 0;
	}
	.v-reviews__link > a.g-button{
		width: 100%;
		text-align: left;
		padding: 23px 24px;
	}
	.v-reviews__headline{
		margin-bottom: 15px;
	}
	.v-reviews__content {
    margin-bottom: 26px;
	}
	.v-reviews {
    margin-bottom: 0px;
	}
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/companies-logos/style.css?17530887663099*/
.companies{
  margin-bottom: 150px;
}
.companies__headline{
  margin-bottom: 50px;
}
.companies__headline h3{
  margin: 0;
  max-width: 980px;
}
.companies__headline h2{
  margin: 0;
  max-width: 980px;
  letter-spacing: -0.03em;
}
.companies.companies--catalog h2{
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.companies__wrapper{
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
.companies__holder{
  display: grid;
  grid-gap: 60px 20px;
  grid-template-columns: repeat(6, 1fr);
}
.companies.companies--career .companies__holder{
  grid-gap: 68px 20px;
}
.companies__item{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.companies.companies--career{
  margin-bottom: 0;
}
.companies.companies--partners{
  margin-bottom: 120px;
}
@media(max-width: 1200px){
  .companies__holder{
      grid-gap: 60px 20px;
      grid-template-columns: repeat(4, 1fr);
  }
  .companies{
    margin-bottom: 142px;
  }
}
@media(max-width: 1024px){
  .companies.companies--catalog h2{
    font-size: 36px;
  }
}
@media(max-width: 768px){
  .companies{
      margin-bottom: 76px;
  }
  .companies__headline h3{
      font-size: 24px;
      line-height: 26px;
      letter-spacing: -0.02em;
  }
  .companies__headline h2{
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  .companies.companies--catalog h2{
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .companies__headline{
      margin-bottom: 30px;
  }
  .companies__holder{
    grid-gap: 13px 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .companies.companies--career .companies__holder{
    grid-gap: 13px 20px;
  }
}
@media(max-width: 700px){
  .companies{
      margin-bottom: 65px;
  }
  .companies__wrapper{
      overflow-x: scroll;
      overflow: -moz-scrollbars-none;
      scrollbar-width: none;
  }
  .companies__wrapper::-webkit-scrollbar{
      display: none;
      -webkit-appearance: none;
      width: 0;
      height: 0;
  }
  .companies__holder{
      display: flex;
      flex-wrap: wrap;
      grid-gap: unset;
      min-width: 678px;
  }
  .companies__item{
      width: 140px;
      max-width: 140px;
      min-width: 140px;
      margin-bottom: 60px;
  }
  .companies__item:not(:nth-child(4n)){
      margin-right: 20px;
  }
  .companies__headline h2{
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -0.03em;
    max-width: 300px;
  }
  .companies--partners .companies__headline h2{
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  .companies.companies--career .companies__holder {
    grid-gap: 13px 1px;
  }
  /* .companies.companies--career{
    margin-bottom: 53px;
  } */
  .companies.companies--partners{
    margin-bottom: 81px;
  }
}
@media(max-width: 415px){
  .companies__wrapper{
      padding: 0 20px;
  }
  .companies__headline{
      max-width: 310px;
  }
  .companies__item{
      margin-bottom: 12px;
  }
  .companies__item:not(:nth-child(4n)){
      margin-right: 12px;
  }
  .companies.companies--partners{
    margin-bottom: 60px;
  }
}

/* End */


/* Start:/local/templates/.default/components/ma/form/call-back-form/style.css?17530887663399*/
.cb-form{
  margin-bottom: 120px;
}
.cb-form .light-grey-box{
  padding: 40px 0;
  background-color: var(--site-white-color);
}
.cb-form__holder{
  padding: 0 40px;
}
.cb-form__text h2{
  margin: 0;
  margin-bottom: 24px;
}
.cb-form__text p{
  margin: 0;
  max-width: 485px;
}
.cb-form__holder{
  display: flex;
  justify-content: space-between;
}
.cb-form__block{
  width: 50%;
}
.cb-form__form .g-input-holder + .g-input-holder,
.b-message-form_item + .b-message-form_item{
  margin-top: 12px;
}
.cb-form__form-footer{
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.cb-form__form-footer p{
  margin: 0;
  margin-left: 24px;
  font-size: 15px;
  line-height: 21px;
  color: var(--site-grey-color);
}
.cb-form__success{
  position: relative;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  background-color: var(--site-secondary-blue-color);
  min-height: 312px;
}
.cb-form__success h5{
  margin: 0;
  margin-bottom: 16px;
}
.cb-form__success p{
  margin: 0;
}
.cb-form__success h5,
.cb-form__success p{
  max-width: calc(100% - 40px);
}
.cb-form__success-close{
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.cb-form__success-close a:hover,
.cb-form__success-close a:active{
  border-color: transparent;
}
.cb-form input[type="text"]:not(.custom),
.cb-form input[type="tel"]:not(.custom),
.cb-form input[type="password"],
.cb-form input[type="email"],
.cb-form textarea{
  background-color: var(--site-bg-light-color);
}
.cb-form .g-button.arrow.loading::before{
  top: 22px;
}
@media(max-width: 1024px){
  .cb-form__block {
    width: calc(50% - 40px);
  }
  .cb-form__form-footer{
    align-items: unset;
  }
  .cb-form__form-footer input{
    height: fit-content;
  }
}
@media(max-width: 1000px){
  .cb-form .g-button.arrow.loading::before{
    right: 24px;
  }
  .cb-form__form-footer{
    flex-direction: column;
  }
  .cb-form__form-footer p{
    margin-left: 0;
    margin-top: 16px;
  }
  .cb-form__form-footer input.g-button{
    width: 100%;
    text-align: left;
  }
  .cb-form__holder{
    padding: 0 24px;
  }
  .cb-form__text h2 {
    font-size: 28px;
    line-height: 31px;
  }
  .cb-form__text p{
    font-size: 16px;
    line-height: 22px;
    max-width: 300px;
  }
  .cb-form__block {
    width: 50%;
  }
  .cb-form__form-footer p{
    font-size: 14px;
    line-height: 20px;
  }
  .cb-form__text.cb-form__block{
    width: 49%;
  }
  .cb-form__form.cb-form__block{
    width: 51%;
  }
  .cb-form__success h5{
    font-size: 18px;
    line-height: 22px;
  }
  .cb-form__success p{
    font-size: 16px;
    line-height: 22px;
  }
  .cb-form {
    margin-bottom: 80px;
  }
  .b-message-form_submit > button.g-button{
    width: 100%;
    text-align: left;
  }
}
@media(max-width: 600px){
  .cb-form > .l-wrapper{
    padding: 0;
  }
  .cb-form__holder{
    flex-direction: column;
  }
  .cb-form__text.cb-form__block,
  .cb-form__form.cb-form__block{
    width: 100%;
  }
  .cb-form__block + .cb-form__block{
    margin-top: 32px;
  }
  .cb-form__holder {
    padding: 0 20px;
  }
  .cb-form__text p {
    max-width: 320px;
  }
  .cb-form__form-footer p {
    text-align: center;
    max-width: 341px;
  }
  .cb-form__success{
    min-height: 368px;
  }
}

/* End */
/* /local/templates/template.cbs/components/bitrix/menu/mobile-navigation/style.css?17530887661014 */
/* /local/templates/template.cbs/components/ma/news.list/main-banner-slider/style.css?17530887662086 */
/* /local/templates/template.cbs/components/ma/catalog.section/slider/style.css?17530887668334 */
/* /local/templates/template.cbs/components/ma/news.list/education-fields-slider/style.css?17530887662781 */
/* /local/templates/template.cbs/components/ma/news.list/video-reviews/style.css?17530887664086 */
/* /local/templates/template.cbs/components/ma/news.list/companies-logos/style.css?17530887663099 */
/* /local/templates/.default/components/ma/form/call-back-form/style.css?17530887663399 */
