@import url('https://fonts.googleapis.com/css?family=Cormorant+Unicase');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');





.contacts__phone {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  background-image: url('../images/icon-phone.png');
  background-repeat: no-repeat;
  background-position: 2px 50%;
  margin-left: 110px;

}
.contacts__phone p {
  margin: 0;
  font-size: 1em;
  text-decoration: none;
  line-height: 1em;
  
}
.contacts__phone a {
  font-size: 1em;
  color: #171717;
  text-decoration: none;
  line-height: 1em;
  
}
.contacts__email {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  background-image: url('../images/icon-email.png');
  background-repeat: no-repeat;
  background-position: 2px 50%;
  margin-left: 110px;
  text-transform: lowercase;
}
.contacts__email p {
  margin: 0;
  font-size: 1em;
  color: #171717;
  text-decoration: none;
  line-height: 1em;
  
}
.contacts__email a {
  font-size: 1em;
  color: #171717;
  text-decoration: none;
  line-height: 1em;
  
}









* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {height: 100%;}

* html body {height: 100%;}

body {
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    width: 100%;
    height: 100%;
    color: #171717;
    line-height: 120%;
    background: #fff;
}
a {
	color: #ce8575;
	transition: all 0.2s ease 0s;
	text-decoration: none;
}
a:hover {
	color: #ce8575;
}
p { padding: 0.5em 0px; }
img { border: 0 none; }
ul, ol {
	padding: 10px 20px;
}
h1, h2, h3 { padding: 0.5em 0; line-height: 100%; font-weight: normal; font-family: 'Cormorant Unicase', serif; }
h1 { font-size: 3em; }
h2 { font-size: 1.5em; }
h3 { font-size: 2em; color: #ce8575; }

time { font-weight: bold; color: #808080; }

/* Classes */
.clr {
	clear: both;
}

.box-center {
	position: relative;
	margin: auto;
	max-width: 1200px;
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	padding: 36px 0 0 0;
	width: 100%;
	height: 100vh;
	line-height: 100vh;
	background: #fff url('../images/loader.gif') center center no-repeat;
	text-align: center;
	color: #c0c0c0;
	z-index: 9999;
}
#scroller {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 0 0 0 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fff url('../images/up_button.png') center center no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-indent: -9999px;
  z-index: 997;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.5;
}
#scroller.active { opacity: 1; }

#menu-button {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 36px;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#menu-button.active {
	position: fixed;
}
nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	line-height: 100vh;
	background-color: #171717;
	z-index: 98;
	overflow: hidden;
}
nav.no-active {
	display: block;
	transform: translate(0%, -100%);
	animation: hideMenu 500ms ease;
}
nav.active {
	display: block;
	transform: translate(0%, 0%);
	animation: showMenu 500ms ease;
}
nav .nav-logo {
	position: absolute;
	top: 60px;
	left: 60px;
	line-height: 100%;
}
nav a { color: #fff; }
nav a:hover { color: #ce8575; }
nav ul.menu {
	list-style: none;
	position: relative;
	top: 50%;
	left: 50%;
	padding: 0;
	margin: 0;
	line-height: 3em;
	text-align: center;
	font-family: 'Cormorant Unicase', serif;
	transform: translate(-50%,-50%);
}
nav ul.menu li {
	font-size: 1.5em;
}
.page {
	position: relative;
	width: 100%;
	height: 100vh;
}
.head {
	position: relative;
	height: 156px;
	display: flex;
	align-items: center;
}
.head .logo {
	position: relative;
	padding-left: 5em;
}
.head .logo .logo-image {
	display: inline-block;
}
.head .logo .logo-image img { display: inline-block; vertical-align: middle; }
.page-heading, .page-content {
	position: relative;
	padding: 0 5em;
}
.page-heading h3, .page-content h3 { padding: 0; font-size: 1.5em; }

.main-page {
	background: #191919 url('../images/main_grad.png') 0 0 repeat-x;
	background-attachment: fixed;
}
.main-page .page-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: transparent url('../images/main_bg.png') center center no-repeat;
	background-attachment: fixed;
	z-index: 0;
}
.flex-wrap {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	height: 100%;
}
.main-page .logo .logo-image { display: inline-block; position: relative; }
.main-page .logo {
	
	margin-top: 10vh;
	width: 100%;
	flex-shrink: 0;
	text-align: center;
	z-index: 1;
}
.main-page .logo .slogan {
	padding: 2em 0;
	padding-bottom: 0;

	line-height: 120%;
	text-shadow: 0 2px 2px #000;
	font-size: 2em;
	font-family: 'Cormorant Unicase', serif;
	color: #fff;
}
.main-page .logo .slogan p { padding: 0; }
.main-page .services {
	
	margin-bottom: 10vh;
	width: 100%;
	z-index: 1;
	flex-shrink: 0;
}
.main-page .services .services-list {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.main-page .services .services-list .owl-dots {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0;
	bottom: 0;
	text-align: center;
}
.main-page .services .services-list .owl-dots.disabled { display: none; }
.main-page .services .services-list .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}
.main-page .services .services-list .owl-dots .owl-dot span {
	display: inline-block;
	width: 12px !important;
	height: 12px !important;
	background: transparent !important;
	border: 1px solid #808080;
	border-radius: 50%;
	opacity: 1 !important;
}
.main-page .services .services-list .owl-dots .owl-dot.active span {
	background: #fff !important;
	border-color: #fff;
}
.main-page .services .services-list .owl-item {
	position: relative;
	float: left;
	height: 260px;
	line-height: 260px;
}
.main-page .services .services-list .service-item {
	position: relative;
	left: 50%;
	top: 50%;
	width: 300px;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.main-page .services .services-list .service-item .service-item-link {
	position: relative;
	display: block;
	margin: auto;
	padding: 0 20px;
	width: 260px;
	height: 260px;
	line-height: 260px;
	background-color: rgba(0,0,0,0.2);
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	text-align: center;
	text-shadow: 0 2px 2px rgba(0,0,0,15);
	text-transform: uppercase;
	font-family: 'Cormorant Unicase', serif;
	font-size: 1.2em;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.main-page .services .services-list .service-item .service-item-link:focus { outline: none; }
.main-page .services .services-list .service-item .service-item-link img {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 260px;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.main-page .services .services-list .service-item .service-item-link:hover { border-color: #fff; }
.main-page .services .services-list .service-item .service-item-link:hover img {
	opacity: 0.7;
}
.main-page .services .services-list .service-item .service-item-link span {
	position: relative;
	display: inline-block;
	line-height: 140%;
	vertical-align: middle;
	transition: all 0.2s ease 0s;
}
/*
.main-page .services .services-list .service-item .service-item-link:hover span { opacity: 0; }
*/
.cols {
	position: relative;
}
.col-content {
	position: relative;
	width: 100%;
	min-height: 100%;
}
.col-content-in {
	padding: 0 30% 0 0;
}
.col-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	min-height: 100%;
	background-color: #eee;
	border-left: 1px dotted #c0c0c0;
}

.page .col-page {
	position: relative;
	float: left;
	width: 50%;
	height: 100vh;
	line-height: 100vh;
	line-height: 100vh;
	background: #171717;
	overflow: hidden;
}
.page .col-image {
	position: relative;
	left: 0 !important;
	top: 0;
	min-width: 100%;
	min-height: 100vh;
}
.page .col-page-in {
	position: relative;
	left: 50%;
	top: 50%;
	width: 80%;
	line-height: 150%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
}

.page .col-page-in h3 {
	line-height: 120%;
	padding: 0 3em 1em 3em;
}
.wide-page {
	background-color: #fff;
}
.wide-page .box-center {
	position: relative;
	height: 100vh;
	line-height: 100vh;
}
.wide-page .box-center .company-block {
	position: relative;
	left: 50%;
	top: 50%;
	line-height: 150%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.wide-page .box-center .company-block .company-list {
	padding: 1em 0;
}
.wide-page .box-center .company-block .company-list img {
	display: inline-block;
	margin: 1em;
	opacity: 0.5;
	transition: opacity 0.2s ease 0s;
}
.wide-page .box-center .company-block .company-list img:hover { opacity: 1; }

.article-page {
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 2em 0 0 0;
}
.article-page .col-page.image {
	position: absolute;
	left: 0 !important;
	top: auto;
	width: 50%;
	height: 100vh;
	background-color: #171717;
	overflow: hidden;
	z-index: 1;
}
.article-page .col-page.image #map {
	width: 100%;
	height: 100vh;
}
.article-page .col-page.image .col-image, .article-page .gallery .gallery-item img {
	position: relative;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100vh;
	transform: translate(-50%,-50%);
}
.article-page .col-page.image.fix { position: fixed; top: 0; }
.article-page .gallery { position: relative; height: 100vh; }
.article-page .gallery .slick-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 20px 0;
	width: 40px;
	height: 60px;
	line-height: 20px;
	background: #eee;
	border: 0;
	text-align: center;
	font-family: 'Cormorant Unicase';
	font-size: 2em;
	overflow: hidden;
	z-index: 1;
	color: #808080;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
.article-page .gallery .slick-arrow:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
	z-index: 2;
}
.article-page .gallery .slick-arrow.slick-prev {
	margin-top: -60px;
	border-radius: 15px 0 0 0;
}
.article-page .gallery .slick-arrow.slick-next {
	border-radius: 0 0 0 15px;
}
.article-page .gallery .gallery-item {
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.article-page .col-page.text {
	position: relative;
	left: 0 !important;
	top: auto;
	width: 100%;
	min-height: 100vh;
	line-height: 150%;
	background-color: #eee;
}
.article-page .col-page.text .col-page-in {
	padding: 5% 5% 5% 55%;
}

.image-item {
	position: relative;
	float: left;
	width: 50%;
	height: 100vh;
	background-color: #171717;
	overflow: hidden;
}
.image-item.half { height: 50vh; }
.image-item.half.wide { width: 100%; height: 50vh; }
.image-item .image-item-block {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 100%;
}
.image-item .image-item-block .image-item-info {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 1.5em;
	width: 100%;
	height: 100%;
	line-height: 120%;
	background-color: rgba(0,0,0,0.7);
	text-shadow: 0 1px 3px #000;
	font-size: 2em;
	color: #fff;
	opacity: 0;
	transition: all 1s ease 0s;
	z-index: 1;
}
.image-item .image-item-block .image-item-info h4 {
	font-size: 0.5em;
	font-weight: normal;
	font-family: 'Cormorant Unicase', serif;
	color: #ce8575;
}
.image-item .image-item-block:hover .image-item-info { opacity: 1; }
.image-item .image-item-block:hover img {
	animation: zoomImage 5000ms ease;
}
.image-item img {
	position: relative;
	left: 50%;
	top: 50%;
	min-width: 101%;
	min-height: 101%;
	transform: translate(-50%, -50%);
}
.news-item {
	margin: 1.5em 0 0 0;
	padding: 3em 0 1.5em 0;
	border-top: 1px dotted #c0c0c0;
}
.news-item:hover .news-image img {
	animation: zoomImage 5000ms ease;
}
.news-item .news-image {
	position: relative;
	float: left;
	width: 350px;
	height: 250px;
	margin-right: -350px;
	overflow: hidden;
}
.news-item .news-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 250px;
	transform: translate(-50%,-50%);
}
.news-item .news-content {
	float: right;
	width: 100%;
}
.news-item .news-content .news-content-in {
	padding: 0 0 0 400px;
}
.form-callback {
	position: relative;
	bottom: 0;
	background-color: #e7d6d2;
}
.form-callback.col { padding: 0 0 0 50%; }
.form-callback-in {
	padding: 5%;
}
.form-callback .inputbox {
	border: 0 none;
	width: 100%;
	max-width: 400px;
	height: 60px;
	line-height: 60px;
	font-size: 1.2em;
}
.category-desc { padding: 0 0 1em 0; }

.acymailing_form .info-block { padding: 20px; font-size: 0.8em; }
.acymailing_form {
	padding: 5%;
	width: 100%;
	background-color: #e7d6d2;
	text-align: center;
}

/* Other classes */
.button {
	display: inline-block;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	border: 0 none;
	background-color: #0087dc;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	color: #fff;
	transition: all 0.2s ease 0s;
}
.button:hover { background-color: #009afc; color: #fff; }
.button2 {
	display: inline-block;
	padding: 0 2em;
	height: 50px;
	line-height: 50px;
	font-family: 'Cormorant Unicase', serif;
	border: 1px solid #ce8575;
	font-size: 1em;
	text-align: center;
	color: #ce8575 !important;
}
.button2:hover { background-color: #ce8575; border-color: #ce8575; color: #fff !important; }
.inputbox, .input {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 3px 10px;
	border: 1px solid #c0c0c0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
}
.form-line {
	padding: 5px 0;
}
.send-form-error { padding: 5px 10px; background: #ffa7a7; border: 1px dotted #f47575; }
.error { background: #ffa7a7; border: 1px solid #f47575; }

ul.breadcrumb {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0 5em;
	font-size: 1em;
	color: #c0c0c0;
}
ul.breadcrumb > li:first-child { display: none; }
ul.breadcrumb > li { display: inline-block; }
ul.breadcrumb > li .divider { display: inline-block; padding: 0 10px; }
ul.breadcrumb > li a { color: #c0c0c0; }

.pagination { padding: 0 0 20px 0; clear: both; text-align: center; }
.pagination > .counter { display: none; }
.pagination > ul { list-style: none; padding: 0px; margin: 10px 0px; color: #808080; }
.pagination > ul > li { position: relative; display: inline-block; margin: 10px 3px; padding: 5px 10px; border: 1px solid #dbdbdb; font-size: 1em; }
.pagination > ul > li.pagination-start:before { content: '« '; }
.pagination > ul > li.pagination-prev:before { content: '‹ '; }
.pagination > ul > li.pagination-next:after { content: ' ›'; }
.pagination > ul > li.pagination-end:after { content: ' »'; }

.pagination-start, .pagination-end { display: none !important; }

.col-page-readmore { padding: 2em 0 0 0; }
.short-news-item {
	padding: 1em 0;
}
.short-news-item time {
	display: inline-block;
	padding: 0;
	margin: 0 0.5em 0 0;
	color: #fff;
}
a.link { display: inline-block; border-bottom: 1px solid #ce8575; }
a.link:hover { border-color: #fff; color: #fff; }

.owl-nav.disabled { display: none; }

/* Animation */
@keyframes showMenu {
	from {
		opacity: 0;
		transform: translate(0%, -100%);
	}
	to {
		opacity: 1;
		transform: translate(0%, 0%);
	}
}
@keyframes hideMenu {
	from {
		opacity: 1;
		transform: translate(0%, 0%);
	}
	to {
		opacity: 0;
		transform: translate(0%, -100%);
	}
}
@keyframes zoomImage {
	from {
		transform: translate(-50%, -50%) scale(1);
	}
	to {
		transform: translate(-50%, -50%) scale(1.1);
	}
}

/* Toggle button */
#menu-button {}
#menu-button span {
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}

#menu-button span::before,
#menu-button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

#menu-button span::before {
  top: -14px;
}

#menu-button span::after {
  bottom: -14px;
}

#menu-button span {
  -webkit-transition: all 0 0.3s;
          transition: all 0 0.3s;
}

#menu-button span::before,
#menu-button span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

#menu-button span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

#menu-button span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
#menu-button.dark > span, #menu-button.dark > span::before, #menu-button.dark > span::after { background: #171717; }
#menu-button.dark.active > span::before, #menu-button.dark.active > span::after { background: #fff; }

/* active state, i.e. menu open */
#menu-button.active {
  background-color: transparent;
}

#menu-button.active span {
  background: none;
}

#menu-button.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-button.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-button.active span::before,
#menu-button.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}

