

.d-none {
	display: none !important;
}

/* expertise */

.expertise {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
	margin-bottom: 60px;
}

.expertise__container {
	width: 100%;
	max-width: 1280px;
}

.expertise__title {
	text-decoration: none;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}

.expertise__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expertise__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expertise__wrapper--slide {
	height: 100%;
	max-height: 500px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.expertise__wrapper--visual {
	width: 100%;
	max-width: 50%;
	/*max-height: 300px;*/
	height: 400px;
}

.expertise__wrapper--text {
	width: 100%;
	max-width: 50%;
	text-align: left;
	font-size: 14px;
}

@media screen and (max-width: 840px) {

.expertise__wrapper--slide {
	flex-direction: column;
	max-height: 100%;
}

.expertise__wrapper--visual {
	max-width: 100%;
}

.expertise__wrapper--text {
	max-width: 100%;
}
	
}

/* achievements */

.achievements {
	width: 100%;
	display: flex;
	justify-content: center;	
	padding-top: 30px;
	margin-bottom: 30px;
}

.achievements__container {
	width: 100%;
	max-width: 1080px;
}

.achievement {
	min-height: 225px;
}

.achievements__items {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.achievement {
	width: 100%;
	max-width: 25%;
	list-style: none !important;
	display: flex;
	flex-direction: column;
}

.achievement__icon {
	margin: 0 auto;
  	display: block;
}

.achievement__wrapper--image {
	width: 100%;
	/*height: 170px;*/
	height: 90px;
	object-fit: cover;
	overflow: hidden;
	/*margin-bottom: 50px;*/
}

.achievement__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.achievement__caption {
	text-align: center;
	font-size: 14px !important;
	font-family: "helveticaneuecyr-medium";
	margin-bottom: 0 !important;
	line-height: 20px;
}

.achievement__caption b { 
	font-size: 25px;
	font-weight: 500;
	color: #69abb7;
}

.achievement__number {
	font-size: 45px;
	font-weight: 500;
	color: #69abb7;
}

@media screen and (max-width: 840px) {

.achievements__items {
	flex-direction: column;
	row-gap: 60px;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 60px;
}

.achievement {
	max-width: 40%;
	height: 200px;
	height: auto;
	min-height: auto;
}

.achievement__wrapper--image {
	height: auto;
	margin-bottom: 16px;
}
	
}


/* features */

.features {
	margin-top: 60px;
	margin-bottom: 60px;
}

.features__container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 25px;
	padding: 0 10px;
}

.features__wrapper--text {
	width: 680px;
 	float: right;
	padding-right: 25px;
}

.features__wrapper--left {
	width: 100%;
	max-width: 470px;
}

.features__image {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover; 
	object-position: center;
}

.features__title {
	text-decoration: none;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "helveticaneuecyr-light";
}

.features__wrapper--right {
	width: 100%;
	max-width: 810px;
}

.features__descr {
	font-size: 14px;
  margin-bottom: 16px;
  line-height: 18px;
}

.features__link {
  background: white;
  padding: 7px 15px 5px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #000;
  color: #000 !important;
}

.features__wrapper--slide {
	height: 550px;
}

.features__wrapper--visual {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 840px) {

.features__container {
	flex-direction: column;
}

.features__wrapper--left {
	max-width: 100%;
}

.features__wrapper--right {
	max-width: 100%;
	margin-top: 24px;
}

}

@media screen and (min-width: 769px) and (max-width: 1200px) {

.features__title {
	font-size: 32px;
}

/*#root {
	min-width: auto;
}*/

}

/* works */

.works {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.works__container {
	width: 100%;
	max-width: 1280px;
}

.works__title {
	text-decoration: none;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}

.works__slider {
	width: 100%;
	height: 400px;
}

.works__slider .swiper-wrapper {
	gap: 20px;
}

.works__slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	width: 15%;
}

.works__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works__slider .swiper-slide-active {
  width: 33%;
}

.works__wrapper--project {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	text-align: left;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}

.project__title {
	opacity: 0;
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}

.project__descr {
	opacity: 0;
	font-size: 16px;
	margin-bottom: 0 !important;
}

.project__descr span {
	display: block;
}

.project__link {
	opacity: 0;
	align-self: flex-end;
	color: #456e73;
}

.swiper-slide-active .project__title {
  opacity: 1;
}

.swiper-slide-active .project__descr {
  opacity: 1;
}

.swiper-slide-active .project__link {
  opacity: 1;
}

.works__wrapper--image {
	height: 310px;
	min-height: 310px;
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 840px) {



}

/* testimonials */

.testimonials {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;	
	padding-bottom: 20px;
	margin-bottom: 60px;
	margin-top: 60px;
}

.testimonials__container {
	margin: 4rem 0;
	min-height: 500px;
	position: relative;
}

.testimonials-w1 {
	display: flex;
	justify-content: center;
}

.testimonials__title {
	text-decoration: none;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}

.testimonials__badge {
	line-height: 18px;
	font-size: 18pt;
}

.testimonials__container {
	width: 100%;
	max-width: 1080px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonials__slider {
	position: relative;
	--swiper-navigation-sides-offset: 0;
}

.testimonials .swiper-button-prev {
	width: 20px;
  height: 40px;
  left: -30px;
  /*transform: translateY(-35%);*/
}

.testimonials .swiper-button-next {
	width: 20px;
  height: 40px;
  right: -30px;
  /*transform: translateY(-35%);*/
}


.testimonials .swiper-button-prev:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_prev.png");*/
	background: url("/templates/md/img/btn/brend_prev.png");
	background-repeat: no-repeat;
	background-position: center;
}

.testimonials .swiper-button-next:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_next.png");*/
	background: url("/templates/md/img/btn/brend_next.png");
	background-repeat: no-repeat;
	background-position: center;
}

