

/* Start:/local/templates/network.vc/components/bitrix/news.detail/program/style.css?17658132878325*/
.main__list {
  margin-top: 130px;
}
.main__list__item {
  display: flex;
  width: 100%;
}

.main__list__item__left
{
  display: flex;
  align-items: center;
  width: 30%;
  max-height: 72px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #333333;

}

.main__list__item__right
{
  width: 70%;
}
.main__list__item__right__redBlock
{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  background: #EA3168;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.21);
  padding: 30px 20px 24px 60px;
  color: #FFFFFF;
}
.main__list__item_notRed
{
  margin-top: 88px;
}
.main__list__item__right h2
{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: #333333;
  margin: 0;
}

.main__list__item__right__infoBlock
{
  width: 100%;
  margin-top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.13);
  padding-bottom: 44px;
}

.main__list__item__right__infoBlock__header
{
  background: #02092E;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  padding: 30px 20px 24px 60px;
  color: #FFFFFF;
}
.main__list__item__right__infoBlock__list
{
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 49px;
  padding: 0;
  margin-left: 60px;
  color: #717171;
}
.main__list__item__right__infoBlock .red__btn
{
  margin-left: 60px;
}
@media(max-width: 950px)
{
  .main__list__item {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .main__list__item__right
  {
    width: 100%;
    margin-top: 30px;
  }
  .main__list__item__left
  {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media(max-width: 480px)
{
  .main__list__item__left
  {
    font-size: 28px;
  }
  .main__list__item__right__redBlock
  {
    font-size: 24px;
    padding: 30px 20px 24px 30px;
  }
  .main__list__item__right h2
  {
    font-size: 24px;
  }
  .main__list__item__right__infoBlock__header
  {
    font-size: 20px;
    padding: 30px 20px 24px 30px;
  }
  .main__list__item__right__infoBlock__list {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    list-style: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 49px;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    color: #717171;
  }
  .main__list__item__right__infoBlock .red__btn
  {
    margin: 0;
    margin: 0 auto;
    width: 80%;
  }  
}

.main__list__item__right__infoBlock__list li::before {
  content:'-';
  padding-right:12px;
}

.popup__apply__block {
  width: 540px;
  background: #FFFFFF;
}
.popup__apply__block.popup-window.popup-window-with-titlebar {
  padding:0;
  margin:0;
}
.popup__apply__block .popup-window-titlebar {
  display: flex;
  align-items: center;
  padding: 0 35px;
  height: 83px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #C5C5C5;
}
.popup__apply__block .popup-window-titlebar-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #333333;  
}

.popup__apply__block .popup-window-titlebar-close-icon {
  top: 29px;
  right: 29px;
}
.popup__apply__block .popup-window-titlebar-close-icon:after {
  position: static;
  font-family: 'Material Icons';
  content: 'close';
  color: #333333;
  cursor: pointer;
  font-size: 35px;
  background:none;
}

/*.popup__apply__block__body*/
.popup__apply__block .popup-window-content {
  background: #FFFFFF;
  padding: 22px 104px;
  font-size:16px;
  line-height:1.4;
}
.popup__apply__block__body__section
{
  margin-bottom: 30px;
}
.popup__apply__block__body__section span
{
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
  /* identical to box height, or 141% */


  color: #919191;

}
.popup__apply__block__body__section h5
{
  margin:0;
  margin-bottom: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;

  color: #333333;
}
.popup__apply__block__body__dropList
{
  display: flex;flex-direction: column;
}
.popup__apply__block__body__dropList span
{

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}
.popup__apply__btn
{
  width: 331px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EA3168;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  /* identical to box height */
  color: #EA3168;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #EA3168;
  user-select: none;
  cursor: pointer;
  margin-bottom: 15px;
}
.popup__apply__btn_red
{
  background: #EA3168;

  color: #FFFFFF;
}
.popup__apply__btn.disabled {
  display:none;
}
.popup__apply__block__body__dropList {
  margin-bottom: 20px;
}
.custom-select {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #919191;
  width: 332px;
}
.select-selected {
  background: #FDFDFD;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  height: 55px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url("/local/templates/network.vc/components/bitrix/news.detail/program/images/toggleArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: .4s all;
}
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: 18px;
}
.select-items div,.select-selected {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;

  color: #919191;
  padding: 8px 16px;
  border: 1px solid transparent;

  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  background: #FDFDFD;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 185px;
  overflow: auto;
  width: 101%;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background: #FFF3E8;
}
.select-items .same-as-selected {
  color: #474747;
}
.select-items div.wrong {
  color:red;
}
.selected-wrong {
  margin: 12px 0 0 0;
  color: red;  
}

.select-items::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
}

/* Track */
.select-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; 
  border-radius: 10px;
}

/* Handle */
.select-items::-webkit-scrollbar-thumb {
  background: #DADADA;
  border-radius: 15px;
}

