@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200,300,400,500,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Poiret+One&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC:200,300,400,500,600,700|Noto+Serif:400,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Spectral:300,400,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap&subset=cyrillic");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  position: relative;
  min-height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignright, div.alignright {
  margin: 1px 0 2px 10px;
  display: inline;
}
img.alignleft, div.alignleft {
  margin: 1px 10px 2px 0;
  display: inline;
}
#wpadminbar {
  display: none;
}
html {
  margin-top: 0 !important;
}
a {
  text-decoration: none;
}
/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  top: 0;
  width: 5%;
  bottom: 0;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url("/files/themes/bhrv/src/images/left-arrow.png") no-repeat center;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.2) url("/files/themes/bhrv/src/images/left-arrow.png") no-repeat center;
  color: transparent;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: 0;
  background: url("/files/themes/bhrv/src/images/right-arrow.png") no-repeat center;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:hover, .slick-next:focus {
  background: rgba(0, 0, 0, 0.2) url("/files/themes/bhrv/src/images/right-arrow.png") no-repeat center;
}
.category-service .slick-prev, .category-service .slick-next, .category-services .slick-prev, .category-services .slick-next {
  width: 7%;
  background-size: 50%;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  position: relative;
  left: 0;
  padding-top: 75px;
  transition: all 0.25s linear;
}
body.opened_nav {
  left: 20%;
  overflow: hidden;
}
a {
  transition: all 0.2s linear;
}
h1, h2, h3, h4, h5 {
  font-family: "Spectral", sans-serif;
}
header {
  padding: 10px 0;
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.25s linear;
}
header.opened_nav {
  left: 20%;
  right: -20%;
}
header > div {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1920px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}
header .header_nav a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 25px;
}
header .header_nav a:last-of-type {
  margin-right: 0;
}
header .header_nav .show_menu_btn {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
header .logo_wrap {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header #logo {
  display: block;
  margin: 0 auto;
  width: 228px;
  height: 55px;
  position: relative;
  text-align: center;
  transition: all 0.2s linear;
}
header #logo a {
  font-size: 0 !important;
  display: block;
  border: 0 !important;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
header #logo a img {
  max-width: 100%;
  height: auto;
}
header.fixed_scroll {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /*#logo {
			bottom: 0;
			height: 50px;
			width:168px;
		}*/
}
.search_box {
  position: fixed;
  right: 100%;
  height: 75px;
  width: 20%;
  top: 0;
  z-index: 91;
  display: flex;
  align-items: center;
  padding: 0 25px;
  transition: all 0.25s linear;
}
.search_box.opened_nav {
  right: 80%;
}
.search_box form {
  position: relative;
  width: 100%;
}
.search_box form * {
  box-sizing: border-box !important;
}
.search_box form input.search_line {
  height: 35px;
  line-height: 35px;
  padding: 0 35px 0 10px;
  border: 0 !important;
  background: none !important;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  left: -10px;
  width: 100%;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
.search_box form input.search_line * {
  background: none !important;
}
.search_box form input.search_line::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
.search_box form #searchsubmit {
  width: 35px;
  height: 35px;
  background: url("/files/themes/bhrv/src/images/search.svg") no-repeat center;
  background-size: 70%;
  border: 0 !important;
  cursor: pointer !important;
  position: absolute;
  transition: all 0.2s linear;
  right: 0;
  font-size: 0;
}
.search_box form #searchsubmit:hover {
  background-size: 60%;
}
nav.menu-main-russian-container {
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 20%;
  top: 0;
  z-index: 90;
  overflow: hidden;
  transition: all 0.25s linear;
}
nav.menu-main-russian-container ul {
  padding: 110px 0;
  transition: all 0.25s linear;
}
nav.menu-main-russian-container ul li {
  opacity: 0;
  margin-bottom: 15px;
}
nav.menu-main-russian-container ul li:last-of-type {
  margin-bottom: 0;
}
nav.menu-main-russian-container ul li:nth-of-type(1) {
  transition: all 0.1s linear;
}
nav.menu-main-russian-container ul li:nth-of-type(2) {
  transition: all 0.3s linear;
}
nav.menu-main-russian-container ul li:nth-of-type(3) {
  transition: all 0.5s linear;
}
nav.menu-main-russian-container ul li:nth-of-type(4) {
  transition: all 0.7s linear;
}
nav.menu-main-russian-container ul li:nth-of-type(5) {
  transition: all 0.9s linear;
}
nav.menu-main-russian-container ul li a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
nav.menu-main-russian-container ul li#menu-item-621 {
  margin-bottom: 25px;
}
nav.menu-main-russian-container.opened {
  right: 80%;
}
nav.menu-main-russian-container.opened ul {
  padding: 75px 25px 0;
}
nav.menu-main-russian-container.opened ul li {
  opacity: 1;
}
.closing_menu {
  position: fixed;
  opacity: 0;
  z-index: -10;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.25s cubic-bezier(1, -0.05, 0.81, 0.48);
}
.closing_menu.opened_nav {
  opacity: 1;
  z-index: 65;
}
#home_first {
  width: 100%;
  min-height: 600px;
  height: 85vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*
	&.opened_nav {
		#slider {
			left: 30%;
		}
		.hello_screen {
			left: 30%;
		}
		&:before {
			left: 30%;
		}
	}*/
}
#home_first #slider {
  min-height: 600px;
  height: 85vh;
  position: relative;
  top: 0;
  transition: all 0.25s linear;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
}
#home_first #slider .slick-slide {
  width: 100%;
  height: 100%;
  display: block;
  height: 100%;
  min-height: 600px;
  height: 85vh;
}
#home_first #slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #333 url("/files/themes/bhrv/src/images/loading.svg") no-repeat center;
  z-index: 2;
  transition: all 0.7s linear;
}
#home_first #slider.hid:after {
  opacity: 0;
}
#home_first:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  transition: all 0.25s linear;
  width: 100%;
  max-width: 1920px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#home_first .hello_screen {
  padding: 0 0 0 3%;
  position: absolute;
  z-index: 5;
  width: 100%;
  max-width: 1920px;
  transition: all 0.25s linear;
  left: 50%;
  transform: translateX(-50%);
}
#home_first .hello_screen h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 10px 0;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
#home_first .hello_screen p {
  font-size: 22px;
  line-height: 28px;
  max-width: 25%;
  margin-bottom: 5px;
  font-weight: 200;
}
#home_first .hello_screen .hello_buttons {
  margin-top: 20px;
  display: flex;
}
#home_first .hello_screen .hello_buttons a {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 10px 40px 8px;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 30px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
#home_first .hello_screen .hello_buttons a:last-of-type {
  margin-right: 0;
}
#project_first {
  width: 100%;
  min-height: 600px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#project_first .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
