.breadcrumb-custom {
    background-image: url('../../img/about-us/supervisory-board/background.png');
    background-repeat: no-repeat;
    background-size: cover
}

.managment-board {
    margin-top: 48px;
}


.board_col {
  margin-bottom: 54px; }

.board_close {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -50px;
  width: 24px;
  height: 24px;
  background: url(../../img/close.png) center no-repeat;
  background-size: contain; }

.board_bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .board_bg.active {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: auto;
    display: flex; }

.board_title {
  font-size: 34px;
  color: #245996;
  margin-bottom: 40px;
  font-weight: 500; }

.board_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 23px;
  border-left: 3px solid #FFC409;
  max-width: 966px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px; }
  .board_article-title {
    font-size: 24px;
    margin-bottom: 8px; }
  .board_article-text {
    font-size: 16px;
    font-weight: 500; 
}
.board_article-col {
	margin-right: 20px;
}
  .board_article-link {
    display: inline-block;
    flex-shrink: 0;
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #245996;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;

    border-radius: 5px; }
.board_article-link:hover {
	color: #fff;
}
.board_pop {
  padding: 50px;
  /*padding: 62px 42px 35px 152px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 800px;
  width: 85%;
  background: #fff;
  margin-top: 80px;
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
  border-radius: 5px; }
  .board_pop-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
  .board_pop-title {
    width: 40%;
    /*width: 33.3%;*/
    padding-right: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #1A4D8A; }
  .board_pop-text {
    width: 60%;
    /*width: 66.6%;*/
    font-size: 18px;
    font-weight: 400;
    color: #1A4D8A; }

.more {
  display: inline-block;
  font-size: 14px;
  color: #245996;
  font-family: 'Roboto';
  text-decoration: none;
  background: #F5F5F5;
  padding: 8px 33px; }

.mpop {
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  display: none; }
  .mpop.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mpop_wrap {
    max-width: 1270px;
    width: auto;
    margin: 0 auto;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    position: relative;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    border-radius: 5px; }
  .mpop_close {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -50px;
    width: 24px;
    height: 24px;
    background: url(../../img/close.png) center no-repeat;
    background-size: contain; }
  .mpop_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mpop_body {
    padding: 80px 83px 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mpop_left, .mpop_right {
    color: #245996;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
  .mpop_left {
    width: 30%; }
  .mpop_right {
    width: 60%;
    font-weight: 400; }
  .mpop_img {
    width: 330px;
    height: 475px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 40px; }
    .mpop_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.keyper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border-left: 3px solid #FFC409;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 50px 23px 24px;
  margin-top: 50px;
  cursor: pointer; }
  .keyper_text {
    color: #406EA4;
    font-size: 20px;
    font-weight: 500; }
  .keyper_img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0; }
    .keyper_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.keypop {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .keypop.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    position: fixed;
}
  .keypop_wrap {
    max-width: 1270px;
    background: #fff;
    margin-top: 15px;
    padding: 42px 64px 20px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute; 
    height: 630px;
    overflow-y: scroll;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
  .keypop_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    .keypop_top .keypop_text {
      width: 20%;
      margin-right: 37px; }
      .keypop_top .keypop_text:first-child {
        width: 30%;
        text-align: center; }
      .keypop_top .keypop_text.large {
        width: 45%;
        margin-right: 0; }
  .keypop_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 37px; }
    .keypop_left-text {
      color: #245996;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px; }
    .keypop_left .keypop_img {
      height: 114px;
      width: 114px;
      font-size: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 50px; }
      .keypop_left .keypop_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .keypop_mid {
    width: 20%;
    margin-right: 37px; }
  .keypop_right {
    width: 45%; }
  .keypop_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #245996;
    padding: 28px 0; }
  .keypop_text {
    color: #245996;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .keypop_close {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../../img/close.png) left top no-repeat;
    background-size: contain; }

.polis_top {
  font-size: 30px;
  margin-bottom: 60px; }

.polis_body {
  margin-left: 20px; }

.polis_tab {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border-left: 3px solid #FFC409;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 50px 23px 24px;
  margin-bottom: 40px; }

.polis_open {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .polis_open span {
    color: #434343;
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-weight: 400; }
  .polis_open a {
    float: right;
    height: 16px;
    width: 16px;
    font-size: 0; }
    .polis_open a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.polist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .polist_text {
    color: #262626;
    font-size: 16px;
    font-weight: 500; }
  .polist_img {
    width: 20px;
    height: 15px;
    font-size: 0; }
    .polist_img.open {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .polist_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }


/******ADAPTIVE**********/
@media screen and (max-width: 1200px) {
	.mpop_wrap {
		position: absolute;
		width: 80%;
		left: 50%;
		transform: translateX(-50%);

	}
}
@media screen and (max-width: 1024px) {
	.mpop_wrap {
		transform: translateX(-50%);
	}
	.keypop.active, .mpop.active, .board_bg.active {
		position: fixed;
	}
	.keypop_wrap, .mpop_wrap, .board_pop {
		position: absolute;
    	height: 630px;
   		overflow-y: scroll;
   		margin-top: 15px;
	}
	.keypop_close, .mpop_close, .board_close {
		top: 10px;
		right: 10px;

	}
	.mpop_body {
		padding: 40px 70px 20px 0px;
	}
	.board_pop {
		padding: 60px 40px 35px 40px;
	}
	.polis_body {
		margin-left: 0;
		width: 85%
	}
}

@media screen and (max-width: 960px) {
  .mpop_body {
    padding: 40px 20px;
  }
  .mpop_img {
    width: 280px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
	.mpop_wrap {
		    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 25px;
    box-sizing: border-box;
    transform: translateX(-50%);
	}
	.mpop_row {
		flex-direction: column;
		    width: 100%;
    text-align: center;
    align-items: center;
	}
	.mpop_left {
		width: 100%;
		margin-bottom: 15px;
	}
	.mpop_body {
		padding-right: 0;
	}
	.mpop_img {
		width: : auto;
		margin: 0;
	}
	.keypop_item {
		flex-direction: column;
	}
	.keypop_left, .keypop_mid {
		    flex-direction: column;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
	}
	.keypop_left .keypop_img {
		margin: 0;
    margin-bottom: 15px;
	}
	.keypop_right {
		width: 100%;
	}
	.keypop_top {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 25px;
	}
	.keypop_top .keypop_text:first-child, .keypop_top .keypop_text {
		width: 100%;
		margin-bottom: 7px;
		margin-right: 0;
	}
	.board_pop-col {
		flex-direction: column;
		margin-bottom: 25px;
	}
	.board_pop-title, .board_pop-text {
		width: 100%;
		padding-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.keypop_wrap  {
		padding: 45px 25px 20px 25px;
	}
	.mpop_wrap {
		padding: 40px 15px;
	}
}

@media screen and (max-width: 480px) {
	.board_article {
		    flex-direction: column;
    align-items: flex-start;
	}
	.board_article-link {
		margin-top: 15px;
	}
	.polis_tab {
		padding: 20px 25px 23px 25px;
		margin-bottom: 15px;
	}
  .board_article-col {
    margin-right: 0;
  }
}


@media screen and (max-width: 425px) {
	.keyper {
		padding: 15px 20px;
	}
	.keyper_img {
		flex-shrink: 0;
		width: 25px;
		height: 25px;
	}
	.mpop_img {
		width: 95%;
		height: 310px;
	}
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {

}
