@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:200,300,400|Roboto:300,400,400i,500&display=swap&subset=cyrillic-ext");
html {
  min-width: 320px;
  min-height: 100vh;
}

body {
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body:not(.page_front) {
  padding-top: 88px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "blacker_pro_displaymedium";
}

h1, .h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #BE9429;
  margin-bottom: 50px;
}
h1.sm, .h1.sm {
  font-size: 36px;
}

h2, .h2 {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  font-size: 36px;
}
h2.sm, .h2.sm {
  font-size: 32px;
}

h3, .h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  color: #383B41;
  margin-bottom: 23px;
}
h3.note, .h3.note {
  padding: 20px 0 20px 45px;
  position: relative;
  margin: 25px 0 37px;
  max-width: 615px;
}
h3.note:before, .h3.note:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #BE9429;
  position: absolute;
  left: 0;
  top: 0;
}

.serv_content h3 {
  padding: 20px 0 20px 45px;
  position: relative;
  margin: 25px 0 37px;
  max-width: 615px;
}
.serv_content h3:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #BE9429;
  position: absolute;
  left: 0;
  top: 0;
}

.serv_content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #BE9429;
  margin-bottom: 30px;
  text-align: left;
}
.soglas li {
list-style-type: none;
margin-bottom: 15px;
}
.soglas {
    padding-left: 0;
    margin-bottom: 15px;
}
.soglas_h {
font-size: 22px;
margin-bottom: 20px;
}
h4, .h4 {
  font-size: 18px;
  color: #383B41;
  line-height: 1.1;
  font-weight: 500;
}

.features {
  padding: 100px 0 50px;
}
.features [class^=col] {
  margin-bottom: 45px;
}
.features [class^=col] img {
  max-height: 75px;
}
.features .justify-content-center {
  padding-top: 0 !important;
  text-align: center;
}
.features img {
  margin-bottom: 25px;
}

button:active, button:focus, a:active, a:focus {
  outline: none;
}

section {
  padding: 130px 0 100px;
}

p {
  margin-bottom: 15px;
  line-height: 1.4;
}
p > a:not([class]) {
  color: #BE9429;
}

hr {
  border-color: #BE9429;
  margin: 31px 0 29px;
}
hr.sm {
  margin: 15px 0 27px;
}

ol {
  padding-left: 17px;
  margin-bottom: 15px;
}
ol li {
  margin-bottom: 15px;
}

.container > .row {
  padding-top: 100px;
}
.container > .row:first-of-type {
  padding-top: 0;
}

footer .container > .row.justify-content-center {
	padding-top: 50px;
    text-align: center;
  }

@media only screen and (min-width: 992px) {
  .page_front .container > .row {
    padding-top: 140px;
  }
  .page_front .container > .row:first-child {
    padding-top: 0;
  }
}
.serv_content ul, ul.list {
  padding-left: 0;
}
.serv_content ul li, ul.list li {
  padding-bottom: 7px;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.serv_content ul li:before, ul.list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #BE9429;
  position: absolute;
  left: 0;
  top: 5px;
}

.sec_title h3 {
  max-width: 569px;
}

.sec_title {
  position: relative;
}

.maw-373 {
  max-width: 373px;
}

.preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.svg {
  overflow: hidden;
}

.svg svg {
  height: 1080px;
  width: auto;
}

.logo-div {
  position: relative;
  display: inline-block;
}

.logo-div:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  width: 100vh;
  min-width: 100vw;
  height: 1px;
  background: #9E9FA1;
  top: 50%;
  left: 49%;
  transform-origin: 0 0;
  transform: rotate(-46deg);
  /* transition: 2s; */
  animation: 2s widthIn;
  /* animation-duration: 0.3s; */
}

.logo-div:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  width: 100vh;
  min-width: 100vw;
  height: 1px;
  background: #B4850A;
  top: 51%;
  left: 49%;
  transform-origin: 0 0;
  transform: rotate(55deg);
  /* transition: 2s; */
  animation: 2s widthIn;
  /* animation-duration: 0.3s; */
}
@keyframes widthIn {
  from {
    width: 0;
  }
  to {
    width: 70vh;
  }
}
.folder {
  position: absolute;
  right: 0px;
  top: -50px;
}

.blicked {
  animation: 1s blick;
}

