@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Roboto-Medium.woff2') format('woff2'),
		 url('../fonts/Roboto-Medium.woff') format('woff'),
		 url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Roboto-Regular.woff2') format('woff2'),
		 url('../fonts/Roboto-Regular.woff') format('woff'),
		 url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



*{
    margin:0;
    padding: 0;
    border:0;
	 box-sizing: border-box;
}

body{
	min-width: 320px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto';
}

img{
	max-width: 100%;
	height: auto;
}

.container{
	max-width: 1280px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}

header{
	min-height: 129px;
	position: relative;
	z-index: 2;
}


.header__menu-item.has-submenu:after{
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border: 2px solid white;
    margin-left: 8px;
    rotate: 45deg;
    border-top: 0;
    border-left: 0;
    margin-top: 3px;
}

.header__wrap{
	display:flex;
	justify-content: space-between;
	padding: 30px 0;
}
.header__menu-item ul li a:hover{
    text-decoration: underline;
}
.header__menu-item ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.header__menu-item ul li{
    padding: 5px 0px;
}
.header__menu-item.has-submenu{
	padding-right: 30px
}
.submenu-toggle{
	display: none;
}
.header__menu-item ul{
	list-style: none;
    position: absolute;
    padding: 15px 0px;
    display: none;
}
.header__menu-list{
	display:flex;
	list-style: none;
}

.header__menu-item{
	padding: 0 10px;
}

.header__menu-link{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}

.header__menu-link:hover{
	text-decoration: underline;
}

