

/* Start:/local/templates/network.vc/components/bitrix/news.list/portfolio/style.css?17680702463541*/
.section__portfolio {
  width: 100%;
  background-color: #FBFBFB;
  padding: 100px 0 50px 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;
  margin:40px 0 0 0;
}
.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 {
  width:100%;
  position: relative;
}
.port_block_item_img_a {
  position: relative;
  height: 0;
  padding-top: 56%;
  border: none;
}
.port_block_item_img_b {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #F6F6F6;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.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 */


/* Start:/local/templates/network.vc/components/bitrix/news.list/partners/style.css?17680702461512*/
.team.partner {
  background-color: #FFFFFF;
  margin: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/executive-team/style.css?17680702461514*/
.team.executive {
  background-color: #FBFBFB;
  margin: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.detail/program-apply/style.css?17680702468975*/
.popup__applies__block {
  width: 540px;
  background: #FFFFFF;
}
.popup__applies__block.popup-window.popup-window-with-titlebar {
  padding:0;
  margin:0;
}
.popup__applies__block .popup-window-titlebar {
  display: flex;
  align-items: center;
  padding: 0 35px;
  height: 83px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #C5C5C5;
}
.popup__applies__block .popup-window-titlebar-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.popup__applies__block .popup-window-titlebar-close-icon {
  top: 29px;
  right: 29px;
}
.popup__applies__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__applies__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;
  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;
  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-apply/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__applies__block .popup-window-content {
    padding:14px 22px;
  }
  .popup__applies__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__applies__block .popup-window-titlebar {
    height:42px;
    padding:0 16px;
  }
  .popup__applies__block .popup-window-titlebar-text {
    font-size:22px;
  }
  .popup__applies__block .popup-window-titlebar-close-icon {
    top:14px;
    right:7px;
  }
  .popup__applies__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";
}

.programQuest {
  width:100%;
  background-color:#02092E;
  padding:50px 0;
}
.programQuest .box {
  width:90%;
  max-width:900px;
  margin:0 auto;
}
.programQuest .question {
  width:100%;
  height:75px;
  background-color: #DFDFDF;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #02092E;
  align-items: center;
  justify-content: center;
  display:flex;
}
.programQuest .button-container {
  padding:46px 0;
  background-color:#FFFFFF;
  border-left:1px solid #02092E;
  border-bottom:1px solid #02092E;
  border-right:1px solid #02092E;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.13);
  align-items: center;
  justify-content: center;
  display:flex;
}
.applyInfo {
  min-width:calc(100% - 48px);
  max-width: 1260px;
  height:600px;
  position:absolute;
  top:-510px;

  background:url(/local/templates/network.vc/components/bitrix/news.detail/program-apply/images/applybg.png) center center no-repeat;
}
.applyInfo-content {
  margin:120px auto;
  width:368px;
  display:flex;
  flex-direction: column;
  align-items: center;
}
@media(max-width: 448px) {
  .applyInfo {
    min-width:calc(100% - 32px);
  }
  .applyInfo-content {
    width: calc(100% - 48px);
  }
}

.applyInfo-content-logo {
  background:url(/local/templates/network.vc/components/bitrix/news.detail/program-apply/images/applylogo.svg) center center no-repeat;
  width:56px;
  height:56px;
}
.applyInfo-content-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #FBFBFB;
  text-align:center;
  margin-top:32px;
}
.applyInfo-content-desc {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align:center;
  color: #FBFBFB;
  margin-top:32px;
}
a.applyInfo-content-button {
  width: 300px;
  height: 50px;
  margin-top:32px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.02em;
  background-color: white;
  text-decoration:none;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.applyInfo-content-button,
a.applyInfo-content-button:active,
a.applyInfo-content-button:link,
a.applyInfo-content-button:visited {
  color:#2C3038;
}
a.applyInfo-content-button:hover {
  background-color: #f8fafb;
}

.moreInfoJoin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:600px;
  background-image: url('/local/templates/network.vc/components/bitrix/news.detail/program-apply/images/bg.jpg');
  background-size: cover;
  background-position: 50% 40%;
  position:relative;
  margin-top:600px;
}
.moreInfoJoin__block {
  width:370px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moreInfoJoin__block h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin:0;
}
.moreInfoJoin__block span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-top: 32px;
}
.moreInfoJoinBtn {
  width: 300px;
  height: 50px;
  left: calc(50% - 300px/2);
  top: 172px;
  background: #E9256D;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;

  /* white */

  color: #FFFFFF;
}
.moreInfoJoinBtn:hover {
  background: #d11d5f;
}
/* End */


