/*@font-face {
	font-family: 'SourceSerifPro';
	font-display: swap;
	src: url('../fonts/SourceSerifPro-Bold.eot');
	src: local('☺'), url('../fonts/SourceSerifPro-Bold.woff') format('woff'), url('../fonts/SourceSerifPro-Bold.ttf') format('truetype'), url('../fonts/SourceSerifPro-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
*/
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
:focus,:active{outline: none;}
a:focus, a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family: inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0px;border: 0px;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size: inherit;font-weight: 400;}


body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: #e5e5e5;
}
a{
	text-decoration: none;
	color: #333;
	font-size: 16px;
}
h1 {
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-display: optional;
	max-width: calc(100% - 40px);
	margin: 0px auto;
	color: #000000;
	padding:  30px 0px 20px 0px;
	font-size: 26px;
	text-align: center;
}
h2 {
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 22px;
	font-display: optional;
	color: #bf393e;
	max-width: calc(100% - 40px);
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
	line-height: 1.5;
}
h3{
	padding: 10px 0px;
	font-family: 'Source Serif Pro', serif;
	font-size: 24px;
	font-display: optional;
	color: red;
	text-align: center;
}

.text1 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	margin: 10px auto;
	text-align: center;
	line-height: 1.5;
}
.text2 {
	font-size: 20px;
	padding: 30px 0px;
}

.chosentext,.chosentext2{
		font-family: 'Source Serif Pro', serif;
		font-size: 18px;
		font-display: optional;
		color: #bf393e;
}
.chosentext2{
		font-size: 20px;
}
hr{
  border-top: 1px solid #aaaaaa;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  opacity: 0.3;
}
.wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	padding-right: 0px;
	padding-left: 0px;
	min-height: 100%;
	background-color: #ffffff;
}
.topline {
  background-color: #ffffff;
  height: 36px;
  position: relative;
  top: 0px;
}
.topline__phone {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  background: url(../images/phone__icon.svg) 0px 6px/25px auto no-repeat;
  padding: 0px 0px 0px 40px;
  color: #000000;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: absolute;
  left: 20px;
}
.topline__phone:hover {
  color: #777777;
}
.topline__mail {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  background: url(../images/mail__icon.svg) 0px 6px/25px auto no-repeat;
  padding: 0 0 0 40px;
  color: #000000;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: absolute;
  right: 20px;
}
.topline__mail:hover {
  color: #777777;
}
.side {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 33;
}
.toplogo {
  height: 150px;
  background-image: url(../images/toplogo__back2.gif);
  background-position: center 46px;
  background-repeat: no-repeat;
  background-size: 800px;
  background-color: #ffffff;
  position: relative;
}
.toplogo hr{
	width: calc(100% - 40px);
}

.langlink{
	position: absolute;
	display: block;
	opacity: 0.5;
	top: 55px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0px auto 0px auto;
	background-color: #888;
}
.langlink:hover{
	opacity: 0.7;
	background-color: #555;
}
.langlink a{
	color: #fff;
}

.sl{
	color: #aaa;
}
.toplogo img {
  display: block;
  margin: 0px auto;
  padding: 30px 0px 0px 0px;
  width: 300px;
  height: auto;
  opacity: 1;
  vertical-align: middle;
  border-style: none;
  pointer-events: none;
}
.content {
  background-color: #ffffff;
  padding: 0px;
}
.content hr{
	max-width: 800px;
	margin: 20px auto;
}
.content p{
	margin: 0px auto;
	max-width: 800px;
	padding: 20px 0px;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
}
.block__item {
	display: block;
	width: 320px;
	text-align: center;
	margin: 10px auto 20px auto;
}
.block__title {
	position: relative;
	padding: 0px 0px 0px 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	cursor: pointer;
}
.block__title:before,
.block__title:after{
	content: '';
	width: 10px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 10px;
	transition: all 0.3s ease 0s;
}
.block__title:before{
	transform: rotate(40deg);
	left: 0;
}
.block__title:after{
	transform: rotate(-40deg);
	left: 7px;
}
.block__title.active:before,
.block__title.active:after{
	background-color: #555;
}
.block__title.active:before{
	transform: rotate(-40deg);
}
.block__title.active:after{
	transform: rotate(40deg);
}

.block__text {
	display: none;
	padding: 10px 0px 0px 0px;
}
.block__text li{
	text-align: left;
	padding: 10px 0px 10px 40px;
}
.block__text a:hover{
	text-decoration: underline;
}

