/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #6cbb23;
  color: #fff;
}

::selection {
  background-color: #6cbb23;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #777777;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

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

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (min-width: 376px) and (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

/* --- PT Sans --- */
/*
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,cyrillic-ext,latin-ext');
*/
@font-face {
  font-family: "PT Sans";
  src: url("../../fonts/pt-sans/pts55f_w.eot");
  src: local("PT Sans"), url("../../fonts/pt-sans/pts55f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/pts55f_w.woff") format("woff"), url("../../fonts/pt-sans/pts55f_w.ttf") format("truetype"), url("../../fonts/pt-sans/pts55f_w.svg#PTSans-Regular") format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  src: url("../../fonts/pt-sans/pts56f_w.eot");
  src: local("PT Sans Italic"), url("../../fonts/pt-sans/pts56f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/pts56f_w.woff") format("woff"), url("../../fonts/pt-sans/pts56f_w.ttf") format("truetype"), url("../../fonts/pt-sans/pts56f_w.svg#PTSans-Italic") format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/pt-sans/pts75f_w.eot");
  src: local("PT Sans Bold"), url("../../fonts/pt-sans/pts75f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/pts75f_w.woff") format("woff"), url("../../fonts/pt-sans/pts75f_w.ttf") format("truetype"), url("../../fonts/pt-sans/pts75f_w.svg#PTSans-Bold") format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: bold;
  src: url("../../fonts/pt-sans/pts76f_w.eot");
  src: local("PT Sans Bold Italic"), url("../../fonts/pt-sans/pts76f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/pts76f_w.woff") format("woff"), url("../../fonts/pt-sans/pts76f_w.ttf") format("truetype"), url("../../fonts/pt-sans/pts76f_w.svg#PTSans-BoldItalic") format("svg");
}
@font-face {
  font-family: "PT Sans Caption";
  src: url("../../fonts/pt-sans/ptc55f_w.eot");
  src: local("PT Sans Caption"), url("../../fonts/pt-sans/ptc55f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/ptc55f_w.woff") format("woff"), url("../../fonts/pt-sans/ptc55f_w.ttf") format("truetype"), url("../../fonts/pt-sans/ptc55f_w.svg#PTSans-Caption") format("svg");
}
@font-face {
  font-family: "PT Sans Caption";
  font-weight: bold;
  src: url("../../fonts/pt-sans/ptc75f_w.eot");
  src: local("PT Sans Caption Bold"), url("../../fonts/pt-sans/ptc75f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/ptc75f_w.woff") format("woff"), url("../../fonts/pt-sans/ptc75f_w.ttf") format("truetype"), url("../../fonts/pt-sans/ptc75f_w.svg#PTSans-CaptionBold") format("svg");
}
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../../fonts/pt-sans/ptn57f_w.eot");
  src: local("PT Sans Narrow"), url("../../fonts/pt-sans/ptn57f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/ptn57f_w.woff") format("woff"), url("../../fonts/pt-sans/ptn57f_w.ttf") format("truetype"), url("../../fonts/pt-sans/ptn57f_w.svg#PTSans-Narrow") format("svg");
}
@font-face {
  font-family: "PT Sans Narrow";
  font-weight: bold;
  src: url("../../fonts/pt-sans/ptn77f_w.eot");
  src: local("PT Sans Narrow Bold"), url("../../fonts/pt-sans/ptn77f_w.eot?#iefix") format("embedded-opentype"), url("../../fonts/pt-sans/ptn77f_w.woff") format("woff"), url("../../fonts/pt-sans/ptn77f_w.ttf") format("truetype"), url("../../fonts/pt-sans/ptn77f_w.svg#PTSans-NarrowBold") format("svg");
}
/* --- Variables --- */
* {
  font-family: PT Sans, Helvetica, sans-serif;
}

::selection {
  background-color: #7bd2ff;
  color: #fff;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: PT Sans, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}

h1 {
  color: rgba(255, 255, 255, 0.5);
}

h2, h3, h4, h5, h6 {
  color: white;
}

table {
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.5) !important;
  color: white;
  margin-bottom: 20px;
}
table tr {
  background-color: rgba(255, 255, 255, 0.1);
}
table tr td {
  padding: 2px 8px;
}

body {
  background-color: #176184;
  background-image: url(/img/backgrounds/background-blue.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
body .header-desktop {
  padding-top: 20px;
}
body .header-desktop .header-left {
  text-align: left;
}
body .header-desktop .header-left .logo {
  margin: 19px;
  width: 380px;
  height: 42px;
  background-image: url(/img/interface/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
body .header-desktop .header-right {
  text-align: right;
}
body .header-desktop .header-right .phones-wrapper {
  margin: 10px;
}
body .header-desktop .header-right .phones-wrapper a {
  color: white;
}
body .header-desktop .header-right .phones-wrapper .city {
  color: rgba(255, 255, 255, 0.3);
}
body .header-desktop .header-right .search-wrapper {
  display: none;
  margin: 0 10px 10px 10px;
}
body .header-desktop .header-right .search-wrapper .site-search {
  width: 162px;
  height: 28px;
  background-color: transparent;
  color: white;
  padding: 0 4px;
  border: solid 2px rgba(255, 255, 255, 0.15);
}
body .header-desktop .header-right .search-wrapper .site-search::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
body .header-desktop .menu {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 132px;
}
body .header-desktop .menu .menu-item {
  display: inline-block;
  width: 150px;
  height: 130px;
  font-size: 16px;
  text-align: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .header-desktop .menu .menu-item.current, body .header-desktop .menu .menu-item:hover {
  border-bottom: solid 2px white;
}
body .header-desktop .menu .menu-item:hover .menu-icon {
  margin: 14px 20px 12px 20px;
}
body .header-desktop .menu .menu-item .menu-icon {
  width: 64px;
  height: 64px;
  margin: 20px 20px 6px 20px;
  display: inline-block;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
body .header-desktop .menu .menu-item .menu-icon.about {
  background-image: url(/img/interface/menu-icon-about.png);
}
body .header-desktop .menu .menu-item .menu-icon.publications {
  background-image: url(/img/interface/menu-icon-publications.png);
}
body .header-desktop .menu .menu-item .menu-icon.service {
  background-image: url(/img/interface/menu-icon-service.png);
}
body .header-desktop .menu .menu-item .menu-icon.gallery {
  background-image: url(/img/interface/menu-icon-gallery.png);
}
body .header-desktop .menu .menu-item .menu-icon.design-office {
  background-image: url(/img/interface/menu-icon-design-office.png);
}
body .header-desktop .menu .menu-item .menu-icon.contacts {
  background-image: url(/img/interface/menu-icon-contacts.png);
}
body .header-desktop .menu .menu-item .menu-title {
  width: 144px;
  display: inline-block;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .header-mobile {
  height: 70px;
}
body .header-mobile .menu-button {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  cursor: pointer;
  left: -300px;
  position: relative;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
body .header-mobile .menu-button.closed {
  left: 0;
  background-image: url(/img/interface/menu-icon-open.png);
}
body .header-mobile .menu-button.open {
  left: 0;
  background-image: url(/img/interface/menu-icon-close.png);
}
body .header-mobile .menu-button.hidden {
  opacity: 0;
  left: -300px;
}
body .header-mobile .panel {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 50px;
  width: 100%;
  z-index: 9;
}
body .header-mobile .panel .logo-mobile {
  height: 50px;
  background-image: url(/img/interface/logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 246px;
}
body .header-mobile .menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body .header-mobile .menu-wrapper.open {
  background-color: rgba(0, 0, 0, 0.5);
}
body .header-mobile .menu-wrapper.open .menu-container {
  opacity: 1;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .header-mobile .menu-wrapper.open .menu-trigger {
  opacity: 1;
}
body .header-mobile .menu-wrapper.closed {
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body .header-mobile .menu-wrapper.closed .menu-container {
  opacity: 0;
  width: 0%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .header-mobile .menu-wrapper.closed .menu-trigger {
  opacity: 0;
  pointer-events: none;
}
body .header-mobile .menu-wrapper .menu-container {
  background-color: rgba(0, 72, 104, 0.8);
  height: 100vh;
  box-shadow: 2px 0 10px black;
  opacity: 1;
}
body .header-mobile .menu-wrapper .menu-container .menu {
  width: 240px;
  font-size: 0;
  overflow-y: scroll;
  height: calc(100vh - 50px);
  padding-bottom: 20px;
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item {
  display: inline-block;
  width: 100%;
  height: 32px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding: 10px 0;
  box-sizing: content-box;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item.current {
  box-shadow: inset -2px 0px 0px 0px white;
  background-color: rgba(255, 255, 255, 0.1);
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-icon {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 20px;
  display: inline-block;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-icon.about {
  background-image: url(/img/interface/menu-icon-about.png);
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-icon.publications {
  background-image: url(/img/interface/menu-icon-publications.png);
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-icon.service {
  background-image: url(/img/interface/menu-icon-service.png);
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-icon.gallery {
  background-image: url(/img/interface/menu-icon-gallery.png);
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-icon.design-office {
  background-image: url(/img/interface/menu-icon-design-office.png);
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-icon.contacts {
  background-image: url(/img/interface/menu-icon-contacts.png);
}
body .header-mobile .menu-wrapper .menu-container .menu .menu-item .menu-title {
  line-height: 32px;
  vertical-align: top;
  display: inline-block;
  color: white;
}
body .header-mobile .menu-wrapper .menu-container .search-wrapper {
  position: fixed;
  top: 0;
  left: 50px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
}
body .header-mobile .menu-wrapper .menu-container .search-wrapper .site-search {
  width: 180px;
  height: 28px;
  background-color: transparent;
  color: white;
  padding: 0 4px;
  border: solid 2px rgba(255, 255, 255, 0.15);
  margin: 10px 0;
}
body .header-mobile .menu-wrapper .menu-container .search-wrapper .site-search::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
body .header-mobile .menu-wrapper .menu-trigger {
  width: 100%;
  height: 100%;
}
body .slider {
  margin-bottom: 20px;
}
body .slider .owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
}
body .slider .owl-next span {
  font-size: 85px;
  right: 30px;
  height: 70px;
  /* background: url('/img/interface/arrow-right-b.png') no-repeat right center; */
  opacity: 0.5;
}
body .slider .owl-next span:hover {
  opacity: 1;
}
body .slider .owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
}
body .slider .owl-prev span {
  left: 30px;
  height: 70px;
  font-size: 85px;
  z-index: 50;
  /* background: url(/img/interface/arrow-left-b.png) no-repeat left center; */
  opacity: 0.5;
}
body .slider .owl-prev span:hover {
  opacity: 1;
}
@media (max-width: 575.98px) {
  body .slider {
    margin-top: -20px;
  }
  body .slider .bx-pager {
    padding-top: 10px;
  }
  body .slider .bx-pager .bx-pager-item {
    vertical-align: top;
  }
  body .slider .bx-pager .bx-pager-item .bx-pager-link {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }
}
body .content {
  margin-bottom: 20px;
}
body .content p {
  text-align: justify;
  text-indent: 30px;
}
body .content img {
  max-width: 100%;
  margin-left: -30px;
}
body .block {
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  body .block {
    margin-bottom: 2px;
  }
}
body .block a {
  color: rgba(255, 255, 255, 0.7);
}
body .block a .block-header {
  background-color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  padding-right: 36px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .toggle-block {
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  body .toggle-block {
    margin-bottom: 2px;
  }
}
body .toggle-block a {
  color: rgba(255, 255, 255, 0.7);
}
body .toggle-block a:hover {
  text-decoration: none;
}
body .toggle-block a .block-header {
  background-color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  padding-right: 36px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .toggle-block .toggle-block-header {
  background-color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  padding-right: 36px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .toggle-block .toggle-block-header.closed {
  background-image: url(/img/interface/arrow-toggle-closed.png);
}
body .toggle-block .toggle-block-header.open {
  background-image: url(/img/interface/arrow-toggle-open.png);
}
body .toggle-block .toggle-block-content {
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .toggle-block .toggle-block-content.minimized {
  max-height: 0vh;
}
body .toggle-block .toggle-block-content.maximized {
  max-height: 1000vh;
}
body .toggle-block .toggle-block-content .block-item {
  padding: 10px;
  padding-left: 20px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
}
body .toggle-block .toggle-block-content .block-item::first-letter {
  text-transform: capitalize;
}
body .toggle-block .toggle-block-content .block-item a {
  color: white;
}
body .toggle-block .toggle-block-content .block-item a:hover {
  text-decoration: none;
}
body .toggle-block .toggle-block-content .block-item .item-description {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
body .toggle-block .toggle-block-content .toggle-subblock {
  overflow: hidden;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-header {
  background-color: rgba(0, 0, 0, 0.15);
  color: white;
  font-weight: bold;
  padding: 10px;
  padding-left: 20px;
  cursor: pointer;
  background-image: url(/img/interface/arrow-right-b.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-header.closed {
  background-image: url(/img/interface/arrow-toggle-closed.png);
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-header.open {
  background-image: url(/img/interface/arrow-toggle-open.png);
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content {
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content.minimized {
  max-height: 0vh;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content.maximized {
  max-height: 1000vh;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content .subblock-item {
  padding: 10px;
  padding-left: 30px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content .subblock-item::first-letter {
  text-transform: capitalize;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content .subblock-item a {
  color: white;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content .subblock-item a:hover {
  text-decoration: none;
}
body .toggle-block .toggle-block-content .toggle-subblock .toggle-subblock-content .subblock-item .item-description {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
body .tab-wrapper .tab-back {
  width: 46px;
  height: 46px;
  display: inline-block;
  float: left;
  background-image: url(/img/interface/arrow-left-b.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .tab-wrapper .tab-back:hover {
  opacity: 1;
}
body .tab-wrapper .tab-holder {
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
body .tab-wrapper .tab-holder .tab {
  display: inline-block;
  padding: 10px;
  min-width: 130px;
  text-align: center;
  font-size: 16px;
  color: white;
  cursor: pointer;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
body .tab-wrapper .tab-holder .tab.current, body .tab-wrapper .tab-holder .tab:hover {
  border-bottom: solid 2px white !important;
}
body .tab-wrapper .tab-content {
  overflow: hidden;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
body .tab-wrapper .tab-content.visible {
  max-height: 100%;
  opacity: 1;
}
body .tab-wrapper .tab-content.hidden {
  max-height: 0;
  opacity: 0;
}
body .galleries .gallery .toggle-block {
  overflow: visible;
}
body .galleries .gallery .toggle-block-header .col {
  padding-left: 20px;
  padding-right: 30px;
}
body .galleries .gallery .gal-head {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
body .galleries .gallery .gal-head .pics-count {
  color: rgba(255, 255, 255, 0.5);
}
body .galleries .gallery .gal-body {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0px;
  text-align: center;
  margin-bottom: 20px;
  /*
  				& .col {
  					padding: 0;
  				}
  */
}
body .galleries .gallery .gal-body .item {
  display: inline-block;
  cursor: pointer;
  z-index: 8;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
body .galleries .gallery .gal-body .item:hover {
  box-shadow: 0 2px 10px 0 black;
  z-index: 9;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .galleries .gallery .gal-body .item img {
  max-width: 100%;
}
body .galleries .gallery .gal-body .item .caption {
  font-size: 16px;
  text-align: left;
  padding: 6px 12px;
  color: white;
}
body .contacts {
  text-align: center;
}
body .contacts .contact {
  display: inline-block;
  text-align: center;
  width: 280px;
  vertical-align: top;
  margin-bottom: 20px;
}
body .contacts .contact .photo {
  margin: 20px 0;
}
body .contacts .contact .photo img {
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
body .contacts .contact .name,
body .contacts .contact .phone {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
body .contacts .contact .position {
  margin-bottom: 10px;
}
body .contacts .contact .phone a,
body .contacts .contact .email a {
  color: white;
}
body .contacts .address {
  text-align: left;
}
body .contacts .address .address-line {
  color: white;
  font-weight: bold;
}
body .contacts .address .address-line a {
  color: white;
}
body .contacts .map {
  margin: 20px 0;
}
body .calendar {
  padding: 0;
}
body .calendar .arrow {
  height: 100%;
  width: 48px;
  display: inline-block;
  opacity: 0.5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
@media (max-width: 767.98px) {
  body .calendar .arrow {
    width: 32px;
    background-size: 50%;
  }
}
body .calendar .arrow:hover {
  opacity: 1;
}
body .calendar .arrow.slick-prev {
  background-image: url(/img/interface/arrow-left-b.png);
}
body .calendar .arrow.slick-next {
  background-image: url(/img/interface/arrow-right-b.png);
}
body .calendar .timeline {
  border-top: solid 2px rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-top: 20px;
}
body .calendar .timeline .time {
  height: 100%;
  width: 48px;
  display: inline-block;
  opacity: 0.5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
@media (max-width: 767.98px) {
  body .calendar .timeline .time {
    width: 32px;
    background-size: 50%;
  }
}
body .calendar .timeline .time:hover {
  opacity: 1;
}
body .calendar .timeline .time.left {
  background-image: url(/img/interface/arrow-left-b.png);
}
body .calendar .timeline .time.right {
  background-image: url(/img/interface/arrow-right-b.png);
}
body .calendar .timeline .dates {
  text-align: center;
}
body .calendar .timeline .dates .date {
  width: 19%;
  display: inline-block;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.6;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 575.98px) {
  body .calendar .timeline .dates .date {
    width: 18%;
  }
}
body .calendar .timeline .dates .date.active, body .calendar .timeline .dates .date.slick-current, body .calendar .timeline .dates .date:hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body .calendar .timeline .dates .date.active {
  cursor: default;
}
body .calendar .timeline .dates .date .day-month {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 575.98px) {
  body .calendar .timeline .dates .date .day-month {
    font-size: 18px;
    line-height: 18px;
  }
}
body .calendar .timeline .dates .date .day-month .day {
  color: white;
  font-weight: bold;
}
body .calendar .timeline .dates .date .year {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  body .calendar .timeline .dates .date .year {
    font-size: 12px;
  }
}
body .calendar .event {
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.7);
  padding: 24px 0px 30px 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
body .calendar .event .col {
  padding-right: 12px;
}
body .calendar .event h2 {
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  border-bottom: solid 2px rgba(255, 255, 255, 0.25);
  padding-bottom: 20px;
  margin: 0 15px 20px 0;
}
body .calendar .event .event-text {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 490px;
  padding-right: 12px;
}
body .calendar .event .event-text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .calendar .event .event-text::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body .calendar .event .event-text::-webkit-scrollbar-thumb {
  background-color: rgba(36, 124, 162, 0.8);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body .calendar .event .event-text::-webkit-scrollbar-thumb:hover {
  background-color: #247ca2;
}
body .calendar .event .event-text p {
  text-align: justify;
  text-indent: 30px;
}
body .calendar .event .event-text img {
  float: right;
  margin: 0 0 8px 16px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 767.98px) {
  body .calendar .event .event-text img {
    width: 150px;
    height: 150px;
  }
}
body .footer {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  padding-top: 10px;
}
body .footer p {
  margin-bottom: 0px;
  line-height: 1.4;
}
body .footer a {
  color: rgba(255, 255, 255, 0.5);
}

.slider {
  display: none;
}

.owl-carousel {
  /*
  img {
  	width:1110px;
  }
  video {
  	width:1110px;
  }
  */
}
@media (min-width: 768px) and (max-width: 1200px) {
  .owl-carousel {
    /*
    img, video {
    	width:1100px !important;
    }
    */
  }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    top: 50% !important;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .owl-carousel {
    /*
    img, video {
    	width:676px !important;
    }
    */
  }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    top: 25% !important;
  }
}
@media (max-width: 375px) {
  .owl-carousel {
    /*
    img, video {
    	width:375px;
    }
    */
  }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    top: 25% !important;
  }
}

/*# sourceMappingURL=main.css.map */
