*, h1 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'DIN Pro';
}
.about {
  position: relative;
  width: 100%;
  height: 620px;
  color: #ffffff;
  overflow: hidden;
  padding-left: 216px;
  /* background: url(../assets/img/background.jpg) center center no-repeat; */
}
.about__video {
  position: absolute;
  overflow: hidden;
  height: 620px;
  width: 100%;
  top: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video {
  height: auto;
}
.about__content {
  width: 746px;
  height: 460px;
  background: rgba(0, 87, 184, 0.8);
  padding-left: 60px;
  padding-top: 80px;
}
.about__text {
  max-width: 633px;
  /* margin: 80px auto; */
}
h2 {
  font-size: 40px;
  font-weight: 350;
}

.about__text {
  margin-top: 22px;
  font-weight: 400;
  font-size: 21px;
  line-height: 27.3px;
}
.profile {
  height: 940px;
}
.profile-descr__text {
  /* border: 1px solid blue; */
  margin-top: 73px;
  margin-left: 20px;
}
.profile-descr {
  height: 760px;
  padding-top: 92px;
  padding-left: 216px;
  padding-right: 216px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.profile-counts {
  height: 180px;
  background: #D9D9D9;
  display: flex;
  /* padding: 64px 216px 64px 216px; */
  justify-content: center;
  align-items: center;

}
.profile-wrap {
  width: 1491px;
  display: flex;
  justify-content: space-between;
}
.profile__img {
  /* border: 1px solid red; */
  width: 744px;
}
h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-left: 70px;
}
.profile-container {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid green; */
  width: 606px;
}
.profile__text {
  width: 480px;
  margin-left: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.profile__line {
  position: relative;
  left: 70px;
  width: 2px;
  background: #0057B7;
}
.profile-counts__content {
  display: flex;
}
.profile-counts__count {
  font-weight: 300;
  font-size: 40px;
  margin-right: 12px;
  color: #0057B7;
  line-height: 1.3;
  /* border: 1px solid red; */
}
.profile-counts__text {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.84px;
  /* border: 1px solid green; */
  justify-content: center;
  flex: 1 1 auto;
}
.profile-counts__line {
  background: rgba(0, 0, 0, 0.15);
  width: 2px;
  height: 44px;
}
.concept-content-icons {
  margin-left: 127px;
}
.concept-content-icons__icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-right: 30px;
  background: #B0B8C1;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}
.concept-content-icons__icon:hover {
  background: #0057B7;
  transform: scale(1.15);
  transition: 0.3s ease-in-out;
}
.concept-content>h3 {
  margin-left: 127px;
}
.concept {
  height: 940px;
  display: flex;
}
.concept-description__line {
  width: 2px;
  height: 130px;
  margin-top: 60px;
  background: #0057B7;
}
.concept-description {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: px;
  /* padding-left: 216px;
  padding-top: 345px;
  padding-right: 128px; */
  /* border: 1px solid red; */

}

.concept-content__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  border-left: 2px solid blue;
  padding-left: 127px;
}
.concept-content-icons {
  display: flex;
  margin-top: 38px;
  /* border: 1px solid red; */
}
.concept-image {
  width: 50%;
  position: relative;
  padding-left: 12px;
  overflow: hidden;
}
.concept-image__text {
  position: absolute;
  /* width: 366px; */
  width: 2px;
  height: 130px;
  background: rgba(0, 87, 183, 0.9);
  top: 50%;
  left: 0px;
  margin-top: -65px;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s ease-in-out;
}
.concept-image__text div {
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.capability {
  height: 940px;
  display: flex;
}
.capability-description {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.capability-image {
  position: relative;
  width: 50%;
  padding-right: 12px;
}
.capability-image__text {
  position: absolute;
  top: 50%;
  right: 0;
  height: 130px;
  margin-top: -65px;
  /* width: 366px; */
  width: 2px;
  background: rgba(0, 87, 183, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.capability-image__text div {
  opacity: 0;
  transition: 0.4s;
}
.capability-image > img {
  float: right;
  /* padding-right: 12px; */
}

.capability-content__text {
  padding-right: 127px;
  border-right: 2px solid #0057B7;
  ;
}
.capability-content-icons {
  display: flex;
  justify-content: flex-end;
  /* max-width: 322px; */
  /* width: 322px; */
  /* justify-content: space-between; */
  margin-top: 40px;
  margin-right: 96px;
  /* margin-left: 160px; */
}
.capability-content-icons__icon {
  width: 40px;
  height: 40px;
  background: #B0B8C1;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  padding: 10px;
  transition: 0.3s;
}
.concept-content-icons__wraper {
  height: 84px;
  width: 70px;
  /* background: rgb(201, 201, 201); */
}
.concept-content-icons__name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #66788A;
  margin-top: 27px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.concept-content-icons__icon:hover + div {
  transform: translateY(-15px);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.capability-content-icons__icon:hover + div {
  transform: translateY(-15px);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.capability-content-icons__icon:hover {
  background: #0057B7;
  transform: scale(1.15);
  transition: 0.3s ease-in-out;
}
.scope {
  background: #F2F2F2;
}

.partners {
  height: 420px;
  background: #fff;
}
.partners > h3 {
  text-align: center;
  margin-top: 70px;
}

.agile_slides {
  width: 100%;
}
.slider_about {
  width: 1464px;
  margin: 40px auto;
}
.slider_about .slide {
  display: flex;
  height: 200px;
  overflow: hidden;
  justify-content: center;
}  
 .slide_pic {
  height: 100px;
  /* border: 1px solid green; */
}
.slide_text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; 
}
.slide_wraper {
  width: 200px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: rgb(194, 194, 194); */
}
.arrow_grey .agile__nav-button {
  background: none;
  background-image: url(../assets/svg/sprite/arr.svg);
  width: 12.75px;
  height: 24.06px;
  border: none;
  cursor: pointer;
  color: transparent;
  pointer-events: auto;
}
.arrow_grey .agile__nav-button:hover {
  background-position: 0 -24.06px;
}
.arrow_grey .agile__nav-button:focus {
  background-position: 0 -48.12px;
}
.arrow_grey .agile__nav-button--prev {
  transform: rotate(180deg);
}
.slider_about .agile__actions {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.history {
  height: 990px;
  background: #002777;
  padding-top: 70px;
}
.history > h3 {
  color: #fff;
  text-align: center;
}
.park_pic > img {
  width: 630px;
  height: 323.12px;
}

.solution {
  height: 940px;
  background-color: #D9D9D9;
}
.solution {
  text-align: center;
  padding-top: 70px;
}
.slider_solutions {
  margin-top: 51px;
}
.solution_wraper img {
  height: 744px;
  width: 1488px;
}
.solution_wraper {
  width: 1488px;
  margin: 0 auto;
  position: relative;
}
.solution_wraper > div {
  position: absolute;
  width: 372px;
  height: 60px;
  background: rgba(0, 87, 183, 0.9);
  left: 0;
  top: 557px;
  color: #fff;
  line-height: 20px;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
.solution_wraper p {
  font-size: 1rem; 
}
/* .slider_solutions */ .white_arrow .agile__nav-button {
  background: none;
  background-image: url(../assets/svg/sprite/shadow_arr.svg);
  border: none;
  color: transparent;
  width: 12.75px;
  height: 24.06px;
  cursor: pointer;
}
/* .slider_solutions */ .white_arrow .agile__nav-button:hover {
  background-position: 0px -24.06px;
}
/* .slider_solutions */ .white_arrow .agile__nav-button:focus {
  background-position: 0px -48.12px;
}
/* .slider_solutions */ .white_arrow .agile__nav-button--prev {
  transform: rotate(180deg);
}
  /* .slider_solutions */ .white_arrow .agile__actions {
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 49.75px;
  margin-left: calc(-49.75px / 2)
}
.slider_solutions {
  position: relative;
}
.line {
  width: 1px;
  height: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  bottom: 21px;
  z-index: 2;
  margin-left: calc(-1px / 2)
}

.park_pic {
  width: 630px;
}
.grey {
  filter: grayscale(100%);
}
.slider_park {
  position: relative;
  margin-top: 60px;
}
.slider_park .line {
  bottom: 11px;
}
.slider_park .agile__actions {
  position: static;
}
.slider_park .agile__nav-button {
  position: absolute;
  bottom: 12.94px;
}
.slider_park .agile__dots {
  width: 150px;
  position: absolute;
  left: 50%;
  top: -43px;
  margin-left: -75px;
  display: flex;
  justify-content: space-between;
}
.slider_park .agile__nav-button--next {
  right: 50%;
  margin-right: -24px;
}
.slider_park .agile__nav-button--prev {
  left: 50%;
  margin-left: -24px;
}
.slider_park .agile__dot button {
  width: 10px;
  height: 10px;
  border: 1px solid #767C86;
  background: transparent;
}
.slider_park .slide {
  filter: grayscale(100%);
}
.slider_park .agile__dot--current {
  background: #767C86;
}
.slider_park .agile__slide--active {
  filter: grayscale(0);
  transition-duration: 0.5s;
}

.history {
  overflow-x: hidden;
}
.slider_history {
  margin: 0 -163px;
  position: relative;
}
.dashed {
  width: 100%;
  border: 1px dashed #0EA2FF;
  position: absolute;
  left: 0;
  top: 39px;
}
.history__wrap {
  height: 420px;
  width: 732px;
}
.history_dot {
  position: absolute;
  border: 2px solid #0EA2FF;
  width: 10px;
  height: 10px;
  top: 35px;
}
.history_block { 
  position: absolute;
  height: 195px;
}
.history_text2006, .history_text2008, .history_text2009, .history_text2010,
.history_text2011, .history_text2012, .history_text2013, .history_text2014,
.history_text2015, .history_text2016, .history_text2017, .history_text2018, 
.history_text2019, .history_text2020, .history_text2021 {
  position: absolute;
  top: 60px;
  color: #fff;
  height: 165px;
  width: 600px;
  overflow-y: hidden;
  text-overflow: clip;
}
.expand_year2013, .expand_year2014, .expand_year2015,
.expand_year2018, .expand_year2019, .expand_year2020,
.expand_year2021 {
  position: absolute;
  top: 230px;
  z-index: 4;
  left: 5px;
  color: #0EA2FF;
  height: 40px;
  width: 600px;
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  overflow-y: visible;
  overflow: visible;
}
.expand_year2013:hover, .expand_year2014:hover, .expand_year2015:hover,
.expand_year2018:hover, .expand_year2019:hover, .expand_year2020:hover,
.expand_year2021:hover {
  text-decoration: underline;
}
.year {
  position: absolute;
  top: 0px;
  color: #fff;
  width: 130px;
  height: 25px;
  background: #0057B7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.history__wrap {
  width: 940px;
}
.history__wrap a {
  color: #0EA2FF;
  text-decoration: none;
}
.history__wrap a {
  color: #0EA2FF;
}
.left-req {
  position: absolute;
  left: 163px;
  width: 553px;
  height: 390px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #002777 37.54%, rgba(0, 39, 119, 0) 100%);
}
.right-req {
  position: absolute;
  right: 163px;
  width: 553px;
  height: 390px;
  z-index: 1;
  /* pointer-events: none; */
  background: linear-gradient(270deg, #002777 37.54%, rgba(0, 39, 119, 0) 100%);
}
.slider_history .agile__nav-button--next {
  position: absolute;
  right: 1px;
  z-index: 2;
}
.slider_history .agile__nav-button--prev {
  position: absolute;
  margin-top: 0px;
  left: 1px;
  z-index: 2;
}
.slider_history .agile__actions {
  position: absolute;
  width: 1527.75px;
  pointer-events: none;
}
.slider_history .agile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
/* .history h3:nth-of-type(2) {
  margin-top: 66px;
} */
.awards {
  height: 420px;
  padding-top: 70px;
}
.awards h3 {
  text-align: center;
}
.awards_slider {
  width: 1466px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.awards-wrap {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}

.awards_slider .slide {
  display: flex;
  justify-content: center;
}

.awards_slider .agile__actions {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: calc(-24.06px / 2);
  pointer-events: none;
}


/* animation */
.show {
  width: 366px;
  transition: 0.7s ease-in-out;
}
.show div {
  opacity: 1;
  transition: 0.7s;
  transition-delay: 0.4s;
}

.slider_about a:hover {
  transform: scale(1.2);
  transition: 0.2s;
}
.slider_about a {
  transform: scale(1);
  transition: 0.2s;
  text-decoration: none;
  color: #000;
}
.slider_about .agile__list {
  overflow-y: auto;
}
.awards_slider .awards-wrap:hover {
  transform: scale(1.2);
  transition: 0.2s;
}
.certificates-enter-active {
  transform: translateZ(-100px);
  transition: 0.3s;
  /* animation: .1s fade forwards; */
}
.certificates-leave-active {
  transform: translateZ(-100px);
  transition: 0.3s;
}
.certificates-enter, .certificates-leave-to {
  transform: translateZ(950px);
  opacity: 0;
} 
/* .certificates_background-enter-active {
  transform: translateZ(50px);
  transition: 2s;

}
.certificates_background-leave-active {
  transform: translateZ(50px);
  transition: 2s;
}
.certificates_background-enter, .certificates_background-leave-to {
  transform: translateZ(1950px);
  opacity: 1;
}  */

 @keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: .5;
  }
 }


.popup {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  /* display: flex;
  align-items: center; */
  /* filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.23); */
}

#popup_slider .agile__slide {
  display: flex;
  backdrop-filter: blur(2px);
  /* justify-content: center; */
}
.popup_img {
  margin-top: 0%;
  left: 0px;
  position: relative;
  max-height: 850px;
  max-width: 850px;
  z-index: 7;
  -webkit-box-shadow: 0px 0px 11px 19px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 0px 11px 19px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 0px 11px 19px rgba(34, 60, 80, 0.3);
  /* border: 1px solid red; */
  /* pointer-events: none; */
  /* display: flex; */
  /* z-index: 9999 !important; */
}
.popup_img img {
  /* pointer-events: none; */
}
#popup-slider {
  /* pointer-events: none; */
}
.popup_img div {
  position: absolute;
  height: 21px;
  width: 21px;
  top: 0;
  right: 0;
  background-image: url(../assets/svg/sprite/close.svg);
  cursor: pointer;
} 
.popup_img div:hover {
  background-position:  0px -21px;
}
.popup_img div:active {
  background-position:  0px -42px;
}
.popup_bg {
  position: absolute;
  /* background: rgba(0, 0, 0, 0.5); */
  top: 0;
  width: 100%;
  height: 100%;
  /* border: 2px solid #abe948; */
  /* z-index: 9; */
  pointer-events: auto;
}
.popup .agile__nav-button--next {
  position: absolute;
  right: 540px;
  top: 45%;
  z-index: 7;
  background: none;
  background-image: url(../assets/svg/sprite/shadow_arr.svg);
  border: none;
  transform: scale(2.15);
  color: transparent;
  width: 12.75px;
  height: 24.06px;
  cursor: pointer;
}
.popup .agile__nav-button--prev {
  position: absolute;
  left: 560px;
  top: 45%;
  z-index: 7;
  background: none;
  background-image: url(../assets/svg/sprite/shadow_arr.svg);
  background-repeat: no-repeat;
  border: none;
  transform: scale(2.15);
  color: transparent;
  width: 12.75px;
  height: 24.06px;
  cursor: pointer;
  transform: scale(2.15) rotate(180deg);
}
.popup_background {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  width: 100vw;
  height: 100vh;
  filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.31);
}
/* .popup_right {
  position: absolute;
  left: 360px;
  top: 200px;
  z-index: 7;
  cursor: pointer;
  width: 120.75px;
  height: 240.06px;
} */
.popup .agile__nav-button:hover {
  background-position: 0 -24.06px;
}
.popup .agile__nav-button:focus {
  background-position: 0 -48.12px;
}
.popup .agile__list {
  width: 1920px;
  height: 1080px;
}
/* @media (min-width:1001px){
	.expert_desc{
		font-weight:700;
		font-size:16px;	
	}
}

@media (min-width:641px) and (max-width:1000px){
	.experts_title{
		font-size:24px;
		margin-bottom:25px;
	}
	.expert_pic{
		width:108px;
		height:108px;
	}
	.expert_name{
		font-size:24px;
	}
	.expert_desc{
		margin-top:16px;
		text-align:center;
		color:var(--color_6);
	}
}

@media (min-width:0px) and (max-width:640px){ 
	.experts_title{
		font-size:24px;
		margin-bottom:25px;
	}
	.expert_pic{
		width:108px;
		height:108px;
	}
	.expert_name{
		font-size:24px;
	}
}  */