@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,500&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,100,700,500&subset=latin,cyrillic);

@import "vendor/bootstrap-grid.css";
@import "vendor/bootstrap-modals.css";
@import "vendor/slick-slider.css";
@import "language-traits.css";
@import "media-queries.css";
@import "vendor/font-awesome/font-awesome.css";
@import "vendor/lightbox.css";
@import "vendor/jquery.custom-scrollbar.css";

*/
@font-face {
	font-family: "RobotoRegular";
	src: url("/fonts/Roboto-Regular.eot");
	src: url("/fonts/Roboto-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
	font-family: "RobotoLight";
	src: url("/fonts/Roboto-Light.eot");
	src: url("/fonts/Roboto-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
	font-family: "RobotoMedium";
	src: url("/fonts/Roboto-Medium.eot");
	src: url("/fonts/Roboto-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
	font-family: "RobotoBold";
	src: url("/fonts/Roboto-Bold.eot");
	src: url("/fonts/Roboto-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

*::-moz-focus-inner {
	padding: 0;
	border: 0;
	margin-top:-1px;
	margin-bottom:-1px;
}

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, 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, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;

  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {

}
/*
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;
}

#dev {
  display: none;
}
* {
  -webkit-padding-start: 0;
}
::selection {
  background: rgba(120, 0, 88, 0.8);
  color: #fff;
}
::-moz-selection {
  background: rgba(120, 0, 88, 0.8);
  color: #fff;
}
input, textarea {
  box-shadow: none;
  -webkit-appearance: none;
}

html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
}
table {
  border-spacing: 0 !important;
}
td {
  border-image-width: 0 !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.reset-btn {
  background-color: transparent;
  text-align: center;
  border: none;
}
.button {
  background-color: transparent;
  text-align: center;
  border: none;
  color: #780058;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  border: 1px #780058 solid;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.button:hover {
  color: #fff;
  background-color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.open-mobile-menu {
  background-color: transparent;
  text-align: center;
  border: none;
  display: inline-block;
  margin-left: 30px;
  color: #000;
  font-size: 30px;
}


button[data-target] {
  background-color: transparent;
  text-align: center;
  border: none;
  color: #780058;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  border: 1px #780058 solid;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
button[data-target]:hover {
  color: #fff;
  background-color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.adaptive-image {
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.adaptive-image img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.tt.next {
  position: absolute;
  top: 170px;
  right: -130px;
  height: 161px;
  width: 39px;
  display: inline-block;
  background-image: url('../img/next-slide.png');
}
.tt.prev {
  position: absolute;
  top: 170px;
  left: -130px;
  height: 161px;
  width: 39px;
  display: inline-block;
  background-image: url('../img/prev-slide.png');
}
.ddd {
  z-index: 7;
}
.ddd.left {
  position: absolute;
  width: 100px;
  height: 500px;
  right: 376px;
  background: orange;
  background: transparent;
}
.ddd.top {
  position: absolute;
  top: 33px;
  width: 370px;
  height: 30px;
  background: gray;
  background: transparent;
}
.ddd.bottom {
  position: absolute;
  bottom: -40px;
  width: 500px;
  height: 50px;
  background: red;
  background: transparent;
}
.ddd.right {
  position: absolute;
  width: 100px;
  height: 500px;
  right: -85px;
  background: green;
  background: transparent;
}
.aim {
  position: relative;
  overflow: hidden;
  margin: 0;
  clear: both;
  padding: 0;
}
.aim a {
  background-position: center center;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  text-decoration: none;
}
.aim a:hover,
.aim a:visited {
  text-decoration: none;
}
.aim ul {
  list-style: none;
}
.aim li {
  display: block;
  overflow: hidden;
  float: left;
}
.aim a span {
  color: #FFFFFF;
  bottom: 10px;
  left: 10px;
  width: 100%;
  display: block;
  padding: 2px 5px 5px;
  position: absolute;
  background: #000;
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  line-height: 18px;
}
.clearfix {
  clear: both;
  display: block !important;
}
* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
body {
  font-family: 'Roboto';
  padding-top: 30px;
}
img {
  max-width: 100%;
}
.transparent-overlay {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 98%;
  height: 98%;
  display: none;
}
.preload {
  position: absolute;
  top: -3000px;
}
.without-padding {
  padding: 0;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  outline: none;
}
*:focus {
  outline: none;
}
.transition {
  transition: all 0.2s ease-in;
}
.elastic {
  transition: all 0.7s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.fast-elastic {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.slow-elastic {
  transition: all 0.35s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition-delay: .1s;
}
.black-border {
  transition: all 0.2s ease-in;
  border: 1px gray solid !important;
}
.header-wrapper {
  border-bottom: 1px #780058 solid;
  padding-bottom: 15px;
}
header .logo {
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  text-decoration: none;
  font-weight: normal;
  color: #393535;
  text-transform: none;
  letter-spacing: -0.3px;
}
header .logo .text {
  display: inline-block;
  text-align: left !important;
}
header .logo img {
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 76px;
}
header .logo span {
  letter-spacing: -0.3px;
  margin-top: 12px;
  display: inline-block;
  color: #780058;
  font-size: 19.36px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
header .logo strong {
  float: none;
  display: block;
  font-weight: normal;
}
header .logo:hover {
  transition: all 0.2s ease-in;
}
header .logo:hover strong {
  transition: all 0.2s ease-in;
  color: #780058;
}
header .apply {
  text-align: center;
}
header .apply a {
  font-weight: 300;
  transition: all 0.2s ease-in;
  margin-top: 3px;
  text-align: left;
  color: #780058;
  font-size: 14px;
  display: inline-block;
  padding-left: 28px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 260px;
  border: 1px #780058 solid;
  border-radius: 4px;
}
header .apply a:hover {
  transition: all 0.2s ease-in;
  color: #fff;
  background: #780058;
}
header .apply a:hover .icon {
  transition: all 0.2s ease-in;
  background-image: url('../img/apply-hovered.png');
}
header .apply a .icon {
  transition: all 0.2s ease-in;
  display: inline-block;
  float: left;
  width: 35px;
  height: 34px;
  background-size: 100% 100%;
  margin-right: 13px;
  background-image: url('../img/apply.png');
}
header .social {
  padding-top: 10px;
  text-align: right;
}
header .social a {
  display: inline-block;
  margin-right: 15px;
}
header .social a:nth-of-type(3) {
  /*margin-right: 50px;*/
}
header .social .facebook {
  width: 25px;
  height: 25px;
  margin-right: 0;
  background-size: contain;
  background-image: url('../img/facebook.png');
  transition: background-image 0.2s ease-in;
  background-repeat: no-repeat;
}
header .social .facebook:hover {
  background-image: url('../img/facebook-hovered.png');
  transition: background-image 0.2s ease-in;
}
header .social .twitter {
  width: 25px;
  height: 22px;
  position: relative;
  top: -2px;
  background-size: 100% 100%;
  background-image: url('../img/twitter.png');
  transition: all 0.2s ease-in;
}
header .social .twitter:hover {
  background-size: 100% 100%;
  background-image: url('../img/twitter-hovered.png');
  transition: all 0.2s ease-in;
}
header .social .rss {
  width: 21px;
  height: 23px;
  background-image: url('../img/rss.png');
  background-size: 100% 100%;
  position: relative;
  top: -4px;
  transition: all 0.2s ease-in;
}
header .social .rss:hover {
  background-image: url('../img/rss-hovered.png');
  transition: all 0.2s ease-in;
}
.search-container {
	display: inline-block;
	transition: .3s all;
}
.social.search-opened {
	padding-top: 16px;
}
.social.search-opened .facebook,
.social.search-opened .twitter,
.social.search-opened .rss,
.social.search-opened .language {
	display: none;
}
.social.search-opened .search-container {
	/*position: absolute;
    right: 0;
    top: 10px;*/
}
.social.search-opened .search-container {
	width: 350px;
}
header .language {
  display: inline-block;
  width: 108px;
  position: relative;
  text-align: left;
  top: -7px;
}
header .language a {
  transition: all 0.2s ease-in;
  color: #58595b;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
header .language a img {
  vertical-align: middle;
  margin-right: 11px;
  width: 24px;
  height: 16px;
}
header .language a.collapsed {
  background-image: url('../img/arrow.png');
  background-position: 100px 6px;
  background-size: 8px 4px;
  background-repeat: no-repeat;
  margin-right: 0;
}
header .language a.expanded {
  background-image: url('../img/arrow-up.png');
  background-position: 100px 6px;
  background-size: 8px 4px;
  background-repeat: no-repeat;
}
header .language a:hover {
  transition: all 0.2s ease-in;
  color: #000;
}
header .language .select {
  position: absolute;
  top: 29px;
  left: 12px;
  z-index: 1000;
  background-color: #fff;
  border: 1px #e2e2e2 solid;
  border-radius: 3px;
  padding-left: 13px;
  padding-right: 6px;
  padding-bottom: 10px;
  width: 110px;
  display: none;
}
header .language .select a {
  width: 100%;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}
.search-container {
  position: relative;
  text-align: right;
  width: 70px;
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.search-container input[type="text"] {
  -webkit-appearance: none;
  padding-left: 15px;
  width: 100%;
  height: 28px;
  color: gray;
  border: 1px #b5b5b7 solid;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.search-container input[type="text"]:focus {
  transition: all 0.2s ease-in;
  border: 1px gray solid;
}
.search-container input[type="submit"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 28px;
  width: 32px;
  border: 1px #b5b5b7 solid;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 3px;
  background-position: 8px 5px;
  transition: all 0.2s ease-in;
}
.search-container input[type="submit"]:hover {
  transition: all 0.2s ease-in;
  background-image: url('../img/search-hovered.png');
}
header .menu {
  margin-top: 20px;
}
header .menu li {
  list-style: none;
  display: inline-block;
}
header .menu nav * {
  cursor: pointer;
}
header .menu nav > ul {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
header .menu nav > ul > li {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
header .menu nav > ul > li:hover ul {
  opacity: 1;
  display: block;
  z-index: 1000;
  transition: all 0.35s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition-delay: .1s;
}
header .menu nav > ul > li > a {
  transition: all 0.2s ease-in;
  padding-right: 35px;
  font-size: 16px;
  color: #58595b;
  margin-top: 10px;
}
header .menu nav > ul > li > a::last-of-type {
  padding-right: 0;
}
header .menu nav > ul > li > a.active {
  color: #780058;
  font-weight: bold;
}
header .menu nav > ul > li > a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
header .menu nav > ul > li > ul {
  z-index: -2;
  opacity: 0;
  display: block;
  min-width: 350px;
  top: 30px;
  left: -30px;
  position: absolute;
  background-color: #f9f9ff;
  border-top: 6px #780058 solid;
  color: red;
  box-shadow: 1px 1px 1px 1px #f7f7f7;
  transition: all 0.35s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition-delay: .1s;
}
header .menu nav > ul > li > ul:before {
  content: ' ';
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-image: url('../img/tail.png');
  position: absolute;
  top: -11px;
  left: 30px;
}
header .menu nav > ul > li > ul > li {
  width: 100%;
  display: block;
  clear: both;
  border-bottom: 1px #eeeeee solid;
}
header .menu nav > ul > li > ul > li:last-of-type {
  border-bottom: none;
}
header .menu nav > ul > li > ul > li a {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #58595b;
  font-size: 16px;
  display: block;
  clear: both;
  margin-top: 0;
  font-weight: 400;
  position: relative;
  left: 0;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
header .menu nav > ul > li > ul > li a:hover {
  color: #780058;
  position: relative;
  left: 10px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
header .menu a header .menu a:hover {
  transition: all 0.2s ease-in;
  color: #780058;
}
header .map a {
  font-weight: 300;
  position: relative;
  left: 1px;
  width: 100%;
  transition: all 0.2s ease-in;
  margin-top: 3px;
  text-align: left;
  color: #780058;
  font-size: 14px;
  display: inline-block;
  padding-left: 24px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px #780058 solid;
  border-radius: 4px;
}
header .map a:hover {
  transition: all 0.2s ease-in;
  color: #fff;
  background: #780058;
}
header .map a:hover .icon {
  transition: all 0.2s ease-in;
  background-repeat: no-repeat;
  background-size: 46px 34px;
  background-image: url('../img/map-hovered.png');
}
header .map a .icon {
  transition: all 0.2s ease-in;
  display: inline-block;
  float: left;
  width: 46px;
  height: 34px;
  background-size: 46px 34px;
  margin-right: 13px;
  background-position: 0 0;
  background-image: url('../img/map.png');
}
.slider {
  position: relative;
  width: 100%;
  padding-top: 15px;
  background-color: #fff;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); */
  box-shadow: 0 5px 20px rgba(187, 138, 89, 0.8);
  overflow: hidden;
}
.slider .next {
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  position: absolute;
  width: 130px;
  height: 161px;
  background-image: url('../img/next-slider.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.slider .next:hover {
  transition: all 0.2s ease-in;
  background-image: url('../img/next-slider-hovered.png');
}
.slider .prev {
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  position: absolute;
  width: 130px;
  height: 161px;
  background-image: url('../img/prev-slider.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.slider .prev:hover {
  transition: all 0.2s ease-in;
  background-image: url('../img/prev-slider-hovered.png');
}
.slider .slider-navigation {
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
}
.slider .slider-navigation .btn-section {
  margin-right: 3.7%;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px rgba(255, 255, 255, 0) solid;
  transition: all 0.7s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  cursor: pointer;
  position: relative;
  min-width: 120px;
}
.slider .slider-navigation .btn-section:last-child {
  margin-right: 0;
}
.slider .slider-navigation .btn-section.active {
  border: 3px rgba(255, 255, 255, 0.4) solid !important;
}
.slider .slider-navigation .btn-section:hover {
  transition: all 0.7s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  border: 3px rgba(255, 255, 255, 0.8) solid;
}
.slider .more {
  position: absolute;
  font-weight: 500;
  display: none;
  z-index: 3;
  top: 0;
  right: 0;
  height: 52px;
  width: 33.333333%;
  padding-top: 17px;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  transition: .3s all linear;
}
.slider .more:hover {
  color: #780058;
  transition: .3s all linear;
  right: -15px;
}
.slider .more:first-of-type {
  display: block;
}
.slider .more:before {
  height: 52px;
  width: 94px;
  left: -94px;
  top: 2px;
  position: absolute;
  background-image: url('../img/wave3.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  content: '';
}
.slider .items {
  width: 100%;
  display: block;
}
.slider .items [data-image] {
  transition: all 0.7s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-size: 0;
  display: none;
  width: 0;
  opacity: 0;
}
.slider .items [data-image]:first-of-type {
  background-size: 100% 100%;
  display: block;
  width: 100%;
  opacity: 1;
}
.slider .items [data-image] img {
  max-width: 100%;
  width: 100%;
  opacity: 0;
}
.information {
  margin-top: 40px;
  margin-bottom: 40px;
}
.information .heading {
  color: #58595b;
  display: block;
  font-size: 20px;
  padding-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .heading strong {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .heading:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #000;
}
.information .heading:hover strong {
  color: #780058;
}
.information .reasons {
  position: relative;
}
.information .reasons .slide-up {
  display: none;
  position: absolute;
  top: 73px;
  right: 14px;
  background-image: url('../img/slideup.png');
  background-repeat: no-repeat;
  background-position: 74% 15%;
  z-index: 5;
  width: 100px;
  height: 40px;
  padding-bottom: 75px;
  cursor: pointer;
}
.information .reasons .slide-down {
  display: none;
  position: absolute;
  bottom: 53px;
  right: 16px;
  background-position: 40px 100%;
  background-image: url('../img/slidedown.png');
  background-repeat: no-repeat;
  padding-top: 25px;
  z-index: 5;
  width: 80px;
  height: 40px;
  cursor: pointer;
}
.information .reasons .items {
  width: 100%;
  position: relative;
}
.information .reasons .items .item {
  width: 100%;
  display: block;
  height: 155px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 15px;
  color: #424242;
  border: 1px red solid;
  border: 1px transparent solid;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .reasons .items .item:hover {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .reasons .items .item .description {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  display: inline-block;
}
.information .reasons .items .item .description {
  width: calc(100% - 80px);
  display: inline-block;

}

.information .reasons .items .item .description p {
  line-height: 1;
  margin-bottom: 6px;
}
.information .reasons .items .item .title {
  width: 100%;
  text-transform: uppercase;
  display: block;
  float: none;
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: -0.7px;
}
.information .reasons .items .item img {
  float: left;
  vertical-align: middle;
  margin-right: 30px;
  width: 43px;
}
.information .projects .items {
  padding: 30px;
  padding-top: 25px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.information .projects .project {
  display: block;
  opacity: 1;
  margin-bottom: 35px;
  height: 80px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .projects .slick-list {
	margin-bottom: -10px;
	height: 300px !important;
}
.information .projects .project .image {
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 30px;
  overflow: visible;
  background-size: 100% auto !important;
  background-color: transparent;
}
.information .projects .project .image img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.information .projects .project .text {
  width: calc(100% - 80px);
  display: inline-block;
  float: left;
}
.information .projects .project:last-of-type {
  margin-bottom: 0;
}
.information .projects .project:hover .title {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
.information .projects .project:hover .location {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .projects .project img {
  width: 100%;
}
.information .projects .project .title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
.information .projects .project .location {
  color: #424242;
  font-size: 15px;
}
.information .economics .slide-up {
  width: 100px;
  height: 40px;
  top: 73px;
  padding-bottom: 75px;
  right: 0;
  opacity: 1;
  display: none;
  position: absolute;
  background-image: url('../img/slideup.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  z-index: 5;
  cursor: pointer;
}
.information .economics .slide-down {
  width: 100px;
  height: 40px;
  bottom: 13px;
  opacity: 1;
  padding-top: 0;
  position: absolute;
  display: none;
  right: 0;
  background-position: 50% 50%;
  background-image: url('../img/slidedown.png');
  background-repeat: no-repeat;
  z-index: 5;
  cursor: pointer;
}
.information .economics .items {
  overflow: hidden;
}
.information .economics .item {
  height: 110px;
  overflow: hidden;
  display: block;
  float: none;
  padding: 15px;
  width: 100%;
  font-size: 15px;
  margin-bottom: 5px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .economics .item .left {
  width: 80px;
  margin-right: 18px;
  display: inline-block;
  float: left;
}
.information .economics .item .right {
  width: 200px;
  float: left;
  display: inline-block;
}
.information .economics .item p {
  height: 58px;
  overflow: hidden;
}
.information .economics .item:hover {
  border: 1px #780058 solid;
  border-radius: 3px;
}
.information .economics .item .description p {
  max-width: 85%;
}
.information .economics .item:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.information .economics .item:hover .title {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
.information .economics .item img {
  vertical-align: middle;
  float: left;
  width: 80px;
  height: 80px;
}
.information .economics .item .title {
  font-weight: bold;
  display: block;
  color: #000;
  padding-top: 4px;
}
.information .economics .item .description {
  color: #424242;
}
.news-container-wrapper {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news .heading {
  color: #780058;
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  float: none;
  width: 100%;
  margin-bottom: 60px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.news .heading:hover {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.news .news-list a.item {
  display: inline-block;
  margin-bottom: 30px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.news .news-list a.item .adaptive-image {
  position: relative;
  transition: all 0.3s linear !important;
  transform-origin: 70% 50%;
  background-size: 120% 120% !important;
  background-position: 50% 30% !important;
}
.news .news-list a.item .adaptive-image .overlay {
  background: radial-gradient(transparent, lightten(#780058, 18%));
  opacity: .0;
  transition: all 0.3s linear;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 106%;
  background-position-y: 66%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.news .news-list a.item .adaptive-image .overlay2 {
  background: linear-gradient(80deg, transparent, #450033);
  opacity: 0;
  z-index: 3;
  transition: all 0.5s linear;
  background-size: 101% 100%;
  background-repeat: no-repeat;
  background-position-x: 106%;
  background-position-y: 66%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .news-list a.item .adaptive-image .overlay3 {
  background: linear-gradient(-80deg, transparent, #ab007d);
  opacity: 0;
  z-index: 4;
  transition: all 0.6s linear;
  background-size: 101% 100%;
  background-repeat: no-repeat;
  background-position-x: 106%;
  background-position-y: 66%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news .news-list a.item:hover {
  transition: all 0.3s linear;
}
.news .news-list a.item:hover .adaptive-image {
  transform-origin: 50% 70%;
  transition: all 0.3s linear;
  transition: transform 2s ease;
  background-position: 100% 30% !important;
  background-size: 120% 120% !important;
}
.news .news-list a.item:hover .adaptive-image .overlay {
  transition: all 0.3s linear;
  opacity: .2;
}
.news .news-list a.item:hover .adaptive-image .overlay2 {
  transition: all 0.5s linear;
  opacity: .2;
}
.news .news-list a.item:hover .adaptive-image .overlay3 {
  transition: all 0.6s linear;
  opacity: .3;
}
.news .news-list a.item:hover .title {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
.news .news-list a.item .title {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: #313131;
}
.news .news-list a.item .title .date {
  color: #780058;
}
.news .news-list a.item .description {
  color: #7b7b7b;
  font-size: 13px;
}
.news .news-list a.item .dash-to-new {
  color: #7b7b7b;
  font-size: 13px;
  text-align: right;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.news .news-list a.item .dash-to-new img {
  width: 10px !important;
  vertical-align: middle;
  margin-left: 10px;
}
.news .events a {
  width: 100%;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.news .events a:hover .title {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
.news .events a .event {
  width: 100%;
}
.news .events a.col-xs-12 .adaptive-image {
  position: relative;
  transition: all .5s linear;
  background-size: 120% 120% !important;
}
.news .events a.col-xs-12 .adaptive-image .overlay {
  background: radial-gradient(transparent, lightten(#780058, 18%));
  opacity: .0;
  transition: all 0.3s linear;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 106%;
  background-position-y: 66%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.news .events a.col-xs-12 .adaptive-image .overlay2 {
  background: linear-gradient(80deg, transparent, #450033);
  opacity: 0;
  z-index: 3;
  transition: all 0.5s linear;
  background-size: 101% 100%;
  background-repeat: no-repeat;
  background-position-x: 106%;
  background-position-y: 66%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .events a.col-xs-12 .adaptive-image .overlay3 {
  background: linear-gradient(-80deg, transparent, #ab007d);
  opacity: 0;
  z-index: 4;
  transition: all 0.6s linear;
  background-size: 101% 100%;
  background-repeat: no-repeat;
  background-position-x: 106%;
  background-position-y: 66%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .events a.col-xs-12 .adaptive-image .overlay4 {
  background: linear-gradient(70deg, transparent, #780058);
  opacity: 0;
  z-index: 19;
  transition: all 0.6s linear;
  background-size: 101% 100%;
  background-repeat: no-repeat;
  background-position-x: 106%;
  background-position-y: 66%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .events a.col-xs-12 {
  position: relative;
  transition: all 0.5s linear;
}
.news .events a.col-xs-12:hover {
  transition: all 0.3s linear;
}
.news .events a.col-xs-12:hover .adaptive-image {
  transition: all .8s linear;
  transform-origin: 50% 70%;
  background-position: 100% 30% !important;
  background-size: 120% 120% !important;
}
.news .events a.col-xs-12:hover .adaptive-image .overlay {
  transition: all 0.3s linear;
  opacity: .2;
}
.news .events a.col-xs-12:hover .adaptive-image .overlay2 {
  transition: all 0.5s linear;
  opacity: .2;
}
.news .events a.col-xs-12:hover .adaptive-image .overlay3 {
  transition: all 0.6s linear;
  opacity: .3;
}
.news .events a.col-xs-12:hover .adaptive-image .overlay4 {
  transition: all 0.6s linear;
  opacity: .5;
}
.news .events a .event {
  margin-bottom: 5px;
}
.news .events a .date .part1 {
  text-align: left;
  color: #780058;
  font-size: 50px;
}
.news .events a .date .part2 {
  padding-top: 10px;
  color: #535353;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.news .events .heading {
  margin-top: 30px;
  margin-bottom: 56px;
}
.news .events a .date .part2 .year {
  display: block;
  float: none;
}
.news .events a .title {
  color: #494949;
  padding-top: 10px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.news .events .adaptive-image .adaptive-image {
  transform-origin: 50% 70%;
  transition: all 0.3s linear;
  transition: transform 2s ease;
  background-position: 100% 30% !important;
  background-size: 120% 120% !important;
}
.news .events .adaptive-image .adaptive-image .overlay {
  transition: all 0.3s linear;
  opacity: .2;
}
.news .events .adaptive-image .adaptive-image .overlay2 {
  transition: all 0.5s linear;
  opacity: .2;
}
.news .events .adaptive-image .adaptive-image .overlay3 {
  transition: all 0.6s linear;
  opacity: .3;
}
.news .events a .title span {
  border-left: 1px #780058 solid;
  padding-left: 17px;
  display: inline-block;
}
.news .events a .dash-to-event {
  color: #7b7b7b;
  font-size: 13px;
  text-align: right;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.news .events a .dash-to-event img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-left: 20px;
  width: 10px;
}
.gallery.container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.gallery .heading {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 24px;
  color: #780058;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.gallery .heading:hover {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
footer {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
}
footer img {
  vertical-align: middle;
}
footer .presentations {
  margin-bottom: 60px;
}
footer .presentations a {
  display: inline-block;
  color: #424242;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
footer .presentations a img {
  margin-right: 23px;
  width: 32px;
}
footer .presentations a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
footer .copyrights a.horizon {
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #6c6c6c;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
footer .copyrights a.horizon .image {
  float: left;
  width: 169px;
  height: 48px;
  margin-right: 20px;
  display: inline-block;
  background: url('../img/horizon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
footer .copyrights a.horizon:hover .image {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background: url('../img/horizon-hovered.png');
}
footer .copyrights a.horizon:hover span {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
footer .copyrights a.horizon span {
  display: inline-block;
  line-height: 40px;
}
footer .copyrights .text {
  margin-top: 25px;
  color: #6c6c6c;
  font-size: 11px;
  line-height: 1.5;
}
footer .copyrights .text a {
  color: #6c6c6c;
  display: block;
  padding-left: 0;
  padding-top: 6px;
  padding-right: 14px;
  padding-bottom: 14px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
footer .copyrights .text a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #000;
}
footer .grammatica {
  padding: 0;
}
footer .grammatica a {
  display: inline-block;
  color: #6c6c6c;
  position: relative;
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 98px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 160px 40px;
  transition: all 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
footer .grammatica a:hover {
  transition: all 0.4s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #000;
}
footer .grammatica a img {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 160px;
  height: 40px;
}
footer .grammatica a img:first-of-type {
  opacity: 1;
  z-index: 0;
}
footer .grammatica a:hover img:last-of-type {
  opacity: 1;
  z-index: 1;
}
article {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 9px;
}
article p {
  margin-bottom: 30px;
}

article.text p, article.text li, article.text div, article.text a, article.text span {
  font-family: 'Roboto';
  font-size: 16px !important;
  line-height: 1.6;
}
article table  tr td {
	padding-left: 2px;
    padding-right: 2px;
	padding-top: 8px;
}
article table  tr:first-child td {
	vertical-align: middle;
}
h1 {
  margin-top: 48px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #666666;
  font-size: 40px;
  line-height: 40px;
}
aside {
  padding-top: 0px;
}
article a {
  color: #780058;
}
article img {
  vertical-align: middle;
}
aside a {
  line-height: 1.5;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
aside a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058 !important;
}
aside a[data-level="1"] {
  padding-left: 12px;
  font-weight: 300;
  color: #58595b;
  font-size: 19px;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 15px;
  float: left;
  height: auto;
  width: 270px;
  border: none;
}
aside a[data-level="1"][data-childrens=""] {
  padding-left: 52px;
}
aside a[data-current="1"] {
  font-weight: bold;
  cursor: default;
  color: #780058 !important;
}
aside a[data-level="2"] {
  width: 240px;
  padding-left: 60px;
  font-weight: 300;
  color: #58595b;
  font-size: 16px;
  float: left;
  padding-top: 6px;
  padding-bottom: 15px;
  height: auto;
  border: none;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
aside a[data-level="2"]:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058 !important;
}
aside a[data-level="2"][data-childrens="1"] {
  padding-left: 20px;
}
aside a[data-level="3"] {
  padding-left: 70px;
  margin-bottom: 25px;
  font-weight: 300;
  color: #58595b;
  font-size: 16px;
  display: none;
}
a[data-level="3"][data-current="1"] {
  display: inline-block;
}
a[data-level="3"][data-current="1"] {
  display: inline-block;
}
aside a[data-level="2"][data-childrens="1"][data-current="1"] {
  display: inline-block;
}
aside a[data-level="2"] {
  display: none;
}
[data-level="2"][data-current="1"] {
  display: inline-block;
}
aside .toggle-level {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
  border: 1px red solid;
  border: none;
}
aside .toggle-level.collapsed {
  background-image: url('../img/expand-button.png');
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
aside .toggle-level.collapsed:hover {
  background-image: url('../img/expand-button-hovered.png');
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
aside .toggle-level.expanded {
  background-image: url('../img/collapse-button.png');
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
aside .toggle-level.expanded:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-image: url('../img/collapse-button-hovered.png');
}
aside [data-level="2"] {
  display: none;
}
.mobile-menu {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  transition: all 0.4s ease-in;
}
.mobile-menu .logo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-top: 1px #e2e2e2 solid;
  border-bottom: 1px #e2e2e2 solid;
  display: inline-block;
}
.mobile-menu .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 7px;
  color: #58595b;
  font-size: 20px;
}
.mobile-menu.behind-the-screen {
  transition: all 0.4s ease-in;
  left: -100%;
}
.mobile-menu a {
  color: #58595b;
  float: left;
}
.mobile-menu a:hover {
  color: #780058;
}
.mobile-menu a[data-level] {
  width: 250px;
  margin-bottom: 10px;
  font-size: 14px;
}
.mobile-menu a[data-current="1"] {
  color: #780058;
}
.mobile-menu a[data-level="1"] {
  display: none;
  padding-left: 10px;
}

.mobile-menu a[data-level="0"][data-current="1"] {
  font-weight: 700;
}

.mobile-menu a[data-level="2"] {
  display: none;
  padding-left: 20px;
}
.mobile-menu a[data-level="3"] {
  padding-left: 30px;
  display: none;
}
.mobile-menu a[data-level="4"] {
  display: none;
}
.mobile-menu button {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
  top: -2px;
  background-color: transparent;
  box-shadow: none;
  background-image: url('../img/expand-button.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  float: right;
}
.mobile-menu button:hover {
  background-image: url('../img/expand-button-hovered.png');
}
.mobile-menu button.collapse {
  background-image: url('../img/collapse-button.png');
}
.mobile-menu button.collapse:hover {
  background-image: url('../img/collapse-button-hovered.png');
}
.mobile-menu button[data-level="0"] {
  display: inline-block;
}
.events-list {
  position: relative;
  margin-top: 35px;
  margin-bottom: 50px;
  font-weight: 500;
}
.events-list .next,
.events-list .prev {
  display: block;
  margin: 0;
  width: 40px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: calc(50% - 100px);
  transform: translateY(-50%);
}
.events-list .next {
  background-image: url('../img/next-slider-hovered.png');
  right: -90px;
}
.events-list .next:hover {
  right: -100px;
}
.events-list .prev {
  background-image: url('../img/prev-slider-hovered.png');
  left: -90px;
}
.events-list .prev:hover {
  left: -100px;
}
.events-list a {
  margin-bottom: 40px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.events-list a img {
  width: 100%;
  margin-bottom: 17px;
  max-width: 100%;
}
.events-list .info {
  height: 50px;
}
.events-list .date {
  display: inline-block;
  float: left;
  border-right: 1px #780058 solid;
  width: 155px;
}
.events-list .title {
  padding-left: 15px;
  color: #494949;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  width: calc(100% - 155px);
  position: relative;
  top: -3px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.events-list a:hover .title {
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.events-list a:hover .month {
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.events-list .day {
  text-align: left;
  color: #780058;
  font-size: 50px;
  display: inline-block;
  line-height: 35px;
}
.events-list .month {
  margin-left: 6px;
  color: #535353;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: -11px;
}
.pagination {
  text-align: center;
  margin-bottom: 100px;
}
.pagination a {
  color: #58595b;
  font-size: 30px;
  margin-right: 20px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.pagination a.current,
.pagination a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
.pagination a.next {
  width: 8px;
  height: 12px;
  display: inline-block;
  background-image: url('../img/next-page.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  top: -4px;
}
.pagination a.next:hover {
  background-image: url('../img/next-page-hovered.png');
}
.pagination a.prev {
  width: 8px;
  height: 12px;
  display: inline-block;
  background-image: url('../img/prev-page.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  top: -4px;
}
.pagination a.prev:hover {
  background-image: url('../img/prev-page-hovered.png');
}
.media-navigation {
  clear: both;
  margin-top: 20px;
  border-bottom: 1px #ececec solid;
  padding-bottom: 9px;
  margin-bottom: 35px;
}
.media-navigation a {
  transition: color 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
  font-size: 21px;
  padding: 7px 13px 9px 13px;
  border-bottom: 1px transparent solid;
  border-bottom: 1px #ececec solid;
  border-radius: 5px;
}
.media-navigation a:hover {
  transition: color 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #000;
}
.media-navigation a.current {
  color: #58595b;
  border: 1px #ececec solid;
  border-bottom: 1px #fff solid;
}

.container.faq {
  margin-top: 10px;
}


.feedback {
  color: #58595b;
  font-size: 16px;
  margin-top: 10px;
}
.feedback h1 {
  font-weight: 300;
  color: #666666;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  display: none;
}
.feedback h4,
.feedback a {
  margin: 0;
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  font-weight: normal;
}
.feedback a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #000;
}
.feedback .text {
  margin-top: 30px;
  margin-bottom: 70px;
}
.feedback img {
  margin-right: 70px;
}
.feedback form {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 100px;
}
.feedback form input[type="email"]:valid,
.feedback form input[type="text"]:valid,
.feedback form textarea:valid {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.feedback form input[type="text"],
.feedback form input[type="email"] {
  width: 100%;
  border: 1px #bfbfbf solid;
  border-radius: 3px;
  color: #000;
  padding-left: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.feedback form input[type="text"].invalid,
.feedback form input[type="email"].invalid {
  border-color: #fc5959;
}
.feedback form input[type="text"]::-webkit-input-placeholder,
.feedback form input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.feedback form input[type="text"]:focus::-webkit-input-placeholder,
.feedback form input[type="email"]:focus::-webkit-input-placeholder {
  color: #58595b;
}
.feedback form input[type="text"]::-moz-input-placeholder,
.feedback form input[type="email"]::-moz-input-placeholder {
  color: #000;
}
.feedback form input[type="text"]:focus::-moz-input-placeholder,
.feedback form input[type="email"]:focus::-moz-input-placeholder {
  color: #58595b;
}
.feedback form textarea {
  width: 100%;
  border: 1px #bfbfbf solid;
  border-radius: 3px;
  resize: none;
  padding-left: 30px;
  padding: 30px;
  height: 205px;
}
.feedback form textarea.invalid {
  border-color: #fc5959;
}
.feedback form textarea::-webkit-input-placeholder {
  color: #000;
}
.feedback form textarea:focus::-webkit-input-placeholder {
  color: #58595b;
}
.feedback form textarea::-moz-input-placeholder {
  color: #000;
}
.feedback form textarea:focus::-moz-input-placeholder {
  color: #58595b;
}
.feedback form button {
  border-radius: 3px;
  border: 1px #780058 solid;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
  background-color: transparent;
  margin-top: 30px;
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.feedback form button:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #fff;
  background-color: #780058;
}
.feedback form button:focus {
  color: #fff;
  background-color: #5f0045;
}
.feedback form label {
  line-height: 50px;
  cursor: pointer;
}
.send-btn {
  border-radius: 3px;
  border: 1px #780058 solid;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
  background-color: transparent;
  margin-top: 30px;
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.send-btn:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #fff;
  background-color: #780058;
}
.send-btn:focus {
  color: #fff;
  background-color: #5f0045;
}
.contacts {
  margin-top: 10px;
  margin-bottom: 50px;
}
.contacts img {
  width: 100%;
}
.contacts [itemtype="http://schema.org/Person"] {
  margin-bottom: 30px;
}
.contacts .item {
  position: relative;
  margin-bottom: 30px;
}
.contacts .item:hover .info {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  border: 1px #780058 solid;
}
.contacts .info {
  border: 1px #bfbfbf solid;
  min-height: 130px;
  padding-bottom: 13px;
  padding-left: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-color: transparent;
  padding-right: 2px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.contacts .image {
  height: calc(102%);
  position: relative;
  padding: 0;
  height: 130px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.contacts .adaptive-image {
  height: calc(102%);
}
.contacts [itemprop="jobTitle"] {
  color: #000;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
  height: 28px;
  margin-top: 20px;
}
.contacts [itemprop="telephone"]:after {
  content: ',';
}
.contacts [itemprop="telephone"]:last-of-type:after {
  content: '';
}
.contacts [itemprop="name"] {
  color: #780058;
  font-size: 13px;
  text-transform: uppercase;
  height: 24px;
  font-weight: 800;
}
.contacts .phone,
.contacts .fax,
.contacts .email {
  text-transform: uppercase;
  color: #58595b;
  font-size: 9.09px;
  font-weight: 400;
}
.contacts .fax {
  height: 15px;
}
.contacts .email {
  height: 13.2px;
}
.contacts .email a {
  color: #780058;
}
.contacts .external {
  clear: both;
}
.contacts .external a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #780058;
  border: 1px #780058 solid;
  border-radius: 4px;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.contacts .external a div {
  font-size: 13px;
  color: #58595b;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.contacts .external a:hover {
  background-color: #780058;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.contacts .external a:hover div {
  color: #fff;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
nav.filter {
  clear: both;
  text-align: center;
  overflow: auto;
  margin-top: 10px;
}

nav.filter.video {
  float: right;
}
nav.filter > div {
  display: inline-block;
}
nav.filter a {
  font-size: 14px;
  text-transform: uppercase;
  color: #780058;
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0;
  float: left;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  border: 1px #780058 solid;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
nav.filter a.active {
  cursor: default;
}
nav.filter a.active,
nav.filter a:hover {
  color: #58595b;
  border-color: #58595b;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
nav.filter a:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-width: 0;
}
nav.filter a:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-width: 0;
}
nav.filter a:nth-of-type(3n) {
  border-left-width: 0;
}
section.share {
  clear: both;
  width: 100%;
}
section.share h3 {
  color: #58595b;
  margin: 0 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  float: left;
  line-height: 51px;
}
section.share a {
  display: inline-block;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a i {
  font-size: 30px;
  color: #cdcdcd;
  line-height: 20px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a:hover i {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #fff;
}
section.share a[href*="twitter"]:hover {
  background-color: #5ea9dd;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a[href*="twitter"] i {
  position: relative;
  left: -3px;
}
section.share a[href*="facebook"]:hover {
  background-color: #3a589e;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a[href*="ok.ru"]:hover {
  background-color: #f58220;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a[href*="rss"]:hover {
  background-color: #fb7629;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a[href*="vk.com"]:hover {
  background-color: #4c75a3;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.share a[href*="vk.com"] i {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  position: relative;
  left: -7px;
}
.heralds-list .item {
  margin-bottom: 30px;
}
.heralds-list .item img {
  width: 100%;
}
.heralds-list .item .image {
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.heralds-list .item .image img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.heralds-list .item .issue {
  color: #780058;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 300;
  position: relative;
  top: 0px;
}
.heralds-list .item h4 {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  display: block;
}
.heralds-list .item a {
  color: #780058;
  font-size: 17px;
  display: block;
  font-weight: 400;
}
.heralds-list .item a:hover {
  color: #000;
}
.heralds-list .item .description {
  color: #58595b;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 100px;
}
.news-list {
  margin-top: 30px;
  position: relative;
}
.news-list .next,
.news-list .prev {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  display: block;
  margin: 0;
  width: 40px;
  height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: calc(50% - 100px);
  transform: translateY(-50%);
}
.news-list .next {
  background-image: url('../img/next-slider-hovered.png');
  right: -90px;
}
.news-list .next:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  right: -100px;
}
.news-list .prev {
  background-image: url('../img/prev-slider-hovered.png');
  left: -90px;
}
.news-list .prev:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  left: -100px;
}
.news-list a {
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 13px;
  display: inline-block;
}
.news-list a .date {
  color: #780058;
  width: 40px;
  margin-right: 5px;
}
.news-list a .text {
  width: 100%;
  height: 62px;
  overflow: hidden;
}
.news-list a .image {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.news-list a .image img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.news-list a .title {
  color: #313131;
  text-transform: uppercase;
}
.news-list a:hover .title {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
form.content {
  margin-top: 10px;
  float: right;
  display: inline-block;
  overflow: auto;
}
form.content input[type=search] {
  border: 1px #b5b5b7 solid;
  border-radius: 3px;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  float: left;
  border-right: none;
  color: #58595b;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
}
form.content input[type=search]::-webkit-input-placeholder {
  color: #58595b;
}
form.content input[type=search]:focus::-webkit-input-placeholder {
  color: transparent;
}
form.content input[type=search]::-moz-input-placeholder {
  color: #58595b;
}
form.content input[type=search]:focus::-moz-input-placeholder {
  color: transparent;
}
form.content button {
  background-color: transparent;
  border: 1px #b5b5b7 solid;
  border-radius: 3px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  padding-left: 12px;
  padding-right: 12px;
  height: 50px;
  float: left;
  margin: 0;
  position: relative;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  left: -3px;
}
form.content button img {
  position: relative;
  top: -3px;
}
main.new aside {
  padding-top: 16px;
}
main.new aside img {
  margin-bottom: 30px;
}
main.new aside .date {
  color: #000;
  margin-bottom: 30px;
}
main.new aside section {
  background-color: #f6f6f6;
  padding: 30px;
  margin-bottom: 40px;
}
main.new aside section h4 {
  color: #780058;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}
main.new aside section a {
  color: #58595b;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 25px;
}
main.new aside a[data-back] {
  color: #780058;
  font-size: 16px;
  background-image: url('../img/back.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  display: inline-block;
  background-position: 0 3px;
}
.new article {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.new article span {
  font-family: 'Roboto' !important;
  font-size: 16px !important;
}
.new h1 {
  margin-top: 36px;
  margin-bottom: 30px;
  color: #780058;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
}
.faq {
  margin-bottom: 100px;
}
.faq > div:first-of-type {
  text-align: center;
}
.faq form {
  display: none;
  font-weight: 300;
  color: #666666;
  font-size: 40px;
  margin-top: 0;
}
.faq form.sended {
  margin-bottom: 80px;
  margin-top: 35px;
}
.faq form input[type="text"],
.faq form input[type="email"] {
  width: 100%;
  display: block;
  color: #000;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px #bfbfbf solid;
  margin-bottom: 30px;
}
.faq form input[type="text"]::-webkit-input-placeholder,
.faq form input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.faq form input[type="text"]:focus::-webkit-input-placeholder,
.faq form input[type="email"]:focus::-webkit-input-placeholder {
  color: #bfbfbf;
}
.faq form input[type="text"]::-moz-input-placeholder,
.faq form input[type="email"]::-moz-input-placeholder {
  color: #000;
}
.faq form input[type="text"]:focus::-moz-input-placeholder,
.faq form input[type="email"]:focus::-moz-input-placeholder {
  color: #bfbfbf;
}
.faq form input[type="text"].invalid,
.faq form input[type="email"].invalid {
  border-color: #fc5959;
}
.faq form textarea {
  width: 100%;
  display: block;
  color: #000;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px #bfbfbf solid;
  margin-bottom: 30px;
  resize: none;
  height: 130px;
}
.faq form textarea::-webkit-input-placeholder {
  color: #000;
}
.faq form textarea:focus::-webkit-input-placeholder {
  color: #bfbfbf;
}
.faq form textarea::-moz-input-placeholder {
  color: #000;
}
.faq form textarea:focus::-moz-input-placeholder {
  color: #bfbfbf;
}
.faq form textarea.invalid {
  border-color: #fc5959;
}
.faq button[data-success] {
  clear: both;
  border: 1px #780058 solid;
  font-size: 16px;
  color: #780058;
  background-color: transparent;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  margin-top: 42px;
  margin-bottom: 80px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.faq button[data-success]:hover {
  background-color: #780058;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.faq .question {
  clear: both;
  font-size: 16px;
  color: #535353;
  border-bottom: 1px #ececec solid;
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 500;
}
.faq .question p strong {
  font-size: 16px;
  color: #535353;
  font-weight: 500;
}
.faq .question button {
  position: relative;
  margin-top: 28px;
  background-color: transparent;
  border: none;
  color: #780058;
  font-size: 14px;
  margin-left: 0;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.faq .question button:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #000;
}
.faq .answer {
  display: none;
  line-height: 1.5;
  color: #000000;
  margin-top: 30px;
  font-size: 16px;
}
.faq .answer span {
  font-family: 'Roboto' !important;
  font-size: 16px !important;
}
.faq .answer a {
  color: #780058;
}
.wide {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.wide-big {
  width: 48.77%;
  height: 350px;
  margin-right: 25px;
}
.vertical {
  width: 23.07%;
  height: 350px;
  margin-right: 25px;
}
.photos {
  margin-top: 25px;
  margin-bottom: 25px;
}
.photos .wrap {
  overflow: hidden;
  width: 23.07%;
  display: inline-block;
  float: left;
  margin-right: 25px;
  height: 350px;
}
.photos .wrap a {
  width: 100% !important;
  margin-bottom: 25px;
  height: 162px !important;
}
.photos a {
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  position: relative;
}
.photos a img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.photos a:hover:after {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  opacity: .5;
}
.photos a:after {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #780058;
}
.photos a:nth-of-type(1) {
  width: 48.77%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(2) {
  width: 23.07%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(3) {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.photos a:nth-of-type(4) {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.photos a:nth-of-type(5) {
  width: 48.77%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(6) {
  width: 23.07%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(2n) {
  width: 23.07%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(3n) {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.photos a:nth-of-type(4n) {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.photos a:nth-of-type(6n) {
  width: 23.07%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(6n+9) {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.photos a:nth-of-type(6n+16) {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.photos a:nth-of-type(10) {
  width: 23.07%;
  height: 162px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.photos a:nth-of-type(6n+11) {
  width: 48.77%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(6n+7) {
  width: 48.77%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(6n+8) {
  width: 23.07%;
  height: 350px;
  margin-right: 25px;
}
.photos a:nth-of-type(6n+3) {
  margin-right: 0;
}
.photos a:nth-of-type(6n+4) {
  margin-right: 0;
}
.photos a:nth-of-type(6n+6) {
  margin-right: 0;
}
.lb-data .lb-number {
  display: none !important;
}
.lb-outerContainer {
  background-color: transparent !important;
}
.lightboxOverlay {
  background-color: rgba(120, 0, 88, 0.5) !important;
}
.lightbox .lb-image {
  border-radius: 0 !important;
}
.input {
  width: 100%;
  display: block;
  color: #000;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px #bfbfbf solid;
  margin-bottom: 30px;
}
.input::-webkit-input-placeholder {
  color: #000;
}
.input:focus::-webkit-input-placeholder {
  color: #bfbfbf;
}
.input::-moz-input-placeholder {
  color: #000;
}
.input:focus::-moz-input-placeholder {
  color: #bfbfbf;
}
.input.invalid {
  border-color: #fc5959;
}
form.apply {
  margin-top: 5px;
  text-align: justify;
}
form.apply h1 {
  font-weight: 300;
  color: #666666;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
form.apply div {
  display: none;
  color: #7c7c7c;
  margin-bottom: 10px;
}
form.apply input[type="text"],
form.apply input[type="email"] {
  width: 100%;
  display: block;
  color: #000;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px #bfbfbf solid;
  margin-bottom: 30px;
}
form.apply input[type="text"]::-webkit-input-placeholder,
form.apply input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
form.apply input[type="text"]:focus::-webkit-input-placeholder,
form.apply input[type="email"]:focus::-webkit-input-placeholder {
  color: #bfbfbf;
}
form.apply input[type="text"]::-moz-input-placeholder,
form.apply input[type="email"]::-moz-input-placeholder {
  color: #000;
}
form.apply input[type="text"]:focus::-moz-input-placeholder,
form.apply input[type="email"]:focus::-moz-input-placeholder {
  color: #bfbfbf;
}
form.apply input[type="text"].invalid,
form.apply input[type="email"].invalid {
  border-color: #fc5959;
}
form.apply input[type="text"]:nth-of-type(n+8),
form.apply input[type="email"]:nth-of-type(n+8) {
  display: none;
}
form.apply.search-partner input[type="text"]:nth-of-type(n+8),
form.apply.search-partner input[type="email"]:nth-of-type(n+8) {
  display: block;
}
form.apply.search-partner .section-title {
    margin-bottom: 10px;
    font-size: 25px;
}
form.apply.search-partner input[type='checkbox'],
form.apply.fieldclaim  input[type='checkbox']{
   -webkit-appearance: checkbox;
    width: 20px !important;
    height: 24px;
    margin-right: 5px;
	float:left;
}
form.apply textarea {
  width: 100%;
  display: block;
  color: #000;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px #bfbfbf solid;
  margin-bottom: 30px;
  resize: none;
  height: 130px;
}
form.apply textarea::-webkit-input-placeholder {
  color: #000;
}
form.apply textarea:focus::-webkit-input-placeholder {
  color: #bfbfbf;
}
form.apply textarea::-moz-input-placeholder {
  color: #000;
}
form.apply textarea:focus::-moz-input-placeholder {
  color: #bfbfbf;
}
form.apply textarea.invalid {
  border-color: #fc5959;
}
form.apply button {
  border-radius: 3px;
  border: 1px #780058 solid;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
  background-color: transparent;
  margin-top: 30px;
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  margin-top: 0;
  margin-bottom: 30px;
}
form.apply button.disabled {
	border-color: #ccc;
    color: #ccc;
}
form.apply button:not(.disabled):hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #fff;
  background-color: #780058;
}
form.apply button:focus {
  color: #fff;
  background-color: #5f0045;
}
form.apply textarea + button {
  padding: 0;
  float: right;
  border: none;
  border-bottom: 1px #780058 dashed;
  position: relative;
  top: -28px;
}
form.apply textarea + button:hover {
  color: #450033;
  background-color: transparent;
}
.presentation {
  position: relative;
  text-align: center;
}
.presentation a {
  width: 40%;
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover ;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 30px;
}
.presentation a img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.presentation .next,
.presentation .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 68px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.presentation .next {
  background-image: url('/legacy/images/arr_r_h.png');
  right: -70px;
}
.presentation .prev {
  left: -100px;
  background-image: url('/legacy/images/arr_l_h.png');
}
.article-photos {
  margin-top: 10px;
  margin-bottom: 50px;
  clear: both;

}
.article-photos a {
  width: 100%;
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}
.article-photos a img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.article-photos a:hover:after {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  opacity: 1;
}
.article-photos a:after {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 0, 88, 0.5);
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounce-h {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
  }
}
@-moz-keyframes bounce-h {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(30px);
  }
  60% {
    -moz-transform: translateX(15px);
  }
}
@-o-keyframes bounce-h {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateX(0);
  }
  40% {
    -o-transform: translateX(30px);
  }
  60% {
    -o-transform: translateX(15px);
  }
}
@keyframes bounce-h {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
.bounce-h {
  -webkit-animation-name: bounce-h;
  -moz-animation-name: bounce-h;
  -o-animation-name: bounce-h;
  animation-name: bounce-h;
}
.fields-list form.feedback {
  display: none;
  margin-top: 30px;
  width: 100%;
}
.fields-list form.feedback h6 {
  font-size: 40px;
  font-weight: 400;
}
.fields-list form.feedback button {
  float: right;
  margin-right: 0;
  margin-top: 10px;
}
.fields-list form.feedback input[type="text"],
.fields-list form.feedback input[type="email"] {
  width: 100%;
  border: 1px #bfbfbf solid;
  border-radius: 3px;
  color: #000;
  padding-left: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.fields-list form.feedback input[type="text"].invalid,
.fields-list form.feedback input[type="email"].invalid {
  border-color: #fc5959;
}
.fields-list form.feedback input[type="text"]::-webkit-input-placeholder,
.fields-list form.feedback input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.fields-list form.feedback input[type="text"]:focus::-webkit-input-placeholder,
.fields-list form.feedback input[type="email"]:focus::-webkit-input-placeholder {
  color: #58595b;
}
.fields-list form.feedback input[type="text"]::-moz-input-placeholder,
.fields-list form.feedback input[type="email"]::-moz-input-placeholder {
  color: #000;
}
.fields-list form.feedback input[type="text"]:focus::-moz-input-placeholder,
.fields-list form.feedback input[type="email"]:focus::-moz-input-placeholder {
  color: #58595b;
}
.fields-list form.feedback textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 1px #bfbfbf solid;
  border-radius: 3px;
  resize: none;
  padding-left: 30px;
  padding: 30px;
  height: 100px;
}
.fields-list form.feedback textarea::-webkit-input-placeholder {
  color: #000;
}
.fields-list form.feedback textarea:focus::-webkit-input-placeholder {
  color: #58595b;
}
.fields-list form.feedback textarea::-moz-input-placeholder {
  color: #000;
}
.fields-list form.feedback textarea:focus::-moz-input-placeholder {
  color: #58595b;
}
.fields-list form.feedback textarea.invalid {
  border-color: #fc5959;
}
.fields-list form.filter {
  margin-bottom: 35px;
  clear: both;
}
.fields-list form.filter .clearfix {
  margin-bottom: 12px;
}
.fields-list form.filter label {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.fields-list form.filter input[type="text"] {
  width: 80px;
  border: 1px #b5b5b7 solid;
  border-radius: 3px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fields-list form.filter input[type="submit"] {
  background-color: transparent;
  font-size: 14px;
  border: 1px #780058 solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #780058;
  text-align: center;
  border-radius: 4px;
  margin-left: 28px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.fields-list form.filter input[type="submit"]:hover {
  background-color: #780058;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.fields-list form.filter .dropdown-filter {
  cursor: pointer;
  margin-right: 40px;
  display: inline-block;
  float: left;
  position: relative;
}
.fields-list form.filter .dropdown-filter span {
  display: inline-block;
  background-image: url('../img/filter-expand.png');
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  padding-right: 20px;
  transition: all 0.35s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition-delay: .1s;
}
.fields-list form.filter .dropdown-filter span.expanded {
  transition: all 0.35s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition-delay: .1s;
  background-image: url('../img/filter-collapse.png');
}
.fields-list form.filter .dropdown-filter .filter-values {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 2;
  min-width: 200px;
  background-color: #e2e2e2;
}
.fields-list form.filter .dropdown-filter .filter-value {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.fields-list form.filter .dropdown-filter .filter-value:hover {
  color: #780058;
}
.fields-list .item {
  padding-bottom: 40px;
  border-bottom: 1px #b2b2b2 solid;
  margin-bottom: 50px;
}
.fields-list .item a {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.fields-list .item a:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #000;
}
.fields-list .item h4 {
  margin-bottom: 10px;
}
.fields-list .item button {
  margin-top: 45px;
  margin-right: 40px;
  border: 1px #780058 solid;
  border-radius: 4px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  background-color: transparent;
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.fields-list .item button:hover {
  background-color: #780058;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.fields-list .item .info {
  font-size: 16px;
}
.fields-list .item .square {
  color: #535353;
  font-size: 9px;
}
.fields-list .item .square span {
  font-size: 25px;
  color: #780058;
}
.fields-list .item h5 {
  margin-top: 35px;
}
.fields-list .item h5:nth-of-type(1) {
  margin-top: 0;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.video .channel {
  display: inline-block;
  font-size: 16px;
  color: #58595b;
  float: right;
  margin-top: 10px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.video .channel:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #de2925;
}
.video .channel i {
  position: relative;
  top: 4px;
  margin-left: 35px;
  font-size: 30px;
}
.video .video-list {
  clear: both;
  margin-top: 35px;
}
.video .video-list .col-lg-3:nth-of-type(4) .item {
  margin-bottom: 25px;
}
.video .video-list .col-lg-3:nth-of-type(4) .item .info {
  display: none;
}
.video .video-list .col-lg-3:nth-of-type(5) .item .info {
  display: none;
}
.video .video-list .col-lg-3:nth-of-type(6) .item {
  position: relative;
  top: -87px;
}
.video .video-list .col-lg-3:nth-of-type(7) .item {
  position: relative;
  top: -87px;
}
.video .video-list .col-lg-3:nth-of-type(8) .item {
  position: relative;
  top: -87px;
}

.video .video-list .col-lg-3:nth-of-type(11) .item {
  position: relative;
  top: -340px;
}

.video .video-list .col-lg-3:nth-of-type(12) .item {
  position: relative;
  top: -340px;
}

.video .video-list .col-lg-3:nth-of-type(13) .item {
  position: relative;
  top: -340px;
}

.video .video-list .col-lg-3:nth-of-type(15) .item {
  position: relative;
  top: -350px;
}

.video .video-list .col-lg-3:nth-of-type(16) .item {
  position: relative;
  top: -350px;
}

.video .video-list .col-lg-3:nth-of-type(17) .item {
  position: relative;
  top: -350px;
}

.video .video-list .col-lg-3:nth-of-type(15) .item {
  position: relative;
  top: -350px;
}

.video .video-list .col-lg-3:nth-of-type(9) .item .info {
  display: none;
}
.video .item {
  width: 100%;
  margin-bottom: 35px;
}
.video .item:nth-of-type(4) {
  margin-bottom: 0;
}
.video .item iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.video .item .info {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 30px;
  padding-left: 20px;
  padding-left: 10px;
  border-radius: 4px;
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
  border-bottom: 1px #bfbfbf solid;
  border-top: none;
  position: relative;
  top: -5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.video .item .date {
  width: 50%;
  border-bottom: 1px #780058 solid;
  overflow: auto;
  margin-bottom: 10px;
}
.video .item .day {
  color: #780058;
  font-size: 35px;
  width: 37%;
  display: inline-block;
  float: left;
}
.video .item .month {
  width: 50%;
  display: inline-block;
  color: #535353;
  font-size: 10px;
  float: left;
  padding-top: 7px;
}
.video .item .title {
  font-weight: 500;
  clear: both;
  color: #535353;
  text-transform: uppercase;
  font-size: 13px;
  height: 30px;
}
.collapse-all {
  background-color: transparent;
  text-align: center;
  border: none;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.collapse-all:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
.investprojects-list {
  margin-top: 40px;
}
.investprojects-list .item {
  clear: both;
}
.investprojects-list .item h4 {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right 17px;
  background-image: url('../img/collapse-project.png');
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

@media (max-width: 500px) {
  .investprojects-list .item h4 {
    font-size: 27px;
  }
}
.investprojects-list .item h4 + a {
  color: #58595b;
  position: relative;
  margin-left: 20px;
  top: -7px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.investprojects-list .item h4 + a:hover {
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.investprojects-list .item h4:hover {
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-image: url('../img/collapse-project-hovered.png');
}
.investprojects-list .item h4.expanded {
  background-image: url('../img/expand-project.png');
}
.investprojects-list .item h4.expanded:hover {
  background-image: url('../img/expand-project-hovered.png');
}
.investprojects-list .item .info {
  background-color: #f9f9f9;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.investprojects-list .item .investor {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 15px;
  margin-top: 18px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.investprojects-list .item .investor:hover {
  color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.investprojects-list .item .image {
  overflow: hidden;
  display: inline-block !important;
  background-color: #e2e2e2;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  background-color: transparent !important;
}
.investprojects-list .item .image img {
  opacity: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.investprojects-list .item .description {
  color: #424242;
  font-size: 16px;
  margin-top: 18px;
  display: none;
}
.investprojects-list .item .description div {
  color: #000;
  font-weight: 400;
}
.investprojects-list .item .description div span {
  font-weight: 300;
  color: #424242;
  text-transform: uppercase;
}
.investprojects-list .item .description button {
  float: right;
  background-color: transparent;
  border: none;
  padding-right: 25px;
  background-image: url('../img/collapse-button-project.png');
  background-position: right 6px;
  font-size: 15px;
  color: #424242;
  background-repeat: no-repeat;
  margin-right: 22%;
  margin-top: 10px;
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.investprojects-list .item .description button:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-image: url('../img/collapse-button-project-hovered.png');
  color: #780058;
}
.structure .item {
  text-align: center;
  padding-left: 0;
  border: 1px #e2e2e2 solid;
  font-size: 20px;
  border-radius: 3px;
  line-height: 138px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.structure .item:hover {
  background-color: #780058;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.structure .small {
  width: 100%;
  margin-top: 30px;
  border-radius: 3px;
  display: inline-block;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  text-align: center;
  border: 1px #e2e2e2 solid;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.structure .small.half {
  width: calc(50% - 15px);
  float: left;
  display: inline-block;
  margin-right: 30px;
}
.structure .small.half:last-of-type {
  margin-right: 0;
}
.structure .small:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-color: #780058;
  color: #fff;
}
.structure .spacing {
  display: block;
  clear: both;
  height: 40px;
  width: 100%;
}
.structure .portrait {
  height: 100px;
  margin-top: 30px;
  width: calc(50% - 15px);
  border: 1px #e2e2e2 solid;
  display: inline-block;
  float: left;
  margin-right: 30px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.structure .portrait.half {
  width: 50%;
  margin-left: 25%;
}
.structure .portrait:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-color: #780058;
  color: #fff;
}
.structure .portrait .image {
  height: 99px;
  width: 40%;
  display: inline-block;
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.structure .portrait .text {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  float: left;
  width: 60%;
  line-height: 1;
  text-align: center;
}
table.p-table {
  border-color: white !important;
}
table.p-table tr {
  margin-bottom: 30px;
  border-bottom: 20px solid white;
}
table.p-table tr > td {
  width: 30% !important;
}
table.p-table tr td:nth-of-type(2) {
  width: 70% !important;
  vertical-align: middle !important;
  padding-left: 4% !important;
}
table.p-table tr img {
  width: 100% !important;
  margin: 0 !important;
}
table {
  border-color: #fff !important;
}
#lightbox {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
section.subscribe {
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
section.subscribe h4 {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  padding-left: 83px;
  padding-right: 15px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  background-color: #780058;
  display: inline-block;
  font-weight: 400;
  background-image: url('../img/news.png');
  background-position: 28px 10px;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
section.subscribe h4.ready {
  cursor: default;
}
section.subscribe h4:hover {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-position: 33px 10px;
}
section.subscribe form {
  display: none;
  width: 100%;
  margin-top: 30px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 25px;
}
section.subscribe input {
  width: 100%;
  display: block;
  color: #000;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px #bfbfbf solid;
  margin-bottom: 30px;
}
section.subscribe input::-webkit-input-placeholder {
  color: #000;
}
section.subscribe input:focus::-webkit-input-placeholder {
  color: #bfbfbf;
}
section.subscribe input::-moz-input-placeholder {
  color: #000;
}
section.subscribe input:focus::-moz-input-placeholder {
  color: #bfbfbf;
}
section.subscribe input.invalid {
  border-color: #fc5959;
}
section.subscribe button {
  background-color: transparent;
  text-align: center;
  border: none;
  color: #780058;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  border: 1px #780058 solid;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  background-color: #fff;

   padding-left: 90px;
  padding-right: 90px; 
}

@media (max-width: 500px) {
  section.subscribe button {
   padding-left: 32%;
  padding-right: 32%;   
  }

  .lb-data .lb-close {
    display: none;
  }

   
}
section.subscribe button:hover {
  color: #fff;
  background-color: #780058;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.search-results {
  margin-bottom: 100px;
}
.search-results h1 {
  font-weight: 200;
  font-size: 40px;
  margin-top: 42px;
}
.search-results h1 span {
  font-weight: 300;
  font-size: 40px;
}
.search-results a {
  border-bottom: 1px #ececec solid;
  padding-top: 29px;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
  color: #000;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.search-results a .more {
  width: 100%;
  text-align: right;
  clear: both;
  color: #780058;
  font-size: 14px;
}
.search-results a:first-child {
  border-top: 1px #ececec solid;
}
.search-results a:hover .number,
.search-results a:hover .info {
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  color: #780058;
}
.search-results a .number {
  font-weight: 300;
  width: 66px;
  display: inline-block;
  color: #535353;
  font-size: 40px;
  border-right: 1px #ececec solid;
  float: left;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.search-results a .info {
  line-height: 1.5;
  padding-left: 30px;
  width: calc(100% - 67px);
  display: inline-block;
  float: left;
  color: #000;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

article p img {
 
  height: auto !important;
}


.photos-slider {
  margin-top: 30px;
}

.photos-slider a {
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.photos-slider a img {
  opacity: 0;
}

@media (max-width: 767px) {
  .award2015 {
    width: 100%;
    display: block;
    float: none;
  }

  #search {
    width: 100%;
    display: block;
    float: none;    
    margin-top: 20px;
  }

header .search input[type="submit"] {
  top:0px;
  right: 0;
}

}

#fountainG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

.new-items {
	/*display:none;*/
	height: 367px;
	position: relative;
	
}
.new-items .item {
	width: 100%;
	height: 100%;
	z-index: 1;
	
	display: none;
	position: absolute;
	background-size: 100% 100%;
	
	background-position-x: 50%;
    background-size: cover !important;
}
.new-items .item:first-child {
	display: block;
	z-index: 2;
}

@media(max-width: 991px) {
	.new-items {
		height: 330px;
	}
}
@media(max-width: 767px) {
	.new-items {
		height: 300px;
	}
}
@media(max-width: 400px) {
	.new-items {
		height: 200px;
	}
}

.partner-categories-container {
	margin-bottom: 20px;
	width: 80%;
    margin-left: 10%;
	position: relative;
	text-align: center;
}
.partner-categories-container .partner-cat-item {
    display: inline-block;
	border: none;
    padding: 5px 10px;
	color: #780058;
	transition: .3s all;
	cursor: pointer;
	font-size: 19px;
	text-transform: uppercase;
}
@-webkit-keyframes partner-cat-anim {
	0%   { opacity: 0; left: 0; }
	10%   { opacity: 0; left: 0; }
	30% { opacity: 1; left: 10px; }
	100% { opacity: 1; left: 10px; }
}
@-moz-keyframes partner-cat-anim {
	0%   { opacity: 0; left: 0; }
	10%   { opacity: 0; left: 0; }
	30% { opacity: 1; left: 10px; }
	100% { opacity: 1; left: 10px; }
}
@-o-keyframes partner-cat-anim {
	0%   { opacity: 0; left: 0; }
	10%   { opacity: 0; left: 0; }
	30% { opacity: 1; left: 10px; }
	100% { opacity: 1; left: 10px; }
}
@keyframes partner-cat-anim {
	0%   { opacity: 0; left: 0; }
	10%   { opacity: 0; left: 0; }
	30% { opacity: 1; left: 10px; }
	100% { opacity: 1; left: 10px; }
}
.partner-categories-container .partner-cat-item:hover,
.partner-categories-container .partner-cat-item.active {
    transition: opacity .4s cubic-bezier(.645,.045,.355,1);
	-webkit-animation: partner-cat-anim 2s; /* Safari 4+ */
	-moz-animation:    partner-cat-anim 2s; /* Fx 5+ */
	-o-animation:      partner-cat-anim 2s; /* Opera 12+ */
	animation:        partner-cat-anim 2s; /* IE 10+, Fx 29+ */

	color: white;
	background-color: #780058;
}
.partner-cat-item:not(:last-child):after {
	content: "";
}
.partner-categories-container .divider {
	width: 1px;
    background-color: #780058;
    height: 17px;
    border: 1px solid #780058;
    display: inline-block;
    margin-bottom: -3px;
}
.show-partners {
	position: relative;
    margin-bottom: 20px;
}
.show-partners .show-partner-item {
	/*position: absolute;*/
	margin-left: -1000px;
	/*display: none;*/
	opacity: 0;
	/*left: -1620px;*/
	width: inherit;
	margin-bottom: 5px;
}
.show-partners .show-partner-item a {
	color: #780058;
}
#myCanvasContainer {
    width: 80%;
    margin-left: 10%; 
}
@media(max-width: 430px) {
	.partner-categories-container span.divider {
		display:none;
	}
	.partner-categories-container span.partner-cat-item {
		display: block;
	}
}

.gallery .slick-slide {
	/*width: auto !important;*/
	height: 180px;
}
.gallery .slick-list.draggable {
	height: 180px !important;
}

/* banner */
.picture-banner-container {
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
.picture-banner-container .background {
	background-image: url('../img/banner_back.jpg');
    background-position: center center;
	background-size: cover;
	height: 120px;
	
	cursor: pointer;
	
	transition: .3s;
}
.picture-banner-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;

	transition: .4s all ease;
	
	opacity: .7;
}

.picture-banner-container .text-container {
	display: table;
	margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.picture-banner-container .text {
    text-transform: uppercase;
    height: 120px;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-weight: normal;
    font-family: inherit;
    vertical-align: middle;
    text-align: center;
	display: table-cell;
	letter-spacing: 2px;
}

.picture-banner-container .title{
	animation: slide-bottom-to-top 1s;
	color: white;
	opacity: 0;
	display: none;
	font-family: Roboto Condensed;
    font-weight: 100;
}
.picture-banner-container:hover .background {
     -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.picture-banner-container:hover .overlay {
	background-color: #5635bc;
}
.picture-banner-container:hover .title {
	opacity: 1;
	display: block;
	
}
.picture-banner-container:hover .banner-icon {
    display: inline-block;
	opacity: 1;
}
	

@keyframes slide-bottom-to-top {
  from {
    opacity: 0;
	margin-top: 30px;
  }

  to {
    margin-top: 0;
	opacity: 1;
  }
}

@keyframes zoom-out {
  from {
    height: 70px;
	width: 90px;
  }

  to {
    height: 50px;
	width: 70px;
  }
}

.picture-banner-container .icon {
    text-transform: uppercase;
    height: 120px;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-weight: normal;
    font-family: sans-serif;
    vertical-align: middle;
    text-align: center;
	display: table-cell;
	letter-spacing: 2px;
}

.picture-banner-container .banner-icon {
    background-image: url('../img/banner_icon.png');
    height: 50px;
    width: 70px;
    background-size: 100% 100%;

    margin-bottom: -10px;
    margin-left: 10px;
}


@media(max-width: 500px) {
	.picture-banner-container .banner-icon {
		height: 30px;
		width: 40px;
	}
	.picture-banner-container .text {
		font-size: 4.5vw;
	}

}
@media(max-width: 600px) {
	.picture-banner-container .text {
		font-size: 4vw;
	}
}

@media(max-width: 500px) {
	.picture-banner-container .overlay {
		background-color: #5635bc;
		opacity: 1;
	}
	.picture-banner-container .title {
		display: inline-block;
		opacity: 1;
	}
	.picture-banner-container .banner-icon {
		display: inline-block;
	}
}

.ek-sites:hover, .ek-sites:hover  span {
	color: #780058;
}
.ek-sites span {
	margin-left: 4px;
	margin-right: 4px;
	color: #4ea427;
	line-height: 15px;
}
.ek-sites .img-hover {
	display:none;
}
.ek-sites:hover .img{
	display:none;
}
.ek-sites:hover .img-hover {
	display:inline-block;
}

a.with-pdf-icon {
	position: relative;
	transition: .4s all;
	font-size: 19px !important;
}
a.with-pdf-icon:hover  .pdf-icon {
	opacity: 0;
}
a.with-pdf-icon:hover  .pdf-icon-hover {
	opacity: 1;
}
.pdf-icon {
	display: inline-block;
	width: 18px;
    height: 18px;
    margin-right: 0;
    background-size: contain;
    background-image: url(../img/pdf-icon.png);
    transition: background-image 0.2s ease-in;
    background-repeat: no-repeat;
}
.pdf-icon-hover {
	display: inline-block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0px;
	width: 18px;
    height: 18px;
    margin-right: 0;
    background-size: contain;
    background-image: url(../img/pdf-icon-hover.png);
    transition: background-image 0.2s ease-in;
    background-repeat: no-repeat;
}

.ek-sites-container {
    transition: .5s all;
    margin-top: -30px;
    margin-bottom: -10px;
}
.ek-sites-container .button-badge {
    background-color: #ff9933;
    padding: 15px;
    border: 1px solid #ff9933;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	color: white;
	
	font-family: Roboto Condensed;
    font-weight: 100;
	
	position: relative;
	
	transition: .5s all;
	float: left;
}
.ek-sites-container .button-badge:after {
	left: 99%;
    top: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ff9933;
    border-width: 10px;
    margin-top: -30px;
}
.ek-sites-container .button-title {
    padding: 15px 18px;
    border: 1px solid #eee;
    color: #333;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
	
    font-weight: normal;

	transition: .5s all;
	
	float: left;
}
.ek-sites-container:hover .button-badge {
	border: 1px solid #780058;
}
.ek-sites-container:hover .button-title {
	border-left: 1px solid #fff;
}
.ek-sites-container:hover .button-title {
	color: #780058;
}
@media (max-width: 991px) {
	.ek-sites-container  {
		margin: 0;
	}
}
@media (max-width: 768px) { 
	.ek-sites-container  {
		margin-top: 10px;
		float: none !important;
		text-align: center;
	}
}

.single-window .title,
.single-window .sub-title,
.single-window .sub-sub-title {
	display: block;
	font-family: 'RobotoLight';
}
.single-window .title,
.single-window .sub-title {
	text-transform: uppercase;
}
.single-window .sub-title,
.single-window .sub-sub-title {
	font-family: 'RobotoLight';
    font-weight: 100;
}
.single-window .title {
	margin-bottom: 20px;
	margin-top: 5px;
}
.single-window .sub-title {
}
.single-window .button {
    position: absolute;
    bottom: 5px;
}

.modal-window {
	color: #333333;
}
.modal-window {
	color: black;
}
.modal-window .modal-content {
	padding: 20px 10px;
	padding-bottom: 5px;
	border-radius: 0;
}
.modal-window .modal-body {
	padding-bottom: 0;
}
.modal-window .modal-header {
	border-bottom: none;
	padding: 10px 20px;
}
.modal-window .modal-footer {
	border-top: none;
}
.modal-window .modal-title {
	text-transform: uppercase;
	border-left: 2px solid black;
	padding-left: 10px;
}
.modal-window .small-text {
	font-family: 'RobotoLight';
	font-size: 13px;
	padding: 0 5px;
}
.modal-window .small-text > p {
	margin-bottom: 5px;
}
.modal-window .contacts .phone,
.modal-window .contacts .mail  {
	font-size: 26px;
	font-family: 'RobotoLight';
	color: #660066;
	transition: .3s;
}
.modal-window .contacts .phone:hover,
.modal-window .contacts .mail:hover  {
	color: #e35531;
}

.modal-window .form {
	padding: 10px 0;
	margin-top: 5px;
}
.modal-window .inp-container {
	width: 100%;
    padding: 10px 5px;
}
.modal-window .inp-container input,
.modal-window .inp-container textarea {
	border: none;
	font-family: 'RobotoLight';
	width: 100%;
	font-size: 13px;
	color: #e35531;
}
.modal-window .inp-container textarea {
	height: 100px;
	resize: none;
}
.modal-window .inp-container:first-child {
	border-top: 1px solid black;
}
.modal-window .question-container {
	position: relative;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.modal-window .question-container  .btn-send {
	position: absolute;
    bottom: 15px;
    background: url(/img/mail-send.png);
    background-size: cover;
    background-size: 100%;
    width: 37px;
    height: 17px;
    right: 50px;
	cursor: pointer;
	border: none;
}

.modal-window .contacts {
	margin-bottom: 0;	
}
.modal-window .contacts > .row{
	padding-left: 5px;
	padding-right: 5px;
}
.modal-window .modal-footer {
	font-size: 13px;
	text-align: left;
	padding-left: 15px;
}
.modal-window .modal-footer > a {
	font-weight: bold;
	color: #660066;
}
.modal-window .modal-footer > a:hover {
	transition: .3s;
	color: #e35531;
}
.modal-window {
  text-align: center;
}
@media screen and (min-width: 768px) { 
  .modal-window:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-window .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-window .success-msg {
	display: none;
	text-align: center;
    color: green;
    margin: 60px 0;
}

.modal-window .modal-title {
	font-size: 22px;
}
.modal-window .contacts {
	margin-top: 25px;
}
.modal-window .modal-footer {
	margin-top: 10px;
}
.modal-backdrop {
	opacity: 0.8 !important;
}
.single-window  .row img {
	transition: .5s;
}
.single-window  .row:hover img {
	 -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.header-wrapper.new .logo .text {
	vertical-align: middle;
}
.header-wrapper.new .logo span {
	margin-top: 0;
	color: #5f5a5a;
}
.header-wrapper.new .logo strong {
	margin-top: 0;
	color: #a49998;
}
.header-wrapper.new .logo .text span,
.header-wrapper.new .logo .text  strong {
	transition: .3s;
}
.header-wrapper.new .logo .text:hover  span,
.header-wrapper.new .logo .text:hover  strong {
	color: #780058;
}
.header-wrapper.new .apply {
    display: inline-block;
    max-width: 240px;
}
.header-wrapper.new .map {
    display: inline-block;
    max-width: 240px;
}
.header-wrapper.new .apply a {
	width: auto;
	margin-top: 0 !important;
}
.header-wrapper.new .map a {
    border: none;
    padding-left: 20px;
	position: initial;
}	
.header-wrapper.new header .menu nav > ul {
	border-left: 1px solid #bbb;
	margin-top: 10px;
	padding-left: 20px;
}
.header-wrapper.new header .menu nav > ul > li > a {
	padding-right: 25px;
    font-size: 16px;
    font-family: 'RobotoMedium';
}
.header-wrapper.new header .menu nav > ul > li:last-child > a {
	padding-right: 0;
}

.header-wrapper.new header .menu nav > ul > li {
	padding-top: 10px;
}

.header-wrapper.new header .menu nav > ul > li > ul {
	top: 40px;
}

.header-wrapper.new .ek-sites-container:hover .button-title {
	background-color: #f4f3f5;
	border: 1px solid #eee;
	color: #333;
}
.header-wrapper.new .ek-sites-container:hover .button-badge {
	border: 1px solid #ff9933;
}
.header-wrapper.new .ek-sites-container {
	margin-top: 10px;
	margin-bottom: -30px;
}
.header-wrapper.new  .ek-sites-container a {
	margin: 0;
}
.header-wrapper.new header .social {
	padding-top: 21px;

}
.header-wrapper.new header .social.search-opened {
	padding-top: 27px;
}

.header-wrapper.new header .language {
	margin-left: 30px;
}

@media (max-width: 500px) {
	.header-wrapper.new .apply {
		max-width: 100%;
	}
	.header-wrapper.new .map {
		max-width: 100%;
	}
}



/* slider */
.slider .slider-navigation .btn-section .popup {
	opacity: 0;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #780058;
	color: white;
    /*width: 100px;*/
    padding: 5px 10px;
    border-radius: 4px;
	transition: .5s;
	min-width: 120px;
}
.slider .slider-navigation .btn-section .popup:after {
    left: 0;
    right: 0;
    bottom: 0;
    top: 25px;
    border: solid transparent;
    content: " ";
    /* height: 10px; */
    width: 10px;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #780058;
    border-width: 8px;
    transform: rotate(90deg);
    margin: 0 auto;
}
.slider .slider-navigation .btn-section:hover .popup {
	opacity: 1;
}
.header-wrapper.new header .menu {
	margin-top: 30px;
}
/* /slider */

.project-for-inv-item  {
	padding-bottom: 30px;
    padding-top: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.project-for-inv-item:last-child {
	border-bottom: none;
}

.project-for-inv-item .cover {
	margin-right: 20px;
	float: left;
}
.project-for-inv-item  .project-title {
	font-family: 'RobotoMedium';		
	margin-top: -6px;
	padding-right: 60px;
	padding-left: 290px;
}
.project-for-inv-item  .sector-title {
	color: #aaa;
	padding-left: 290px;
}
.project-for-inv-item  .right-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: .3;
	position: absolute;
    top: 5px;
    right: 0;
	transition: .3s all;
}
.project-for-inv-item:hover .right-icon {
    -webkit-filter: none;
    filter: none;
	opacity: 1;
}
.project-for-inv-item  .right-icon img {
	height: 40px;
}
.project-for-inv-item .terms-container {
    margin-top: 10px;
    position: relative;
	padding-left: 290px;
}
.project-for-inv-item .terms-container .terms-sum {
    font-size: 23px !important;
	color: #780058;
}
.project-for-inv-item .terms-container .terms-title {
    line-height: 10px;
    text-transform: uppercase;
    font-size: 9px !important;
}
.project-for-inv-item .controls-container  {
    margin-top: 30px;
	padding-left: 290px;
    /*position: absolute;
    bottom: 0;
    width: 100%;*/
}
.project-for-inv-item .controls-container  .btn-show-more {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #aaa;
	transition: .3s;
	padding-top: 22px;
    display: inline-block;

}
.project-for-inv-item .controls-container  .btn-show-more:hover {
	color: #780058;
	border-bottom-color: #780058;
}
.project-for-inv-item .controls-container  .btn-to-contact {
    transition: all 0.2s ease-in;
    text-align: left;
    color: #780058;
    font-size: 14px;
    display: inline-block;
    padding: 12px 25px;
    border: 1px #780058 solid;
    border-radius: 4px;
	margin-left: 10%;
}
.project-for-inv-item .controls-container  .btn-to-contact:hover {
  transition: all 0.2s ease-in;
  color: #fff;
  background: #780058;
}
.project-for-inv-item .img-container {
	display: inline-block;
}
.project-for-inv-item .content-container {
	position: relative;
}
.project-for-inv-item  .description {
	display:none;
}
.project-for-inv-item.with-description .description {
	/*display:block;*/
	margin-top: 30px;
}
.project-for-inv-item.with-description .controls-container {
    text-align: right;
    margin-right: 30px;
}
.projects-for-inv-sort-container .btn-sort {
	display: inline-block;
	border: none;
    padding: 5px 10px;
	color: #780058;
	transition: .3s all;
	cursor: pointer;
	font-size: 19px;
	text-transform: uppercase;
}

.projects-for-inv-sort-container .btn-sort:hover,
.projects-for-inv-sort-container .btn-sort.active {
	 transition: opacity .4s cubic-bezier(.645,.045,.355,1);
	-webkit-animation: partner-cat-anim 2s; /* Safari 4+ */
	-moz-animation:    partner-cat-anim 2s; /* Fx 5+ */
	-o-animation:      partner-cat-anim 2s; /* Opera 12+ */
	animation:        partner-cat-anim 2s; /* IE 10+, Fx 29+ */

	color: white;
	background-color: #780058;
}

.projects-for-inv-sort-container .divider {
	width: 1px;
    background-color: #780058;
    height: 17px;
    border: 1px solid #780058;
    display: inline-block;
    margin-bottom: -3px;
}

.projects-for-inv-cont .pagination .page {
	font-size: 30px !important;
}

.presentation .slick-initialized .slick-slide {
    background-size: contain;
    height: 230px;
}
html[lang="en"] .ek-sites-container .button-title{
	width: 270px;
    text-align: left;
}

article {
	text-align: justify;
}
