

/* Start:/bitrix/templates/division/components/bitrix/menu/main_menu/style.min.css?1501334953490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(../../../../../templates/division/components/bitrix/menu/main_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/division/components/bitrix/news.lis/socials/style.css?1501334955150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/division/components/bitrix/menu/bottom_menu/style.min.css?1501334953490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(../../../../../templates/division/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/division/styles.css?166915222752718*/
@charset "UTF-8";
/* Сбрасываем значения по умолчанию для элементов | Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

header, section, footer {
  clear: both;
}

/* Всегда показывать полосу прокрутки (чтобы сайт не прыгал, когда на других страницах нет данной полосы)
   force a vertical scrollbar to prevent a jumpy page */
html {
  /*overflow-y: scroll;*/
}

/* Добавляем буллеты к UL и цифры к OL, т.к. в контенте могут использоваться стандартные списки
	we can use default ULs & OLs with bullets */
ul {
  list-style: outside disc;
  margin: 15px 0 15px 30px;
}

ol {
  list-style: outside decimal;
  margin: 15px 0 15px 30px;
}

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

td, td img {
  vertical-align: top;
}

/* Сбрасываем отступы у элементов форм
	Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
  outline: none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input, select {
  vertical-align: middle;
}

input[type=radio], input[type=checkbox] {
  margin: 1px 4px 4px 0;
}

input[type=text], input[type=password] {
  border-radius: 0;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 0;
  -webkit-appearance: none;
}

/* Решение проблемы с обрезанием стилизованных кнопок в IE | make buttons play nice in IE */
button, input[type=submit] {
  width: auto;
  overflow: visible;
}

.ie7 input[type=submit], .ie7 input[type=reset], .ie7 input[type=button] {
  filter: chroma(color=#000000);
}

/* Курсор-указатель на кликабельных элементах | hand cursor on clickable elements */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}

blockquote, q {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* Стандартизируем моноширные элементы | standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/* Устанавливаем произвольный цвет для выделения (не забываем убрать тень для текста)
	Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
/* ::-moz-selection{ background:#fcd700; color:#fff; text-shadow:none; } */
/* ::selection { background:#fcd700; color:#fff; text-shadow:none; } */
/* Устанавливаем произвольный цвет подсветки ссылок на Apple устройствах: j.mp/webkit-tap-highlight-color */
/* a:link {-webkit-tap-highlight-color:#fcd700;} */
/* Правильный ресайз картинок в IE7
	scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* Сброс float блоков | let's clear some floats */
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

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

/* Coded in LiveHTML :: http://livehtml.ru */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: white;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #ffb000;
}

.slick-dots li.slick-active button {
  background: #ffb000;
}

@font-face {
  font-family: 'geometria';
  src: url("../../../../../templates/division/fonts/geometria.eot");
  src: url("../../../../../templates/division/fonts/geometria.eot") format("embedded-opentype"), 
		url("../../../../../templates/division/fonts/geometria.woff") format("woff"), 
		url("../../../../../templates/division/fonts/geometria.ttf") format("truetype");
}

@font-face {
  font-family: 'geometriaextralight';
  src: url("../../../../../templates/division/fonts/geometriaextralight.eot");
  src: url("../../../../../templates/division/fonts/geometriaextralight.eot") format("embedded-opentype"), 
  url("../../../../../templates/division/fonts/geometriaextralight.woff") format("woff"), 
  url("../../../../../templates/division/fonts/geometriaextralight.ttf") format("truetype");
}

@font-face {
  font-family: 'geometrialight';
  src: url("../../../../../templates/division/fonts/geometrialight.eot");
  src: url("../../../../../templates/division/fonts/geometrialight.eot") format("embedded-opentype"), 
  url("../../../../../templates/division/fonts/geometrialight.woff") format("woff"), 
  url("../../../../../templates/division/fonts/geometrialight.ttf") format("truetype");
}

@font-face {
  font-family: 'geometriathin';
  src: url("../../../../../templates/division/fonts/geometriathin.eot");
  src: url("../../../../../templates/division/fonts/geometriathin.eot") format("embedded-opentype"), 
  url("../../../../../templates/division/fonts/geometriathin.woff") format("woff"), 
  url("../../../../../templates/division/fonts/geometriathin.ttf") format("truetype");
}

@font-face {
  font-family: 'geometriamed';
  src: url("../../../../../templates/division/fonts/geometriamed.eot");
  src: url("../../../../../templates/division/fonts/geometriamed.eot") format("embedded-opentype"), 
  url("../../../../../templates/division/fonts/geometriamed.woff") format("woff"), url("../../../../../templates/division/fonts/geometriamed.ttf") format("truetype");
}

@font-face {
  font-family: 'geometriabold';
  src: url("../../../../../templates/division/fonts/geometriabold.eot");
  src: url("../../../../../templates/division/fonts/geometriabold.eot") format("embedded-opentype"), url("../../../../../templates/division/fonts/geometriabold.woff") format("woff"), url("../../../../../templates/division/fonts/geometriabold.ttf") format("truetype");
}

@font-face {
  font-family: 'geometriaextrabold';
  src: url("../../../../../templates/division/fonts/geometriaextrabold.eot");
  src: url("../../../../../templates/division/fonts/geometriaextrabold.eot") format("embedded-opentype"), url("../../../../../templates/division/fonts/geometriaextrabold.woff") format("woff"), url("../../../../../templates/division/fonts/geometriaextrabold.ttf") format("truetype");
}