#project_first > h1 {
  font-family: "Playfair Display", serif;
  padding: 35px 80px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  bottom: 0;
  z-index: 5;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
#project_first > h1 span {
  display: block;
  text-transform: lowercase;
}
#home_about {
  width: 70%;
  max-width: 1108px;
  margin: 0 auto 50px;
  padding-top: 75px;
}
#home_about h2 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#home_about > div {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#home_about > div p {
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 17px;
  line-height: 25px;
}
#home_about > div p:last-of-type {
  margin-bottom: 0;
}
#home_nav {
  width: 70%;
  max-width: 775px;
  margin: 50px auto 0;
}
#home_nav .home_nav_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home_nav .home_nav_wrapper .home_nav_item {
  height: 250px;
  margin-bottom: 22px;
  width: 49%;
  position: relative;
}
#home_nav .home_nav_wrapper .home_nav_item:last-of-type {
  margin-right: 0;
}
#home_nav .home_nav_wrapper .item_nav a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  /*				&:after {
					content: '';
					z-index: 0;
					transition: all .35s linear;
					left: 15px;
					right: 15px;
					top: 15px;
					bottom: 15px;
					position: absolute;
				}*/
}
#home_nav .home_nav_wrapper .item_nav a span {
  position: absolute;
  bottom: 10%;
  text-align: center;
  background: rgba(3, 3, 3, 0.4);
  border-radius: 30px;
  padding: 5px 0;
  margin-top: -10px;
  z-index: 5;
  left: 25px;
  right: 25px;
  font-size: 20px;
  display: block;
  line-height: 20px;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
