

/* Start:/local/templates/main/components/bitrix/catalog/main/style.css?178816597810929*/
.blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
.blocks--triple {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 24px;
}
.blocks--five {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 24px;
}
.blocks__block {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.blocks__block--vertical {
  flex-direction: column;
}
.blocks__block--five {
  width: calc((100% - 40px) / 3);
}
.blocks__check {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
}
.blocks__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blocks__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
.blocks__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width:1600px) {
  .blocks__title {
    font-size: 25px;
    line-height: 26px;
  }
  .blocks__text {
    font-size: 16;
    line-height: 23px;
  }
}
@media (max-width:992px) {
  .blocks {
    grid-template-columns: 1fr;
  }
  .blocks__block--five {
    width: calc((100% - 20px) / 2);
  }
  .blocks__block--five:last-child {
    width: 100%;
  }
  .blocks__title {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width:640px) {
  .blocks__block {
    padding: 12px;
    gap: 24px;
  }
  .blocks__block--five {
    width: 100%;
  }
}

.cases {
  display: flex;
  gap: 25px;
}
.cases__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cases__heading {
  margin-bottom: 0 !important;
}
.cases__block {
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  list-style-type: none;
}
.cases__item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.cases__img {
  flex-shrink: 0;
  width: 783px;
  object-fit: contain;
  object-position: bottom;
}
.cases__img--mob {
  display: none;
}
@media (max-width:1600px) {
  .cases__item {
    font-size: 16px;
    line-height: 23px;
  }
  .cases__img {
    width: 590px;
  }
}
@media (max-width:992px) {
  .cases__img {
    display: none;
    margin-bottom: -40px;
    width: 100%;
    height: auto;
  }
  .cases__img--mob {
    display: block;
  }
}

.tasks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tasks__item {
  position: relative;
  min-height: 394px;
}
.tasks__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tasks__inner {
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.tasks__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
.tasks__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.tasks__blockbutton {
  margin-top: auto;
  gap: 4px !important;
}
@media (max-width:1600px) {
  .tasks__name {
    font-size: 25px;
    line-height: 26px;
  }
  .tasks__text {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  .tasks {
    display: flex;
    overflow-x: auto;
  }
  .tasks__item {
    flex: 280px 0 0;
  }
  .tasks__name {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width: 640px) {
  .tasks__item {
    padding: 12px;
  }
}

.sertsteps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  column-gap: 24px;
  row-gap: 40px;
}
.sertsteps__heading {
  margin-bottom: 0 !important;
}
.sertsteps__list {
  margin: 0;
  padding: 0;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
}
.sertsteps__item {
  margin: 0;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: linear-gradient(90deg, rgba(227, 77, 42, 0.5) 0%, rgba(21, 23, 25, 0.5) 77.4%);
}

.sertsteps__item.gray{
    background: #FFFFFF1A;
}
.sertsteps__count {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.sertsteps__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sertsteps__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
.sertsteps__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.sertsteps__img {
  position: relative;
}
.sertsteps__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sertsteps__img--figure > img {
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width:1600px) {
  .sertsteps {
    column-gap: 20px;
  }
  .sertsteps__title {
    font-size: 25px;
    line-height: 26px;
  }
  .sertsteps__text {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  .sertsteps {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 24px;
  }
  .sertsteps__heading {
    margin-bottom: 16px;
  }
  .sertsteps__list {
    grid-column: auto;
    grid-row: auto;
  }
  .sertsteps__title {
    font-size: 20px;
    line-height: 21px;
  }
  .sertsteps__img {
    height: 320px;
  }
  .sertsteps__img--figure {
    display: none;
  }
}
@media (max-width: 640px) {
  .sertsteps {
    row-gap: 12px;
  }
  .sertsteps__heading {
    margin-bottom: 28px;
  }
  .sertsteps__item {
    padding: 12px;
    gap: 24px;
  }
  .sertsteps__img {
    height: 250px;
  }
}

.sute {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sute__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 394px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.sute__tag {
  padding: 9px;
  background-color: rgba(227, 77, 42, 0.1);
  border: 1px solid #e34d2a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.blocktitle.sute__blocktitle {
  color: #fff;
}
.sute__list {
  margin: 3px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
}
.sute__element {
  margin: 0;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
}
.sute__blockbutton {
  margin-top: auto;
  width: 100%;
}
@media (max-width:1600px) {
  .sute {
    display: flex;
    overflow-x: auto;
  }
  .sute__item {
    flex-shrink: 0;
    width: 384px;
  }
  .sute__list {
    margin: 34px 0;
  }
  .sute__element {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width:992px) {
  .sute__list {
    margin: 37px 0;
  }
}
@media (max-width:640px) {
  .sute__item {
    padding: 12px;
    width: 280px;
  }
  .sute__list {
    margin: 40px 0;
  }
}

.allows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  column-gap: 24px;
  row-gap: 40px;
}
.heading.allows__heading {
  margin-bottom: 0 ;
}
.allows__img {
  position: relative;
}
.allows__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.allows__blocks {
  grid-column: 2/3;
  grid-row: 1/3;
  column-gap: 20px;
  row-gap: 24px;
}
@media (max-width:1600px) {
  .allows {
    column-gap: 20px;
  }
}
@media (max-width: 992px) {
  .allows {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 24px;
  }
  .heading.allows__heading {
    margin-bottom: 16px;
  }
  .allows__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-column: auto;
    grid-row: auto;
    column-gap: 24px;
  }
  .allows__img {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .allows {
    row-gap: 12px;
  }
  .heading.allows__heading {
    margin-bottom: 28px;
  }
  .allows__img {
    height: 250px;
  }
  .allows__blocks {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

.whatis {
  position: relative;
  overflow: hidden;
}
.whatis__img {
  position: absolute;
  right: -17px;
  bottom: -8px;
  width: 590px;
}
.whatis__inner {
  padding: 48px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.whatis__h2 {
  margin: 0 0 40px;
}
.whatis__content {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.whatis__content > *:not(:last-child) {
  margin: 0 0 24px;
}
@media (max-width:1600px) {
  .whatis__img {
    right: -22px;
    bottom: 0;
  }
}
@media (max-width:992px) {
  .whatis__img {
    display: none;
  }
  .whatis__inner {
    padding: 24px;
  }
  .whatis__content {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width:640px) {
  .whatis__h2 {
    margin: 0 0 24px;
  }
  .whatis__inner {
    padding: 12px;
  }
  .whatis__content {
    font-size: 14px;
    line-height: 20px;
  }
}

.alltasks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.alltasks__item {
  position: relative;
}
.alltasks__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alltasks__inner {
  position: relative;
  padding: 24px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width:992px) {
  .alltasks {
    display: flex;
    overflow-x: auto;
  }
  .alltasks__inner {
    width: 280px;
    font-size: 20px;
    line-height: 21px;
  }
}
/* End */


/* Start:/local/templates/main/css/akkreditacija.css?17878463743373*/
/*akkreditacija*/
.dflex{
	display: flex;
}
.main_top_block{
	align-items: center;
	gap: 60px;
	padding: 50px 0;
}
.block_top_page{
    padding-top: 166px;
    background-image: url("/local/templates/main/img/akkreditacija/top_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.main__header_right{
	flex: 0 0 46%;
}
.main__header_img img{
	display: block;
	max-width: 100%;
	width: 100%;
}
.main__header_btn_block{
	padding: 10px 25px;
	background: rgba(255, 255, 255, 0.10);
	gap: 24px;
	margin-top: 50px;
	align-items: center;
}
.btn_block_text{
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	line-height: 146%;
}
.btn_block_title{
	font-size: 14px;
	font-weight: 500;
}
.btn_block_text p{
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.btn_block_btn{
	flex: 0 0 48%;
}
.btn_block_btn a{
    text-align: center;
    background: #E34D2A;
    padding: 20px 18px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 146%;
    text-decoration: none;
	width: 100%;
    box-sizing: border-box;
}
.btn_block_btn a:hover{
	text-decoration: none;
}
.sute__item.sute_block_page{
	min-height: 280px;
}
.center_img img{
	object-position: 0 -158px;
}
.reestr_block{
	background: rgba(255, 255, 255, 0.10);
	padding: 40px;
}
.section_page_title{
	max-width: 1050px;
	margin: 0 auto;
}
.text-center{
	text-align: center;
}
.reestr_block_img img{
	display: block;
	max-width: 100%;
	width: 100%;
}
.reestr_block_sub{
	color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 146%;
    margin: 10px 0;
}
.reestr_block_title{
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	line-height: 106%; 
	letter-spacing: -0.6px;
	margin-bottom: 20px;
}
.reestr_block_number{
	background: rgba(255, 255, 255, 0.10);
	padding: 10px;
	font-size: 50px;
	font-weight: 500;
	line-height: 106%; 
	letter-spacing: -1px;
	display: inline-block;
}
.reestr_block_text p{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 146%;
}
.reestr_block_text{
	max-width: 420px;
    padding: 40px;
}
.reestr_block_info{
	align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.btn_block_btn.btn_reestr a{
	padding: 20px 7px;
}
@media screen and (max-width: 1200px){
	h1.main__title{
		font-size: 50px;
		line-height: 100%; 
	}
	.main_top_block{
		flex-wrap: wrap;
		gap: 20px;
		padding: 0;
	}
	.main__header_right{
		flex: 0 0 100%;
	}
	.main__header_img{
		display: none;
	}
	.main__header_btn_block{
		margin-top: 0;
	}
	.btn_block_btn{
		margin-left: auto;
	}
	.center_img img{
		object-position: unset;
	}
}
@media screen and (max-width: 992px){
	.reestr_block_info{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 640px){
	h1.main__title{
		font-size: 35px;
		line-height: 100%; 
	}
	.block_top_page{
		padding-top: 80px;
	}
	.main__header_btn_block{
		flex-wrap: wrap;
	}
	.btn_block_text{
		flex: 0 0 72%;
	}
	.btn_block_btn{
		flex: 0 0 100%;
	}
	.main__text{
		font-size: 14px;
		line-height: 146%;
	}
	.reestr_block_number{
		font-size: 44px;
		letter-spacing: -0.88px;
	}
	.reestr_block_text{
		max-width: none;
		padding: 0;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/universal/style.min.css?1776939972620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */
/* /local/templates/main/components/bitrix/catalog/main/style.css?178816597810929 */
/* /local/templates/main/css/akkreditacija.css?17878463743373 */
/* /local/templates/main/components/bitrix/breadcrumb/universal/style.min.css?1776939972620 */