@font-face {
  font-family: 'division';
  src: url("../../../../../templates/division/fonts/iconfont/division.ttf@lggk19") format("truetype"), url("https://di.vision/bitrix/templates/division/fonts/iconfont/fonts/division.woff?lggk19") format("woff"), url("https://di.vision/bitrix/templates/division/fonts/iconfont/fonts/division.svg?lggk19") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'division' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-be:before {
  content: "\e903";
}

.icon-vk:before {
  content: "\e900";
}

.icon-fb:before {
  content: "\e901";
}

.icon-v:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e904";
}

[class^="social-icon-"] {
  background: url("../../../../../templates/division/images/social_sprite.png");
  width: 47px;
  height: 46px;
  display: inline-block;
  background-size: 1438.298% 243.478%;
}

.social-icon-v {
  background-position: 0 1.515%;
}

.social-icon-v:hover {
  background-position: 0 98.484%;
}

.social-icon-be {
  background-position: 12.56% 1.5151%;
}

.social-icon-be:hover {
  background-position: 12.56% 98.484%;
}

.social-icon-fb {
  background-position: 24.96% 1.5151%;
}

.social-icon-fb:hover {
  background-position: 24.96% 98.484%;
}

.social-icon-vk {
  background-position: 37.52% 1.5151%;
}

.social-icon-vk:hover {
  background-position: 37.52% 98.484%;
}

.social-icon-vb {
  background-position: 50.079% 1.5151%;
}

.social-icon-vb:hover {
  background-position: 50.079% 98.484%;
}

.social-icon-wc {
  background-position: 62.629% 1.5151%;
}

.social-icon-wc:hover {
  background-position: 62.629% 98.484%;
}

.social-icon-tg {
  background-position: 75.04% 1.5151%;
}

.social-icon-tg:hover {
  background-position: 75.04% 98.484%;
}

.social-icon-in {
  background-position: 87.599% 1.5151%;
}

.social-icon-in:hover {
  background-position: 87.599% 98.484%;
}

.social-icon-ln {
  background-position: 100.159% 1.5151%;
}

.social-icon-ln:hover {
  background-position: 100.159% 98.484%;
}

html {
  height: 100%;
  min-width: 320px;
}

body {
  font: normal normal 21px/26px "geometria", Arial, Helvetica, sans-serif;
  background: #131313;
  color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  position: relative;
  overflow: auto;
  height: auto;
}

body:after {
  content: '';
  display: block;
  height: 210px;
}

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

a:hover {
  text-decoration: none;
}

a.ajax-link {
  text-decoration: none;
  border-bottom: 1px dashed;
}

p {
  margin-bottom: 15px;
}

h1 {
  font: normal normal 54px/54px "geometriamed", Arial, Helvetica, sans-serif;
  color: #ffb000;
  text-transform: uppercase;
}

h3 {
  font: normal normal 39px/45px "geometriabold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h4 {
  font: normal normal 31px/40px "geometriabold", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  color: #ffb000;
}

* {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  box-sizing: border-box;
  padding: 0 96px;
}

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

header {
  height: 125px;
  background: #050505;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 994;
  transition: background-color .3s, transform .3s, height .3s;
}

header.header-abs {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(5, 5, 5, 0);
}

header.active {
  position: fixed;
  background: rgba(5, 5, 5, .85);
  height: 90px;
}

header.header-abs:hover {
  background-color: rgba(5, 5, 5, 0.7);
}

header .container {
  height: 100%;
}

header .flex-container {
  align-items: center;
  justify-content: space-between;
}

header .header-menu-link {
	transition: transform .3s, top .3s;
}

header.active .header-menu-link {
	transform: scale(.85, .85);
	top: 25px;
}
header.active  ~ .menu-popup .menu-link {
	top: 27px;
}

header .logo {
  display: block;
  width: 220px;
  transition: width .3s;
}

header.active .logo {
	width: 187px;
}

header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

header .header-navbar {
  white-space: nowrap;
  text-align: right;
}

header .lang-unit {
  margin-right: 100px;
}

header .lang-unit a {
  margin-left: 56px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 42px;
  text-decoration: none;
}

header .lang-unit a.current {
  color: #ffb000;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 210px;
  width: 100%;
  background: #050505;
}

footer .container {
  position: relative;
}

