	/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
	*/
	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	article,
	aside,
	canvas,
	details,
	embed,
	figure,
	figcaption,
	footer,
	header,
	hgroup,
	menu,
	nav,
	output,
	ruby,
	section,
	summary,
	time,
	mark,
	audio,
	video {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
	}

	/* HTML5 display-role reset for older browsers */
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section {
		display: block;
	}

	body {
/*		line-height: 1;*/
/*		font-family: sans-serif;*/
		color: #4b4b4b;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;

	}
	.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:inherit;
  font-weight:500;
  line-height:1.1;
  color:inherit
}

	* {
		/* outline: 1px solid red; */
		box-sizing: border-box;
	}

	ol,
	ul {
		list-style: none;
	}

	blockquote,
	q {
		quotes: none;
	}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

html {
  scroll-behavior: smooth;
}


	/*
	*
	*********  Tri - *Typography*
	* 
	*/
	body {
		font-family: 'Source Sans Pro', sans-serif;
	}

	.heading h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-right: auto;
		margin-left: auto;
		background: #fff;
		display: inline;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	a {
		color: #598F93;
	}

	.h-border {
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 30px;
		margin-bottom: 10px;
		margin-inline: auto;
	}
.sertificat {
	display: grid;
	grid-template-columns:1fr 1fr;
	column-gap: 1.5vw;
}

	.heading {
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-image: url(../img/cross-pattern.png);
		background-repeat: repeat;

	}

	.details h2,
	h3 {
		background: none;
		margin: 0;
		padding: 0;
	}

	header {}

	header .container {
		display: flex;
		/*! flex-direction: column; */
		/*! row-gap:20px; */
		padding-top: 10px;
		padding-bottom: 10px;
		/*! flex-wrap: wrap; */
		justify-content: space-between;
		/*! border-top: 1px solid #e3e3e3; */
		/*! border-bottom: 1px solid #e3e3e3; */
	}

	.home {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home1.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}

	.home2 {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home2.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}

	.home3 {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home3.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}

	.home4 {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home4.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}

	.home5 {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home5.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}

	.home6 {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home6.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}

	.home7 {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home7.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}

	.home8 {
		position: relative;
		color: #fff;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
			url(/img/home8.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: auto, cover;
		background-position: center, bottom 20% center;
		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: calc(100vh - 121px);
		overflow-y: hidden;
		display: flex;
		/*! align-items: center; */
		/*! place-items: center; */
		flex-direction: column;
		justify-content: center;

	}


	/* .home::before {
	content: "";
	position: absolute;
		inset:0;
	background-image:linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%);
		z-index: -1;
	} */

	.home .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.home2 .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.home3 .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.home4 .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.home5 .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.home6 .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.home7 .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.home8 .container {
		display: flex;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		/*   align-items: flex-end; */
	}

	.button_wrap {
		margin-top: 5vh;
		margin-bottom: 30vh;
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		align-items: center;
		font-size: clamp(21px, 18.15px + 0.79vw, 34px);
		text-transform: inherit;
		margin-bottom: 10px;
	}


.button_wrap_title {
	text-transform:lowercase;
}

	.btn.btn_home {
		display: flex;
		align-items: center;
		color: #000;
		padding: 10px 20px;
		background-color: #FFA700;
		text-decoration: none;
		font-size: clamp(22px, 20.68px + 0.37vw, 28px);
		font-weight: 600;
		/*! width: 100%; */
		text-align: center;

	}
	.wrap_title {
		text-align: center;
	}
.btn.btn_home img {
	margin-right: 10px;
}


	.wrap_title h1 {
		font-size: clamp(30px, 22.32px + 2.13vw, 65px);
		line-height: 1.1;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: 600;
	}

	.logo_link {
		flex: 0 1 auto;
		display: flex;
		align-items: center;
	}

	.lang {
		display: flex;
		list-style: none;

		gap: 10px;
		/*! margin-left: auto; */
		/*! margin-right: 25px; */
		/*! margin-top: 3px; */
		align-items: center;
	}

	.lang>li a {
		font-weight: 800;
		padding: 0.4em;
		background-color: #FFA700;
		color: #fff;
		transition: 0.3s;
		text-decoration: none;
		font-size: 17px;
	}
.lang>li a.current {
	text-decoration: underline;
	text-underline-offset: 0.3em;
	text-decoration-thickness: 0.1em;
}

	.lang>li a:hover {
		background-color: #000;
	}




	footer h2,
	h3,
	h4,
	h5,
	h6 {
		background: none;
		color: #fff;
		margin: 0;
		padding: 0;
	}

	hr {
		border: none;
		background: #e3e3e3;
		height: 1px;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.main-nav a {
		color: #828282;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		font-size: 1.2em;
		font-size: calc(23px + 4*(100vw - 360px) / (2000 - 360));
	
		text-decoration: none;
		transition: color .25s ease;
		display: block;
	
	}
.main-nav a.current { 
	text-decoration:underline;
	text-underline-offset: 0.2em;
  text-decoration-thickness: 0.05em;
}

	.main-nav li ul a {
		/*! color:#fff; */
		line-height: 1.1;
		white-space: nowrap
	}

	.main-nav li ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	.main-nav a:visited {
		/*! color: #696969; */
	}

	.main-nav a:hover {
		color: #598f93;
	}

	.focused-text {
		text-align: center;
		font-family: 'Source Sans Pro', sans-serif;
		margin: 25px 0;
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1.4;
	}

	.focused-text h2 {
		margin: 15px 0;
		display: block;
	}

	.center {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}


	.brand {
		margin-right: auto;
		margin-left: auto;
		/*! margin-top: 10px; */
		display: block;
		opacity: .95;
		-webkit-transition: opacity .25s ease;
		-moz-transition: opacity .25s ease;
		-ms-transition: opacity .25s ease;
		-o-transition: opacity .25s ease;
		transition: opacity .25s ease;
		width: 95%;
		max-width: 200px;
	}

	.brand:hover {
		opacity: 1;
	}

	.main-nav {
		/*! margin-top: 40px; */
		/*! padding-top: 10px; */
		/*! padding-bottom: 10px; */
		/*! border-top: 1px solid #e3e3e3; */
		/*! border-bottom: 1px solid #e3e3e3; */
		display: flex;
		margin-right: auto;
		margin-left: auto;
	}

	.main-nav > ul {
		display: flex;
		height: 100%;
/*		column-gap: calc(15px + 55*((100vw - 360px) / (1920 - 360)));*/
		column-gap: clamp(7px, -7.54px + 4.04vw, 70px) /* 7px, viewport: 360px -> 70px, viewport: 1920px */
	}

	.main-nav li {
		/*! display: inline-block; */
		/*! margin-right: 15px; */
		text-align: left;
		height: 100%;
		display: flex;
		align-items: center;
		
	}

	.level_wrap {
		position: relative;


	}

	/* .level_wrap > a {
		pointer-events: none;
	}  */
	.level_wrap>a:after {
/* 		content: '\25B2'; */
		content: '\25BC'; 
		font-size: 0.9em;
		padding-left: 0.3em;
	}

	.level_wrap>a.open:after {
		content: '\25B2';
	}

	.level_wrap>ul {

		/*! flex-direction: column; */
		position: absolute;
		left: 0;
		/*! top:calc(100% + 9px); */
		top: 100%;
		z-index: 9999;
		background-color: #fff;
		/*! color: #fff; */
		/* 	padding: 15px 15px; */
		padding: 15px 15px 15px;
		display: none;
		/* pointer-events: none;
	} */
		/* .level_wrap > ul.click {
		display: flex; */
	}

	.contact {
		text-align: center;
	}

	.social a:link {
		float: right;
		background-image: url(../img/facebook.png);
		width: 30px;
		height: 30px;
		background-position: 0 -30px;
		-webkit-transition: background-position .3s ease;
		-moz-transition: background-position .3s ease;
		-o-transition: background-position .3s ease;
		transition: background-position .3s ease;
		margin-left: 2px;

	}

	.social a:last-child {
		float: right;
		background-image: url(../img/twitter.png);
		width: 30px;
		height: 30px;
		background-position: 0 -30px;
		-webkit-transition: background-position .3s ease;
		-moz-transition: background-position .3s ease;
		-o-transition: background-position .3s ease;
		transition: background-position .3s ease;

	}

	.social a:hover {
		background-position: 0 0;
	}

	.feature {
		margin-top: 30px;
	}

	.latest-work img {
		box-shadow: 2px 2px 1px #e3e3e3;
		/*! margin-top: 10px; */
		width: 100%;
		/* 	position: relative; */
		filter: brightness(50%);
		/*! max-width: 100%; */
		aspect-ratio: 1;
		object-fit: cover;
		/*! min-height: 100%; */
	}

	/* .thumbnail img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(crimson, yellow); */
	/*  z-index: -1;*/

	/* } */
	.thumbnail {
		position: relative;
		/*! display: flex; */
		/*! padding: 4px; */
		/*! margin-bottom: 20px; */
		line-height: 1.2;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		transition: border .2s ease-in-out
	}

	.thumbnail a {
		/* 	position: relative; */
		display: flex;
	}

	.thumbnail .details p {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 1em;
		font-weight: 300;
		margin-top: 10px;
	}

	.thumbnail .details {
		position: absolute;
		left: -5555px;
		top: 0;
		background: #FFA700;
		padding: 0;
		min-height: 10px;
		text-decoration: none;
		color: #fff;
		opacity: 0;
		width:100%;
		/*! max-width: 100%; */
		/*! right: 0; */
		transition: opacity .75s ease;
		z-index: 1;
	}


	.work-text {

		position: absolute;
		bottom: 0;
		left: 0;
		/*! background: #FFA700; */
		padding: 15px;
		/*! min-height: 10px; */
		text-decoration: none;
		color: #fff;
		/*! opacity: 0; */
		width: 100%;
		max-width: 100%;
		/*! right: 0; */
		transition: opacity .75s ease;
		display: flex;
		flex-direction: column;

		/*! padding-bottom: 12px; */
		align-items: flex-start;
		row-gap: 20px;
	}

	.work-text p {
			/*! text-align: center; */
		margin-left:auto;
		background-color: #FFA700;
		padding: 15px 30px;
		font-size: 30px;
		font-weight: 600;
		line-height: 1;
	}

	.work-text h2 {
		background-color: transparent;
		font-weight: 700;
		font-size: 34px;
	}



	.thumbnail a:hover .details {
		left: 0;
		/*! top: 10px; */
		opacity: .95;
		padding: 15px;
		right: 0;
	}

	footer {
		background: #4b4b4b;
		padding: 25px 15px;
		color: #fff;


	}

	.copyright {
		text-align: center;
	}

	/*footer p{
		text-align: left;
	}*/

	.footer_wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/*! justify-content: center; */
		justify-items: center;
		margin-bottom: 25px;
	}

	.footer_wrap .footer-col-title {
		margin-bottom: 15px;
		font-size: 19px;
	}

	.footer-col-list {
		display: flex;
		flex-direction: column;
		row-gap: 5px;
		text-align: left;
	}

	.footer-col-list a {
		text-decoration: none;
	}

	.footer-col-list li:has(img) {
		display: flex;
		align-items: center;
	}

	.footer-col-list li img {
		margin-right: 7px;
	}

	.footer-info-text {
		text-align: left;
	}


	/*кнопка*/

	.trubka_wrap {
		position: fixed;
		z-index: 8;
		right: 20px;
		bottom: 100px;
		background-size: cover;
		border-radius: 30px;
		display: none;
	}

	.header-phone-icon-big {
		width: 48px;
		height: 48px;
		flex-shrink: 0;
		border-radius: 40px;
		background-color: #000;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
		display: flex;
		align-items: center;
		justify-content: center;
		animation: radial-pulse 1.8s infinite;
	}

	a.back-to-top.btn_up {
		width: 48px;
		height: 48px;

		position: fixed;
		z-index: 1031;
		right: 20px;
		bottom: 100px;


		background: #000 no-repeat center center;
		/*  background-size: 25px ; */
		border-radius: 30px;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
		border: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		display: none;
		align-content: center;
		padding-top: 8px;
	}

	a.back-to-top.btn_up>img {
		margin-left: 9px;
		margin-bottom: 5px;
	}


header .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

header .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
/*  margin: 28px 20px;*/
  height: 18px;
}
.menu-extras {
	align-self:center;
	margin-right: 10px;
}