.testimonials__items {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	gap: 20px;
	margin-top: 3rem;
}

.testimonials__item {
	padding-top: 40px;
	width: 100%;
	max-width: 100%;
}

.testimonials__wrapper--slide {
	width: 100%;
	max-width: 100%;
	list-style: none !important;
	background-color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 6rem;
}

.testimonial {
	
}

.testimonial__photo {
	width: 100%;
	height: 100%;
}

.testimonial__body {
	width: 100%;
	max-width: 90%;
	overflow: hidden;    
  height: 14ch;
  position: relative;
  margin-bottom: 1rem;
}

.testimonial__body p {
  margin: 0 0 10px 0;
}

.testimonial__body p:last-child {
  margin-bottom: 0;
}

/*.testimonial__body p {
	overflow: hidden;  
  text-overflow: ellipsis; 
}*/

.testimonial__author {
	font-size: 18px !important;
	font-family: "helveticaneuecyr-medium";
}

.testimonial__grade {
	font-size: 16px !important;
	font-family: "helveticaneuecyr-medium";
	color: #70b5be;
}

.testimonial__wrapper--photo {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}

.testimonial__photo {
	width: 100%;
	max-width: 100%;
}

.testimonial__wrapper--icon {
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translate(-50%, 0);
}

.testimonial__icon {
	font-size: 50px;
}

.testimonial__wrapper--image {
	width: 100%;
	height: 100%;
	margin-top: 15px;
	height: 320px;
	display: flex;
	align-items: stretch;
}

.testimonial__image {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	flex: 1;
	min-height: 0;
}

.testimonials__pagination {
	z-index: 2;
	display: flex;
	justify-content: center;
	--swiper-pagination-bullet-size: 14px;
	--swiper-pagination-bottom: -20px;
	--swiper-pagination-color: #70b5be;
}

@media screen and (max-width: 840px) {

.testimonials__items {
	flex-direction: column;
	row-gap: 80px;
}

.testimonial__wrapper--image {
	width: 100%;
}
	
}

/* team */

.team {
	width: 100%;
	display: flex;
	justify-content: center;	
	margin-bottom: 60px;
	padding-top: 60px;
}

.team__container {
	width: 100%;
	max-width: 1280px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}

.team__title {
	text-decoration: none;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}

.team__slider {
	width: 100%;
	height: 320px;
	position: relative;
	--swiper-navigation-sides-offset: 0;
}

.team__wrapper--slide {
	width: 100%;
	height: 100%;
}

.team__wrapper--image {
	width: 100%;
	height: 100%;
}

.team__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team__slider .slide-caption {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	color: #000;
}

.team__caption {
	margin-top: 15px;
	color: #000;
	align-self: flex-start;
	font-family: "helveticaneuecyr-light";
	font-size: 18px;
}

.team .swiper-button-prev {
	width: 20px;
  height: 40px;
  left: -30px;
  /*transform: translateY(-35%);*/
}

.team .swiper-button-next {
	width: 20px;
  height: 40px;
  right: -30px;
  /*transform: translateY(-35%);*/
}