@keyframes blick {
  from {
    background: #BE9429;
    color: #fff;
    border-color: #fff;
  }
  to {
    background: none;
    color: #BE9429;
    border-color: #BE9429;
  }
}
header, .vizcard {
  background: #00240C;
  min-height: 100vh;
  padding: 113px 0;
  display: -ms-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
header .header_top, .vizcard .header_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 5;
}
header .header_top .col-phone, .vizcard .header_top .col-phone {
  color: #fff;
}
header .header_top .col-phone a, .vizcard .header_top .col-phone a {
  color: #fff;
}
header .header_top .col-recall a.btn, .vizcard .header_top .col-recall a.btn {
  color: #fff;
  border-color: #fff;
}
header .logo-div, .vizcard .logo-div {
  margin-top: 49px;
}
header .col-nav, .vizcard .col-nav {
  display: none;
}
header .logo-div:before,
header .logo-div:after, .vizcard .logo-div:before,
.vizcard .logo-div:after {
  height: 2px;
  left: 161px;
}
header .h2, .vizcard .h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 28px;
}

.vizcard .h2 {
  margin-top: -22px;
}

header {
  background: none;
}
header .h2 {
  margin-top: 35px;
}
header.head_bg {
  background: #01210f;
}
.soglasie {
margin-top:20px;
}
.soglas_h2 {
font-weight: 500;
    font-size: 37px;
    color: #BE9429;
    margin-bottom: 30px;
	margin-top:10px;
text-align:left;

}
.soglasie_f {
max-width: 481px;
width: 100%;
margin-bottom:0;
} 
@media (max-width:1199px){
.soglasie_f {
max-width: 436px;

}
}
@media (max-width: 990px){
.soglasie_f {
    max-width: 410px;
    margin: 0 auto;
	text-align: center;
}
}

@media (max-width:400px){
.soglasie {
font-size:12px;
}
}
header .logo-div, header .slogan {
  display: none;
}

header .header_top, header > .container, header .cont_mouse {
  display: none;
}

.svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.svg svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vizcard {
  min-height: calc(100vh - 288px);
}
.vizcard .folder {
  right: -100px;
}

.slogan {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 50px;
  font-family: "Roboto Condensed", sans-serif;
  display: table-caption;
  color: #fff;
}

.info {
  padding: 33px 15px;
}

