.advantages_item {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}


.advantage_item {
    z-index: 1;
    width: calc(33% - 22.5px);
    padding: 25px 10px 10px;
    color: #333333;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
	background: #F4F4F4;

}
/*
.advantage_item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border: 1px solid #BDBDBD;
}
*/

.advantage_item  .events_item-title {
    font-size: 24px;
}

.advantage_item .events_item-date {
    line-height: 22.56px;
}


@media (max-width: 767.98px) {
	.advantage_item {
		width: 100%;
	}

}

@media (max-width: 1199px) {
    .governance_item-img {
        height: auto !important;
    }
}
.governance_item-img {
    height: 275px;
}

.events_row-wrapper img {
margin: 0 15px 0 15px;
}
.events_row {
    background: #FFF !important;
}


@media (max-width: 767.98px) {
.events_row iframe {
	width: 100%;
    height: 300px;
	}
}

.events_row-wrapper .events_row-info {
    margin-bottom: 30px;
}

.events_row video {
	width: 100%;
	height: auto;
}

.events_directions-links {
	justify-content: space-evenly;
}

.events_directions-link {
	max-width: 600px;
}

@media (max-width: 1024px) {
.events_directions-link {
	max-width: 100%;
	margin-bottom: 10px;
	}
}




.pg_bl2 .page_title {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .pg_bl2  .page_title {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
}


.pg_bl2 {
  margin: 54px 0;
}

.pg_bl2_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 52px 1fr 52px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 52px;
}
@media screen and (max-width: 992px) {
  .pg_bl2_row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .pg_bl2_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.pg_bl2_row .item {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .pg_bl2_row .item {
    padding: 0 0 0 10px;
  }
  .pg_bl2_row .item br {
    display: none;
  }
}
.pg_bl2_row .item .item_title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .pg_bl2_row .item .item_title {
    font-size: 20px;
  }
}
.pg_bl2_row .item .desc {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pg_bl2_row .item .desc {
    font-size: 16px;
  }
}
.pg_bl2_row .item.border {
  border: 1px solid #3EC5D9;
  border-radius: 20px;
  padding: 34px 0px 0px 27px;
}
@media screen and (max-width: 768px) {
  .pg_bl2_row .item.border {
    padding: 20px 10px;
  }
}
.pg_bl2_row .item.color {
  background: rgba(134, 218, 230, 0.4);
  border-radius: 20px;
  padding: 20px 0 20px 20px;
}




.pg_priem .page_title {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .pg_priem  .page_title {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
}

.accordion {
  margin: 0 0 30px;
}

.accordion_row {
  border: 1px solid #000000;
  border-radius: 18px;
  padding: 34px 60px;
}
@media screen and (max-width: 768px) {
  .accordion_row {
    padding: 20px 15px;
  }
}

.pg_priem_row {
  padding: 30px 0 0;
}
.pg_priem_row .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 260px;
  grid-template-columns: 1fr 260px;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #4bbecf;
  margin: 0 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pg_priem_row .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.pg_priem_row .item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  background: url(./img/triangle.svg) no-repeat center;
  background-size: cover;
  left: 0;
  top: 12px;
}
.pg_priem_row .item .item_title {
  font-size: 22px;
  font-weight: 600;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .pg_priem_row .item .item_title {
    font-size: 16px;
  }
}
.pg_priem_row .item .item_title span {
  font-weight: 300;
}
.pg_priem_row .item .desc {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg_priem_row .item .desc {
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
  }
}
.pg_priem_row .item .desc span {
  display: block;
  -ms-flex-wrap: 400;
      flex-wrap: 400;
  font-size: 16px;
  color: #898989;
}

.accordion_title_row {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  position: relative;
}
.accordion_title_row .accordion_title {
  color: #4bbecf;
  font-size: 21px;
  font-weight: 600;
}
.accordion_title_row .accordion_subtitle {
  font-size: 16px;
  font-weight: 400;
}
.accordion_title_row svg {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 992px) {
  .accordion_title_row svg {
    width: 26px;
  }
}
.accordion_title_row svg path {
  stroke: #000;
}

.acc_active svg {
  -webkit-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
}
.acc_active svg path {
  stroke: #4bbecf;
}
@media screen and (max-width: 768px) {
.accordion_title_row .accordion_title {
	padding-right:30px;
	}

}