#home_nav .home_nav_wrapper .item_nav a span:after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
}
#home_nav .home_nav_wrapper .item_nav a:hover {
  /*&:after {
						left: 25px;
						top: 25px;
						bottom: 25px;
						right: 25px;
					}*/
}
#home_nav .home_nav_wrapper .item_nav a:hover span {
  background: rgba(3, 3, 3, 0.8);
}
#home_inst {
  background: url(/files/uploads/ins.svg) no-repeat center left, rgba(37, 182, 240, 0) url(/files/uploads/ins.svg) no-repeat center right;
  background-size: 10% 25%;
  margin: 0 0 0;
  padding: 50px 0;
}
#home_inst h2 {
  text-align: center;
  color: #333;
}
#home_inst h2 a {
  color: #333;
}
#home_inst h2 a:hover {
  color: #0ae;
}
#home_inst .inst {
  margin: 0 auto;
  width: 70%;
  max-width: 1108px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home_inst .inst > div {
  width: 15%;
  height: 130px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
#home_inst .inst > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.2s linear;
  opacity: 0.05;
}
#home_inst .inst > div:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 1;
  opacity: 0;
  left: 50%;
  transition: all 0.2s linear;
  margin: -25px 0 0 -25px;
  background: url(/files/uploads/ins.svg) no-repeat center;
  background-size: contain;
}
#home_inst .inst > div a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#home_inst .inst > div:hover:after {
  opacity: 0.5;
}
#home_inst .inst > div:hover:before {
  opacity: 1;
}
section.part {
  width: 70%;
  max-width: 1108px;
  margin: 0 auto;
}
section.part h2 {
  padding-top: 95px;
  margin-top: -70px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
section.part h2#design {
  margin-top: -60px;
}
section.part h2#dev {
  margin-top: -50px;
}
section.part .part_text {
  max-width: 70%;
  margin: 0 auto 25px;
}
section.part .part_text p {
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 17px;
  line-height: 25px;
}
section.part .part_text p:last-of-type {
  margin-bottom: 0;
}
section.part .part_triangle {
  width: 100%;
}
section.part .part_triangle .part_bigimage {
  width: 100%;
  margin-bottom: 25px;
}
section.part .part_triangle .part_bigimage img {
  max-width: 100%;
  height: auto;
}
section.part .part_triangle .part_detailimages {
  display: flex;
  justify-content: space-between;
}
section.part .part_triangle .part_detailimages .part_smallimage {
  width: 49%;
}
section.part .part_triangle .part_detailimages .part_smallimage img {
  max-width: 100%;
  height: auto;
}
section.part .part_slider {
  margin-top: 25px;
}
section.part .part_slider .vertical_images {
  display: flex !important;
  justify-content: space-evenly;
}
.continue {
  background: url(/files/uploads/desint-554.jpg) no-repeat center;
  background-size: cover;
  margin: 50px auto 0;
  padding: 75px 0;
  position: relative;
}
.continue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.continue h2 {
  text-align: center;
  margin-bottom: 75px;
  position: relative;
  z-index: 5;
}
.continue .continue_wrap {
  display: flex;
  justify-content: space-between;
  width: 70%;
  max-width: 1108px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.continue .continue_wrap .continue_item {
  width: 48%;
  position: relative;
  transition: all 0.25s linear;
  box-shadow: 0 1px 1px rgba(1, 63, 87, 0.5);
  top: 0;
}
.continue .continue_wrap .continue_item:hover {
  box-shadow: 0 2px 7px rgba(1, 63, 87, 0.5);
}
.continue .continue_wrap .continue_item .continue_image {
  width: 100%;
  height: 400px;
  display: block;
  margin-bottom: 25px;
}
.continue .continue_wrap .continue_item .continue_title {
  font-size: 20px;
  padding: 0 25px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.continue .continue_wrap .continue_item .continue_text {
  font-size: 17px;
  line-height: 25px;
  font-weight: 200;
  padding: 0 25px 25px;
}
.continue .continue_wrap .continue_item a.continue_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content {
  width: 80%;
  max-width: 1340px;
  margin: 3.5rem auto;
  padding: 3.5rem 0;
}
#content .description {
  max-width: 60%;
  margin: 0 auto 50px;
  overflow: hidden;
  position: relative;
  transition: all 0.35s linear !important;
}
#content .description:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.2s linear;
  height: 110px;
  background: linear-gradient(to bottom, transparent, 30%, #fff, 65%, #fff);
}
#content .description button.more_text_button {
  position: absolute;
  bottom: 20px;
  height: 30px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  padding: 5px 45px 5px 15px;
  line-height: 18px;
  border-radius: 5px;
  border: 0px solid #1f1f1f;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  color: #1f1f1f;
  transition: all 0.2s linear;
  cursor: pointer;
  background: #fff;
  display: none !important;
}
#content .description button.more_text_button:before {
  content: "Свернуть";
  left: 0;
  top: 50%;
  height: 18px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
  margin-top: -9px;
  opacity: 0;
}
#content .description button.more_text_button:after {
  content: "";
  position: absolute;
  transition: all 0.2s linear;
  right: 18px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: url("/files/themes/bhrv/src/images/arrow_more.svg") no-repeat center;
  background-size: 120%;
}
#content .description.openedDescription {
  max-height: 100%;
}
#content .description.openedDescription:after {
  height: 5px;
}
#content .description.openedDescription button.more_text_button {
  bottom: 5px;
}
#content .description.openedDescription button.more_text_button:after {
  transform: rotate(180deg);
}
#content .description.openedDescription button.more_text_button:before {
  opacity: 1;
}
#content p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 200;
  margin: 0 0 17px;
}
#content .project_list {
  width: 100%;
}
#content .project_list img {
  height: auto;
  width: 100%;
  margin: 0 0 25px;
}
#content .project_list .vertical_inproject {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin: 0 0 25px;
}
#content .project_list .vertical_inproject:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  bottom: -5px;
  width: 1px;
  margin-left: -0.5px;
  display: block;
}
#content .project_list .vertical_inproject a {
  max-width: 49%;
  display: block;
}
#content .project_list .vertical_inproject a img {
  height: 100%;
  max-width: 100%;
  margin: 0;
}
footer {
  position: relative;
  height: 30px;
  padding: 15px 0;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 200;
}
footer > div {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 3%;
  justify-content: space-between;
  align-items: center;
}
footer .copyright, footer .f_contacts, footer .lang_soc {
  flex: 1;
}
footer .copyright {
  line-height: 30px;
  padding-left: 15px;
  text-align: left;
}
footer .f_contacts {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
footer .f_contacts a {
  text-decoration: none;
}
footer .lang_soc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
footer .lang_soc .lang {
  position: relative;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
footer .lang_soc .lang .current_lang {
  position: relative;
  z-index: 5;
  background: #fff;
  display: block;
  padding: 0 30px 0 15px;
}
footer .lang_soc .lang .current_lang:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transition: all 0.2s linear;
  background: url("/files/themes/bhrv/src/images/down-arrow.png") no-repeat center;
}
footer .lang_soc .lang:hover .current_lang {
  background: #f0f0f0;
}
footer .lang_soc .lang:hover .current_lang:after {
  transform: rotate(180deg);
}
footer .lang_soc .lang:hover .cont {
  bottom: 100%;
}
footer .lang_soc .social {
  display: flex;
  height: 30px;
}
footer .lang_soc .social > div:first-of-type {
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 15px;
}
footer .lang_soc .social a {
  font-size: 0 !important;
  display: block;
  width: 50px;
  height: 100%;
  opacity: 0.5;
  transition: all 0.2s linear;
}
footer .lang_soc .social a:hover {
  opacity: 1;
}
.home #slider {
  height: calc(100vh - 188px);
  min-height: 500px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.home #slider .slick-slide {
  width: 100%;
  height: 100%;
  display: block;
  height: calc(100vh - 188px);
}
.projects .projects_cover {
  width: 100%;
  height: 500px;
  max-width: 1920px;
  text-align: center;
  padding: 50px 0;
  background: url(/files/uploads/b-2.jpg) center / cover no-repeat;
  margin: 0 auto -150px;
  position: relative;
}
.projects .projects_cover h1 {
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 5;
  padding: 35px 80px 30px;
  text-align: center;
  z-index: 5;
  display: inline-block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
.projects #content {
  margin: 0 auto;
  padding: 50px;
  display: flex;
  position: relative;
  z-index: 6;
  flex-wrap: wrap;
  justify-content: space-between;
}
.projects #content .proj_item {
  flex: 1 47%;
  margin: 0 1.5% 50px;
  transition: all 0.2s linear;
  position: relative;
}
.projects #content .proj_item:nth-of-type(2n+1) {
  margin-left: 0;
}
.projects #content .proj_item:nth-of-type(2n) {
  margin-right: 0;
}
.projects #content .proj_item .proj_item_image {
  width: 100%;
}
.projects #content .proj_item .proj_item_image:after {
  content: "";
  padding-top: 66%;
  display: block;
}
.projects #content .proj_item .proj_item_desc {
  padding: 0.5rem 0 0;
  text-align: left;
}
.projects #content .proj_item .proj_item_desc .proj_item_title {
  font-size: 1.35rem;
  line-height: 1.2;
  transition: all 0.2s linear;
  color: #333;
  font-weight: 300;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