header .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

header .navbar-toggle span:last-child {
  margin-bottom: 0;
}
header .navbar-toggle.open span {
  position: absolute;
}

header .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

header .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}





	@keyframes radial-pulse {
		0% {
			box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.7);
		}

		100% {
			box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.0);
		}
	}


	/*модалка*/

	.remodal {
		/*     max-width: 360px;
		width: 100%; */
		height: auto;
		border-radius: 20px 20px 0 0;
		/*     background-image: linear-gradient(#fffe, #fff); */
		padding: 20px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
		color: var(--color-body);
		box-sizing: border-box;
		margin: 0 auto;
		margin-bottom: 0;
		width: clamp(340px, 90vw, 400px);
		background-color: #fff;
	}

	.modal_title {
		color: #fbd232;
		margin: 0 0 15px;
		font-size: 25px;
		line-height: 1.2;
		text-align: left;
		font-weight: 600;
		/*! margin-left: 45px; */
		display: block;
	}

	.modal_item {
		margin-bottom: 15px;

	}

	.mob_text {
		margin-top: 18px;
		margin-inline: auto;
		text-align: center;
	}

	.mob_text p {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.3;
		margin-bottom: 0;
	}

	.modal-phone {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.callback_head {
		display: flex;
		position: relative;
		align-items: baseline;
		align-content: baseline;

	}

	.modal_item a {
		font-size: 24px;
		line-height: 33px;
		letter-spacing: 0em;
		text-align: center;
		display: flex;
		align-items: baseline;
		color: #000;
		text-decoration: none;
	}

	.modal_item a svg {
		margin-right: 15px;
		align-self: center;
	}

	.modal_item>p {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.modal_item a .price_free {
		bottom: -6px;
		font-size: 10px;
		font-style: italic;
		letter-spacing: 0.2px;
		position: absolute;
		/*color: #fff;*/
		font-size: 13px;
		/*! bottom: 0px; */
		line-height: 1;
		left: 38px;


	}



	.header_phone_wrap>a {
		display: flex;
		align-items: center;
	}

	.header_phone_wrap>a>img {
		margin-right: 10px;
	}

	.phone-item-wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 5px;
	}

	.header-phone-link {
		color: #000;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 25px;

		text-decoration: none;
		display: flex;
		align-items: center;
	}

	.header-phone-link:hover {
		color: #666;
		text-decoration: none;
	}

	.header-phone-link>img {
		margin-right: 10px;
	}

	.modal_header {
		margin-bottom: 10px;
		/*! font-size: initial; */
		color: #000;
		font-weight: 500;
		margin-bottom: 18px;
		display: block;
		text-transform:none;
		font-size: 21px;
	}

	.modal_wrap {
		/*! padding-bottom: 20px; */
	}



	/*end modal*/



	.article-container {
		padding: 15px;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
		margin-bottom: 15px;
	}

	.article-container img {
		width: 100%;
		margin-bottom: 10px;
	}

	.article-container a {
		color: #747474;
		font-size: 1.5em;
		text-decoration: none;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
	}

	.article-container p {
		font-family: serif;
		font-size: 1.2em;
		margin-top: 10px;
		color: #747474;
		font-family: 'Source Sans Pro', sans-serif;
	}

	.post h1 {
		margin-top: 20px;
		font-family:inherit;
  font-weight:500;
	}

	.post p {
		margin: 20px 0 20px 0;
		line-height: 1.2em;
		 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  color:#333;
  background-color:#fff
	}

	.post img {
		margin-bottom: 15px;
		max-width: 100%;
		display: block;
		margin-inline: auto;
	}

	/*
	* Button Styles!
	*/

	.btn {
		padding: 10px;
		color: #fff;
		border-radius: 5px;
		opacity: .9;
		text-decoration: none;
	}

	.btn {
		display: inline-block;
		padding:
			6px 12px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space:
			nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select:
			none;
		-moz-user-select:
			none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border:
			1px solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-radius:
			4px;
	}


	.btn-warning {
		color: #fff;
		background-color: #f0ad4e;
		border-color: #eea236;
	}



	.btn-large {
		color: #fff;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 5px;
		opacity: .9;
		text-decoration: none;
	}

	.btn:hover,
	.btn-large:hover {
		opacity: 1;
	}

	.btn.green,
	.btn-large.green {
		background: #72be3b;
	}

	.btn.blue,
	.btn-large.blue {
		background: #3fabce;
	}

	.btn.orange,
	.btn-large.orange {
		background: #f4bb3f;
	}

	.btn.red,
	.btn-large.red {
		background: #f45d3f;
	}

	/*
	* Form and input styles and things!
	*/
	.small-text {
		float: left;
		height: 50px;
		width: 300px;
		margin-left: 8px;
		padding: 4px 0 4px 4px;
		font-size: 1.2em;
	}

	.contact input:first-child {
		margin-left: 0;

	}

	.contact .btn {
		float: right;
		padding: 15px;
		width: 150px;
		text-align: center;
		border: none;
		color: #fff;
		font-size: 1.2em;
		margin-bottom: 20px;
		margin-top: 5px;
		font-family: 'Source Sans Pro', sans-serif;
	}

	.contact .btn:hover {
		cursor: pointer;
		opacity: 1;

	}

	.contact iframe {
		opacity: .15;
		filter: alpha(opacity=100);
		border: none;
		-webkit-transition: opacity .25s ease;
		-moz-transition: opacity .25s ease;
		-ms-transition: opacity .25s ease;
		-o-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}

	.contact iframe:hover {
		opacity: 1;
	}

	.message {
		clear: both;
		float: left;
		padding: 4px;
		resize: none;
		width: 930px;
		height: 110px;
		margin-top: 5px;
		font-family: sans-serif;
		font-size: 1.2em;
		color: #b3a9a9;
	}

	.contact {
		padding-top: 30px;
		text-align: center;
	}

	/*
	* Skeleton V1.2
	* Copyright 2011, Dave Gamache
	* www.getskeleton.com
	* Free to use under the MIT license.
	* http://www.opensource.org/licenses/mit-license.php
	* 6/20/2012
	*/


	/* Table of Contents
	==================================================
		#Base 960 Grid
		#Tablet (Portrait)
		#Mobile (Portrait)
		#Mobile (Landscape)
		#Clearing */



	/* #Base 960 Grid
	================================================== */

	.container {
		position: relative;
		width: 960px;
		margin: 0 auto;
		padding: 0;
	}

	/* .container .column,
		.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }*/
	.row {
		/*! margin-bottom: 20px; */
	}


	.container .column,
	.container .columns {
		/*! margin-inline: auto; */
	}


	/* Nested Column Classes */
	.column.alpha,
	.columns.alpha {
		margin-left: 0;
	}

	.column.omega,
	.columns.omega {
		margin-right: 0;
	}

	/* Base Grid */
	.container>.one.column,
	.container>.one.columns {
		width: 40px;
	}

	.container>.two.columns {
		width: 100px;
	}

	.container>.three.columns {
		width: 160px;
	}

	.container>.four.columns {
		width: 220px;
	}

	.container>.five.columns {
		width: 280px;
	}

	.container>.six.columns {
		width: 340px;
	}

	.container>.seven.columns {
		width: 400px;
	}

	.container>.eight.columns {
		width: 460px;
	}

	.container>.nine.columns {
		width: 520px;
	}

	.container>.ten.columns {
		width: 580px;
	}

	.container>.eleven.columns {
		width: 640px;
	}

	.container>.twelve.columns {
		width: 700px;
	}

	.container>.thirteen.columns {
		width: 760px;
	}

	.container>.fourteen.columns {
		width: 820px;
	}

	.container>.fifteen.columns {
		width: 880px;
	}

	.container>.sixteen.columns
	/* { width: 940px; } */

	.container .one-third.column {
		/*! width: 300px; */
	}

	.container .two-thirds.column {
		width: 620px;
	}

	/* Offsets */
	.container>.offset-by-one {
		padding-left: 60px;
	}

	.container>.offset-by-two {
		padding-left: 120px;
	}

	.container>.offset-by-three {
		padding-left: 180px;
	}

	.container>.offset-by-four {
		padding-left: 240px;
	}

	.container>.offset-by-five {
		padding-left: 300px;
	}

	.container>.offset-by-six {
		padding-left: 360px;
	}

	.container>.offset-by-seven {
		padding-left: 420px;
	}

	.container>.offset-by-eight {
		padding-left: 480px;
	}

	.container>.offset-by-nine {
		padding-left: 540px;
	}

	.container>.offset-by-ten {
		padding-left: 600px;
	}

	.container>.offset-by-eleven {
		padding-left: 660px;
	}

	.container>.offset-by-twelve {
		padding-left: 720px;
	}

	.container>.offset-by-thirteen {
		padding-left: 780px;
	}

	.container>.offset-by-fourteen {
		padding-left: 840px;
	}

	.container>.offset-by-fifteen {
		padding-left: 900px;
	}



	.latest-work.row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;

		gap: 30px;
	}
	@media only screen and (min-width: 481px) {
		.work-text h2 {
			
			font-size: calc(25px + 5*(100vw - 480px) / (2000 - 480));
		  }
		  .work-text p {
			
			padding: 15px 1em;
			font-size: calc(24px + 6*(100vw - 480px) / (2000 - 480));
			
		  }
		}
	@media only screen and (min-width: 768px) {
	.mob_menu {
		display: contents;
	}

.menu-extras {
	display: none;
}
.level_wrap > ul li {
	margin-bottom: 5px;
}

	}
	@media only screen and (max-width: 991px) {

		.latest-work.row {

			grid-template-columns: 1fr 1fr;

		}

	}




	/* #Tablet (Portrait)
	================================================== */

	/* Note: Design for a width of 768px */

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.container {
			width: 768px;
		}

		.container .column,
		.container .columns {
			margin-left: 10px;
			margin-right: 10px;
		}

		.column.alpha,
		.columns.alpha {
			margin-left: 0;
			margin-right: 10px;
		}

		.column.omega,
		.columns.omega {
			margin-right: 0;
			margin-left: 10px;
		}

		.alpha.omega {
			margin-left: 0;
			margin-right: 0;
		}

		.container .one.column,
		.container .one.columns {
			width: 28px;
		}

		.container .two.columns {
			width: 76px;
		}

		.container .three.columns {
			width: 124px;
		}

		.container .four.columns {
			width: 172px;
		}

		.container .five.columns {
			width: 220px;
		}

		.container .six.columns {
			width: 268px;
		}

		.container .seven.columns {
			width: 316px;
		}

		.container .eight.columns {
			width: 364px;
		}

		.container .nine.columns {
			width: 412px;
		}

		.container .ten.columns {
			width: 460px;
		}

		.container .eleven.columns {
			width: 508px;
		}

		.container .twelve.columns {
			width: 556px;
		}

		.container .thirteen.columns {
			width: 604px;
		}

		.container .fourteen.columns {
			width: 652px;
		}

		.container .fifteen.columns {
			width: 700px;
		}

		.container .sixteen.columns {
			width: 748px;
		}

		.container .one-third.column {
			/*! width: 236px; */
		}

		.container .two-thirds.column {
			width: 492px;
		}

		/* Offsets */
		.container .offset-by-one {
			padding-left: 48px;
		}

		.container .offset-by-two {
			padding-left: 96px;
		}

		.container .offset-by-three {
			padding-left: 144px;
		}

		.container .offset-by-four {
			padding-left: 192px;
		}

		.container .offset-by-five {
			padding-left: 240px;
		}

		.container .offset-by-six {
			padding-left: 288px;
		}

		.container .offset-by-seven {
			padding-left: 336px;
		}

		.container .offset-by-eight {
			padding-left: 384px;
		}

		.container .offset-by-nine {
			padding-left: 432px;
		}

		.container .offset-by-ten {
			padding-left: 480px;
		}

		.container .offset-by-eleven {
			padding-left: 528px;
		}

		.container .offset-by-twelve {
			padding-left: 576px;
		}

		.container .offset-by-thirteen {
			padding-left: 624px;
		}

		.container .offset-by-fourteen {
			padding-left: 672px;
		}

		.container .offset-by-fifteen {
			padding-left: 720px;
		}

		.small-text {
			float: none;
			width: 740px;
			margin-left: 0;
			margin-bottom: 10px;
		}

		.contact input:first-child {
			margin-left: 0;
		}

		.contact .btn {
			float: none;
			padding: 15px;
			width: 748px;
			margin-top: 10px;
		}

		.contact .btn:hover {
			cursor: pointer;
			opacity: 1;

		}

		.contact iframe {
			width: 748px;
			opacity: 1;
		}

		.message {
			clear: both;
			float: left;
			padding: 4px;
			width: 738px;
			height: 110px;
			margin-top: 0;
			font-family: sans-serif;
			font-size: 1.2em;
			color: #b3a9a9;
		}

		.contact {
			padding-top: 30px;
		}
	}


	/*  #Mobile (Portrait)
	================================================== */

	/* Note: Design for a width of 320px */

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


		.level_wrap>a:after {
			content: '\25B2';

			font-size: 0.9em;
			padding-left: 0.3em;
		}
	
		.level_wrap.open>a:after {
			content: '\25BC';
		}
	
 header .mob_menu {
	 position: absolute;
    top: 75px;
    width: 100%;
    display: none;

    padding-bottom: 0;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
    z-index: 2;
    padding:20px;
	 left: 0;
}