@media(max-width: 480px)
{
  .popup__apply__block .popup-window-content {
    padding:14px 22px;
  }  
  .popup__apply__block
  {
    width: 90vw;

  }
  .popup__apply__block__body {
    padding: 11px 14px;
  }
  .popup__apply__block__header {

    font-size: 19px;
  }
  .custom-select {
    width: 80vw;
  }
  .popup__apply__btn {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media(max-width: 425px) {
  .popup__apply__block .popup-window-titlebar {
    height:42px;
    padding:0 16px;
  }
  .popup__apply__block .popup-window-titlebar-text {
    font-size:22px;
  }
  .popup__apply__block .popup-window-titlebar-close-icon {
    top:14px;
    right:7px;
  }
  .popup__apply__block .popup-window-titlebar-close-icon:after {
    font-size:24px;
  }
  .popup__apply__block__body__section {
    margin-bottom:12px;
  }
  .popup__apply__block__body__section span {
    font-size:16px;
    line-height:20px;
    margin-bottom:8px;
  }
  .popup__apply__block__body__section h5 {
    font-size:16px;
    line-height:20px;
    margin-bottom:4px;
  }
}

.waitBox {  
  width:100%;
  text-align:center;
  min-height:50px;
}
.waitBox::after {  
  font-family: 'Material Icons';
  font-size: 26px;
  color: #5A5A5A;  
  content: "av_timer";
}
/* End */


/* Start:/local/templates/network.vc/components/bitrix/news.list/team/style.css?17658132871514*/
.team {
  background-color: #FBFBFB;
  margin:50px 0 0;
  padding:50px 0;
}
.team__header
{
  display: flex;
  justify-content: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.team__people
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}
.team__people__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 67px;
  text-decoration:none;
}
.team__people__item h4 {
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #333333;
}
.team__people__item span
{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 148.69%;
  /* or 30px */

  text-align: center;

  color: #717171;
}
.team__people__item img
{
  object-fit: cover;
  width: 300px;
  height: 300px;
  border-radius: 50%;

}

@media(max-width: 850px)
{
  .team__people {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
  .team__people__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0px; 
    margin-bottom: 60px;
  }

}
@media(max-width: 480px)
{
  .team__people__item img {
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 50%;
  }  
}
/* End */


/* Start:/local/templates/network.vc/components/bitrix/news.list/portfolio/style.css?17658132873155*/
.section__portfolio {
  width: 100%;
  background-color: #fff;
  padding: 61px 0;
}
.section__port__container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.section__portfolio__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
  margin:40px 0 0 0;
}
.section__portfolio__title_list {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;  
}
.section__portfolio__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.section__portfolio__btn__seeMore {
  width: 300px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
  color: #FFFFFF;
  background: #4033DB;
  border-radius: 4px;
  text-decoration:none;
}

@media(max-width: 1350px) {
  .section__port__container {
    max-width: 80vw;
  }
}
@media(max-width: 1025px) {
  .section__portfolio__title {
    font-size: 36px;
    line-height: 30px;
    color: #333333;
  }
}
@media(max-width: 380px) {
  .section__port__container {
    max-width: 86vw;
  }
  .section__portfolio__title {
    font-size: 28px;
    color: #333333;
  }
}

/* list */
.port__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.port__block__item
{
  width: 380px;
  margin-top: 70px;
  text-decoration:none;
}
.port__block__item__img
{
  position: relative;
}
.port__block__item__img img
{
  width: 100%;
}
.port__block__item__img__logo
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.port__block__item__text
{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 25px;
  color: #333333;
  padding: 0 15px;
}
@media(max-width: 1380px)
{
  .port__block__item {
    width: 30%;
  }
}
@media(max-width: 1180px)
{
  .port__block__item {
    width: 56%;
    margin-top:30px;
  }
  .port__block {
    flex-direction: column;
    align-items: center;
  }
}
@media(max-width: 900px)
{
  .port__block__item__text{
    line-height: 30px;
    font-size: 20px;
  }
}
@media(max-width: 480px)
{
  .port__block__item__text{
    line-height: 25px;
    font-size: 16px;
    margin-top: 15px;
    padding: 0 5px;
  }
  .port__block__item {
    width: 85%;
  }
}
@media(max-width: 380px)
{
  .port__block__item {
    width: 90%;
  }
}

.port__btn {
  margin: 0 auto;
  cursor: pointer;
  width: 300px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-decoration:none;
  text-align: center;
  color: #FFFFFF;
  background: #EA3168;
  border-radius: 4px;
  margin-top:60px;
}
@media(max-width: 480px)
{
  .port__btn
  {
    width: 100%;
  }
}
/* End */
/* /local/templates/network.vc/components/bitrix/news.detail/program/style.css?17658132878325 */
/* /local/templates/network.vc/components/bitrix/news.list/team/style.css?17658132871514 */
/* /local/templates/network.vc/components/bitrix/news.list/portfolio/style.css?17658132873155 */