.projects #content .proj_item .proj_item_desc .proj_item_title span {
  white-space: nowrap;
  font-size: 0.9rem;
}
.projects #content .proj_item .proj_item_desc .proj_item_text {
  font-size: 17px;
  line-height: 25px;
  font-weight: 200;
  padding: 0 0 25px;
  display: none;
}
.projects #content .proj_item .proj_item_desc .proj_item_text p:last-of-type {
  margin-bottom: 0;
}
.projects #content .proj_item .proj_item_desc a.proj_item_showmore {
  font-size: 14px;
  position: relative;
  z-index: 9;
  font-weight: 300;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  display: none;
}
.projects #content .proj_item .proj_item_desc a.proj_item_showmore span {
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  font-weight: 200;
  vertical-align: bottom;
}
.projects #content .proj_item .proj_item_desc a.proj_item_showmore:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  transition: all 0.5s ease-out;
  height: 1px;
}
.projects #content .proj_item .proj_item_desc a.proj_item_showmore:hover:before {
  right: 0;
}
.projects #content .proj_item:hover a.proj_item_showmore:before {
  right: 0;
}
.projects #content .proj_item a.proj_item_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
@keyframes slideInBefore {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideOutBefore {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes slideInAfter {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideOutAfter {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 25px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
h2 a {
  color: #0ae;
  text-decoration: none;
}
.page #main #content {
  margin: 0 auto;
}
.page h1 {
  font-family: "Playfair Display", serif;
  position: relative;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
  background: none !important;
  color: #333;
  font-weight: 400;
  background: none;
  text-transform: uppercase;
}
.page.home h1 {
  color: #fff;
}
#project_first.contacts {
  height: 670px;
}
#project_first.contacts #map {
  width: 100%;
  height: 670px;
  position: relative;
  z-index: 1;
}
#project_first.contacts .contacts_info {
  position: absolute;
  left: 10%;
  background: rgba(255, 255, 255, 0.85);
  padding: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
#project_first.contacts .contacts_info > div {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
#project_first.contacts .contacts_info > div p {
  margin-bottom: 10px;
}
#project_first.contacts .contacts_info > div p:last-of-type {
  margin-bottom: 0;
}
#home_about, #home_nav, section.part, section.part .part_text, .home_nav_item, #home_about h2, #home_about > div, .continue .continue_wrap, #home_inst .inst, #home_first .hello_screen p, .projects #content, #content, .projects #content .proj_item, .projects #content .proj_item .proj_item_image, #home_first:before, .continue .continue_wrap .continue_item .continue_image {
  transition: all 0.2s linear;
}
@media screen and (max-width: 1280px) {
  body.opened_nav {
    left: 25%;
  }
  header.opened_nav {
    left: 25%;
    right: -25%;
  }
  .search_box {
    width: 25%;
  }
  .search_box.opened_nav {
    right: 75%;
  }
  nav.menu-main-russian-container {
    width: 25%;
  }
  nav.menu-main-russian-container.opened {
    right: 75%;
  }
  #home_about, #home_nav, section.part, .continue .continue_wrap, #home_inst .inst, .projects #content, #content, #content .description {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  #home_about, #home_nav, section.part, .continue .continue_wrap, #home_inst .inst, .projects #content, #content, #content .description {
    width: 90%;
  }
}
@media screen and (max-width: 1108px) {
  header .header_nav a.desktop {
    display: none;
  }
  #home_first .hello_screen p {
    max-width: 35%;
  }
  #home_about h2 {
    max-width: 80%;
  }
  #home_about > div {
    max-width: 80%;
  }
  #home_nav .home_nav_wrapper .home_nav_item {
    width: 49%;
    height: 300px;
  }
  body.opened_nav {
    left: 35%;
  }
  header.opened_nav {
    left: 35%;
    right: -35%;
  }
  .search_box {
    width: 35%;
  }
  .search_box.opened_nav {
    right: 65%;
  }
  nav.menu-main-russian-container {
    width: 35%;
  }
  nav.menu-main-russian-container.opened {
    right: 65%;
  }
}
@media screen and (max-width: 1024px) {
  #home_about, #home_nav, section.part, .continue .continue_wrap, #home_inst .inst, .projects #content, #content, #content .description {
    width: 94%;
  }
  #project_first.contacts .contacts_info {
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    max-width: 35%;
  }
}
@media screen and (max-width: 960px) {
  .projects #content .proj_item .proj_item_image {
    height: 250px;
  }
  body.opened_nav {
    left: 0;
  }
  .closing_menu {
    top: 0;
  }
  header.opened_nav {
    left: 0;
    right: 0;
  }
  .search_box {
    width: 50%;
  }
  .search_box.opened_nav {
    right: 50%;
  }
  nav.menu-main-russian-container {
    width: 50%;
  }
  nav.menu-main-russian-container.opened {
    right: 50%;
  }
  footer > div {
    flex-direction: column-reverse;
    text-align: center !important;
  }
  footer > div > div {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 840px) {
  header #logo {
    width: 165px;
    height: 42px;
  }
  .projects #content {
    width: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 25px 3%;
  }
  .projects #content .proj_item .proj_item_image {
    height: 220px;
  }
  #home_first:before {
    background: linear-gradient(70deg, rgba(3, 3, 3, 0.91), 40%, transparent, 65%, transparent) !important;
  }
  #home_first .hello_screen p {
    max-width: 50%;
  }
  #home_about h2 {
    max-width: 100%;
  }
  #home_about > div {
    max-width: 100%;
  }
  section.part h2 {
    max-width: 100%;
  }
  section.part .part_text {
    max-width: 100%;
  }
  .continue .continue_wrap .continue_item .continue_image {
    height: 300px;
  }
  #home_inst .inst > div {
    width: 18%;
  }
  #home_inst .inst > div:nth-of-type(6) {
    display: none;
  }
  #home_first {
    min-height: 500px;
  }
  #home_first #slider {
    min-height: 500px;
  }
  #home_first #slider .slick-slide {
    min-height: 500px;
  }
  #project_first {
    min-height: 500px;
  }
  #content .description {
    width: 100%;
    max-width: 100%;
  }
  #project_first.contacts {
    flex-direction: column;
  }
  #project_first.contacts .contacts_info {
    position: relative;
    bottom: inherit;
    width: 100%;
    max-width: 100%;
    padding: 30px 3%;
  }
}
@media screen and (max-width: 680px) {
  body {
    padding-top: 0;
  }
  header {
    background: none !important;
    box-shadow: none !important;
    padding: 10px 0;
  }
  header .show_menu_btn {
    color: #fff;
    margin-right: 0;
  }
  header > div {
    position: relative;
    z-index: 5;
    transition: all 0.2s linear;
  }
  header:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    opacity: 0.2;
    background: #fff;
    left: 3%;
    width: 94%;
  }
  header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.2s linear;
  }
  header.fixed_scroll {
    padding: 7px 0;
  }
  header.fixed_scroll > div {
    height: 40px;
  }
  header.fixed_scroll:after {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
  }
  header .cont a {
    font-size: 0 !important;
    display: block;
    width: 24px;
    height: 24px;
    background: url("/files/themes/bhrv/src/images/callme.svg") center / contain no-repeat;
  }
  #home_first {
    min-height: 100vh;
  }
  #home_first #slider {
    min-height: 100vh;
  }
  #home_first #slider .slick-slide {
    min-height: 100vh;
  }
  #home_first:before {
    background: linear-gradient(70deg, rgba(3, 3, 3, 0.91), 60%, transparent, 85%, transparent) !important;
  }
  #home_first .hello_screen {
    padding: 25px 3% !important;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #home_first .hello_screen h1 {
    margin-top: 0;
    text-shadow: 0 0px 2px #013f57;
  }
  #home_first .hello_screen p {
    max-width: 100%;
  }
  #home_first .hello_screen .hello_buttons {
    justify-content: center;
  }
  .projects .projects_cover {
    height: 90vh;
    padding-top: 150px;
    margin-bottom: -80px;
  }
  .projects #content .proj_item {
    flex: 1 100%;
  }
  .projects #content .proj_item .proj_item_image {
    height: 320px;
  }
  .search_box {
    width: 75%;
  }
  .search_box.opened_nav {
    right: 25%;
  }
  nav.menu-main-russian-container {
    width: 75%;
  }
  nav.menu-main-russian-container.opened {
    right: 25%;
  }
  #project_first {
    min-height: 80vh;
  }
  #home_nav .home_nav_wrapper .home_nav_item {
    width: 100%;
    margin: 0 auto 25px;
    height: 350px;
  }
  section.part .part_triangle .part_detailimages {
    flex-direction: column;
  }
  section.part .part_triangle .part_detailimages .part_smallimage {
    width: 100%;
    margin-bottom: 25px;
  }
  section.part .part_triangle .part_detailimages .part_smallimage:last-of-type {
    margin-bottom: 0;
  }
  section.part .part_slider {
    height: 200px;
  }
  section.part .part_slider .slick-slide {
    height: 200px;
  }
  section.part .part_slider .slick-slide img {
    max-width: 100%;
  }
  .continue .continue_wrap {
    flex-direction: column;
  }
  .continue .continue_wrap .continue_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
