@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

body {
  font: 400 16px 'Philosopher', sans-serif;
  width: 100%;
  height: 100%;
  color: #2c3e50; }

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

a, button, img {
  -webkit-transition: all 0.5s ease;
  /* Firefox */
  -moz-transition: all 0.5s ease;
  /* WebKit */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
  /* Standard */ }

li {
  list-style-type: none; }

a, a:focus, button, input, textarea {
  outline: none; }
  img{
    max-width: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  background: transparent url("../images/header-bg.jpg") repeat scroll 0 0;
  border-bottom: 3px solid #0D0E15;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); 
    border-top: 5px solid #df4837;
}

.wrap-header {
  background: transparent url("../images/header-bg.jpg") repeat scroll 0 0;
  position: relative;
  z-index: 3; }

.feedback-phone{
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 2;
}
.logo{
    margin: 15px 0 0 0;
}
.slogan{
    margin: 50px 0 0 0;
}
.slogan h1 {
  color: #fff;
  font-size: 36px;
  text-align: right; }

.menu-top {
  font-size: 0;
  text-align: right;
  position: relative;
    margin: 15px 0 0 0;
    
}

.menu-top > span {
  display: none; }

.menu-top li {
  display: inline-block;
  margin: 0 0 0 15px; }

.menu-top li:first-child {
  margin: 0; }

.menu-top li a {
  display: block;
  font-size: 16px;
  color: #ccc;
  padding: 5px 0;
  position: relative; }

.menu-top li a:hover {
  text-decoration: none;
  color: #fff; }

.menu-top li a::after {
  content: '';
  background-color: #df4837;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  /* Firefox */
  -moz-transition: all 0.5s ease;
  /* WebKit */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
  /* Standard */ }

.menu-top li a:hover::after {
  width: 100%; }

.header-phone {
  position: relative; }

.header-phone .wrap-phone {
  background: transparent url("../images/header-bg.jpg") repeat scroll 0 0;
  border-bottom: 3px solid #0D0E15;
  width: 400px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: 50%;
  padding: 150px 0 0 0;
  margin: 0 0 0 -200px;
  text-align: center;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }

.header-phone .wrap-phone p {
  margin: 5px 0 0 0; }

.header-phone .wrap-phone p > span {
  margin: 0 5px 0 0;
  background-color: #df4837;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

.header-phone .wrap-phone p i {
  color: #fff;
  font-size: 16px; }

.header-phone .wrap-phone a {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
  border-bottom: 1px dashed transparent; }

.header-phone .wrap-phone a:hover,
.header-phone .wrap-phone a:focus{
  text-decoration: none;
  border-bottom: 1px dashed #df4837;
  color: #df4837; }

.slogan h1{
    margin: 15px 0;
}
.h-address{
    text-align: right;
}
.h-address span{
    font-size: 22px;
    color: #fff;
}
.h-address span a{
    font-size: 16px;
    color: #ccc;
}
.h-address span a:hover,
.h-address span a:focus{
    text-decoration: none;
    color: #fff;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  padding: 0 0 70px; }

.main-standart {
  padding: 150px 0 0 0;
  background: transparent url("../images/background.jpg") scroll repeat 0 0; }

.main-standart .standart-img {
  margin: 20px 0 0 0; }

.main-standart .standart-img img {
  width: 100%;
  height: auto; }

.main-info {
  background: transparent url("../images/feedbacks-bg.jpg") fixed repeat 0 0;
  padding: 40px 0;
  border-top: 1px solid #fff; }

.main-info .s-title h3 {
  color: #fff;
  font-weight: 400;
  font-size: 28px; }

.main-text p {
  margin: 20px 0 0 0;
  text-align: justify;
  color: #fff; }

.main-text p:first-child {
  margin: 0; }

.main-text p a{
    color: #df4837;
}
.main-form {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 30px 20px; }

.main-info .main-form h3 {
  color: #fff; }

.main-form label {
  display: block;
  position: relative;
  margin: 0 0 20px 0; }

.main-form label span {
  font-size: 22px;
  display: block;
  margin: 0 0 5px 0;
  font-weight: 300;
  color: #000; }
.main-form label span.error{
  font-size: 14px;
  margin: 3px 0 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.main-form label i {
  position: absolute;
  top: 13px;
  left: 8px;
  font-size: 16px;
  color: #D8D8D8; }

.main-form input {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 30px;
  font-size: 16px;
  font-weight: 300; }

.main-form textarea {
  width: 100%;
  height: 90px;
  padding: 12px 10px 5px 30px;
  font-size: 16px;
  font-weight: 300;
  resize: none; }
.main-form .btn-all + input,
.mail-form .btn-all + input,
.phone-form .btn-all + input {
    display: none;
}

.we-work {
  background: transparent url("../images/we-work-bg.png") repeat scroll 0 0;
  padding: 40px 0;
  border-top: 1px solid #fff; }

.we-work .main-text p {
  color: #333; }

.we-work .line span,
.we-work .line::before,
.we-work .line::after {
  background-color: #333; }

.services {
  margin: 30px 0 0 0; }

.services .item {
  padding: 10px;
  height: 230px;
  line-height: 148px;
  background-color: #fff;
  border: 1px solid #ccc; }

.services .item span {
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%); }

.services .item img {
  width: 100%;
  height: auto;
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.main-map {
  padding: 40px 0 0 0;
  border-top: 1px solid #286090;
  background-color: #fcfcfc; 
  position: relative;
  height: 600px;
}
.main-map .b-title{
    position: relative;
    z-index: 2;
}

.main-map .line span,
.main-map .line::before,
.main-map .line::after {
  background-color: #333; }

.main-map .item-map {
height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.main-map .item-map iframe{
    width: 100%;
    height: 100%;
}

.map-contacts {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  width: 450px; }

.map-contacts h5 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: relative; }

.map-contacts p {
  color: #fff;
  margin: 20px 0 0 0;
  padding: 5px 0 5px 45px;
  font-size: 18px;
  position: relative; }

.map-contacts p i {
  color: #fff;
  background-color: #286090;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -15px 0 0 0;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

.map-contacts p a {
  color: #fff; }

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  margin: -70px auto 0;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: #2d2d2d;
  position: relative; }

.footer-copy,
.footer-pay {
  font-size: 14px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.footer-pay {
  text-align: right;
  width: 100%; }

.footer-pay p {
  margin: 0 0 5px 0;
  display: inline-block;
  vertical-align: middle; }

.footer-pay span {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle; }

.footer-pay span i {
  font-size: 32px;
  color: #fff; }

/* btn
-----------------------------------------------------------------------------*/
.btn-all {
  width: 100%;
  height: 50px;
  background-color: #df4837;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2; }

.btn-all::before {
  content: '';
  background-color: #286090;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all .5s linear; }

.btn-all:hover::before {
  width: 100%; }
  
.btn-mail{
  width: 130px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 10px auto 0;
  background-color: #df4837;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2; 
}
.btn-mail:hover,
.btn-mail:focus{
    background-color: #286090;
    color: #fff;
    text-decoration: none;
}

.btn-feedback {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    display: block;
    width: 160px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #df4837;
}
.btn-feedback:hover,
.btn-feedback:focus{
    background-color: #286090;
    color: #fff;
    text-decoration: none;
}

.btn-menu {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s; }

.btn-menu:focus {
  outline: none; }

.btn-menu i {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #fff;
  -webkit-transition: background .3s;
  transition: background .3s; }

.btn-menu i::before,
.btn-menu i::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  transition-delay: .3s,0s; }

.btn-menu i::before {
  top: -15px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform; }

.btn-menu i::after {
  bottom: -15px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform; }

/* ╨░╨║╤В╨╕╨▓╨╜╨╛╨╡ ╤Б╨╛╤Б╤В╨╛╤П╨╜╨╕╨╡, ╤В.╨╡. ╨╝╨╡╨╜╤О ╨╛╤В╨║╤А╤Л╤В╨╛ */
.btn-menu.active i {
  background: none;
  width: 100%; }

.btn-menu.active i::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-menu.active i::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.btn-menu.active i::before,
.btn-menu.active i::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(../css/grayscale.svg#greyscale);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.grayscale:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none; }

.pagination {
  font-size: 0;
  text-align: center; }

.pagination li {
  display: inline-block;
  padding: 0 5px; }

.pagination li a {
  font-size: 14px;
  color: #323232;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  border: 2px solid #d7d7d7;
  font-weight: 600; }

.pagination li span {
  font-size: 14px; }

.pagination li a:hover {
  color: #323232;
  background-color: #fff;
  border: 2px solid #286090;
  text-decoration: none; }

.pagination .active a {
  background-color: #286090;
  color: #fff;
  border: 2px solid #fff; }

.pagination .disabled.prev span,
.pagination .disabled.next span {
  font-size: 14px;
  color: #323232;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  border: 2px solid #d7d7d7;
  font-weight: 600; }

/* slider
-----------------------------------------------------------------------------*/
.slider {
  position: relative; }

.slider .wrap-slider {
  margin: 65px 0 0 0; }

.slider .item {
  height: 500px; }

.nav .owl-controls {
  position: absolute;
  bottom: 56%;
  left: 0;
  width: 100%; }

.nav .owl-nav div {
  position: absolute;
  color: #2c3e50;
  cursor: pointer;
  font-size: 34px;
  -webkit-transition: all .5s ease;
  /* Firefox */
  -moz-transition: all .5s ease;
  /* WebKit */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
  /* Standard */ }

.nav .owl-nav div:hover {
  color: #35b1f5; }

.slider .nav .owl-nav .nav-prev {
  left: 50px; }

.slider .nav .owl-nav .nav-next {
  right: 50px; }

.dots .owl-controls {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center; }

.dots .owl-dots div {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.66);
  margin: 0 6px; }

.dots .owl-dots .active {
  background-color: #35b1f5;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.74);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.74); }

/* title
-----------------------------------------------------------------------------*/
.b-title {
  margin: 15px 0 25px;
  text-align: center; }

.b-title .wrap-title {
  display: inline-block; }

.b-title h2 {
  color: #df4837;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); }

.line {
  position: relative;
  text-align: center;
  margin: 5px 0; }

.line span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 2; }

.line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #fff;
  margin: 0px 0 0 0; }

.line::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #fff;
  margin: 0px 0 0 0; }

.s-title {
  text-align: center;
  margin: 15px 0; }

.s-title h3,
.s-title h5 {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); }

.s-title h3::before,
.s-title h5::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  background-color: #df4837;
  width: 100px;
  margin: 0 0 0 -50px; }

.deep-title h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  line-height: 32px;
  height: 128px;
  overflow: hidden; }

/* deep
-----------------------------------------------------------------------------*/
.deep {
  background: transparent url("../images/we-work-bg.png") repeat scroll 0 0;
  padding: 0 0 40px 0; }

.deep > .container {
  position: relative; }

.deep-nav {
  width: 370px;
  position: absolute;
  top: 20px;
  left: 15px; }

.deep-content {
  padding: 180px 0 0 0; }

.breadcrumbs a {
  color: #323232;
  font-size: 14px;
  margin: 0 3px 0 0;
  padding: 0 10px 0 0;
  position: relative; }

.breadcrumbs span {
  font-size: 14px;
  margin: 0;
  color: #ea430b; }

.breadcrumbs a:after {
  content: '/';
  position: absolute;
  top: 0px;
  right: 0px; }

/* WORK
-----------------------------------------------------------------------------*/
.work-block {
  margin: 40px 0 0 0; }

.work-block ol {
  counter-reset: li;
  font-size: 0;
  letter-spacing: -4px; }

.work-block ol li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 18px;
  vertical-align: top;
  width: 33.3333%;
  position: relative;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 40px 0; }

.work-block ol li:before {
  content: counter(li,decimal);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #df4837;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

.work-block ol li img {
  max-width: 100%;
  height: auto;
  margin: 10px 0 0 0; }

.work-block ol li h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 0 0 50px; }

.work-block ol li p {
  margin: 10px 0 0 0; }

/* GALLERY
-----------------------------------------------------------------------------*/
.gallery-block {
  margin: 60px 0 0 0; }

.gallery-block:first-child {
  margin: 0; }

.gallery-block .item {
  background-color: #fff;
  border: 1px solid #286090;
  padding: 10px;
  margin: 0 0 30px 0;
  position: relative; }

.gallery-block .item > a {
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #2c3e50;
  position: relative;
  padding: 5px; }

.gallery-block .item > a:hover,
.gallery-block .item > a:focus {
  text-decoration: none; }

.gallery-block .item-img {
  padding: 10px 0 5px;
    height: 200px;
    min-width: 100%;
  overflow: hidden; }

.gallery-block .item-img img {
  max-width: 100%; }

.gallery-block .item-text {
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  text-align: center;
  overflow: hidden; }

.gallery-block .item-text h5 {
  line-height: normal;
  display: inline-block;
  vertical-align: middle; }

.item-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .5s linear; }

.item-bg span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  color: #fff;
  display: block;
  margin: -16px 0 0 -16px; }

.gallery-block .item a:hover .item-bg {
  opacity: 1; }

.gallery-block .item a::before {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
  opacity: 0;
  transform: scale(0);
  transition: all .5s linear;
  z-index: 8; }

.gallery-block .item a:hover::before {
  opacity: 1;
  transform: scale(1); }

.gallery-block .line::before,
.gallery-block .line::after,
.gallery-block .line span {
  background-color: #333; }

/* CONTACT
-----------------------------------------------------------------------------*/
.contact-info {
  background-color: #f9f9f9;
  padding: 15px;
  margin: 0 0 15px 0;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.16);
  box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.16); }

.contact-info p {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 25px;
  position: relative; }

.contact-info p i {
  position: absolute;
  top: 2px;
  left: 0; }

.contact-info span {
  display: block;
  padding: 5px 0 0 25px; }

.contact-info span a {
  color: #2c3e50; }
.contact-info .item {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0; }

.contact-info .item:first-child {
  border: none; }

.contact-info .two-item {
  float: left;
  width: 50%; }

.contact .main-map {
  background-color: transparent;
  border: none; 
    margin: 40px 0 0 0;
}

.contact .main-map .item-map {
  border: 1px solid #286090;
  padding: 10px;
  background-color: #fff; }
  
.contact .map-contacts{
    display: none;
}


/*===========*/
.b-monuments-fixed.fixed{
    position: fixed;
    top: 0;
}

/* fancybox
-----------------------------------------------------------------------------*/
a.fancybox-close {
  right: -20px;
  top: -20px; }

#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
.fancybox-tmp {
  box-sizing: content-box;
  padding: 0 !important;
  margin: 0 !important; }

.fancybox-skin {
  border-width: 0 !important; }

.fancybox-default-skin {
  background: transparent; }

.fancybox-image{
    /*border: 2px solid #286090;*/
    border-radius: 5px;
}
.fancybox-title{
    background-color: #286090;
    /*border: 2px solid #fff;*/
    text-align: center;
    font-size: 20px;
    border-radius: 15px;
}
/* text_edit
-----------------------------------------------------------------------------*/
.text_edit h1 {
    font: bold 22px 'Philosopher', sans-serif;
  color: #2c3e50;
  font-size: 30px;
  margin: 20px 0 0 0; }

.text_edit h2 {
  color: #2c3e50;
    font: bold 20px 'Philosopher', sans-serif;
    margin: 20px 0 10px 0; }

.text_edit h3 {
  color: #286090;
    font: bold 18px 'Philosopher', sans-serif;
  margin: 20px 0 10px 0; }

.text_edit a {
  color: #ea430b;
  text-decoration: underline; }

.text_edit a:hover {
  text-decoration: none; }

.text_edit p {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 0 0;
  line-height: 20px;
    color: #2c3e50;}

.text_edit p:first-child{
    margin: 0;
}
.text_edit strong {
  font-weight: bold; }

.text_edit ul {
    font: bold 18px 'Philosopher', sans-serif;
  padding: 0px 0 15px;
  text-align: left;
  margin: 15px 10px 0; }

.text_edit ul li ul {
  margin-top: 15px;
  text-align: left; }

.text_edit ul li {
  list-style-type: none;
  display: block;
  margin-top: 5px;
  padding-left: 20px;
  position: relative; }

.text_edit ul li:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ea430b; }

.text_edit ol {
    font: bold 16px 'Philosopher', sans-serif;
  padding: 0px 0 10px;
  text-align: left;
  margin: 15px 0 0;
  counter-reset: li; }

.text_edit ol li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
  display: block;
  text-align: left; }

.text_edit ol li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0px;
  color: #ea430b; }

.text_edit ol li ol {
  margin-top: 15px;
  text-align: left; }

.text_edit blockquote {
  border: 1px dotted #2c3e50;
  border-left: 5px solid #f14f3e;
  font-style: italic;
  padding: 10px;
  width: 85%;
  margin: 15px auto 0; }
  
/* popup
-----------------------------------------------------------------------------*/
.popup-block {
    display: none;
    background-color: #fff;
}

.popup-block input,
.popup-block textarea{
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    border: 1px solid #b7b7b7;
    color: #323232;
    border-radius: 3px;
}
.popup-block textarea {
    height: 110px;
    resize: none;
}

.ajax_form input.error,
.ajax_form textarea.error{
    color: #323232;
}

.popup-block input:focus,
.popup-block textarea:focus{
    border: 1px solid #286090;
}

.popup-block .btn-all {
    width: 100%;
    margin: 15px 0 0 0;
}

.popup-title{
    margin: 0 0 15px;
}
.popup-title h5 {
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    text-align: center;
    margin: 0 0 15px;
}

.mail-form,
.phone-form{
    width: 360px;
    padding: 15px 20px 25px;
}

.mail-form p,
.phone-form p{
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0 5px;
}

.disable{
    display: block;
    position: relative;
}
.disable input{
    margin: 0;
}
.disable::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    border-radius: 3px;
}

@media only screen and (max-width: 1199px) {
  .services .item {
    height: 190px;
    line-height: 128px; }

  .deep-nav {
    width: 100%;
    position: static;
    padding: 180px 0 0 0; }

  .deep-title h1 {
    height: auto; }

  .deep-content {
    padding: 20px 0 0 0; } }
@media only screen and (max-width: 992px) {
  .logo img {
    width: 100%;
    height: auto; }

  .slogan h1 {
    font-size: 28px; }

  .main-standart .standart-img {
    padding: 0 80px; }

  .services .item {
    height: 230px;
    line-height: 168px;
    margin: 0 0 30px 0; }

  .header-phone .wrap-phone a {
    font-size: 18px; }

  .work-block ol li {
    width: 50%; }

  .gallery-block .item-text {
    font-size: 20px; }

  .gallery-block .item-text {
    height: 36px;
    line-height: 36px; }

  .contact-info .two-item {
    width: 100%;
    margin: 20px 0 0 0; }

  .contact-info .two-item:first-child {
    margin: 0; } 
    
    .slogan h1 {
        margin: 0 0 10px 0;
    }
    .menu-top {
        margin: 10px 0;
    }
    .gallery-block .item-img{
        height: 160px;
    }
}
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center; }

  .logo img {
    width: 150px; }

  .slogan h1 {
    margin: 0 0 20px 0;
    text-align: center; }

  .menu-top {
    text-align: left;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%; }

  .menu-top .btn-menu {
    display: block;
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 14px; }

  .menu-top > ul {
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999; }

  .menu-top > .visible {
    visibility: visible; }

  .menu-top li {
    display: block;
    margin: 0; }

  .menu-top li a {
    padding: 15px 20px;
    color: #fff; }

  .menu-top li a::after {
    display: none; }

  .menu-top li a:hover,
  .menu-top li a:focus,
  .menu-top .active a {
    color: #333;
    background-color: #fff; }

  .main-form {
    margin: 30px 0 0 0; }

  .main-form form {
    width: 70%;
    margin: 0 auto; }

  .services .item {
    height: 200px;
    line-height: 138px; }

  .map-contacts {
    width: 320px;
    top: inherit;
    right: 10px;
    bottom: 10px; }

  .map-contacts h5 {
    font-size: 18px; }

  .map-contacts p {
    font-size: 16px; }

  .footer-copy,
  .footer-pay {
    text-align: center;
    display: block;
    margin: 10px 0; }

  .footer {
    padding: 20px 0;
    margin: -120px auto 0;
    height: 120px;
    line-height: normal; }

  .content {
    padding: 0 0 120px; }

  .work-block ol li h4 {
    font-size: 18px;
    padding: 5px 0 0 20px; }

  .work-block ol li {
    font-size: 16px; } 
    .slogan h1,
    .h-address{
        margin: 0 0 20px 0;
        text-align: center;
    }
    .logo {
        margin: 55px 0 0 0;
    }
    .slogan {
        margin: 0;
    }
    .feedback-phone{
        right: 50%;
        margin: 0 -80px 0 0;
    }
    .gallery-block .item-img{
        height: 200px;
    }
}
@media only screen and (max-width: 479px) {
  .full-width {
    width: 100%; }

  .services .item {
    height: auto;
    line-height: normal; }

  .main-standart .standart-img {
    padding: 0; }

  .header-phone .wrap-phone {
    width: 100%;
    left: 0;
    margin: 0; }

  .b-title h2 {
    font-size: 20px; }

  .main-info .s-title h3 {
    font-size: 22px; }

  .main-form {
    padding: 15px 15px 20px; }

  .main-form form {
    width: 100%; }

  .map-contacts {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 12px; }

  .main-map .item-map {
    height: 280px; }

  .footer-pay p {
    display: block; }

  .footer {
    margin: -150px auto 0;
    height: 150px; }

  .content {
    padding: 0 0 150px; }

  .work-block ol li {
    width: 100%; }

  .pagination li {
    padding: 0 2px; } 
    
    .mail-form,
    .phone-form{
        width: 100%;
    }
    .gallery-block .item-img{
        height: auto;
    }
}



/*===Calculate===*/
.b-monuments{
    margin: 50px 0;
    position: relative;
}
.b-monuments-title{
    margin: 0 350px 0 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #df4837;
}
.b-monuments-title h2{
    font-size: 18px;
    font-weight: 400;
}
.b-monuments-parent{
    margin: -1px 347px 0 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -7px;
}
.b-monuments-parent:first-child{
    margin-top: 0px;
}
.b-monuments-item{
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    padding: 20px;
    width: 33.3333%;
    vertical-align: top;
    margin: 0 0 0 -1px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.b-monuments-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #df4837;
}
.b-monuments-item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    border: 1px solid #286090;
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.b-monuments-item:hover::after{
    transform: scale(1);
    z-index: 2;
}
.b-monuments-item:first-child,
.b-monuments-item:nth-child(4n){
    margin-left: 0px;
}
.b-monuments-item:nth-child(4n){
    margin-top: -1px;
}
.b-monuments-item.active::before{
    border: 1px solid #286090;
    background-color: rgba(0,0,0,.1);
    z-index: 2;
}
.b-monuments-item__img{
    text-align: center;
}
.b-monuments-item-info{
    font-size: 16px;
    text-align: center;
}
.b-monuments-item-info__price span{
    font-size: 14px;
    color: green;
}

/*---form---*/
.b-monuments-form{
    margin: 50px 0 0 0;
}
.b-monuments-form label{
    display: block;
    margin: 20px 0 0 0;
}
.b-monuments-form label:first-child{
    margin: 0;
}
.b-monuments-form label p{
    padding: 0 0 0 30px;
}


/*---fixed-element---*/
.b-monuments-fixed{
    position: absolute;
    top: 0;
    right: 0;
}
.b-monuments-fixed-img{
    width: 320px;
}

.g-fixed-item{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.b-monuments-fixed-info__item{
    margin: 10px 0 0 0;
}


/*---formstyler---*/
.jq-checkbox {
    top: 0;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: none;
    box-shadow: none;
    cursor: pointer;
    float: left;
}
.jq-checkbox.focused,
.jq-checkbox.checked{
    border: 1px solid #286090;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 50%;
    background: #286090;
    box-shadow: none;
}


/*---доработки---*/
.feedback-phone.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto -65px;
    width: 160px;
    height: 35px;
    z-index: 2;
    transform: rotateZ(-90deg);
}


@media only screen and (max-width: 992px) {
    .b-monuments-title,
    .b-monuments-parent,
    .b-monuments-item{
        margin: 0;
    }
    .b-monuments-fixed{
        position: relative;
        margin: 30px 0 0 0;
    }
}
@media only screen and (max-width: 768px) {
    .b-monuments-item{
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .b-monuments-item{
        width: 100%;
    }
    .b-monuments-item:first-child{
        margin: 0;
    }
    .b-monuments-fixed-img{
        width: 300px;
    }
}

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