/* Start:/local/modules/startupnetwork.form/style.css?176807024512921*/
/*popup styles*/

.popup__apply__block {
  width: 598px;
  height: auto;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}
.popup__apply__block.popup-window.popup-window-with-titlebar {
  margin:0;
  padding:0;
}
.popup__apply__block .popup-window-titlebar {
  width: 100%;
  background: white;
  height: 80px;
  display: flex;
  padding: 0 36px;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #333333;
  border-bottom:1px solid #DCDCDC;
}
.popup__apply__block .popup-window-titlebar-text {
  line-height:80px;
}
.popup__apply__block .popup-window-titlebar-text,
.popup__apply__block .popup-window-titlebar-text-version {
  color: #333333;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  padding:0;
}
.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
  top:24px;
  right:32px;
  text-align:center;
  width:34px;
  height:34px;
}
.popup__apply__block .popup-window-close-icon:after {
  position: static;
  font-family: 'Material Icons';
  color: #333333;
  font-size: 34px;
  line-height: 34px;
  content: 'close';
  cursor: pointer;
  background-image:none;
  transform: unset;
}
.popup__apply__block .popup-window-buttons {
  padding: 0 36px;
  margin:30px 0 30px 0;
}
.popup__apply__block .popup-window-content {
  background:transparent;
  padding:0;
  margin:0;
}
.popup__apply__block__shortInfo {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 149.19%;
  /* identical to box height, or 21px */

  margin-bottom: 31px;
  color: #919191;
}
.popup__apply__block__shortInfo.warningMessage {
  color:red;
  margin-bottom: 0;
}

.popup__apply__block__inputs
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0 36px;
  width:100%;
  box-sizing: border-box;
}