.team .swiper-button-prev:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_prev.png");*/
	background: url("/templates/md/img/btn/brend_prev.png");
	background-repeat: no-repeat;
	background-position: center;
}

.team .swiper-button-next:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_next.png");*/
	background: url("/templates/md/img/btn/brend_next.png");
	background-repeat: no-repeat;
	background-position: center;
}

/* internships */

.internships {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: center;	
}

.internships__container {
	width: 100%;
	max-width: 1280px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.internships__title {
	text-decoration: none;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}

.internships__slider {
	width: 100%;
	height: 100%;
	height: 320px;
	position: relative;
	--swiper-navigation-sides-offset: 0;
}

.internships__wrapper--slide {
	width: 100%;
	height: 100%;
}

.internships__wrapper--image {
	width: 100%;
	height: 100%;
}

.internships__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.internships__slider .slide-caption {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	color: #000;
}

.internships__caption {
	margin-top: 15px;
	color: #000;
	align-self: flex-start;
	font-family: "helveticaneuecyr-light";
	font-size: 18px;
}

.internships__slider .swiper-button-prev {
	width: 91px;
  height: 196px;
  transform: translateY(-35%);
}

.internships__slider .swiper-button-next {
	width: 91px;
  height: 196px;
  transform: translateY(-35%);
}


.internships__slider .swiper-button-prev:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url("/templates/md/img/btn/btn_prev.png");
}

.internships__slider .swiper-button-next:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url("/templates/md/img/btn/btn_next.png");
}

.internships .swiper-button-prev {
	width: 20px;
  height: 40px;
  left: -30px;
  /*transform: translateY(-35%);*/
}

.internships .swiper-button-next {
	width: 20px;
  height: 40px;
  right: -30px;
  /*transform: translateY(-35%);*/
}


.internships .swiper-button-prev:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_prev.png");*/
	background: url("/templates/md/img/btn/brend_prev.png");
	background-repeat: no-repeat;
	background-position: center;
}

.internships .swiper-button-next:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_next.png");*/
	background: url("/templates/md/img/btn/brend_next.png");
	background-repeat: no-repeat;
	background-position: center;
}

/* certificates */

.certificates__title {
	text-decoration: none;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.certificates {
	width: 100%;
	display: flex;
	justify-content: center;	
	margin-top: 60px;
	margin-bottom: 60px;
}

.certificates__container {
	width: 100%;
	max-width: 1280px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.certificates__slider {
	width: 100%;
	height: 100%;
	height: 420px;
	position: relative;
	--swiper-navigation-sides-offset: 0;
}

.certificates__wrapper--slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.certificates__wrapper--image {
	width: 100%;
	height: 100%;
}

.certificates__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.certificates__slider .slide-caption {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	color: #000;
}

.certificates__slider .swiper-slide {
	padding-bottom: 40px;
}

.certificates__caption {
	margin-top: 15px;
	color: #000;
	align-self: flex-start;
	font-family: "helveticaneuecyr-light";
	font-size: 18px;
}

.certificates__slider .swiper-button-prev {
	width: 91px;
  height: 196px;
  transform: translateY(-35%);
}

.certificates__slider .swiper-button-next {
	width: 91px;
  height: 196px;
  transform: translateY(-35%);
}


.certificates__slider .swiper-button-prev:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url("/templates/md/img/btn/btn_prev.png");
}

.certificates__slider .swiper-button-next:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url("/templates/md/img/btn/btn_next.png");
}

.certificates__caption {
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translate(-25%, 0);
	width: 100%;
	max-width: 95%;
}

.certificates .swiper-button-prev {
	width: 20px;
  height: 40px;
  left: -30px;
  /*transform: translateY(-35%);*/
}

.certificates .swiper-button-next {
	width: 20px;
  height: 40px;
  right: -30px;
  /*transform: translateY(-35%);*/
}


.certificates .swiper-button-prev:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_prev.png");*/
	background: url("/templates/md/img/btn/brend_prev.png");
	background-repeat: no-repeat;
	background-position: center;
}

.certificates .swiper-button-next:after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url("/templates/md/img/btn/btn_next.png");*/
	background: url("/templates/md/img/btn/brend_next.png");
	background-repeat: no-repeat;
	background-position: center;
}

/* workplace */

.workplace {
	margin-top: 60px;
	margin-bottom: 60px;
}

.workplace__container {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.workplace__wrapper--image {
	width: 100%;
	height: 500px;
}

.workplace__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inspect__slider {
	margin-top: 2rem;
	margin-bottom: 2rem;
}