a.scroll_next {
  display: none;
}
@keyframes down {
  from {
    bottom: 60px;
  }
  33% {
    bottom: 50px;
  }
  66% {
    bottom: 40px;
  }
  to {
    bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #home_first:before {
    background: linear-gradient(70deg, rgba(3, 3, 3, 0.91), 70%, transparent, 95%, transparent) !important;
    background: rgba(1, 63, 87, 0.2) !important;
  }
  #home_first .hello_screen h1 {
    font-size: 20px;
    line-height: 26px;
    max-width: 80%;
    margin: 0 auto;
  }
  #home_first .hello_screen h1 br {
    display: none;
  }
  #home_first .hello_screen .hello_buttons a {
    color: #fff !important;
    padding: 10px 60px !important;
    border-radius: 30px;
    font-size: 16px;
  }
  #home_first a.scroll_next {
    position: absolute;
    bottom: 60px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    background: url("/files/themes/bhrv/src/images/arrow_more_white.svg") center / 150% no-repeat;
    width: 50px;
    height: 50px;
    z-index: 10;
    animation: down 1.6s linear infinite;
  }
  #project_first > h1 {
    width: 94%;
    padding: 25px 5%;
    font-size: 32px;
    line-height: 38px;
    transform: translate(-50%, 40%);
  }
  .projects .projects_cover {
    height: 90vh;
    margin-bottom: -50px;
    padding-top: 150px;
  }
  .projects .projects_cover h1 {
    max-width: 94%;
    padding: 23px 10% 20px;
  }
  .projects #content .proj_item .proj_item_image {
    height: 220px;
  }
  #content .project_list .vertical_inproject {
    flex-direction: column;
  }
  #content .project_list .vertical_inproject a {
    max-width: 80%;
  }
  #content .project_list .vertical_inproject a:first-of-type {
    margin-bottom: 25px;
  }
  #content .project_list .vertical_inproject:after {
    display: none;
  }
  #home_nav .home_nav_wrapper .home_nav_item {
    height: 250px;
  }
  #home_inst .inst > div {
    width: 32%;
    margin-bottom: 10px;
    height: 120px;
  }
  #home_inst .inst > div:nth-of-type(4), #home_inst .inst > div:nth-of-type(5), #home_inst .inst > div:nth-of-type(6) {
    margin-bottom: 0;
  }
  #home_inst .inst > div:nth-of-type(6) {
    display: block;
  }
  .search_box form input.search_line {
    width: 95%;
  }
  .search_box form #searchsubmit {
    width: 13%;
  }
}
@media screen and (max-width: 380px) {
  #project_first > h1 {
    width: 94%;
    padding: 25px 5%;
    font-size: 28px;
    line-height: 34px;
    transform: translate(-50%, 30%);
  }
}
body {
  color: #333;
  background: #fff;
}
a {
  color: #1f1f1f;
}
h2 {
  color: #1f1f1f;
}
header {
  background: rgba(255, 255, 255, 0.98);
}
header .header_nav a {
  color: #333;
}
header .header_nav a:hover {
  color: #1f1f1f;
}
.search_box {
  background: #00445f;
}
.search_box form input.search_line {
  color: #fff;
}
.search_box form input.search_line * {
  background: none !important;
}
.search_box form input.search_line::-webkit-input-placeholder {
  color: #fff;
}
.search_box form input.search_line:-internal-autofill-selected {
  box-shadow: inset 0 0 300px #000 !important;
  -webkit-text-fill-color: #fff !important;
}
nav.menu-main-russian-container {
  background: #fff;
}
nav.menu-main-russian-container ul li a {
  color: #333;
}
nav.menu-main-russian-container ul li a:hover {
  color: #1f1f1f;
}
.closing_menu {
  background: rgba(0, 0, 0, 0.6);
}
#home_first:before {
  background: linear-gradient(70deg, rgba(3, 3, 3, 0.91), 23%, transparent, 45%, transparent);
}
#home_first .hello_screen {
  color: #fff;
}
#home_first .hello_screen .hello_buttons a {
  color: #fff;
  border: 1px solid #1f1f1f;
  background: rgba(3, 3, 3, 0.4);
}
#home_first .hello_screen .hello_buttons a:hover {
  background: rgba(3, 3, 3, 0.8);
}
#project_first h1 {
  background: #fff;
}
#home_about > div {
  color: #333;
}
#home_nav .home_nav_wrapper .home_nav_item {
  background: #9f9f9f;
}
#home_nav .home_nav_wrapper .item_nav a:before {
  background: #fff;
}
#home_nav .home_nav_wrapper .item_nav a:after {
  border: 1px solid #1f1f1f;
}
#home_nav .home_nav_wrapper .item_nav a span {
  color: #1a1a1a;
}
#home_nav .home_nav_wrapper .item_nav a span:after {
  color: #1f1f1f;
}
#home_nav .home_nav_wrapper .item_nav a:hover span {
  color: #1f1f1f;
}
#home_inst .inst > div {
  background: #1f1f1f;
}
#home_inst .inst > div:after {
  background: #1f1f1f;
}
section.part .part_text {
  color: #333;
}
section.part .part_slider .slick-dots li.slick-active button:before {
  color: #1f1f1f;
}
.continue:after {
  background: rgba(255, 255, 255, 0.95);
}
.continue h2 {
  color: #333;
}
.continue .continue_wrap .continue_item {
  background: #fff;
  box-shadow: 0 1px 1px rgba(66, 66, 66, 0.5);
}
.continue .continue_wrap .continue_item:hover {
  box-shadow: 0 2px 7px rgba(53, 53, 53, 0.5);
}
#content {
  color: #9f9f9f;
}
#content .project_list .vertical_inproject:after {
  background: #1f1f1f;
}
#content.press_single .press_gallery {
  border: 1px solid #9f9f9f;
}
footer {
  background: #1f1f1f;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
footer .copyright {
  color: #fff;
}
footer .f_contacts {
  color: #fff;
}
footer .f_contacts a {
  color: #fff;
}
footer .lang_soc .social a.ig {
  background: url("/files/themes/bhrv/src/images/ig.png") no-repeat center;
}
footer .lang_soc .social a.ig:hover {
  background: url("/files/themes/bhrv/src/images/ig.png") no-repeat center;
}
footer .lang_soc .social a.fb {
  background: url("/files/themes/bhrv/src/images/fb.png") no-repeat center;
}
footer .lang_soc .social a.fb:hover {
  background: url("/files/themes/bhrv/src/images/fb.png") no-repeat center;
}
footer .lang_soc .social a.pt {
  background: url("/files/themes/bhrv/src/images/pt.png") no-repeat center;
}
footer .lang_soc .social a.pt:hover {
  background: url("/files/themes/bhrv/src/images/pt.png") no-repeat center;
}
.projects .projects_cover h1 {
  background: #fff;
}
.projects #content {
  background: #fff;
}
.projects #content .proj_item {
  background: #fff;
}
.projects #content .proj_item .proj_item_desc {
  background: #fff;
}
.projects #content .proj_item .proj_item_desc a.proj_item_showmore {
  color: #3b3b3b;
}
.projects #content .proj_item .proj_item_desc a.proj_item_showmore:before {
  background: #1f1f1f;
}
.projects #content .proj_item:hover a.proj_item_showmore {
  color: #1f1f1f;
}