.just_a_line
{
  width: 100%;
  height: 1px;
  background-color: #DFDFDF;
  margin-top: 10px;
  margin-bottom:32px;
}
.popup__apply__block__inputs__item {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #474747;
  margin-bottom: 26px;
  position: relative;
}
.popup__apply__block__inputs__item span
{
  margin-left: 3px;
}
.popup__apply__block__inputs__item input
{
  margin-top: 10px;
  margin-bottom: 8px;
  width: 250px;
  box-sizing: border-box;
  height: 45px;
  border-radius: 4px;
  padding: 0 20px;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;

  border: 2px solid #F2F2F2;
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
}
.popup__apply__block__inputs__item input[type='radio'] {
  width:auto;
  height:auto;
}
.popup__apply__block__inputs__inputs {
  width: 260px;
  height: 45px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.popup__apply__block__inputs__item.freenotify {
  margin-bottom:0;
}
.popup__apply__block__inputs__image {
  width: 260px;
}
.popup__apply__block__inputs__image_place {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  cursor: pointer;
  text-align: center;
  color: #919191;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 4px;
  margin:10px 0 0 0;
}
.popup__apply__block__inputs__image_place.emptyImage::after {
  font-family: 'Material Icons';
  font-size:40px;
  font-weight: normal;
  content:'add_circle_outline';
}
.popup__apply__block__inputs__image_place.emptyImage:hover {
  color: #6AC179;
}
.popup__apply__block__inputs__image_place.showImage {
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
}
label.popup__apply__block__inputs__image input {
  opacity:0;
  width:50px;
  height:5px;
  margin:0;
  padding:0;
}

.popup__apply__block__inputs__item .noticeWarning {
  color:red;
  font-size:13px;
  position: absolute;
  top: 100%;
  line-height: 1;
}
.popup__apply__block__inputs__item .noticeWarning.notnode {
  top: 70%;
}
.popup__apply__dropdown {
  position: relative;
  display: block;
  overflow: hidden;
  width: 250px;
  max-width: 250px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #919191;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.popup__apply__dropdown:after {
  content: "keyboard_arrow_down";
  font-family: 'Material Icons';
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 1;
  pointer-events: none;
}
.popup__apply__dropdown select {
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
  border: none;
  font-size: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
  padding: 12px 30px 12px 15px;
  line-height: 21px;
  width: 100%;
  min-width: auto;
}
.popup__apply__block__inputs__item textarea {
  width:526px;
  height:60px;
  resize: none;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 12px 20px;
}
.popup__apply_btn {
  background-color: grey;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding:17px 70px;
  height:auto;
  text-transform: unset;
}
.popup__apply_btn.active {
  background-color: #C7A780;
}
.flatTitleWhite .popup__apply_btn.active {
  background-color: #0094F8;
}
.flatTitleWhite .popup__apply_btn:hover {
  color:white;
}
.popup__apply_btn:hover {
  background-color: grey;
  color: #FFFFFF;
}

.leadForm {
  cursor:pointer;
}
.popup__apply__answer {
  padding: 0 36px;
  margin:0 0 40px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}

.leadForm__formWrapper {
  width:100%;
  margin:0;
  padding: 0 36px;
  box-sizing: border-box;
}
.leadForm__formWrapper .before-text{
  color: #474747;
  font-size: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom:1.5rem;
}
.leadForm__formWrapper form {
  width:100%;
  margin:0;
  text-align:center;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.leadForm__inputBox {
  width:250px;
  color: #474747;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  display:inline-block;
  text-align:left;
  margin:10px 0 0 0;
  vertical-align: top;
}
.leadForm__inputBox span {
  color:#e74c3c;
}
.leadForm__inputBox input {
  padding: 16px 17px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  background-color:#FDFDFD;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  margin:5px 0 0 0;
}
.leadForm__inputBox select {
  width: 100%;
  padding: 16px 17px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  margin:5px 0 0 0;
}
.leadForm__inputBox input.errorInp,
.leadForm__inputBox select.errorInp {
  border-color:red;
}
.leadForm__checkFieldBox {
  margin:10px 0;
  display:flex;
  align-items: center;
}
.leadForm__checkFieldBox a {
  color:#4033DB;
}
.leadForm__checkerBox {
  width:32px;
  height:32px;
  margin:0 22px 0 7px;
  cursor:pointer;
}
.leadForm__checkerBox::after {
  content:'check_box_outline_blank';
  font-family: 'Material Icons';
  font-size:32px;
  line-height: 1;
  color:#CFCFCF;
}
.leadForm__checkerBox.checked::after {
  content:'check_box';
  color: #4033DB;
}
.leadForm__labelBox {
  color: #333;
  text-align:left;
}
.leadForm__errorFieldBox {
  color: red;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.leadForm__errorCommonBox {
  text-align:left;

  color: red;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.leadForm__radioFieldBox {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  display:flex;
  justify-content:flex-start;
  align-items: center;
}
.leadForm__radioFieldBox .leadForm__errorFieldBox {
}
.leadForm__radioBox {
  width:24px;
  height:24px;
  margin:0 5px 0 22px;
  cursor:pointer;
}
.leadForm__radioBox::after {
  content:'radio_button_unchecked';
  font-family: 'Material Icons';
  font-size:24px;
  line-height: 1;
  color:#CFCFCF;
}
.leadForm__radioBox.selected::after {
  content:'radio_button_checked';
  color: #4033DB;
}

@media (max-width: 600px) {
  .popup__apply__block {
    width:320px;
  }
  .popup__apply__block .popup-window-titlebar {
    margin-bottom:10px;
  }
  .popup__apply__block__shortInfo {
    margin-bottom:10px;
  }
  .leadForm__inputBox input,
  .popup__apply__block__inputs__item input {
    margin:4px 0;
    height:32px;
    width:100%;
  }
  .popup__apply__container {
    margin:0;
  }
  .popup__apply__block .popup-window-titlebar {
    height:40px;
    padding:0 16px;
  }
  .popup__apply__block .popup-window-titlebar-text,
  .popup__apply__block .popup-window-titlebar-text-version {
    font-size:18px;
  }
  .popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
    top: 8px;
    right: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
  }
  .popup__apply__block .popup-window-close-icon:after {
    font-size: 24px;
    line-height: 24px;
  }
  .popup__apply__block__inputs {
    padding:0 16px;
  }
  .popup__apply__block__inputs__item {
    margin-bottom:12px;
    width: 100%;
  }
  .just_a_line {
    margin-bottom: 12px;
  }
  .popup__apply__dropdown {
    height:32px;
    width:100%;
    max-width:400px;
  }
  .popup__apply__dropdown select {
    padding-top:5px;
    padding-bottom:5px;
  }
  .popup__apply__dropdown:after {
    top: 8px;
  }
  .popup__apply__block__inputs__item textarea {
    width:100%;
  }
  .popup__apply_btn {
    width:100%;
  }
  .popup__apply__answer {
    margin:40px 0;
  }
}
@media (max-width: 425px) {
  .leadForm__authButton {
    width:100%;
  }
  .leadForm__inputBox {
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
  .leadForm__radioBox {
    margin-left:8px;
  }
}

/* для синдикатів філії */
.flatOneCols {
}
.flatOneCols.popup__apply__block {
  border-radius:unset;
}
.flatOneCols.popup__apply__block .popup-window-titlebar {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #C5C5C5;
  background-color:white;
  margin:0;
  min-height: 50px;
}
.flatOneCols.popup__apply__block .popup-window-titlebar-text {
  color:#333333;
  font-size: 20px;
  line-height: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
  top:13px;
  right:17px;
}
.flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon::after {
  color:#333333;
}
.flatOneCols .leadForm__formWrapper {
  padding:0;
}
.flatOneCols.popup__apply__block .popup-window-buttons {
  border-top:none;
}
.flatOneCols.popup__apply__block .popup-window-buttons {
  padding:0 22px;
}
.flatOneCols .popup__apply_btn,
.flatOneCols .popup__apply_btn.active {
  background-color: #4033DB;
}
.flatOneCols .popup__apply__answer {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color:#676767;
  box-sizing: border-box;
  margin:0;
}

@media (min-width: 425px) {
  .flatOneCols .leadForm__inputBox {
    width:100%;
  }
  .flatOneCols.popup__apply__block .popup-window-content {
    padding: 26px 54px;
  }
  .flatOneCols.popup__apply__block .popup-window-buttons {
    padding:0 54px;
  }
  .flatOneCols.popup__apply__block {
    width:90vw;
  }
}
@media (min-width: 520px) {
  .flatOneCols.popup__apply__block {
    width:500px;
  }
  .flatOneCols.popup__apply__block .popup-window-titlebar {
    min-height: 83px;
  }
  .flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
    top:29px;
    right:35px;
  }
  .flatOneCols .leadForm__inputBox input,
  .flatOneCols .popup__apply__block__inputs__item input {
    height:52px;
  }
  .flatOneCols .popup__apply_btn {
    width:100%;
  }
}
/* End */
/* /local/templates/network.vc/components/bitrix/news.list/portfolio/style.css?17680702463541 */
/* /local/templates/network.vc/components/bitrix/news.list/partners/style.css?17680702461512 */
/* /local/templates/network.vc/components/bitrix/news.list/executive-team/style.css?17680702461514 */
/* /local/templates/network.vc/components/bitrix/news.detail/program-apply/style.css?17680702468975 */
/* /local/modules/startupnetwork.form/style.css?176807024512921 */
