*{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
  height: 100%;
}
html{
  font-size: 10px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}
img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
:focus {outline:0;outline-offset:0;}
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
input[type="submit"]{ border: none; }
ul{ list-style: none; }
a{ text-decoration: none; }
button{
  border: 0;
  cursor: pointer;
}
.total-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.total-content {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
  position: relative;
}
.text-uppercase{
  text-transform: uppercase !important;
}
.text-center{
  text-align: center;
}
.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
}
.contant-container{
  max-width: 98rem;
  margin: 0 auto;
}
.margin-auto {
  margin: 0 auto;
}
.w-78{
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.float-left{
  float: left;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.bg-grey{
  background-color: rgba(247, 247, 247, 1);;
}
.bg-blue{
  background-color: rgba(0, 56, 98, 1);
}
.bg-white{
  background-color: #fff;
}
.d-inline-block{
  display: inline-block;
}
.p-2{
  padding: 2rem;
}
.mt-2{
  margin-top: 2rem;
}
body {
  background-color: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  color: #191919;
  min-width: 32rem;
  position: relative;
}
.contant-container{
  max-width: 98rem;
  margin: 0 auto;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.font_3{
  font: normal normal normal 88px/1.2em "Raleway", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.font_6 {
  font: normal normal normal 4.8rem/1.35em "Raleway", Arial, Helvetica, sans-serif;
}
.font_7 {
  font: normal normal normal 2.4rem/1.67em "Raleway", Arial, Helvetica, sans-serif;
}
.font_8{
  font: normal normal normal 2rem/1.75em "Raleway", Arial, Helvetica, sans-serif;
}
.font_9{
  font: normal normal normal 1.6rem/1.875em "Raleway", Arial, Helvetica, sans-serif;
}
.color_1{
  color: #fff !important;
}
.color_2{
  color: #003862;
}
.color_0{
  color: #000 !important;
}
h1, h2, h3{
  margin-bottom: 3rem;
}
h3{
  margin-bottom: 2.5rem;
}
/*-----------------------------------<Header>-------------------------------*/
..logo-block{
  width: calc(100% - 5rem);
}
.logo-name{
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #000;
}
.top-menu{
  height: 5rem;
}
.top-menu ul li a{
  display: inline-block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  line-height: 5rem;
  color: #191919;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.hamburger {
	display: inline-block;
	vertical-align: middle;
  padding: 2rem 1rem;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  outline: 0;
  overflow: visible;
  position: absolute;
  right: 0.5rem;
  z-index: 10;
  top: 1rem;
}
.hamburger-box {
  width: 30px;
  height: 20px;
  position: relative;
  display: inline-block;
}
.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.navbar-open .hamburger-inner, .navbar-open .hamburger-inner::after, .navbar-open .hamburger-inner::before{
  background-color: #fff;
}
.hamburger:hover {
  opacity: .7;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.navbar-open .hamburger--spin .hamburger-inner::before {
  transition: top .1s .25s ease-in,opacity .1s ease-in;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
}
.navbar-open .hamburger--spin .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.navbar-open .hamburger--spin .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
}
.navbar-open .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,opacity .1s .12s ease-out;
}
/*-----------------------------------</Header>-------------------------------*/
/*-----------------------------------<Form1 - Callback>-------------------------------*/
.form-contact{
  margin-bottom: 3rem;
}
.field_input{
  width: 100%;
  line-height: 3rem;
  padding: 0.5rem;
  border: 1px solid #000;
  margin-bottom: 0.5rem;
  font: normal normal normal 1.6rem/1.875em "Raleway", Arial, Helvetica, sans-serif;
  color: #000;
}
.btn-send{
  cursor: pointer;
  float: right;
  display: inline-block;
  line-height: 3rem;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 1);
  font: normal normal normal 16px/1.875em "Raleway", Arial, Helvetica, sans-serif;
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder { color: #000; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #000; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #000; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #000; }
input::placeholder, textarea::placeholder { color: #000; }
/*-----------------------------------</Form1 - Callback>-------------------------------*/
/*-----------------------------------<Form2 - Subscribe>-------------------------------*/
.field_subscribe{
  border-bottom: 1px solid #000;
  margin-right: 1rem;
}
.field_subscribe input{
  width: calc(100% - 4.5rem);
  border: none;
  height: 5rem;
  padding: 0.8rem;
  font: normal normal normal 1.6rem/1.875em "Raleway", Arial, Helvetica, sans-serif;
  color: #000;
}
.field_icon{
  color: rgba(0,0,0,1);
  width: 4rem;
  text-align: center;
  display: inline-block;
}
.btn-subscribe button{
  cursor: pointer;
  width: 10rem;
  text-align: center;
  display: inline-block;
  height: 5rem;
  background-color: rgba(0,56,98,1);
  font: normal normal normal 16px/1.875em "Raleway", Arial, Helvetica, sans-serif;
  color: #fff;
}
/*-----------------------------------</Form2 - Subscribe>-------------------------------*/
.info-section{
  padding: 7rem 2rem 13rem 2rem;
}
.bg-wrap{
  background-color: rgba(0, 56, 98, 1);
}
.bg-picture{
  background: url("../images/about.jpg") no-repeat center;
  background-size: cover;
}
.about-text{
  max-width: 94rem;
}
.map-block{
  margin: 2rem 0 10rem 0;
}
.map-block iframe{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.social-icons-box{
  margin: 2.5rem 0;
}
.social-icons-box a{
  display: inline-block;
  color: #000;
  padding: 1rem 0.5rem;
}
.footer-block{
  line-height: 2rem;
  padding: 1.5rem 0;
}
.gallery-box a {
  display: inline-block;
  vertical-align: top;
  margin: 1rem;
  font: normal normal normal 4rem/1.35em "Raleway", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease 0s;
}
.gallery-box a img{
  object-fit: cover;
}
.gallery-box a:before {
	content:'';
	position: absolute;
  width: 0;
	top: 0;
	left: 0;
	right: 0;
  bottom: 0;
	background: rgba(0,0,0,0.3);
	transition: opacity 0.4s ease 0s;
}
.gallery-box a:hover:before {
	width: 100%;
  transition: opacity 0.4s ease 0s;
}
.gallery-box-title{
  opacity: 0;
  position: absolute;
  top: 2rem;
  right: 1rem;
  left: 1rem;
  z-index: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 0.4s ease 0s;
}
.gallery-box-title span{
  text-overflow: ellipsis;
}
.gallery-box a:hover > .gallery-box-title{
  opacity: 1;
  transition: opacity 0.4s ease 0s;
}

/*-------------------------<Slider>--------------------------*/
.bx-wrapper{
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0  !important;
  max-height: 114rem;
}
.bx-viewport, .bx-viewport .bxslider li, .bx-viewport .bxslider li img{
  max-height: 114rem;
}
.bx-wrapper img{
  width: 100%;
  object-fit: cover;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  width: 1.1rem !important;
  height: 1.1rem !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #000;
  opacity: 0.4;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #fff;
  opacity: 1;
}
.bxslider{
  position: relative;
}
.main-banner-box{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-banner{
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-banner::after{
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.8;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-banner h1{
  margin-bottom: 0 !important;
}
/*-------------------------</Slider>--------------------------*/
/*-------------------------<Parallax fon>--------------------------*/
.parallax-banner-top{
  min-height: 28rem;
  background: transparent;
  position: relative;
}
.parallax-banner-top::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 199;
}
.parallax-text{
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*-------------------------</Parallax fon>--------------------------*/
.project-total{
  margin: 0 0 8rem 0;
}
.btn-get{
  display: block;
  border: solid rgba(0, 56, 98, 1) 1px;
  color: #003862;
  transition: color 0.4s ease 0s;
  font: normal normal normal 1.6rem/1.875em "Raleway", Arial, Helvetica, sans-serif;
  line-height: 4.2rem;
  width: 13.2rem;
  text-align: center;
  margin: 0 auto;
}
.btn-get:hover{
  background-color: rgba(0, 56, 98, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main-banner .font_3{
    font: normal normal normal 4.8rem/1.2em "Raleway", Arial, Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 992px) {
  .about-text{
    padding: 6rem 16rem 7rem 16rem;
  }
  .bg-picture{
    padding-bottom: 20rem;
    height: 60.5rem;
  }
  #contact-section{
    padding: 12rem 0;
  }
  .object-fit {
    width: 540px;
    object-fit: cover;
  }
  .p-120{
    padding: 12rem 0;
  }
  .main-banner{
    padding: 4rem 3rem 3rem 3rem;
    max-width: 82rem;
  }
  .bx-wrapper .bx-pager{
    bottom: 4rem;
  }
  .bg-wrap{
    padding: 0 1rem 12rem 1rem;
  }
  .bg-about{
    height: 45rem;
    background-color: rgba(0, 56, 98, 1);
  }
  .wrap-text{
    position: absolute;
    top: -40%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 9px;
  }
  .main-banner{
    padding: 3rem 2rem 2rem 2rem;
    width: 90%;
  }
  #contact-section{
    padding: 8rem 2rem;
  }
  .about-text{
    padding: 3rem 2rem;
  }
  .bg-picture{
    min-height: 20rem;
  }
  .p-120{
    padding: 5rem 2rem;
  }
  .bx-wrapper .bx-pager{
    bottom: 2rem;
  }
  .wrap-text{
    padding: 3rem 1rem;
    background-color: rgba(0, 56, 98, 1);
  }
}
@media only screen and (min-width: 768px) {
  .project-info, .project-total{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .project-bl{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .project-info img {
    width: 22rem;
    margin-right: 3rem;
  }
  .project-bl img, .project-total img{
    width: 46rem;
    height: 26rem;
    object-fit: contain;
  }
  .project-bl{
    margin: 10rem 0 0 0;
  }
  .contant-part{
    float: left;
    width: 50%;
  }
  .contant-part img {
    height: 55rem;
    object-fit: cover;
  }
  .gallery-box a, .gallery-box a img{
    width: 28rem;
    height: 35rem;
  }
}
@media only screen and (max-width: 767px) {
  .project-info img{
    width: 100%;
    margin-bottom: 3rem;
  }
  .project-bl{
    margin: 6rem 0 0 0;
  }
  .project-bl img, .project-total img{
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 2rem;
  }
  .contant-part img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
  }
  .gallery-box a, .gallery-box a img{
    width: 20rem;
    height: 25rem;
  }
  .gallery-box a {
    font: normal normal normal 2.4rem/1.35em "Raleway", Arial, Helvetica, sans-serif;
  }
  .font_3{
    font: normal normal normal 4.5rem/1.2em "Raleway", Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
}
@media only screen and (max-width: 580px) {
  .main-banner{
    padding: 1rem;
    width: 90%;
  }
  .main-banner .font_3{
    font: normal normal normal 2.5rem/1.2em "Raleway", Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  .main-banner .font_7{
    font: normal normal normal 1.6rem/1.67em "Raleway", Arial, Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 500px) {
  .cotact-box{
    width: 50%;
    float: left;
  }
  .field_subscribe{
    float: left;
    width: calc((100% - 12rem) / 2);
  }
}
@media only screen and (max-width: 499px) {
  .font_6{
    font-size: 3.5rem;
  }
  .field_subscribe{
    width: 100%;
  }
  .btn-send{
    width: 10rem;
  }
  .btn-subscribe button{
    margin-top: 1rem;
    float: right;
  }
}
@media only screen and (min-width: 450px) {
  .logo-block{
    padding: 3.5rem 0 2rem 0;
  }
  .hamburger{
    display: none;
  }
  .top-menu ul li{
    display: inline-block;
  }
}
@media only screen and (max-width: 449px) {
  .gallery-box a{
    width: 47%;
    margin: 1%;
    height: 20rem;
  }
  .gallery-box a img {
    width: 100%;
    height: 20rem;
  }
  .bx-wrapper .bx-pager{
    bottom: 1rem;
  }
  .logo-block{
    padding: 1.5rem 0 1.5rem 1rem;
  }
  nav.top-menu{
    display: none;
  }
  body.navbar-open header .hamburger{
    z-index: 1000;
    position: fixed;
    top: 2rem;
    right: 2rem;
  }
  body.navbar-open header nav.top-menu {
    background-color: rgba(0, 56, 98, 1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 1;
    z-index: 999;
    position: fixed;
    text-align: center;
    display: flex;
  }
  nav.top-menu ul li a{
    padding: 1rem 2rem;
    display: block;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