.gallery__center {}
.my-gallery {
	width: 100%;
	max-width: 840px;
	margin: 5px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.my-gallery img {
	width: 100%;
	height: auto;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.my-gallery figure {
	display: block;
	margin: 5px auto;
	width: 25%;
}
.my-gallery div{
	width: 22.5%
	height: 22.5%;
	overflow: hidden;
	margin: 10px 20px;
	border: 1px solid rgba(85, 85, 85, 0.3);
}

.my-gallery img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.my-gallery figcaption {
	display: none;
}
.sample__img {
	position: relative;
	text-align: center;
}
.sample__img img{
	display: block;
	width: calc(100vw - 40px);
	height: auto;
	max-width: 800px;
	margin: 0px auto;
}
/*.images__title img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}*/

.caption {
	position: relative;
	top: 10px;
	left: 0;
	max-width: calc(100vw - 40px);
	margin: 0px auto;
	color: #777777;
	padding-bottom: 30px;
}
.images__title {
	position: relative;
	top: 0px;
	z-index: 32;
}
.images__title img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}
.dropshadow {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.images__title-text {
  position: absolute;
  top: 50px;
  left: 50px;
  max-width: 600px;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.9;
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 20, 70, 0.7);
}

.text__item {
  color: #777777;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.topbg{
	display: none;
}
.start{
	display: none;
}
.top{
	display: none;
}
.menu{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1170px;
	line-height: 56px;
	margin: 0px auto;
	justify-content: space-around;
}
.menu li{
	align-items: center;
	width: 100%;
}
.menu li a{
	display: block;
	text-align: center;
}

.menu li a:hover,.menu__list:hover,.services__dt:hover{
	background: #f26937;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}

.contact {
	display: flex;
	max-width: 500px;
	min-width: 250px;
	margin: 0px auto;
	justify-content: center;
}
.contact img{
	min-height: 40px;
	height: 80px;
}
.contact a{
	color: #555555;
}
.contact a:hover{
	color: #000000;
}
.contact div{
	display: block;
	align-self: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
.contact div:nth-child(1){
	width: 35%;
	text-align: right;
	padding-right: 10px;
}
.contact div:nth-child(2){
	width: 55%;
	padding-left: 10px;
}
.map {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0px auto;
}

.menu__list, .services__dt{
	position: relative;
	background: #d5d5d5;
	font-size: 16px;
	text-align: center;
}
.services{
	display: none;
}
.services__dt::after{
	content: '';
	position: absolute;
	border: 6px solid;
	border-color: #000 transparent transparent transparent;
	top: 24px;
	right: 20px;
	transition: 0s ;
}
.services__dt:hover::after{
	border-color: transparent transparent #000 transparent;
	top: 18px;
}
.services::after{
	content: '';
	position: absolute;
	border: 6px solid;
	border-color: #000 transparent transparent transparent;
	top: 24px;
	right: 100px;
	transition: 0s ;
}
.services__dt:hover .dt-menu__dropA{
	opacity: 1;
	top: 52px;
	position: absolute;
	min-width: 240px;
	z-index: 35;
}
.services.active{
	background: #f26937;
}
.services.active::after{
	border-color: transparent transparent #000 transparent;
	top: 18px;
}

.dt-menu__dropA, .menu__dropA{
	position: absolute;
	width: 100%;
	left: 0;
	top: -9999em;
	opacity: 0;
	border-top: 0px solid transparent;
	transition: 0.1s opacity;
	box-shadow: 0 2px 5px #000;
}
.dt-menu__dropA li, .menu__dropA li{
	background: #fff;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e5e5e5;
}
.dt-menu__dropA li a{
	text-align: left;
	padding-left: 20px;
}
.menu__dropA.active{
	opacity: 1;
	top: 56px;
	position: absolute;
	min-width: 240px;
	z-index: 35;
}
.dt-menu__dropA li:last-child/* , .menu__dropA li:last-child */{
	border-bottom: 0;
}

.wp__items, .dig__items {
	display: flex;
	max-width: 800px;
	margin: 10px auto;
	justify-content: center;
}
.wp__items img, .dig__items img {
	display: block;
	margin: auto 0px;
	max-width: 400px;
	padding: 10px 0px;
	text-align: center;
}

.wp__items-text, .dig__items-text {
	display: block;
	width: 50%;
	margin: auto 0px;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	line-height: 1.5;
}

.wp__items-text ul,
.dig__items-text ul,
.answer__text ul,
.constr__items-text ul{
	padding: 10px 0px 0px 30px;
	line-height: 1.5;
}
.wp__items-text li,
.dig__items-text li,
.constr__items-text li,
.answer__text li{
	list-style-type: circle;
}

.submenu {
	padding: 20px 0px;
}
.submenu__list {
	display: flex;
	height: 24px;
	line-height: 24px;
	justify-content: center;
}
.submenu__list-items {
	padding: 0px 20px;
}

.submenu__list-items>a{
	position: relative;
}
.submenu__list-items>a::after{
	content: '';
	display: block;
	position: absolute;
	border-bottom: 5px solid #f26937;
	width: 5px;
	height: 5px;
	bottom: -6px;
}
.submenu__list-items>a:hover::after {
	width: 100%;
	transition: width .3s;
}
.submenu__list-items.active>a::after{
	content: '';
	display: block;
	position: absolute;
	border-bottom: 5px solid #f26937;
	width: 100%;
	height: 5px;
	bottom: -6px;
}

.constr__items {
	display: flex;
	max-width: 800px;
	margin: 10px auto;
}
.constr__items-images {
	height: 320px;
	overflow: hidden;
	text-align: center;
}
.wp__items img,
.dig__items img,
.constr__items-images img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.constr__items-text {
	display: block;
	width: 50%;
	height: 25%;
	margin: auto 0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	line-height: 1.5;
}
.manpdf {
	margin: 0px 20px;
	text-align: center;
}
.constr__items-text ul{
	margin: 0px auto;
	max-width: 50%;
}

.spec {
	border-collapse: collapse;
	margin: 0px auto;
	width: 800px;
	font-size: 16px;
	line-height: 1.5;
	}
	.spec caption {
	caption-side: bottom;
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	}
	.spec th:first-child{
		width: 25%;
		height: 50px;
	}
	.spec td, .spec th {
		width: 15%;
		border: 1px solid #dddddd;
		text-align: center;
		padding: 4px 8px;
	}
	.spec tr:nth-child(even){background-color: #f2f2f2;}
	.spec tr:hover {background-color: #dddddd;}
	.spec th {
		letter-spacing: 1px;
		text-align: center;
		background-color: #bf393e;
		color: white;
	}
	.spec2 {
	border-collapse: collapse;
	margin: 0px auto;
	width: 100%;
	max-width: 800px;
	font-size: 16px;
	line-height: 1.5;
	}
	.spec2 th:first-child{
		height: 50px;
	}
	.spec2 caption {
	caption-side: top;
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #bf393e;
	text-align: center;
	}
	.spec2 td, .spec2 th {
		width: 25%;
		border: 1px solid #dddddd;
		text-align: center;
		padding: 4px 8px;
	}
	.spec2 tr:nth-child(even){background-color: #f2f2f2;}
	.spec2 tr:hover {background-color: #dddddd;}
	.spec2 th {
		letter-spacing: 1px;
		text-align: center;
		background-color: #bf393e;
		color: white;
	}
	.stud__images {
		text-align: center;
		padding: 5px 0px 5px 0px;
	}
	.stud__images img{
		object-fit: contain;
	}
	.stud__text p{
		max-width: 800px;
		padding: 5px 0px;
		text-align: justify;
	}
	.paper__text p{
		max-width: 800px;
		text-align: left;
		padding: 5px 0px;
		line-height: 1.2;
	}

.footer {
	background-color: #ffffff;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.footer hr{
	width: calc(100vw - 40px);
	max-width: 960px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}
.ftbutton{
	display: inline-flex;
	width: 100%;
	max-width: 1000px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	 /*border: 1px solid #000000; */
}
a.my__button{
	font-size: 16px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
	width: 20%;
	height: 60px;
	border: 1px solid #d5d5d5;
	color: #555555;
	font-weight: 400;
	border-radius: 4px;
	display: flex;
	padding: 8px 16px;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin: 0px 10px 20px 10px;
	/* white-space: nowrap; */
}

a.my__button:hover{
	background-color: #2682bb;
	color: #ffffff;
	font-weight: 700;
	transition: 0.3s;
}

.ftlink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	background-color: #d5d5d5;
	width: 100%;
	height: auto;
}
.ftlink__col {
	width: 33.3%;
}
.ftlink__col li{
	margin: 20px auto;
}
.ftlink__col a{
	font-size: 14px;
}
.ftlink__col li:hover{
	text-decoration: underline;
}

.lastline {
	background-color: #ffffff;
	height: 50px;
	font-size: 14px;
	color: #333333;
	line-height: 50px;
}
/*      for SMART SCREEN      */
@media screen and (max-width: 1150px) {
  .images__title-text {
    font-size: 6vw;
    top: 5vw;
    left: 5vw;
    max-width: 50vw;
  }
}


@media screen and (max-width: 850px){
body.lock{
/*	width: 100vw;
	height: 100vh;*/
	overflow: hidden;
}
.langlink {
	display: none;
}
.dropshadow{
	display: none;
}
.toplogo {
	display: none;
}
.services__dt{
	display: none;
}
.dt-menu__dropA{
	display: none;
}
.services{
	display: block;
}
.side{
	position: relative;
	top: -36px;
	box-shadow: none;
}
.topline{
	position: fixed;
	width: 100%;
	z-index: 500;
}
.topbg{
	display: block;
	position: fixed;
	top: 36px;
	background: #d5d5d5;
	width: 100%;
	height: 56px;
	z-index: 198;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.topbg.active{
	box-shadow: none;
}
.top{
	display: block;
	position: absolute;
	top: 0px;
	background: url(../images/toplogo__back2.gif);
	background-position: center 3px;
	background-repeat: no-repeat;
	background-size: 400px;
	width: 100%;
	height: 56px;
	z-index: 199;
}
.menu{
		display: none;
}
.start{
		display: block;
		position: relative;
		background-color: #f26937;
		width: 38px;
		height: 38px;
		top: 9px;
		left: 16px;
		border-radius: 8px;
		border: 2px solid #ffffff;
		z-index: 200;
	}
	.start span{
		position: absolute;
		background-color: #ffffff;
		left: 5px;
		width: 24px;
		height: 4px;
		border-radius: 4px;
		top: 15px;
		transition: 0.3s;
	}
	.start:before,
	.start:after{
		content: '';
		background-color: #ffffff;
		position: absolute;
		width: 24px;
		height: 4px;
		left: 5px;
		border-radius: 4px;
		transition: 0.3s;
	}
	.start:before{
		top: 7px;	
	}
	.start:after{
		bottom: 7px;
	}
	.start.active{
		box-shadow: none;
	}
	.start.active:before{
		transform: rotate(45deg);
		top: 15px;
	}
	.start.active:after{
		transform: rotate(-45deg);
		bottom: 15px;
	}
.start.active span{
		transform: scale(0);
	}
.logo__lang{
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	top: 9px;
	right: 16px;
	border: 2px solid #ffffff;
	z-index: 201;
	transition: 0.3s;
}
.logo__lang.active{
	display: block;
	right: 64px;
	box-shadow: none;
	transition: 0.3s;
}
.logo__link {
	transition: 0.3s;
	display: none;
}
.logo__link.active{
	display: flex;
	position: absolute;
	top: 7px;
	left: 36px;
	text-transform: uppercase;
	transition: 0.3s;
}
.logo__link a {
	color: #777;
	background-color: #d5d5d5;
	padding: 3px 6px 2px 4px;
	font-size: 16px;
	font-weight: bold;
}
.logo__link a:hover{color: #000;}

.brg__logo {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20%;
	z-index: 195;
}

.menu.active{
		display: block;
		position: fixed;
		float: left;
		width: 100%;
		height: 372px;
		overflow-y: auto;
		top: 56px;
		left: 0;
		z-index: 45;
		box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
}
.menu__list, .services{
		position: relative;
		background: #e5e5e5;
		top: 36px;
		transition: 0.3s;
		z-index: 46;
}
.services.active .menu__dropA{
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 50;
		border-bottom: 0;
		box-shadow: none;
		transition: 0s;
}
.menu.active.plus{
	min-height: 480px;
	max-height: auto;

}
.content{
	position: relative;
	top: 92px;
}
.content p{
	max-width: 90%;
}
.sample__img img{
	max-width: 90%;
}


.wp__items,.constr__items,.dig__items {
		display: block;
	}
	.text1 {
		font-size: 18px;
		line-height: 1.5;
	}
	.text2 {
		font-size: 14px;
		padding: 20px 0px;
	}
	.constr__items-images {
		width: 100%;
		margin: 0px auto;
		max-height: 240px;
	}
	.constr__items-text {
		width: 100%;
		margin: 0px auto;
	}
	.wp__items img, .dig__items img{
		margin: 0px auto;
		max-height: 360px;
		padding: 0px 20px;
	}
	.wp__items-text, .dig__items-text{
		width: 100%;
		margin: 0px auto;
		padding: 10px 20px;
	}

	.stud__images img,
	.stud__text p,
	.paper__text p{
		max-width: 100%;
		padding: 0px 20px 0px 20px;
	}
	.spec, .spec2{
	width: 90%;
	line-height: 1.4;
	}

	.spec2 td, .spec2 th {
	padding: 2px 4px;
	}
	.footer {
		position: relative;
		top: 92px;
	}
}

@media screen and (max-width:700px){
	a.my__button{
		width: 33.3%;
	}
	.my-gallery figure{
		width: 50%;
		height: 50%;
		max-width: 240px;
		margin: 10px auto;
	}
}

@media screen and (max-width:600px){
		.spec, .spec2{
		font-size: 14px;
	}
}

@media screen and (max-width:450px){
	a.my__button{
		width: 40%;
	}
}

@media screen and (max-width:420px){
	.submenu__list-items {
	padding: 0px 10px;
	}
	.spec, .spec2{
		font-size: 12px;
	}
}
@media screen and (max-width:360px){
	.submenu__list-items {
	padding: 0px 7px;
	}
}