footer .flex-container {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

footer .flex-container .flex-child {
  width: auto;
}

footer .copyright-unit .logo {
  color: #ffb000;
  font: normal normal 30px/1 "geometriaextralight", Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin-bottom: 28px;
  display: inline-block;
}

footer .copyright-unit .copyright-text, footer .copyright-text{
  font-size: 15px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 10px;
}

footer .nav-unit {
  text-align: right;
  padding-top: 5px;
}

footer .nav-unit .designby {
  font: normal normal 19px/1 "geometriaextralight", Arial, Helvetica, sans-serif;
  color: #ffb000;
  margin-bottom: 27px;
  text-transform: uppercase;
}

footer nav {
  margin-bottom: 16px;
  white-space: nowrap;
}

footer nav a {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 13px;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  text-decoration: none;
}

footer nav a:after {
  content: '';
  display: block;
  background: #ffb000;
  width: 2px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

footer nav a:last-child {
  padding-right: 0;
  margin-right: 0;
}

footer nav a:last-child:after {
  content: none;
}

footer .social-unit {
  text-align: center;
}

footer .social-unit.is-desktop-m {
  display: none;
  text-align: left;
}

footer .social-unit.is-desktop-m a:first-child {
  margin-left: 0;
}

.menu-link {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 50%;
  margin-right: -860px;
  top: 38px;
  z-index: 5500;
  background: transparent;
}

.menu-link div{
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: white;
  transition: 0.2s;
/*  -webkit-transform: translate(-50%, -50%);*/
/*  transform: translate(-50%, -50%);*/
}
.menu-link .menu-link-lt{
  left: 0;
  top: 0;
}
.menu-link .menu-link-lb{
  left: 0;
  bottom: 0;
}
.menu-link .menu-link-rt{
  right: 0;
  top: 0;
}
.menu-link .menu-link-rb{
  right: 0;
  bottom: 0;
}

.menu-link:before, .menu-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-link:after {
  width: 4px;
  height: 100%;
}

.menu-link.active {
  background: none;
  position: fixed;
/*
  -webkit-transform:  rotate(45deg);
  transform: rotate(45deg);
*/
}
.menu-link.active div{
  background: none;    
}

.popup-menu-link.menu-link.active:before, .popup-menu-link.menu-link.active:after {
  background: #ffb000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  box-sizing: border-box;
  padding-bottom: 165px;
  overflow: hidden;
  display: none;
}

.menu-popup.active nav {
  left: 50%;
}

.menu-popup nav {
  left: -25%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  padding-bottom: 165px;
  transition: .3s;
  min-width: 50%;
}

.menu-popup nav .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  font: normal normal 7.6vh/7vh "geometriaextrabold", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.menu-popup nav .nav-item a:hover {
  color: #ffb000;
}

.menu-popup .social-unit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #131313;
  height: 165px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-popup .social-unit a {
  width: 81px;
  height: 82px;
  font-size: 50px;
}

.menu-popup .social-unit a i {
  line-height: 82px;
}

.nav-panel {
  top: 125px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 994;
  transition: top .3s;
  background: #131313;
}

.active + .nav-panel {
  top: 90px;
}

.nav-panel + .layout {
  padding-top: 198px;
}

.nav-panel + .layout.projects-padding {
  padding-top: 225px;
}

.nav-panel .for-heading {
  height: 56px;
  position: relative;
  overflow: hidden;
}

.nav-panel .for-heading h1 {
  position: absolute;
  white-space: nowrap;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.nav-panel .for-heading h1.is-animated span {
  top: 0;
}

.nav-panel .for-heading h1 span {
  position: relative;
  top: 60px;
}

.nav-panel .for-heading h1 span.color {
  color: white;
  transition: 0.3s;
}

.nav-panel .for-heading h1 span.reg {
  transition: 0.2s;
  transition-delay: 0.1s;
}

.nav-panel nav {
  background: #ffb000;
  min-height: 44px;
}

.nav-panel nav .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px 0 3px;
}

.nav-panel nav .nav-menu a {
  font-size: 20px;
  line-height: 1;
  color: #4f4f4f;
  margin-right: 40px;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.nav-panel nav .nav-menu a:last-child {
  margin-right: 0;
}

.nav-panel nav .nav-menu a.active {
  color: #050505;
}

.top-section {
  box-shadow:0 0 0 100vh rgba(0, 0, 0, 0.3) inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-section .container {
  position: relative;
  min-height: 100vh;
  padding-top: 200px;
  box-sizing: border-box;
}

.top-section .flex-container {
  align-items: flex-end;
}

.top-section .top-section-project {
  margin-bottom: 93px;
  max-width: 600px;
}

.top-section .top-section-project .top-section-project-title {
  font: normal normal 42px/50px "geometriaextrabold", Arial, Helvetica, sans-serif;
  color: #ffb000;
  margin-bottom: 20px;
}

.top-section .top-section-project .top-section-project-descr {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 0 40px;
  box-sizing: border-box;
  border: 1px solid #af8e2a;
  height: 59px;
  font: normal normal 24px/58px "geometriabold", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.btn:hover {
  background: #ffb000;
  border-color: #ffb000;
}

.btn.btn-white {
  background: white;
  border-color: white;
  color: #ffb000;
}

.color-section {
  background: #ffb000;
  padding: 115px 0;
}

.frame-unit {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
  border: 1px solid white;
  padding: 40px;
  text-align: center;
  color: #212121;
  box-sizing: border-box;
}

.frame-unit .frame-unit-title {
  text-transform: uppercase;
  font: normal normal 30px/35px "geometriamed", Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0 15px;
  background: #ffb000;
  position: relative;
  top: -55px;
  z-index: 1;
}

.frame-unit .frame-unit-body {
  font: normal normal 30px/42px "geometria", Arial, Helvetica, sans-serif;
  max-width: 80%;
  margin: 0 auto 40px;
}

.partners-section{
  padding: 100px !important;
  background-color: #fff;
  color: #212121;
  position: relative;
}
.partners-title {
	text-transform: uppercase;
    font: normal normal 30px/35px "geometriamed", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 80px;
}

.partners-list-name {
  position: relative;
  font: normal normal 30px/35px "geometria", Arial, Helvetica, sans-serif;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.partners-arrow-btn {
	width: 0;
	height: 0;
	position: absolute;
	top: 49%;
	top: calc(50% - 17.5px);
	cursor: pointer;
	z-index: 99;
}

.partners-next-arrow-btn {
	border-style: solid;
	border-width: 17.5px 0 17.5px 18px;
	border-color: transparent transparent transparent #ffae00;
	right: -40px;
}	

.partners-prev-arrow-btn {
	border-style: solid;
	border-width: 17.5px 18px 17.5px 0;
	border-color: transparent #ffae00 transparent transparent;
	left: -40px;
}	

.contacts-section {
  padding: 50px 0 30px;
}

.contacts-section .flex-container {
  justify-content: space-between;
}

.contacts-section .contacts-unit {
  margin-right: 30px;
}

.contacts-section .contacts-list {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}

.contacts-section .contacts-list:last-child {
  margin-right: 0;
}

.contacts-section .contacts-list .contacts-list-item {
  margin-bottom: 35px;
}

.contacts-section .contacts-list .contacts-list-item .contacts-list-depart {
  margin-bottom: 3px;
}

.contacts-section .contacts-list .contacts-list-item .contacts-list-mail-link {
  font-family: "geometriathin", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.contacts-section .locations-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 570px;
}

.contacts-section .locations-list .locations-list-item {
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  min-width: 158px;
}

.contacts-section .locations-list .locations-list-item .locations-list-title {
  font-family: "geometriabold", Arial, Helvetica, sans-serif;
  margin-bottom: 28px;
  white-space: nowrap;
}

.contacts-section .locations-list .locations-list-item .location-list-time {
  margin: 0 auto;
}

.contacts-section .locations-list .locations-list-item .location-list-time img {
  display: block;
  width: 100%;
}

.contacts-section .locations-list .locations-list-item:last-child {
  margin-right: 0;
}

.social-unit {
  white-space: nowrap;
}

.social-unit a {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  text-align: center;
 /* background: #212121;
  color: #050505;*/
  text-decoration: none;
  margin: 0 14px;
  font-size: 30px;
  line-height: 46px;
  border-radius: 50%;
}

.social-unit a i {
  line-height: 46px;
}

/*.social-unit a:hover {
  background: #ffb000;
}*/

.projects-unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  min-height: 750px;
}

.projects-unit .projects-item {
  width: 20%;
  height: 60vh;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  position: relative;
}

.projects-unit .projects-item:hover .projects-item-overlay {
  opacity: 1;
}

.projects-unit .projects-item:hover .projects-item-content {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-unit .projects-item .projects-item-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  text-align: center;
  overflow: hidden;
  transition: 0.2s;
  opacity: 0;
}

.projects-unit .projects-item .projects-item-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 20px;
  transition: 0.4s ease-out;
  transition-property: top transform;
  transition-delay: 0.2s;
}

.projects-unit .projects-item .projects-item-name {
  color: #ffb000;
  text-transform: uppercase;
  font: 30px/35px "geometriamed", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  display: block;
}

.projects-unit .projects-item .projects-item-separator {
  width: 11px;
  height: 11px;
  background: #ffb000;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.projects-unit .projects-item .projects-item-descr {
  font: 18px/21px "geometria", Arial, Helvetica, sans-serif;
  display: block;
  max-width: 65%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.ajax-container-service .project-card {
  margin-bottom: 0;
}

.project-card {
  /*padding-top: 150px;
  padding-bottom: 50px;*/
  position: relative;
  margin-bottom: 100px;
}

.project-card .left-block {
	width: 45%;
}

.project-card .right-block {
	width: 55%;
}

.project-card .close-link, .modal .close {
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffb000;
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: center;
  color: #ffb000;
  font-size: 38px;
  z-index: 1;
}

.project-card .close-link:before, .modal .close:before {
  content: "";
  font-family: 'division' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-container {
  padding-top: 100px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row-reverse nowrap;
}

.video-container .video-details {
  position: absolute;
  left:0;
  width: 500px;
  padding-right: 70px;
  flex: 0 0 500px;
}

.video-container .video-details .video-details-item {
  margin-bottom: 28px;
}

.video-container .video-details .video-details-title {
  color: #565656;
  font: 22px/26px "geometriamed", Arial, Helvetica, sans-serif;
}

.video-container .video-details .video-details-content {
  font: 22px/26px "geometrialight", Arial, Helvetica, sans-serif;
}

.video-container .video-details .video-details-content span {
  display: block;
}

.video-container .video-unit {
  padding-right: 120px;
  max-width: 63%;
}

.video-container .video-unit img {
  display: block;
  width: 100%;
}

.video-container .video-unit iframe {
  min-width: 815px;
  min-height: 458px;
}

.map-unit {
  position: relative;
  width: 100%;
  height: 560px;
  margin-bottom: 65px;
}

.map-unit .map-place {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.map-unit .map-place.active {
  opacity: 1;
  z-index: 5;
}

.map-unit .map-place .map {
  width: 100%;
  height: 100%;
}

.address-unit {
  text-align: center;
  margin-bottom: 70px;
}

.address-unit .address-place {
  display: none;
}

.address-unit .address-place.active {
  display: block;
}

.address-unit .address-unit-title {
  text-transform: uppercase;
  font: 24px/35px "geometriabold", Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}

.address-unit .address-unit-content {
  font: 24px/35px "geometria", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

.address-unit .address-unit-content span {
  display: block;
}

.contacts-slider {
  max-width: 1550px;
  margin: 0 auto 155px;
}

.contacts-slider.slick-slider {
  margin-bottom: 155px;
}

.contacts-slider .slide {
  height: 442px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.clock {
  width: 85px;
  height: 85px;
  background-color: #131313;
  border-radius: 100%;
  margin: 0 auto;
}

.clock .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #131313;
  border: 1.18056px solid #ffb000;
  border-radius: 100%;
}

.clock .hand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.42857px;
  background-color: #ffb000;
}

.clock .hand.hour {
  height: 23.61111px;
  margin-top: -13.07692px;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 13.07692px;
  transform-origin: 0 13.07692px;
}

.clock .hand.minute {
  height: 34px;
  margin-top: -18.08511px;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 18.08511px;
  transform-origin: 0 18.08511px;
}

.clock .hand.minute:before, .clock .hand.minute:after {
  content: '';
  display: inherit;
  position: inherit;
  left: inherit;
  background-color: inherit;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clock .hand.minute:before {
  top: 35.41667px;
  width: 6.07143px;
  height: 6.07143px;
}

.services-unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
    margin: 0 10%;
	padding: 5% 0;
}

.services-unit .services-item {
  width: 25%;
  height: 30vh;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  position: relative;
/*  margin-left: 10%;*/
/*  margin-right: 10%;*/
}


.services-unit .services-item-overlay:hover {
  background-color: #1b1b1b;
}



.services-unit .services-item .services-item-content {
  display: block;
/*  left: 50%;*/
/*  top: 100%;*/
  width: 100%;
  height: 70%;
/*  -webkit-transform: translate(-50%, 0);*/
/*  transform: translate(-50%, 0);*/
  padding: 0 20px 20px 20px;
  transition: 0.4s ease-out;
  transition-property: top transform;
  transition-delay: 0.2s;
}

.services-unit .services-item .services-item-pic {
  display: block;
  position: relative;
/*  position: absolute;*/
  background-position: center;
  width: 150px;
  height: 150px;
  left: 0;
  right: 0;
    bottom: 0px;
  margin: 0 auto;
}
.services-unit .services-item .services-item-pic img{
  width: 150px;
  height: 150px;
}

.services-unit .services-item .services-item-name {
  display: block;
/*  position: absolute;*/
  position: relative;
  color: #ffb000;
  text-transform: uppercase;
  font-size: 16px;
/*  font:  "geometriamed", Arial, Helvetica, sans-serif;*/
  text-align: center;
  width: 100%;
    margin: 0 auto;
/*  bottom: 10px;*/
}

.services-item-overlay {
  display: block;
  width: 220px;
  margin: 0 auto;
  height: 78%;
  text-decoration: none;
}

.text-container {
  position: relative;
  width: 100%;
  /*height: 450px;*/
  display: inline-flex;

}

.title-details {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 3;
  padding-top: 150px;

  background-color: #131313;
  padding-left: 8%;

}
.text-container-no-rel {
	position: static;
}

.title-details img{
  position: relative;
  display: block;
  left: -45px;
  top: -40px;
  width: 320px;
}
.title-details img.flat{
  left: -88px;
  top: -70px;
}
.title-details img.square-img{
  width: 350px;
  left: -60px;
  top: -20px;
}

.title-details img.vert-img{
  width: 350px;
  left: -110px;
  top: -20px;
}


.title-details span{
  position: relative;
  display: block;
  top: -90px;
  text-transform: uppercase;
  font: 35px/42px "geometriaextrabold", Arial, Helvetica, sans-serif;
  color: #ffb000;
}

.title-details img.square-img + span{
  top: 0px;
}

.title-details img.vert-img + span{
  top: 0px;
}

.text-unit {
  position: absolute;
  left: 40%;
  top: 0;
  bottom: 0;
  right: -96px;
  background-color: #1b1b1b;
  padding: 150px 100px 0 50px;
  z-index: 2;
}

.title-details {
  left: -96px;
 }

.text-unit div {
	opacity: 0;
	transition: opacity .5s linear 1.5s;
}

.title-details-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 42%;
	background-color: #131313;
	z-index: 0;
	transform: translate(-200%, 0);
	transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-animated .title-details {
  transition: transform 1.1s;
}

.title-details {
  transform: translate(100%, 0);
  transition: transform 2.8s;
}

.is-animated .project-card .title-details, 
.is-animated .title-details-wrap,
.is-animated .project-card .text-unit, 
.is-animated .project-card .text-unit div,
.is-animated .project-card .close-link {
	transform: translate(0, 0);
	opacity: 1;
}

.ajax-container-service .container,
.ajax-container-service .project-card,
.ajax-container-service .text-container{
  height: 100%;
}

.layout {
	position: relative;
}

.active + .nav-panel + .layout #ajax-container {
  padding-top: 163px;
}


.active + .nav-panel + .layout #ajax-container.ajax-container-project-add-padding {
  padding-top: 190px;
}

.ajax-container-service-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #131313;
}

#ajax-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: 993;
  position: fixed;
  padding-top: 198px;
}
#ajax-container.ajax-container-project-add-padding {
  padding-top: 225px;
}

.scroll {
  overflow: auto;
  overflow-y: scroll;
}

.fixed {
  overflow: hidden;
}

.ajax-container-project {
    background-color: #131313;
}

.ajax-container-service .text-unit .close-link {
  display: block;
}

.ajax-container-service .close-link {
 display: none;
}

@media (max-width: 1599px) {
	.text-unit {
		right: -50px;
	}

  .title-details {
    left: -50px;
  }
}

@media (max-width: 999px) {
	.text-unit {
        right: -30px;
	}

  .title-details {
    left: -30px;
  }

    .title-details img {
        width: 300px;
        left: -42px;
    }
}
/*
 .container, .layout, .project-card, .text-container{
    height: 100%;
}
*/


@media (max-width: 1920px) {
  .menu-link {
    right: 100px;
    margin-right: 0;
  }
}

@media (max-width: 1599px) {
  .container {
    padding: 0 50px;
  }
  .menu-link {
    right: 50px;
  }
/*
  footer .flex-container .flex-child {
    width: auto;
  }
*/  
 .projects-unit .projects-item {
  width: 25%;
  /*    height: 70vh;*/
    }
  .projects-unit .projects-item .projects-item-descr {
    max-width: none;
  }
  
  .video-container .video-unit iframe {
  min-width: 640px;
  min-height: 360px;
}

}

@media (max-width: 1399px) {
  .projects-unit .projects-item {
    width: 33.33%;
/*    height: 70vh;  */
  }

  .contacts-section .contacts-list {
    display: block;
  }
  footer .copyright-unit .logo {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  footer .copyright-unit .copyright-text {
    display: inline;
  }
  footer .social-unit.is-desktop-l {
    display: none;
  }
  footer .social-unit.is-desktop-m {
    display: block;
  }
  .project-card .close-link {
/*    right: 0;*/
  }
  
  
  .video-container .video-details {
    width: 300px;
    padding-right: 50px;
    flex: 0 0 350px;
  }
  .video-container .video-details .video-details-title {
    color: #565656;
    font: 20px/26px "geometriamed", Arial, Helvetica, sans-serif;
  }
  .video-container .video-details .video-details-content {
    font: 20px/26px "geometrialight", Arial, Helvetica, sans-serif;
  }
  .video-container .video-unit {
/*    padding-right: 0;*/
  }
  .text-container {
    /*height: 500px;*/
  }
}

@media (max-width: 1199px) {
  body:after {
    height: 280px;
  }
/*
  .projects-unit .projects-item {
    width: 50%;
  }
*/
.video-container .video-unit iframe {
  min-width: 640px;
  min-height: 360px;
  }

  .contacts-section .locations-list {
    flex-wrap: wrap;
  }
  
  .text-container {
    /*height: 600px;*/
  }
  footer {
    height: 280px;
  }
  footer .container.flex-container {
    display: block;
    box-sizing: border-box;
    padding-top: 40px;
  }
  footer .copyright-unit {
    margin-bottom: 40px;
  }
  footer .nav-unit {
    text-align: left;
  }
  footer nav {
    white-space: normal;
  }

  footer .qr-code {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
  }
}

@media (max-width: 999px) {
  .container {
    padding: 0 30px;
  }
  .menu-link {
    right: 30px;
  }
  .contacts-section .container.flex-container {
    display: block;
  }
  .contacts-section .contacts-unit {
    margin-bottom: 50px;
    font-size: 0;
  }
  .contacts-section .locations-unit {
    margin-bottom: 50px;
  }
  .contacts-section .contacts-list {
    display: inline-block;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding-right: 60px;
    font: normal normal 21px/26px "geometria", Arial, Helvetica, sans-serif;
  }
  .menu-popup {
    padding-bottom: 130px;
  }
  .menu-popup nav {
    padding-bottom: 130px;
  }
  .menu-popup nav .nav-item a {
    font-size: 35px;
    line-height: 34px;
  }
  .menu-popup .social-unit {
    height: 130px;
  }
  .menu-popup .social-unit a {
    width: 46px;
    height: 47px;
    margin: 0 22px;
    font-size: 30px;
    line-height: 46px;
  }
  .menu-popup .social-unit a i {
    line-height: 46px;
  }
  .video-container {
    display: block;
  }
  .video-container .video-unit {
    margin-bottom: 60px;
    max-width: 100%;
  }
  .video-container .video-details {
    position: relative;
    left:auto;
    width: auto;
    padding-right: 0;
  }
  .video-container .video-details .video-details-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .video-container .video-details .video-details-item {
    width: 50%;
  }
  .map-unit {
    height: 350px;
  }
  .contacts-slider .slide {
    height: 250px;
  }
  .services-unit {
    margin: 0 5%;
	padding: 3% 0;
  }
  .services-unit .services-item {
    width: 33%;
  }
  .text-container {
    /*height: 740px;*/
  }
}

@media (max-width: 767px) {
  .ajax-container-service .text-unit {
    background-color: #131313;
  }

  .container {
    padding: 0 20px;
  }
  .menu-link {
    right: 20px;
  }
  /*header .logo {*/
  /*  width: 150px;*/

  /*}*/
  
  .contacts-section .contacts-list {
    display: block;
    padding: 0;
    width: auto;
  }
  .menu-popup {
    padding-bottom: 100px;
  }
  .menu-popup nav {
    padding-bottom: 100px;
  }
  .menu-popup nav .nav-item a {
    font-size: 25px;
    line-height: 24px;
  }
  .menu-popup .social-unit {
    height: 100px;
  }
  .menu-popup .social-unit a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .menu-popup .social-unit a i {
    line-height: 30px;
  }
  
  .video-container .video-unit iframe {
  min-width: 560px;
  min-height: 315px;
  }

  .projects-unit .projects-item {
    width: 50%;
    /*    height: 70vh;*/
      }
  .services-unit {
    margin: 0 0 !important;
	padding: 0 !important;
  }
  .text-container {
    position: relative;
    display: block;
    /*height: 700px;*/
  }
  .title-details img, .title-details img.flat, .title-details img.vert-img, .title-details img.square-img{
    width: auto;
    height: 250px;
    top: -45px;
    left: 0;
  }
  
  .title-details span{
    position: absolute;
    width: 50%;
    height: 200px;
    text-align: center;
    right: 0px;
    padding-top: 5%;
    font-size: 28px;
    top: 160px;
  }

  .ajax-container-service {
    background-color: #131313 !important;
  }
  .ajax-container-service .close-link {
    display: block;
  }
  .ajax-container-service .text-unit .close-link {
    display: none;
  }
  .title-details {
    position: static;
    width: 100%;
    float: none;
    transform: translate(0,0) !important
  }
  .text-unit {
    position: static;
   width: 100%;
    padding-top: 0;
  }

  footer .qr-code {
    position: static;
    margin: auto;
    transform: none;
    text-align: center;
  }

  footer {
    height: 410px;
  }

  body:after {
    height: 410px;
  }
}

@media (max-width: 599px) {
  body {
    font: normal normal 18px/24px "geometria", Arial, Helvetica, sans-serif;
  }
  body:after {
    height: 370px;
  }
  h1 {
    font: normal normal 40px/45px "geometriamed", Arial, Helvetica, sans-serif;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font: normal normal 24px/35px "geometriabold", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    color: #ffb000;
  }
  .container {
    padding: 0 15px;
  }
  .menu-link {
    right: 15px;
    top: 12px;
  }
  header {
     padding-top: 12px;
   }
  header.header-abs {
    background: rgba(5, 5, 5, 0.85);
  }
  header .container.flex-container {
    display: block;
  }
  header .logo {
    margin-bottom: 20px;
    width: 180px;
  }

  header.active .logo {
    /*padding-top: 12px;*/
    margin-bottom: 6px;
    width: 153px;
  }
  header .lang-unit {
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  header .lang-unit a {
    margin: 0;
  }
  header.active .header-menu-link {
    top: 10px;
  }

  .menu-link {
    width: 30px;
    height: 30px;
  }
  .menu-link div {
    width: 13px;
    height: 13px;
  }
  .btn {
    padding: 0;
    display: block;
    height: 50px;
    font: normal normal 20px/49px "geometriabold", Arial, Helvetica, sans-serif;
    text-align: center;
  }
  .top-section {
    background-position: center top;
  }
  .top-section .container {
    min-height: 100px;
    padding-bottom: 50px;
  }
  .top-section .top-section-project {
    margin-bottom: 0;
  }
  .top-section .top-section-project .top-section-project-title {
    font-size: 30px;
    line-height: 35px;
  }
  .top-section .top-section-project .top-section-project-descr {
    font-size: 18px;
    line-height: 24px;
  }
  .color-section {
    padding: 70px 0;
  }
  .frame-unit {
    padding: 20px;
  }
  .frame-unit .frame-unit-title {
    font-size: 22px;
    line-height: 1;
    top: -32px;
  }
  .frame-unit .frame-unit-body {
    max-width: none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .partners-section {
    padding: 100px 0 !important;
  }
  
  .partners-section h3{
    text-align: center; 
  }
  .partners-item{
    display: block; 
    text-align: center;    
    margin-bottom: 8px;
  }
  
  .partners-list-name:after{
    content: '';
    display: block;
    background: #ffb000;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: -3px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .contacts-section .contacts-unit {
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .contacts-section .locations-unit {
    text-align: center;
    margin-bottom: 0;
  }
  .contacts-section .contacts-list {
    font: normal normal 18px/24px "geometria", Arial, Helvetica, sans-serif;
  }
  .contacts-section .locations-list {
    justify-content: center;
  }
  .contacts-section .locations-list .locations-list-item {
    margin: 0 15px 30px;
  }
  .contacts-section .locations-list .locations-list-item:last-child {
    margin-right: 15px;
  }
  footer {
    height: 370px;
  }
  footer .copyright-unit {
    margin-bottom: 25px;
  }
  footer .copyright-unit .logo {
    font-size: 17px;
    line-height: 1;
    margin-right: 5px;
  }
  footer .copyright-unit .copyright-text {
    font-size: 11px;
    line-height: 1;
  }
  footer .social-unit a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 20px;
    line-height: 30px;
  }

  [class^="social-icon-"] {
    width: 30px;
    height: 30px;
  }

  footer .social-unit a i {
    line-height: 30px;
  }
  footer nav {
    margin-bottom: 15px;
    line-height: 20px;
  }
  footer nav a {
    font-size: 12px;
    line-height: 20px;
  }
  footer nav a:after {
    height: 14px;
    margin-top: -1px;
  }
  footer .nav-unit .designby {
    font: normal normal 14px/1 "geometriaextralight", Arial, Helvetica, sans-serif;
  }
  .nav-panel .for-heading h1 {
    bottom: -10px;
  }
  .nav-panel nav {
    min-height: 68px;
  }
  .nav-panel nav .nav-menu a {
    font-size: 18px;
    line-height: 1;
    margin-right: 20px;
  }
  .project-card {
    padding-top: 70px;
  }
  .project-card .close-link {
    height: 30px;
    width: 30px;
    font-size: 18px;
    right: 15px !important;
  }
  .video-container .video-details {
    width: auto;
    padding-right: 0;
  }
  .video-container .video-details .video-details-list {
    display: block;
  }
  .video-container .video-details .video-details-item {
    width: auto;
  }
  .video-container .video-details .video-details-item .video-details-title,
  .video-container .video-details .video-details-item .video-details-content {
    font-size: 18px;
    line-height: 24px;
  }

  .video-container .video-unit {
    padding-right: 0 !important;
  }
  
  .video-container .video-unit iframe {
  min-width: 500px;
  min-height: 281px;
  }



  .services-unit .services-item {
    width: 100%;
  }
  .text-container {
   /* height: 670px;*/
/*    position: relative;*/
/*    display: block;*/
/*    height: 700px;*/
  }
  .title-details img, .title-details img.square-img, .title-details img.vert-img, .title-details img.flat{
    height: 100px;
    width: auto;
    left: 0;
    top: 0;
  }

  .title-details span{
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
/*    right: 0px;*/
    padding-top: 0 !important;
    top: auto;
    font-size: 18px;
    line-height: 1.5;
  }
  .title-details {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .text-unit {
   width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .video-container {
    padding-top: 0;
  }


  footer .qr-code img {
    margin: 10px 0;
  }

  .active + .nav-panel + .layout #ajax-container.ajax-container-project-add-padding {
    padding-top: 200px;
  }

  #ajax-container.ajax-container-project-add-padding {
    padding-top: 240px;
  }


}/* END @media (max-width: 599px)*/

@media (max-width: 540px) {
  footer {
    height: 400px;
  }
  body:after {
    height: 400px;
  }
}

@media (max-width: 530px) {
  .video-container .video-unit iframe {
  min-width: 440px;
  min-height: 248px;
  }  
  .projects-unit .projects-item {
    width: 100%;
    height: 90vh;
  }

}

@media (max-width: 460px) {
  .video-container .video-unit iframe {
  min-width: 380px;
  min-height: 214px;
  }
}

@media (max-width: 400px) {
  .video-container .video-unit iframe {
  min-width: 320px;
  min-height: 180px;
  }
  .projects-unit .projects-item {
    width: 100%;
/*    height: 70vh;*/
  }

}

@media (max-width: 340px) {
  .video-container .video-unit iframe {
  min-width: 280px;
  min-height: 158px;
  }
  .projects-unit .projects-item {
    width: 100%;
    height: 70vh;
  }

}

@media (min-height: 1180px) {
  .menu-popup nav .nav-item a {
    font-size: 90px;
    line-height: 84px;
  }
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.contacts-slider.js-slider {
	display: none;
}

.contacts-slider.js-slider.active {
	display: block;
}

.ajax-container-project, .ajax-container-service {
    transform: translate(-100%, 0);
    transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) .5s, padding-top .3s;
    display: block !important;
}

.ajax-container-project.is-animated {
    transform: translate(0, 0);
}
.ajax-container-project .close-link,
.ajax-container-project .project-card {
    opacity: 0;
    transition: opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ajax-container-project.is-animated .close-link,
.ajax-container-project.is-animated .project-card {
    opacity: 1;

    transition: opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}

.ajax-container-service {
    transform: translate(-100%, 0);
    transition: transform 1.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    display: block !important;
    background-color: #1b1b1b;
}

.ajax-container-service.is-animated {
    transform: translate(0, 0);
    transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ajax-container-service .close-link {
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    right: 60px;
}

.ajax-container-service.is-animated .close-link {
  opacity: 1;
  transition: opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.close-link {
  z-index: 3 !important;
  opacity: 0;
}

.ajax-container-service .title-details span {
  display: block;
  padding: 60px 20px 0 0;
}

.ajax-container-service .title-details div{
  opacity: 0;
  transition: opacity .6s linear;
}

.ajax-container-service.is-animated .title-details div {
  opacity: 1;
  transition: opacity .6s linear 1.5s;
}

.ajax-container-service .text-unit p {
  opacity: 0;
  transition: opacity .6s linear .2s;
}

.ajax-container-service.is-animated .text-unit p {
  opacity: 1;
  transition: opacity .6s linear 1.3s;
}

.ajax-container-service .text-unit {
  /*transform: translate(-100%, 0);
  transition: transform 1.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);*/
}

.ajax-container-service.is-animated .text-unit {
  transform: translate(0, 0);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
}

.header-abs.active + .nav-panel {
  padding-top: 0;
}
/*.project-card .close-link {
  z-index: 3;
  opacity: 0;
  transform: translate(-2500%, 0);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s,
  opacity .5s linear 1.5s;
}*/

.aboutus-section .frame-unit {
  opacity: 0;
  transition: opacity .6s linear .3s;
}

.aboutus-section.is-animated .frame-unit {
  opacity: 1;
}

.partners-list-name-active {
  max-width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s;
}

.partners-list-name-active:hover {
  opacity: 1;
}
.partners-list-active-wrap {
  position: absolute;
  top: 0;
  width: 100%;
}

.partners-item {
  position: relative;
}

.locations-unit h3 {
  margin-left: 38px;
}

@media (max-width: 999px) {
  .locations-unit h3 {
    margin-left: 0;
  }
}

.yellow-line {
  background: #ffb000;
  min-height: 17px;
}

.modal .close {
  top: -70px;
  right: -70px;
  background-color: transparent;
}

.modal-content {
  border-radius: 0;
  background-color: #131313;
}

.modal-title {
  background-color: #ffb000;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
  font: normal normal 30px "geometriamed", Arial, Helvetica, sans-serif;
  padding: 15px;
}

.modal-header {
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 100px auto;
  }
}

.modal-open .modal {
  /*overflow-y: scroll;*/
}

.modal h3 {
  font-size: 16px;
  margin: 30px 0;
}

.modal h3:first-child {
  margin-top: 0;
}

.modal-body {
  padding: 30px 15px 40px 60px;
}

.modal-body-scroll {
  height: 400px;
  max-height: 100%;
}

.modal-body-scroll-wrap {
  padding-right: 30px;
}

.modal p {
  font-family: 'geometrialight';
  font-size: 16px;
}

.jspVerticalBar {
  width: 11px;
}

.jspTrack {
  background-color: #3d3d3d;
}

.jspDrag {
  background-color: #ffb000;
}

@media (min-width: 1580px) {
  .modal-lg {
    width: 1300px;
  }
  .modal-body {
    padding: 60px 15px 70px 100px;
  }
  .modal-body-scroll-wrap {
    padding-right: 70px;
  }
}

@media (max-width: 768px) {
  .modal-body {
    padding: 20px 10px 20px 20px;
  }
  .modal-dialog {
    margin-top: 90px;
    margin-right: 0;
  }
  .modal .close {
    right: 10px;
  }
  .modal-body-scroll-wrap {
    padding-right: 0;
  }
}

footer .nav-unit {
  text-align: left;
}

footer nav a {
  font: normal normal 19px/1 "geometria", Arial, Helvetica, sans-serif;
}


/* End */
/* /bitrix/templates/division/components/bitrix/menu/main_menu/style.min.css?1501334953490 */
/* /bitrix/templates/division/components/bitrix/news.lis/socials/style.css?1501334955150 */
/* /bitrix/templates/division/components/bitrix/menu/bottom_menu/style.min.css?1501334953490 */
/* /bitrix/templates/division/styles.css?166915222752718 */