header .container {
/*	display:contents;*/
}
.main-nav {
	margin-left: 0;
	margin-right:0;
}

.main-nav ul {
	display: flex;
  flex-direction: column;
    padding:5px 15px 5px;
}
.level_wrap > ul {
	position:static;

}
.main-nav li {
flex-wrap: wrap;
align-items: flex-start;
flex-direction: column;
}
.lang {
  margin-top:15px;
  margin-left: 15px;
  column-gap: 20px;
}
.home {

		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: 70vh;
		height: auto;


	}


.home2 {

		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: 70vh;
		height: auto;


	}

.home3 {

		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: 70vh;
		height: auto;


	}

.home4 {

		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: 70vh;
		height: auto;


	}

.home5 {

		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: 70vh;
		height: auto;


	}

.home6 {

		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: 70vh;
		height: auto;


	}

.home7 {

		/*! height: 100%; */
		/*    aspect-ratio: 1 / 0.5625; */
		min-height: 70vh;
		height: auto;


	}




		/* .container { width: 300px; } */
		.container {
			width: calc(100% - 30px);
		}
		.sertificat {
			display: grid;
			grid-template-columns:1fr;
			
		}

		.container .columns,
		.container .column {
			margin: 0;
		}

		.container .one.column,
		.container .one.columns,
		.container .two.columns,
		.container .three.columns,
		.container .four.columns,
		.container .five.columns,
		.container .six.columns,
		.container .seven.columns,
		.container .eight.columns,
		.container .nine.columns,
		.container .ten.columns,
		.container .eleven.columns,
		.container .twelve.columns,
		.container .thirteen.columns,
		.container .fourteen.columns,
		.container .fifteen.columns,
		.container>.sixteen.columns,
		.container .two-thirds.column
		/* { width: calc(100% - 30px); margin-inline: auto;} */

		/* Offsets */
		.container .offset-by-one,
		.container .offset-by-two,
		.container .offset-by-three,
		.container .offset-by-four,
		.container .offset-by-five,
		.container .offset-by-six,
		.container .offset-by-seven,
		.container .offset-by-eight,
		.container .offset-by-nine,
		.container .offset-by-ten,
		.container .offset-by-eleven,
		.container .offset-by-twelve,
		.container .offset-by-thirteen,
		.container .offset-by-fourteen,
		.container .offset-by-fifteen {
			padding-left: 0;
		}


		/* .level_wrap > a::after {
				pointer-events: all;
			}  */

		.social a:link {}

		.main-nav a {


			/* font-size: 19px; */
			font-size: calc(17px + 7*((100vw - 360px) / (768 - 360)));
			line-height: 1.6;

		}

		.lang>li a {
			font-size: calc(16px + 5*((100vw - 360px) / (768 - 360)));
		}

		.main-nav {
			text-align: center;
		}

		.level_wrap > ul {

			/*left: 50%;
			transform: translate(-50%);*/

/* 			top: calc(100% + 10px); */



		}



		.small-text {
			float: none;
			width: 292px;
			margin-left: 0;
			margin-bottom: 10px;
		}

		.contact input:first-child {
			margin-left: 0;
		}

		.contact .btn {
			float: none;
			padding: 15px;
			width: 300px;
			margin-top: 10px;
		}

		.contact .btn:hover {
			cursor: pointer;
			opacity: 1;

		}

		.contact iframe {
			width: 300px;
			opacity: 1;
		}

		.message {
			clear: both;
			float: left;
			padding: 4px;
			width: 290px;
			height: 110px;
			margin-top: 0;
			font-family: sans-serif;
			font-size: 1.2em;
			color: #b3a9a9;
		}

		.contact {
			padding-top: 30px;
		}

		.footer_wrap {
			display: grid;
			grid-template-columns: 1fr;
			row-gap: 15px;
			margin-bottom: 25px;
			justify-items: flex-start;
		}
		.footer-contacts {
			width: 100%;
		}
	}

	@media only screen and (max-width: 480px) {
		.latest-work.row {
			grid-template-columns: 1fr;
		}
		.main-nav li ul a {

		white-space: normal;
	}
	}

	/* #Mobile (Landscape)
	================================================== */

	/* Note: Design for a width of 480px */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.container {
			/*! width: 420px; */
		}

		.container .columns,
		.container .column {
			margin: 0;
		}

		.container .one.column,
		.container .one.columns,
		.container .two.columns,
		.container .three.columns,
		.container .four.columns,
		.container .five.columns,
		.container .six.columns,
		.container .seven.columns,
		.container .eight.columns,
		.container .nine.columns,
		.container .ten.columns,
		.container .eleven.columns,
		.container .twelve.columns,
		.container .thirteen.columns,
		.container .fourteen.columns,
		.container .fifteen.columns,
		.container .sixteen.columns,
		.container .two-thirds.column {
			/* 					width: 420px;  */
		}

		.small-text {
			width: 412px;
		}

		.contact input:first-child {
			margin-left: 0;
		}

		.contact .btn {
			float: none;
			width: 420px;
			margin-top: 10px;
		}

		.contact .btn:hover {
			cursor: pointer;
			opacity: 1;

		}

		.contact iframe {
			width: 420px;
			opacity: 1;
		}

		.message {
			width: 410px;
			height: 110px;
			margin-top: 0;
			font-family: sans-serif;
			font-size: 1.2em;
			color: #b3a9a9;
		}

		.contact {
			padding-top: 30px;
		}
	}


	/* #Clearing
	================================================== */

	/* Self Clearing Goodness */
	/*     .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } */

	/* Use clearfix class on parent to clear nested columns,
		or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}

	.clearfix:after {
		clear: both;
	}

	.clearfix {
		zoom: 1;
	}

	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}

	@media (hover: hover) {
		.main-nav li.level_wrap:hover>ul {
			display: block;
		}

		.main-nav li.level_wrap:hover>a:after {
			content: '\25B2';
		}
	}