.nav_hd {
  list-style: none;
  padding: 0;
  float: left;
  margin-bottom: 0;
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.nav_hd li {
  margin-bottom: 43px;
}
.nav_hd li:last-child {
  margin-bottom: 0;
}
.nav_hd li a, .nav_hd li span {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.nav_hd li a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #BE9429;
  transition: 0.3s;
}
.nav_hd li a:hover {
  text-decoration: none;
}
.nav_hd li a:hover:after {
  width: 100%;
}
.nav_hd li.drop {
  position: relative;
}
.nav_hd li.drop .dropdown {
  position: absolute;
  padding-left: 0;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #BE9429;
  padding: 25px;
  list-style: none;
  border-radius: 6px;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.nav_hd li.drop .dropdown.open {
  opacity: 1;
  visibility: visible;
}
.nav_hd li.drop .dropdown:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-right: 12px solid #BE9429;
  border-left: 12px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.nav_hd li.drop .dropdown li {
  margin-bottom: 20px;
}
.nav_hd li.drop .dropdown li:last-child {
  margin-bottom: 0;
}
.nav_hd li.drop .dropdown li a {
  white-space: nowrap;
}
.nav_hd li.drop .dropdown li a:after {
  background: #fff;
}

.vizcard {
  background: #00240C url(../img/about_bg.jpg) center center no-repeat;
  background-size: cover;
}
.vizcard .logo-div {
  margin-top: 0;
}

.title_about h1 {
  position: relative;
}
.title_about h1:after {
  content: "";
  width: 76px;
  height: 296px;
  position: absolute;
  top: 102px;
  left: 0;
  background: url(../img/about.png) 0 0 no-repeat;
}

.page_front nav {
  position: fixed;
  top: -113px;
  left: 0;
  width: 100vw;
}

nav {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  z-index: 99;
}
nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
nav .col-nav {
  position: initial;
  height: 88px;
}
nav .dropdown {
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  list-style: none;
  padding: 24px 0 22px;
  background: #003813;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  transform: translateY(-100%);
  z-index: -2;
}
nav .dropdown li {
  padding: 0 15px;
}
nav .dropdown li a {
  text-transform: uppercase;
  color: #fff;
}
nav .nav_main li.drop .open.dropdown {
  transform: translateY(0);
}
nav .container-fluid {
  max-width: 1280px;
}
nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
nav .btn {
  height: 30px;
  line-height: 29px;
}

.logo {
  display: inline-block;
  transition: 0.3s;
}
.logo:hover {
  transform: scale(1.05);
}

.col-slogan {
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto Condensed", sans-serif;
}
.col-slogan p {
  margin-bottom: 0;
}

.col-phone span {
  display: block;
  font-size: 10px;
}

.phone {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  transition: 0.3s;
}
.phone:hover {
  color: #BE9429;
}

.nav {
  list-style: none;
}
.nav li a, .nav li span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.nav_main {
  display: -ms-flex;
  display: flex;
  height: 100%;
}
.nav_main li {
  padding: 0 11px;
  display: flex;
  align-items: center;
}
.nav_main li a {
  display: inline-block;
  color: #000;
  position: relative;
  padding-bottom: 2px;
}
.nav_main li a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #BE9429;
  transition: 0.3s;
}
.nav_main li a:hover {
  text-decoration: none;
}
.nav_main li a:hover:after {
  width: 100%;
}
.nav_main li a.active {
  color: #BE9429;
}
.nav_main li span {
  padding-bottom: 2px;
}

footer {
  background: #003813;
  color: #fff;
  overflow: hidden;
  margin-top: auto;
  padding-top: 78px;
  padding-bottom: 93px;
}
footer .phone {
  color: #fff;
}
footer p {
  margin-bottom: 13px;
}
footer .col-logo img {
  max-width: 187px;
}

.col-social a {
  color: #BE9429;
  font-size: 21px;
  margin-right: 17px;
}
.col-social a:last-child {
  margin-right: 0;
}

.col-addr {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 4px;
}

.nav_ft {
  display: grid;
  grid-gap: 0 30px;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.nav_ft li {
  padding-bottom: 8px;
}
.nav_ft li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.nav_ft li a:hover {
  text-decoration: underline;
}

.ft_contacts {
  max-width: 400px;
}

.grid-section {
  background: #F2F3EE;
}

/* fluid 3 columns */
.grid {
  margin-right: -15px;
  margin-left: -15px;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
  float: left;
  padding: 0 15px 30px;
}
.grid-sizer h3,
.grid-item h3 {
  margin-bottom: 10px;
}
.grid-sizer h3.big,
.grid-item h3.big {
  font-size: 36px;
  display: table-caption;
}
.grid-sizer.grid-item-width0 .img-rel,
.grid-item.grid-item-width0 .img-rel {
  display: none;
}
.grid-sizer.grid-item-width0 .img-abs,
.grid-item.grid-item-width0 .img-abs {
  height: 50%;
}
.grid-sizer.grid-item--width2 .img-rel,
.grid-item.grid-item--width2 .img-rel {
  display: none;
}
.grid-sizer.grid-item--width2 .img-abs,
.grid-item.grid-item--width2 .img-abs {
  height: 100%;
}

/* 2 columns */
.grid-item--width2 {
  width: 66.666%;
}
.grid-item--width2 h3, .grid-item--width2 p {
  max-width: 460px;
}

.grid-item--height2 h3, .grid-item--height2 p,
.grid-item--height3 h3,
.grid-item--height3 p {
  max-width: 230px;
}

.img-rel {
  margin-top: 20px;
}

.img-rel:first-child {
  margin-top: 0px;
  margin-bottom: 50px;
}

.grid-sm .grid-sizer,
.grid-sm .grid-item {
  height: 220px;
}
.grid-sm .grid-item--height2 {
  height: 440px;
}
.grid-sm .grid-item--height3 {
  height: 660px;
}

.grid-lg .grid-sizer,
.grid-lg .grid-item {
  height: 330px;
}
.grid-lg .grid-item--height2 {
  height: 660px;
}
.grid-lg .grid-item--height3 {
  height: 990px;
}

.g-block {
  height: 100%;
  padding: 40px 30px 75px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.g-block .btn {
  height: 30px;
  line-height: 29px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.g-block .btn_video {
  position: absolute;
  left: 30px;
  bottom: 30px;
  transition: 0.3s;
}
.g-block .btn_video:hover {
  color: #fff;
}
.g-block .img-rel {
  display: inline-block;
}
.g-block .img-abs {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.g-block.g-video {
  background-size: cover;
}
.g-block.g-video h3 {
  color: #fff;
}

.caption {
  font-family: "Roboto Condensed", sans-serif;
  color: #BE9429;
  line-height: 1.1;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 300;
}

.precaption {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 14px;
}

.cap_sc {
  font-family: "Roboto Condensed", sans-serif;
  color: #BE9429;
  line-height: 122%;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}

.cap_sc_sm {
  font-family: "Roboto Condensed", sans-serif;
  color: #BE9429;
  line-height: 122%;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.block_title {
  margin-bottom: 75px;
}
.block_title h1 {
  margin-bottom: 15px;
}

.l_line {
  position: relative;
  padding-left: 30px;
}
.l_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 53px;
  background: #BE9429;
}
.l_line .d-flex {
  margin-top: 50px;
}
.l_line .d-flex a {
  margin-right: 30px;
}

.grid-sm .caption {
  text-transform: uppercase;
}

.g-white {
  background: #fff;
}

.g-brown {
  background: #BE9429;
}
.g-brown .caption {
  color: #fff;
}

.g-green {
  background: #003813;
}
.g-green h3 {
  color: #fff;
}
.g-green .precaption {
  color: #fff;
}

.g-block h3 {
  line-height: 1;
}

.section_grid {
  background: #F2F3EE;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section_grid .container {
  position: relative;
  z-index: 1;
}

.page_front .section_grid:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150%;
  right: 0;
  top: 120px;
  background: #C4C4C4;
  transform: rotate(44deg);
  transform-origin: 100% 0 0;
  z-index: -1;
}

.services {
  background: #BE9429 url(../img/serv_bg.png) center center;
}
.services h3 {
  color: #000;
  margin-bottom: 40px;
  max-width: 420px;
}
.services .row h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  display: table-caption;
}
.services .btn {
  margin-top: auto;
}
.services .serv_txt {
  padding-bottom: 30px;
}
.services [class^=col] {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services.ab_page img {
  margin-bottom: 23px;
}
.services.ab_page img .row h3 {
  margin-bottom: 33px;
}

.docs h2 {
  margin-bottom: 50px;
}

.owl-docs {
  text-align: center;
  margin-bottom: 30px;
}
.owl-docs .doc_img {
  height: 170px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}
.owl-docs .doc_img img {
  width: auto;
}
.owl-docs h3 {
  min-height: 52px;
  margin-bottom: 13px;
  line-height: 1;
}
.owl-docs p {
  font-family: "blacker_pro_displaymedium";
  color: #BE9429;
  font-size: 16px;
}

.owl-reviews .owl-next,
.owl-reviews .owl-prev, .owl-docs .owl-next,
.owl-docs .owl-prev, .owl-team .owl-next,
.owl-team .owl-prev, .owl-progress .owl-next,
.owl-progress .owl-prev {
  width: 24px;
  height: 47px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-reviews .owl-next span,
.owl-reviews .owl-prev span, .owl-docs .owl-next span,
.owl-docs .owl-prev span, .owl-team .owl-next span,
.owl-team .owl-prev span, .owl-progress .owl-next span,
.owl-progress .owl-prev span {
  display: none;
}
.owl-reviews .owl-next:after,
.owl-reviews .owl-prev:after, .owl-docs .owl-next:after,
.owl-docs .owl-prev:after, .owl-team .owl-next:after,
.owl-team .owl-prev:after, .owl-progress .owl-next:after,
.owl-progress .owl-prev:after {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  height: 33px;
}
.owl-reviews .owl-next, .owl-docs .owl-next, .owl-team .owl-next, .owl-progress .owl-next {
  right: -60px;
}
.owl-reviews .owl-next:after, .owl-docs .owl-next:after, .owl-team .owl-next:after, .owl-progress .owl-next:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 0 0 0;
  border-top: 1px solid #9E9FA1;
  border-right: 1px solid #BE9429;
}
.owl-reviews .owl-prev, .owl-docs .owl-prev, .owl-team .owl-prev, .owl-progress .owl-prev {
  left: -60px;
}
.owl-reviews .owl-prev:after, .owl-docs .owl-prev:after, .owl-team .owl-prev:after, .owl-progress .owl-prev:after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 0 0;
  border-top: 1px solid #9E9FA1;
  border-left: 1px solid #BE9429;
}
.owl-reviews .owl-dots, .owl-docs .owl-dots, .owl-team .owl-dots, .owl-progress .owl-dots {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
}
.owl-reviews .owl-dots .owl-dot, .owl-docs .owl-dots .owl-dot, .owl-team .owl-dots .owl-dot, .owl-progress .owl-dots .owl-dot {
  display: inline-block;
  background: #C4C4C4;
  border-radius: 5px;
  width: 9px;
  height: 9px;
  margin: 0 6px;
}
.owl-reviews .owl-dots .owl-dot.active, .owl-docs .owl-dots .owl-dot.active, .owl-team .owl-dots .owl-dot.active, .owl-progress .owl-dots .owl-dot.active {
  background: #BE9429;
}

.owl-team {
  margin-bottom: 30px;
}
.owl-team .owl-item img {
  width: auto;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.owl-team .owl-item p {
  color: #BE9429;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
}
.owl-team .t_flex {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.owl-team .t_flex img {
  margin-right: 20px;
}
.owl-team .t_flex h4 {
  word-spacing: 300px;
}

.owl-team-big .owl-item img {
  width: auto;
}

.owl-reviews {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.owl-reviews .owl-dots {
  bottom: -45px;
}
.owl-reviews h3 {
  margin-bottom: 8px;
}
.owl-reviews .caption {
  font-size: 16px;
  margin-bottom: 13px;
}
.owl-reviews .rev_txt {
  margin-bottom: 22px;
}
.owl-reviews .rev_txt p {
  margin-bottom: 0;
}
.owl-reviews .btn {
  background: #fff;
  margin-top: auto;
}
.owl-reviews .item {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.owl-reviews .owl-stage {
  display: -ms-flex;
  display: flex;
  align-items: stretch;
}
.owl-reviews .owl-stage .owl-item {
  float: none;
}

.pattern_bg {
  position: relative;
  overflow: hidden;
}
.pattern_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(../img/pattern_bg.png) right top repeat-y;
  z-index: -1;
}
.pattern_bg h3 {
  margin: 30px 0;
}

.pattern_2_bg {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(../img/pattern_bg.png) right top repeat-y;
  z-index: -1;
}

.serv_more {
  margin-left: 30px;
  max-width: 360px;
}
.serv_more h3 {
  margin-bottom: 38px;
  margin-top: 0;
}
.serv_more .nav_serv {
  padding-left: 0;
  list-style: none;
}
.serv_more .nav_serv li {
  margin-bottom: 27px;
}
.serv_more .nav_serv li a {
  color: #BE9429;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}

.grid_more {
  background: #F2F3EE;
}
.grid_more .g-block {
  height: 378px;
}

.gray_fullwidth {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  margin-bottom: -101px;
}
.gray_fullwidth:after {
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #F2F3EE;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.expert {
  margin-bottom: 0px;
  padding-right: 47px;
}
.expert h4 {
  display: table-caption;
  margin-bottom: 12px;
}
.expert img {
  margin-bottom: 0px;
}
.expert .caption {
  font-size: 18px;
  font-weight: 300;
}

.expert.sm p {
  max-width: 303px;
}

.expert_right {
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 110px 15px 30px;
}
.expert_right:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0;
  height: 1px;
  background: #BE9429;
}

.sec_form {
  padding: 80px 0 70px;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
.sec_form h3 {
  color: #BE9429;
}

.form input[type=text],
.form input[type=email],
.form input[type=password] {
  background: rgba(242, 243, 238, 0.79);
  border: 1px solid #F2F3EE;
  margin-bottom: 17px;
  height: 41px;
  line-height: 41px;
  width: 100%;
  padding: 0 14px;
}
.form textarea {
  background: rgba(242, 243, 238, 0.79);
  border: 1px solid #F2F3EE;
  margin-bottom: 0;
  height: calc(100% - 17px);
  min-height: 99px;
  width: 100%;
  padding: 13px 14px 11px;
}
.form button {
  margin-top: 20px;
}

.tags .btn {
  margin: 0 12px 16px 0;
}

[class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}

.modal-callback .modal-content {
  border-radius: 0;
  border: 0;
  padding: 50px 30px 40px;
}
.modal-callback .modal-content .close {
  position: absolute;
  color: #000;
  border: none;
  background: none;
  right: 20px;
  top: 25px;
  width: 14px;
  height: 14px;
}
.modal-callback .modal-content .close:before {
  content: "";
  width: 19px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: 0 0 0;
  transition: 0.3s;
  background: #000;
}
.modal-callback .modal-content .close:after {
  content: "";
  width: 19px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100%;
  transform: rotate(-45deg);
  transform-origin: 0 0 0;
  transition: 0.3s;
  background: #000;
}

.personal_page section p, .personal_page section ul {
  line-height: 20px;
  color: #606060;
}
.personal_page section h2, .personal_page section .h2 {
  text-align: left;
  font-size: 30px;
}
.personal_page section h3, .personal_page section .h3 {
  font-size: 21px;
}

.personal_page section .owl-progress h3, .h3 {
  margin-bottom: 0;
  flex: 0 0 50%;
}

.ed_top {
  margin-bottom: 23px;
  min-height: 146px;
}
.ed_top img {
  margin-bottom: 30px;
}
.ed_top h4 {
  margin-bottom: 0;
  color: #000;
}

.ed_bot {
  font-size: 14px;
}
.ed_bot p {
  color: #606060;
}

.company_list {
  padding-top: 0 !important;
}
.company_list p {
  color: #606060;
  font-size: 14px;
}

.owl-progress {
  margin-top: 10px;
}
.owl-progress .item {
  background: #fff;
  height: 294px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  padding: 39px 30px 35px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.owl-progress .item h4, .owl-progress .item .caption {
  flex: 0 0 50%;
}
.owl-progress .item .caption {
  padding-top: 12px;
}

.italic {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 35px;
  padding-left: 5px;
  margin-bottom: 38px;
}
.italic p {
  margin-bottom: 0;
  color: #000 !important;
}

.pp_cont a {
  text-decoration: none;
  margin-right: 0;
}
.pp_cont i {
  color: #BE9429;
  font-size: 21px;
  margin-right: 18px;
}
.pp_cont [class^=col] {
  margin-bottom: 26px;
}
.pp_cont .col-social {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.pp_cont .col-social span {
  padding-bottom: 3px;
}

.pp_phone, .pp_mail, .pp_cont span {
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}

.pp_phone {
  text-decoration: none;
}

.pp_mail {
  text-decoration: underline;
}

.download {
  display: -ms-flex;
  display: flex;
  margin-top: 50px;
}
.download .btn {
  min-width: 157px;
  margin-right: 30px;
}

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 27px;
  display: inline-block;
  position: relative;
  height: 35px;
  padding: 0 30px;
  transition: 0.3s;
}
.btn.btn_brown {
  border-color: #BE9429;
  color: #BE9429;
}
.btn.btn_brown:hover {
  background: #BE9429;
  color: #fff;
}
.btn.btn_black {
  border-color: #000;
  color: #000;
}
.btn.btn_black:hover {
  color: #fff;
  border-color: #fff;
}
.btn.btn_white {
  border-color: #fff;
  color: #fff;
}
.btn.btn_brownbg {
  border-color: #B4850A;
  background-color: #BE9429;
  color: #fff;
}
.btn.btn_brownbg:hover {
  background: none;
  color: #BE9429;
}

.grid-item .btn_black {
  border-color: #000;
  color: #000;
}
.grid-item .btn_black:hover {
  color: #BE9429;
  border-color: #BE9429;
}
.grid-item .g-brown .btn_black {
  border-color: #000;
  color: #000;
}
.grid-item .g-brown .btn_black:hover {
  color: #fff;
  border-color: #fff;
}

.tags .btn.btn_black:hover {
  color: #000;
  border-color: #000;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.btn_video {
  font-size: 49px;
  height: 46px;
  color: #BE9429;
}

nav .nav_open {
  margin-top: 30px;
}

.header_top .nav_open {
  margin-top: 5px;
}

.nav_open {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 34px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  display: none;
}
.nav_open:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 24px;
  height: 14px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.nav_open:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 11px;
  width: 24px;
  height: 0;
  border-top: 2px solid #000;
}

.nav_close {
  display: none;
  position: absolute;
  right: 20px;
  top: 26px;
  color: #BE9429;
  font-size: 40px;
  background: none;
  border: none;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
  font-weight: 200;
  line-height: 19px;
}

.bg_gray {
  background: #F2F3EE;
}

.bg_gray3 {
  background: #F9F9F9;
}

.color_gray3 {
  color: #606060;
}

.mbm {
  mix-blend-mode: multiply;
}

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

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

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

.img_up {
  margin-top: -187px;
}

.tc {
  display: table-caption;
}

.cont_mouse {
  position: absolute;
  width: 100%;
  bottom: 93px;
  left: 0;
}

.mouse {
  width: 22px;
  height: 38px;
  position: relative;
  background: url(../img/mouse.svg) center center no-repeat;
}
.mouse:after {
  content: "";
  width: 15px;
  height: 37px;
  transition: 0.3s;
  background: url(../img/arrow.svg) center bottom no-repeat;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  animation: 1s infinite arrow ease-in-out;
}

@keyframes arrow {
  from {
    height: 22px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
    height: 37px;
  }
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1366px) {
  .col-xl-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-slogan {
    display: none;
  }

  footer .col-addr,
footer .col-social,
footer .col-phone,
footer .col-recall {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 7px;
  }
  footer p {
    margin-bottom: 0;
  }
  footer .col-phone {
    margin-bottom: 10px;
  }
  footer .col-recall {
    margin-bottom: 0;
  }

  .ft_contacts {
    max-width: 265px;
  }

  header .logo-div, .vizcard .logo-div {
    transform: scale(0.8);
  }
  header .h2.sm, .vizcard .h2.sm {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .title_about h1:after {
    display: none;
  }

  .svg {
    display: none;
  }

  header .header_top, header > .container, header .mouse_cont,
header .logo-div {
    display: block;
  }

  header .slogan {
    display: table-caption;
  }

  header, .vizcard {
    background: #00240C;
  }
  header .logo-div, .vizcard .logo-div {
    transform: scale(0.8) translatex(-13%);
  }
  header .h2.sm, .vizcard .h2.sm {
    font-size: 27px;
  }

  .info {
    padding: 0;
  }

  .slogan {
    margin-bottom: 30px;
  }

  .serv_more h3 {
    margin-bottom: 25px;
  }
  .serv_more .nav_serv {
    margin-bottom: 40px;
  }
  .serv_more .nav_serv li {
    margin-bottom: 15px !important;
  }

  .grid_more .g-block {
    height: 300px;
  }

  .serv_more {
    margin-left: 0;
    margin-top: 30px;
  }

  .pattern_bg:after {
    background-position: 0 0;
    transform: translateX(0);
  }

  section,
.row_section {
    padding: 100px 0;
  }

  header .col-nav {
    display: block;
  }
  header .col-nav .nav_open:before, header .col-nav .nav_open:after {
    border-color: #fff;
  }

  .nav_open {
    display: block;
  }

  .nav_close {
    display: block;
  }

  .nav_main {
    transition: 0.3s;
    position: fixed;
    right: -320px;
    top: 0;
    display: block;
    width: 320px;
    height: 100vh;
    padding: 80px 26px 50px;
    text-align: right;
    background: #003813;
    z-index: 20;
  }
  .nav_main li {
    margin-bottom: 25px;
    display: block;
    text-align: right;
  }
  .nav_main li.drop {
    margin-bottom: 0;
  }
  .nav_main li.drop > a {
    display: none;
  }
  .nav_main li a {
    color: #fff;
  }
  .nav_main li span {
    display: none;
  }
  .nav_main li .dropdown {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    transform: translateY(0);
    padding: 0;
    z-index: 1;
  }
  .nav_main li .dropdown li {
    padding: 0;
  }
  .nav_main.open {
    right: 0;
  }

  .nav_hd {
    display: none;
  }

  .nav_ft {
    display: block;
  }

  footer {
    padding: 50px 20px;
  }
  footer .col-logo {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  footer .col-logo img {
    max-width: 185px;
  }

	footer .container > .row.justify-content-center {
padding-top: 30px;
}

  .grid-sizer,
.grid-item {
    width: 50%;
  }

  /* 2 columns */
  .grid-item--width2,
.grid-item--height3 {
    width: 50%;
  }

  .grid-item h3.big {
    font-size: 24px;
    display: block;
  }

  .g-block .img-rel {
    display: none;
  }

  .grid-sm .grid-item {
    height: 320px;
  }
  .grid-sm .grid-item--height2 {
    height: 320px;
  }
  .grid-sm .grid-item--height3 {
    height: 320px;
  }

  .grid-lg .grid-item--height2 {
    height: 330px;
  }
  .grid-lg .grid-item--height3 {
    height: 330px;
  }
  .grid-lg .grid-item--width2,
.grid-lg .grid-item--height3 {
    width: 50%;
  }
  .grid-lg .grid-item--width2 .img-abs,
.grid-lg .grid-item--height3 .img-abs {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .img_up {
    margin-top: 0;
    margin-bottom: 30px;
  }

  section,
.row_section {
    padding: 60px 0;
  }

  .nav_ft {
    text-align: center;
  }

  .ft_contacts {
    text-align: center;
    padding-bottom: 20px;
  }

  footer .col-logo {
    align-items: flex-end;
  }

  .grid-sm .grid-sizer,
.grid-sm .grid-item,
.grid-sm .grid-item--height2,
.grid-sm .grid-item--height3 {
    height: 260px;
  }

  .grid-lg .grid-sizer,
.grid-lg .grid-item,
.grid-lg .grid-item--height2,
.grid-lg .grid-item--height3 {
    width: 100%;
  }

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

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

  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 586px) {
  nav .col-recall {
    display: none;
  }

  .owl-docs .owl-next, .owl-reviews .owl-next, .owl-team .owl-next {
    right: -45px;
  }
  .owl-docs .owl-prev, .owl-reviews .owl-prev, .owl-team .owl-prev {
    left: -45px;
  }
}
@media only screen and (max-width: 575px) {
  .ft_contacts {
    max-width: 100%;
  }

  .logo-div {
    margin-left: auto;
  }

  footer .col-logo {
    height: 100px;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .col-logo img {
    max-width: 135px;
  }
  footer .col-social {
    position: absolute;
    top: -80px;
	right: 20px;
    margin-left: 99px;
  }

  .ft_contacts {
    padding-top: 10px;
  }

  .ft_contacts,
.nav_ft li:first-child,
.nav_ft li:nth-child(2) {
    background: #003813;
    z-index: 2;
  }

  .ft_nav {
    z-index: 2;
  }
}
@media only screen and (max-width: 470px) {
  .owl-docs .owl-next, .owl-reviews .owl-next, .owl-team .owl-next {
    right: -35px;
    transform: scale(0.8) translateY(-50%);
  }
  .owl-docs .owl-prev, .owl-reviews .owl-prev, .owl-team .owl-prev {
    left: -35px;
    transform: scale(0.8) translateY(-50%);
  }

  .container > .row {
    padding-top: 50px;
  }

footer .container > .row {
    padding-top: 30px;
  }

  .expert {
    padding-right: 0;
  }

  header .logo-div, .vizcard .logo-div {
    transform: scale(0.6) translatex(-33%);
  }
  header .h2.sm, .vizcard .h2.sm {
    font-size: 22px;
  }
  header .slogan, .vizcard .slogan {
    margin-left: 30px;
  }

  body:not(.page_front) {
    padding-top: 55px;
  }

  section,
.row_section {
    padding: 45px 0;
  }

  header .col-recall {
    display: none;
  }
  header .col-nav {
    margin-left: auto;
  }

  nav .logo img {
    max-width: 75px;
  }
  nav .phone {
    font-size: 14px;
  }

  .grid-sm .grid-sizer,
.grid-sm .grid-item {
    height: 290px;
  }

  .grid-sizer,
.grid-item {
    width: 100%;
  }

  h1, .h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  h2, .h2, h1.sm, .h1.sm {
    font-size: 24px;
    margin-bottom: 20px;
  }

  h3, .h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

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