.first-scrin{
	height: calc(100vh - 129px);
	margin-top: -129px;
	padding-top: 129px;
	display: flex;
	align-items: center;
	box-sizing: content-box;
	background: linear-gradient(73.28deg, #005CAB 2.94%, #060D34 99.22%);
   border-radius: 0px;
	position: relative;
	overflow: hidden;
}

.first-scrin::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	background-image:url(/_/i/bg-firstscrin.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.first-scrin__content{
	width: 73%;
	color: #fff;
}

.first-scrin__big-text{
	font-size: 5.25rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 35px;
}

.first-scrin__text{
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.75rem;
}

.about-box{
	padding-top: 5rem;
	font-size: 1.25rem;
	line-height: 2rem;
	margin-bottom: -20px;
}

.about-box .container:after {
	content: '';
	display: block;
	width: 35%;
	padding-bottom: 17%;
	background-image: url(/_/i/decore-red.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-top: 3rem;
	margin-bottom: -11%;
	position: relative;
	z-index: 5;
}

.section-title{
	font-size: 1.625rem;
	font-weight: 300;
	line-height: 2.125rem;
	color: #A41A46;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}


.dig-title{
	font-size: 2.84rem;
	line-height: 1.4;	
}

.about__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4rem;
}

.about__content-txt{
	max-width: 470px;
	margin-right: 25px;
}

.objective{
	display: flex;
	justify-content: space-between;
	margin-top: 13.75rem;
}

.objective__txt{
	width: 45%;
}

.objective__count{
	width: 45%;
   display: flex;
   flex-wrap: wrap;
}

.objective__count-item {
    width: 50%;
	 display: flex;
    align-items: center;
	 margin-bottom: 15px;
}

.objective__count-num b{
	display: block;
	font-weight: 700;
}

.objective__count-num span{
	display: block;
}

.objective__count-ico {
	margin-right: 10px;
}

.laboratory-box{
	margin-bottom: 15px;
}

.laboratory-list{
	list-style: none;
}

.laboratory-list__item{
	margin-bottom: 3rem;
}

.laboratory-list__item.open .laboratory-list__link::after{
	transform: rotate(90deg);
}

.laboratory-list__link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}


.laboratory-list__link:hover:after{
	transform: scale(1.15);
}

.laboratory-list__content{
	font-size: 1.25rem;
	line-height: 2rem;
	padding: 20px 0;
}

.laboratory-list__content ul, ol, p {
	margin-bottom: .5em;
	
}

.laboratory-list__content ul, .laboratory-list__content ol{
	margin-left: 50px;
}

.laboratory-list__content ul{
	list-style: disc;

}

.laboratory-list__content .director {
  font-size: 1rem;
  margin-bottom: 50px;
  line-height: 1.5rem;
  display: block;
  width: 80%;
}


.laboratory-name{
	font-size: 3.5rem;
	margin-right: 20px;
}

.laboratory-person{
	font-size: 1.25rem;
	margin-right: 20px;
}

.laboratory-list__link:after{
	content:"";
	display: block;
	width: 44px;
	height: 44px;
	background-image:url(/_/i/lab-btn.png);
	transition: all 0.3s;
}

/*New laboratory block*/

/* .laboratory-box .section-title{
	margin-bottom: 15px;
} */

.our-laboratories__item{
	padding: 50px 0 30px;
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 40px;
}

.our-laboratories__item:last-child{
	margin-bottom: 0;
}

.our-laboratories__item.active{
	background: linear-gradient(73.28deg, #005CAB 2.94%, #060D34 99.22%);
	color: #fff;
}

.our-laboratories__item.active a{
	color: #fff;
}

.our-laboratories__link{
	display: block;
	/* max-width: 950px; */
	text-decoration: none;
	color: #000;
	padding-right: 60px;
	position: relative;
}

.our-laboratories__link:after{
	content:"";
	display: block;
	width: 54px;
	height: 54px;
	background-image:url(/_/i/lab-btn-white.svg);
	transform: rotate(-90deg);
	background-size: cover;
	transition: all 0.3s;
	position: absolute;
	right: 0;
	top:0;
}

.our-laboratories__link:hover:after{
	transform: scale(1.15);
}

.our-laboratories__item.active .our-laboratories__link::after{
	transform: rotate(0deg);
}

.our-laboratories__title{
	font-size: 46px;
	font-size: 2.875rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 15px;
	max-width: 960px;
}

.our-laboratories__person{
	display: flex;
	align-items: center;
	max-width: 960px;
}

.our-laboratories__person-img{
	width: 72px;
	height: 72px;
	min-width: 72px;
	min-height: 72px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.our-laboratories__person-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-laboratories__person-name{
	font-weight: 300;
}

.our-laboratories__content{
	margin-top: 40px;
}

.our-laboratories__content p{
	margin-bottom: 25px;
}
.our-laboratories__content ul{
	padding-left: 26px;
}

.our-laboratories__content ul li{
	list-style-image: url(/_/i/list-stile-arrow.svg);
	padding-left: 20px;
	margin-bottom: 20px;
}

.laboratory-box__decore:after {
	content: '';
	display: block;
	width: 36%;
	padding-bottom: 22%;
	background-image: url(/_/i/decor-blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: -30px;
}

/*New laboratory block END*/

/*Block NEWS*/

.news-box{
	margin-bottom: 5rem;
}

.news-wrap{
	margin-top: 59px;
}

.new{
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 45px;
}
/*
.new:hover .new__content{
	color: #A41A46;
}
*/
.new__date{
	font-size: 1.25rem;
	color: #000;
	opacity: 0.4;
	margin-bottom: 30px;
	font-weight: bold;
}

.new__inner{
	display: flex;
	align-items: flex-start;
}

.new__pic{
	min-width: 260px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 30px;
	max-width: 35%;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	margin-top: 9px;
}

.new__img{
	width: 100%;
	height: auto;
	display: block;
}

.new__content{
	font-size: 1.25rem;
	line-height: 1.2;
}

.new__title{
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.more-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.more-link{
	font-size: 1.625rem;
	font-weight: 300;
	color: #A41A46;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 50px;
  border: 1px solid #A41A46;
  border-radius: 39px;	
	
}

.more-link:hover{
	text-decoration: none;
	color: #060D34;	
  border: 1px solid #060D34;	
}

/*End Block NEWS*/


.landing-quote{
	position: relative;
	overflow: hidden;
	margin-bottom: 5rem;
}

.landing-quote .container:before{
	content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgb(1,88,165,1);
	 top: 0;
    left: 0;
    z-index: -1;
}

.landing-quote .container:after{
	content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgb(5,13,50,1);
	 top: 0;
    right: 0;
    z-index: -1;
}

.landing-quote__bg {
	width: 100%;
	height: 0%;
	padding-bottom: 33.5%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
}

.landing-quote_txt{
	font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    right: 5%;
    display: flex;
    align-items: center;
}

.experts-box {
	margin: 5rem 0;
}

.expert-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.expert{
	width: 30%;
	margin: 0 1% 30px 1%;
}

.expert__link{
	text-decoration: none;
	color: #000;
}

.expert__link:hover .expert__position{
	text-decoration: underline;
}

.expert__photo{
	width: 100%;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}

.expert__position{
	font-size: 1.312rem;
	line-height: 1.312rem;
	text-transform: uppercase;
	color: #0A61F7;
	margin-top: 15px;
}

.expert__desc{
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-top: 15px;
}

.partener-box{
	margin: 5rem 0;
}

.parteners{
	display: flex;
	flex-wrap:wrap;
	justify-content: start;
	align-items: center;
}

.partener{
	width: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 1%;
	transition: all 0.3s;
}

.partener:hover{
	transform: scale(1.1);
}

.footer{
	margin-top: 100px;
	padding: 100px 0 50px;
	background: linear-gradient(248.3deg, #060D33 7.7%, #005CAB 98%);
	font-size: 1.25rem;
	color: #fff;
	position: relative;
}

.footer::before{
	content: '';
	display: block;
	width: 36%;
	padding-bottom: 22%;
	background-image: url(/_/i/decor.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.footer__title{
	font-size: 1.625rem;
	font-weight: 300;
	line-height: 2.125rem;
	text-transform: uppercase;
	margin-bottom: 65px;
}

.footer-contact{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
   align-items: start;
	font-size: 4rem;
	line-height: 5.5rem;
	margin-bottom: 70px;

}

.footer-contact__link{
	color: #fff;
	text-decoration: none;
}

.footer-contact__link:hover{
	text-decoration: underline;
}

.footer-bottom__social-link{
	text-decoration: none;
	margin: 10px;
}

.footer-bottom__social-link:hover img{
	opacity: 0.8;
}

.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 300;
	margin-bottom: 100px;
}

.footer-bottom__txt{
	max-width: 480px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.footer-copy__link{
	color: #fff;
	text-decoration: underline;
}

.footer-copy{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75rem;
	font-weight: 300;
}

.footer-copy span{
	margin-right: 100px;
	margin-bottom: 10px;
	opacity: 0.4;
}

.footer-copy__link:hover{
	text-decoration: none;
}


.footer-bottom__social-link.tg img{
width: 121px;
  height: 121px;
  display: inline-block;
  margin-bottom: -6px;
}

.menu__btn {
	display: none;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1;
 }
 .menu__btn > span,
 .menu__btn > span::before,
 .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition-duration: .25s;
 }
 .menu__btn > span::before {
	content: '';
	top: -8px;
 }
 .menu__btn > span::after {
	content: '';
	top: 8px;
 }

.menu__btn.open > span {
	transform: rotate(45deg);
 }
.menu__btn.open > span::before {
	top: 0;
	transform: rotate(0);
 }
 .menu__btn.open > span::after {
	top: 0;
	transform: rotate(90deg);
 }
.menu__box.open {
	visibility: visible;
	left: 0;
	z-index: 3;
 }

 .word-box{
	overflow: hidden;
	height: 500px;
	margin: 5rem 0;
 }

 .word-txt{
	 display: flex;
	 flex-wrap: wrap;
	 width: 150%;
	 margin-left: -10%;
	 margin-right: 10%;
	 font-size: 7.125rem;
	 line-height: 7.2rem;
 }

 .word-txt__inner{
	 margin: 30px 2%;
 }

 .word-txt--gray{
	 color: #999;
 }

 .word-txt--black{
	 color: #000;
 }
.more-news.active .less{
	display: inline !important;
}
.more-news.active .more{
	display: none !important;
}

  
.news-wrap UL {
	padding-left: 25px;
	margin-bottom: .5em;
}
.news-wrap UL.long LI,
.news-wrap OL.long LI{margin-bottom: .75em; }

.news-wrap UL LI,
.news-wrap OL LI,
.news-wrap UL.medium LI,
.news-wrap OL.medium LI{margin-bottom: .3em; }
 
.news-wrap UL.short LI,
.news-wrap OL.short LI{margin-bottom: 0; }

@media screen and (max-width:1279px) {
	.header__logo {
		width: 190px;
	}

  .landing-quote_txt {
		font-size: 2rem;
  }

  .first-scrin__big-text {
		font-size: 4rem;
		margin-bottom: 3rem;
	}

	.first-scrin::before{
		display: none;
	}

	.laboratory-name {
		font-size: 2.5rem;
  }

	.partener {
		width: 23%;
  }

  .word-box {
		height: 360px;
		margin: 3rem 0;
	}

	.word-txt {
		width: 300%;
		font-size: 4.125rem;
		line-height: 4.2rem;
  	}
}

@media screen and (min-width:1023px) {
	.header__menu-item:hover ul{
		display: block;
	}
}
@media screen and (max-width:1023px) {

	.header__menu-item.has-submenu:after{
		display: none;
	}
    .submenu-toggle {
        display: inline-flex;
        width: 35px;
        height: 35px;
        color: white;
        border: 1px solid white;
        font-size: 27px;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 15px;
        cursor: pointer;
        top: -9px;
    }
	.header__menu-item{
		position: relative;
	}
	.header__menu-item ul{
	    position: relative;
	    padding: 15px;
	    display: none;
	}



	body.open-menu{
		overflow: hidden;
	}
	.menu__btn {
		display: flex;
	}
	.header__menu {
		position: fixed;
		top: 0;
		left: -1000%;
		width: 100%;
		height: 100%;
		background: linear-gradient(73.28deg, #005CAB 2.94%, #060D34 99.22%);
		transition: all 0.5s;
  }
  .header__menu.open {
	  left: 0;
  }
  .header__menu-list {
        flex-direction: column;
        padding-top: 70px;
	}
	.header__menu-item {
		padding: 0 10px;
		margin-bottom: 20px;
  }
	.first-scrin {
		height: auto;
		padding-bottom: 100px;
	}
	.about-box {
		padding-top: 5rem;
  }
	.dig-title {
		font-size: 2.5rem;
		line-height: 3rem;
  }
  .about__content {
		flex-direction: column;
	}
	.about__content-txt {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
  }
  .objective {
		margin-top: 5rem;
	}
	.objective__txt {
		width: 50%;
  }
  .objective__count {
		width: 48%;
	}

	/* .laboratory-box {
		margin-bottom: 8rem;
  	} */

	.about-box .container:after {
		padding-bottom: 25%;
		margin-top: 2rem;
  }

  .landing-quote .container{
	  max-width: 100%;
	  padding: 0;
  }

  .landing-quote__bg {
		padding-bottom: 40%;
		background-size: cover;
	}
  .partener {
		width: 31%;
	}

	.footer-contact {
		font-size: 3rem;
		line-height: 4rem;
  }

  .footer {
		margin-top: 80px;
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.container {
		padding: 0 15px;
  	}
	.first-scrin__content {
		width: 100%;
		color: #fff;
  }
  .first-scrin__big-text {
		font-size: 2.5rem;
	}
  .dig-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.about__content {
		margin-top: 1.5rem;
	}

	.about-box{
		margin-bottom: 80px;
	}

	.about-box .container:after{
		display: none;
	}
	
	.objective {
		margin-top: 10rem;
		flex-direction: column;
  	}
  .objective__txt {
		width: 100%;
		margin-bottom: 40px;
	}
	.objective__count {
		width: 100%;
  }
  /* .laboratory-box {
		margin-bottom: 5rem;
	} */
  .laboratory-list__item {
		margin-bottom: 1.5rem;
	}
	.laboratory-list__link {
		justify-content: start;
		width: 100%;
		position: relative;
		padding-right: 50px;
  }
  .laboratory-name {
		font-size: 1.5rem;
		width: 100%;
		margin-bottom: 20px;
	}
	.laboratory-list__link:after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
  }
  .laboratory-person{
		font-size: 1rem;
		margin-right: 0px;
	}

	.laboratory-list__content .director {
	  width: 100%;
	  margin-bottom: 20px;
	}

	.laboratory-list__content .director p {
	  font-size: .9rem;
	}

	.laboratory-list__content ul, .laboratory-list__content ol {
	  margin-left: 15px;
	}

	.our-laboratories__title{
		font-size: 1.5rem;
	}

	.laboratory-box__decore:after {
		width: 50%;
		padding-bottom: 30%;
  }

	.new__title {
		font-size: 1.25rem;
  	}
	
	.new__content{
		font-size: 1.1rem;
	}	

  .new__pic {
		margin-right: 20px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

  .landing-quote__bg {
		padding-bottom: 50%;
		background-size: cover;
	}
	.landing-quote_txt {
		font-size: 1.5rem;
  	}

	.expert {
		width: 48%;
  }

  .partener {
		width: 48%;
	}

	.footer::before {
		width: 60%;
		padding-bottom: 30%;
  }

	.footer-bottom {
		justify-content: start;
		align-items: start;
		flex-direction: column;
		margin-bottom: 30px;
  }

  .footer-bottom__txt {
		font-size: 1.25rem;
		line-height: 1.875rem;
		margin-bottom: 20px;
	}

	.word-box {
		overflow: hidden;
		height: 225px;
		margin: 3rem 0;
  }

  .word-txt__inner {
	margin: 10px 2%;
}

	.word-txt {
		width: 165%;
		font-size: 3.125rem;
		line-height: 3.2rem;
  }
}

@media screen and (max-width:480px) {
	.first-scrin {
		height: auto;
		padding-bottom: 40px;
  }
	.first-scrin__big-text {
		font-size: 1.85rem;
		margin-bottom: 1.5rem;
  }
  .about-box {
		padding-top: 3rem;
	}
	.dig-title {
		font-size: 1.15rem;
		line-height: 1.8rem;
  }
  .about-box {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.objective {
		margin-top: 4rem;
		margin-bottom: 4rem;
		flex-direction: column;
  }

  .objective__count-item {
		width: 100%;
	}

	.about-box .container:after{
		display: none;
	}

	.landing-quote__bg {
		height: 400px;
		padding-bottom: 0;
		background-size: cover;
  	}

	.landing-quote_txt {
		font-size: 2rem;
		width: 85%;
  	}

	.landing-quote_txt {
		font-size: 2rem;
		width: 85%;
  	}

	.expert {
		width: 80%;
		margin: 0 auto 25px auto;
		text-align: center;
  }

  .word-txt {
		width: 180%;
	}

	.new__pic {
		min-width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
  }

	.new__inner {
		flex-direction: column;
  	}

	.new__date {
		font-size: 1.125rem;
		margin-bottom: 15px;
  	}

	.new__content{
		font-size: 1.05rem;
	}

	.laboratory-box__decore:after {
		width: 50%;
		padding-bottom: 30%;
		margin-bottom: 30px;
  }
  
.our-laboratories__item {
  font-size: 1rem;
  line-height: 1.5rem;
}

  .footer-contact {
		font-size: 2rem;
		line-height: 4rem;
	}

	.footer-bottom__txt {
		font-size: 1.125rem;
  }
}
.about__content-txt a,
.new__txt a {
	  text-decoration: none;
	  border-bottom: 2px dotted #333;
	  color: #333;
}
.new a {
  color: #A41A46;
  border-bottom: 2px dotted #A41A46;
  text-decoration: none; 
}

.new a:hover {
  color: #060D34;
  border-bottom: 2px dotted #060D34;
  text-decoration: none; 
}


.our_grous {
	margin-top: 20px;
}

.our_grous p {
	margin-top: 20px;
	font-weight: 400;
}

.clr.both {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
}

   .rel {
	   position: relative;
	   height: 200px;
   }
   .rel .report {
	   position: absolute;
	   width: 50%;
	   left:30px;
	   top: 0;
	   padding: 10px 0px;
	   border-top: 1px solid #000;
	   border-bottom: 1px solid #000;
   }
   
	.rel h4 {
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	  font-weight: 500;
	  margin-bottom: 30px;
	}
	.report p.pdf {
	  font-size: 1.25rem;
	  line-height: 2rem;
	  font-weight: 300;
	  text-transform: uppercase;
	  padding-left: 50px;
	  position: relative;
	  padding-top: 10px;
	}
	.report p.pdf::before {
		position: absolute;
		left: 0;
		top:0;
		content: '';
		background-image: url('/_/i/pdf.svg');
		display: inline-block;
		width: 40px;
		height: 50px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		
	}
	.report a {
		color: black;
		text-decoration: none;
	}
	.report a:hover {
		color: black;
		text-decoration: underline;
	}
	
@media screen and (max-width: 768px) {
   .rel {
	   position: relative;
	   height: 200px;
   }

  .rel .laboratory-box__decore::after {
    width: 30%;
  }

   .rel .report {
	   position: absolute;
	   width: 65%;
	}
}


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



  .rel .laboratory-box__decore::after {
    display: none;
  }

   .rel .report {
	   position: inherit;
	   width: 100%;
	   left:0px;
	   padding: 20px 15px;
   }

     
}	

@media screen and (max-width:1023px) {
 .header__menu-item.has-submenu >a{
  pointer-events: none;
 }
}