@font-face {
  font-family: 'museo_sans_cyrl100';
  src: url('../fonts/museosanscyrl_100.eot');
  src: url('../fonts/museosanscyrl_100.eot@#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_100.woff2') format('woff2'), url('../fonts/museosanscyrl_100.woff') format('woff'), url('../fonts/museosanscyrl_100.ttf') format('truetype'), url('../fonts/museosanscyrl_100.svg#museo_sans_cyrl100') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans_cyrl300';
  src: url('../fonts/museosanscyrl_300.eot');
  src: url('../fonts/museosanscyrl_300.eot@#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_300.woff2') format('woff2'), url('../fonts/museosanscyrl_300.woff') format('woff'), url('../fonts/museosanscyrl_300.ttf') format('truetype'), url('../fonts/museosanscyrl_300.svg#museo_sans_cyrl300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans_cyrl500';
  src: url('../fonts/museosanscyrl_500.eot');
  src: url('../fonts/museosanscyrl_500.eot@#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_500.woff2') format('woff2'), url('../fonts/museosanscyrl_500.woff') format('woff'), url('../fonts/museosanscyrl_500.ttf') format('truetype'), url('../fonts/museosanscyrl_500.svg#museo_sans_cyrl500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans_cyrl700';
  src: url('../fonts/museosanscyrl_700.eot');
  src: url('../fonts/museosanscyrl_700.eot@#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_700.woff2') format('woff2'), url('../fonts/museosanscyrl_700.woff') format('woff'), url('../fonts/museosanscyrl_700.ttf') format('truetype'), url('../fonts/museosanscyrl_700.svg#museo_sans_cyrl700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans_cyrl900';
  src: url('../fonts/museosanscyrl_900.eot');
  src: url('../fonts/museosanscyrl_900.eot@#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_900.woff2') format('woff2'), url('../fonts/museosanscyrl_900.woff') format('woff'), url('../fonts/museosanscyrl_900.ttf') format('truetype'), url('../fonts/museosanscyrl_900.svg#museo_sans_cyrl900') format('svg');
  font-weight: normal;
  font-style: normal;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
* iframe {
  border: none !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.dtable {
  display: table;
  width: 100%;
  height: 100%;
}
.dcell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dinline {
  width: 100%;
  display: inline-block;
}
.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}
.row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
html {
  min-width: 480px;
}
body {
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  font-family: 'museo_sans_cyrl300';
  min-width: 480px;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
  font-family: 'museo_sans_cyrl700';
}
input,
textarea,
label {
  font-weight: normal;
  font-family: 'museo_sans_cyrl300';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000 !important;
}
input::placeholder,
textarea::placeholder {
  color: #000 !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}
.outer-wrap {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  min-width: 480px;
}
.container {
  margin: 0 auto;
  min-width: 480px;
}
/*btns*/
.btn {
  font-family: 'museo_sans_cyrl500';
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 18px 59px;
  -webkit-transition: all .3s;
          transition: all .3s;
  position: relative;
}
.btn:hover {
  color: #fff;
}
.btn:focus {
  color: #fff;
  outline: none;
}
.btn:focus:active {
  outline: none;
}
.btn-green {
  background: #fe9807;
  overflow: hidden;
  letter-spacing: 1.8px;
}
.btn-green:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-green > span {
  letter-spacing: 1.8px;
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-green:hover {
  background-color: #fe9807;
}
.btn-green:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.btn-green:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.btn-green:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
          transition-delay: 0.045s;
}
.btn-green:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}
.btn-green:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
          transition-delay: 0.135s;
}
.btn-green:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.btn-green:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}
.btn-green:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.btn-green:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
          transition-delay: 0.315s;
}
.btn-green:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.btn-green:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
          transition-delay: 0.405s;
}
.btn-green:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.btn-green:hover > span:nth-child(11) {
  -webkit-transition-delay: 0.495s;
          transition-delay: 0.495s;
}
.btn-green:hover > span:nth-child(12) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.btn-green:hover > span:nth-child(13) {
  -webkit-transition-delay: 0.585s;
          transition-delay: 0.585s;
}
.btn-green:hover > span:nth-child(14) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}
.btn-green:hover > span:nth-child(15) {
  -webkit-transition-delay: 0.675s;
          transition-delay: 0.675s;
}
.btn-green:hover > span:nth-child(16) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.btn-green:hover > span:nth-child(17) {
  -webkit-transition-delay: 0.765s;
          transition-delay: 0.765s;
}
.btn-green:hover > span:nth-child(18) {
  -webkit-transition-delay: 0.81s;
          transition-delay: 0.81s;
}
.btn-green:hover > span:nth-child(19) {
  -webkit-transition-delay: 0.855s;
          transition-delay: 0.855s;
}
.btn-green:hover > span:nth-child(20) {
  -webkit-transition-delay: 0.90s;
          transition-delay: 0.90s;
}
.btn-portfolio {
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  font-family: 'museo_sans_cyrl700';
  padding: 15px 39px;
}
.btn-portfolio:hover {
  background: #fff;
  color: #000;
}
/*form*/
form {
  width: 429px;
}
form .form-heading {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 30px;
  padding-top: 45px;
}
form .form-heading h5 {
  letter-spacing: 3.1px;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
form .form-heading p {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 3px;
}
form .form-control {
  height: 62px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'museo_sans_cyrl500';
}
form .form-control:focus {
  box-shadow: none;
  background: #dae2e3 !important;
}
form .form-group {
  margin-bottom: 15px;
}
form .tooltip-item {
  text-align: center;
  color: #9c9c9c;
  font-size: 15px;
  border-bottom: 1px dashed #9c9c9c;
  line-height: 15px;
}
form .btn-wrap {
  padding-bottom: 25px;
}
form .btn {
  padding-left: auto;
  padding-right: auto;
  width: 100%;
}
form .has-error {
  position: relative;
}
form .has-error:after {
  position: absolute;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #A94442;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
form .has-error .form-control {
  border: none;
  box-shadow: none;
  background: #f1cece !important;
}
form .has-error .form-control:focus {
  border: none;
  box-shadow: none;
}
form .has-success {
  position: relative;
}
form .has-success:after {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #2B542C;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
form .has-success .form-control {
  border: none;
  box-shadow: none;
  background: #cff1ce !important;
}
form .has-success .form-control:focus {
  border: none;
  box-shadow: none;
}
.tooltip-wrap {
  display: inline;
  position: relative;
  z-index: 10;
}
.tooltip-item {
  cursor: pointer;
  display: inline-block;
}
.tooltip-item:after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip-wrap.hover .tooltip-item::after {
  pointer-events: auto;
}
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 432px;
  left: 50%;
  margin: 0 0 20px -216px;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2E3339;
  color: #000;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  padding-left: 0;
}
.tooltip-content h5 {
  color: #2fae37;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'museo_sans_cyrl700';
}
.tooltip-content p {
  font-size: 14px;
  font-family: 'museo_sans_cyrl100';
  color: #fff;
}
.tooltip-content p b {
  font-family: 'museo_sans_cyrl700';
}
.tooltip-content.mod-bottom {
  bottom: auto;
  top: 100%;
}
.tooltip-content.mod-bottom:after {
  border-color: transparent;
  border-bottom-color: #2E3339;
  bottom: auto;
  top: -20px;
}
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-3 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
          transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
}
.tooltip-wrap.hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
          transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.tooltip-wrap.mod-bottom-wrap.hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 15px, 0) rotate3d(0, 0, 0, 0);
          transform: translate3d(0, 15px, 0) rotate3d(0, 0, 0, 0);
}
.tooltip-wrap.tooltip-effect-2.hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
          transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2E3339;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip-content {
  padding: 15px;
  padding-top: 15px;
  padding-left: 33px;
}
.section-title {
  text-align: center;
  padding-top: 165px;
  padding-bottom: 60px;
}
.section-title p {
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.section-title h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'museo_sans_cyrl300';
  font-size: 37px;
  letter-spacing: 3px;
}
@-webkit-keyframes backgroundmove2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes backgroundmove2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
/* ==========================================================================
   s-first
   ========================================================================== */
.s-first {
  display: table;
  width: 100%;
  position: relative;
  z-index: 5;
}
.s-first .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4000px;
  height: 100%;
  background: #000000 url(../img/bg_1.jpg) center top;
  -webkit-animation: backgroundmove2 50s infinite linear;
          animation: backgroundmove2 50s infinite linear;
}
.s-first .go-portfolio {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  background: #000000;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-family: 'museo_sans_cyrl500';
  padding: 15px 30px;
  width: 193px;
  left: 50%;
  margin-left: -97px;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.s-first .go-portfolio:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.s-first .go-portfolio:focus {
  text-decoration: none;
}
.s-first:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.s-first:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.s-first > .container {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.s-first-content {
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  text-align: center;
}
.s-first-content h1 {
  color: #fff;
  font-size: 53px;
  text-transform: uppercase;
  font-family: 'museo_sans_cyrl500';
  margin-bottom: 50px;
  letter-spacing: 5px;
}
.s-first-content h3 {
  max-width: 860px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 43px;
  font-family: 'museo_sans_cyrl300';
  color: #fe9807;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.s-first-content .services-links {
  color: #fe9807;
  padding: 0 0px;
}
.s-first-content .services-links .tooltip-item {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #626262;
  letter-spacing: 2px;
}
.s-first-content .services-links .tooltip-item:hover {
  text-decoration: none;
  color: #fff;
}
.s-first-content .services-links .tooltip-wrap:first-child .tooltip-content {
  margin-left: -95px;
}
.s-first-content .services-links .tooltip-wrap:first-child .tooltip-content:after {
  left: 95px;
}
.s-first-content .services-links .tooltip-wrap:last-child .tooltip-content {
  margin-left: -335px;
}
.s-first-content .services-links .tooltip-wrap:last-child .tooltip-content:after {
  left: auto;
  right: 90px;
}
.s-first-content .btn-wrap {
  padding-top: 70px;
}
.device-mobile .s-first .bg {
  -webkit-animation: none;
          animation: none;
}
/* ==========================================================================
   header
   ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0) translateY(16px);
          transform: translateZ(0) translateY(16px);
  z-index: 200;
  -webkit-transition: all .4s;
          transition: all .4s;
  min-height: 83px;
}
header .container {
  padding: 16px 0;
  position: relative;
  display: block;
  width: 100%;
  max-width: 1502px;
  margin: 0 auto;
}
header.fixed {
  -webkit-transform: translateZ(0) translateY(0px);
          transform: translateZ(0) translateY(0px);
  background: #000;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .logo {
  position: absolute;
  left: 45px;
  top: 16px;
}
header .menu-wrap {
  width: 100%;
  text-align: center;
}
header .menu-wrap nav {
  display: inline-block;
}
.logo span {
  font-size: 9px;
  color: #989898;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-family: 'museo_sans_cyrl500';
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
}
.logo h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 8px;
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  padding-left: 10px;
}
.tel-link {
  position: absolute;
  right: 45px;
  top: 0;
  color: #fe9807;
  font-weight: 700;
  margin: 29px 0;
  letter-spacing: 2px;
}
.tel-link:hover {
  color: #fe9807;
  text-decoration: none;
}
.menu-wrap {
  vertical-align: top;
}
.menu-wrap ul {
  padding: 0;
  margin: 0;
}
.menu-wrap ul li {
  display: inline-block;
  list-style: none;
}
.menu-wrap nav {
  padding: 10px 0;
  padding-top: 12px;
}
.menu-wrap nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 2.5px;
  font-family: 'museo_sans_cyrl500';
  position: relative;
}
.menu-wrap nav a:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #fe9807;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
}
.menu-wrap nav a:hover,
.menu-wrap nav a.selected {
  text-decoration: none;
}
.menu-wrap nav a:hover:before,
.menu-wrap nav a.selected:before {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.menu-wrap nav a:focus {
  text-decoration: none;
}
.menu-button {
  padding: 0;
  width: 70px;
  height: 50px;
  border: none;
  text-indent: 2.5em;
  color: transparent;
  background: transparent;
  position: relative;
  display: none;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.menu-button:focus {
  outline: none;
}
.menu-button::before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  background: -webkit-linear-gradient(#ffffff 20%, transparent 20%, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%, transparent 80%, #ffffff 80%);
  background: linear-gradient(#ffffff 20%, transparent 20%, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%, transparent 80%, #ffffff 80%);
  content: '';
}
.menu-button:hover {
  opacity: 0.6;
}
.close-button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.close-button:focus {
  outline: none;
}
.close-button:hover {
  opacity: .6;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
@media (max-width: 1420px) {
  header .logo {
    left: 25px;
  }
  header .logo span {
    display: none;
  }
  header .tel-link {
    right: 25px;
  }
}
@media (max-width: 1145px) {
  header .logo {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
@media (max-width: 1050px) {
  header .logo {
    left: 15px;
  }
  header .tel-link {
    right: 15px;
  }
  header .menu-button {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
  }
  header .menu-wrap {
    display: none;
  }
}
.offcanvas-menu {
  position: fixed;
  top: 0px;
  bottom: 0;
  z-index: 1001;
  width: 320px;
  height: 100%;
  background: #2E3339;
  -webkit-transform: translate3d(-320px, 0, 0);
          transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  margin-left: 0;
}
.offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
.offcanvas-menu ul li {
  margin: 10px 0;
  text-align: center;
}
.offcanvas-menu nav {
  padding: 10px 0;
  padding-top: 40px;
}
.offcanvas-menu nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 1px;
  font-family: 'museo_sans_cyrl500';
  position: relative;
  text-align: left;
}
.offcanvas-menu nav a:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #36AC3E;
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.offcanvas-menu nav a:hover {
  text-decoration: none;
}
.offcanvas-menu nav a:hover:before {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.offcanvas-menu nav a:focus {
  text-decoration: none;
}
.offcanvas-menu.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
          transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* ==========================================================================
   s-portfolio
   ========================================================================== */
.s-portfolio {
  position: relative;
  z-index: 2;
}
.s-portfolio:before,
.s-portfolio:after {
  content: " ";
  display: table;
}
.s-portfolio:after {
  clear: both;
}
.s-portfolio:before,
.s-portfolio:after {
  content: " ";
  display: table;
}
.s-portfolio:after {
  clear: both;
}
.portfolio-item-content {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all .3s;
          transition: all .3s;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: default;
}
.portfolio-item-content h5 {
  color: #fff;
  font-size: 19px;
}
.portfolio-item-content p {
  font-size: 19px;
  line-height: 23px;
  font-family: 'museo_sans_cyrl100';
  color: #fff;
  max-width: 270px;
  margin: 0 auto;
}
.portfolio-item-content .btn {
  display: inline-block;
  margin-top: 35px;
}
.portfolio-item {
  width: 25%;
  float: left;
  height: auto;
  position: relative;
  z-index: 1;
}
.portfolio-item .img-wrap {
  overflow: hidden;
}
.portfolio-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
          transition: all .3s;
  position: relative;
  border: none;
}
.portfolio-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio-item:hover .portfolio-item-content {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1350px) {
  .portfolio-item {
    width: 33.33%;
  }
}
@media (max-width: 990px) {
  .portfolio-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .portfolio-item {
    width: 100%;
  }
}
/* ==========================================================================
   s-approach
   ========================================================================== */
.s-approach {
  position: relative;
  z-index: 2;
  background: #fff;
}
.s-approach .container {
  width: 100%;
  height: 1220px;
  position: relative;
}
.circle-wrap {
  margin: 0 auto;
  position: absolute;
  width: 1120px;
  height: 800px;
  left: 50%;
  margin-left: -560px;
  top: 300px;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.circle-wrap .arrows {
  position: absolute;
  width: 704px;
  height: 659px;
  left: 206px;
  top: 80px;
}
.circle-wrap .arrows .arrow {
  position: absolute;
}
.circle-wrap .arrows .arrow.mod-arrow1 {
  background: url(../img/approach-arrow1.png) no-repeat;
  width: 352px;
  height: 352px;
  top: 0;
  left: 0;
}
.circle-wrap .arrows .arrow.mod-arrow2 {
  background: url(../img/approach-arrow2.png) no-repeat;
  width: 352px;
  height: 352px;
  top: 0;
  right: 0;
}
.circle-wrap .arrows .arrow.mod-arrow3 {
  background: url(../img/approach-arrow3.png) no-repeat;
  width: 352px;
  height: 307px;
  bottom: 0;
  right: 0;
}
.circle-wrap .arrows .arrow.mod-arrow4 {
  background: url(../img/approach-arrow4.png) no-repeat;
  width: 352px;
  height: 307px;
  bottom: 0;
  left: 0;
}
.circle-wrap .circle-center {
  position: absolute;
  background: url(../img/approach-circle.png) no-repeat;
  width: 390px;
  height: 390px;
  left: 50%;
  top: 50%;
  margin-top: -195px;
  margin-left: -195px;
  text-align: center;
  line-height: 390px;
  z-index: 1;
}
.circle-wrap .circle-center span {
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2fae37;
  font-family: 'museo_sans_cyrl500';
}
.circle-wrap .item {
  position: absolute;
  z-index: 1;
}
.circle-wrap .item h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'museo_sans_cyrl300';
  letter-spacing: 3px;
  line-height: 32px;
}
.circle-wrap .item p {
  font-size: 20px;
  line-height: 32px;
}
.circle-wrap .item.mod-item1 {
  left: 50%;
  top: 10px;
  margin-left: -130px;
}
.circle-wrap .item.mod-item3 {
  left: 50%;
  bottom: 0px;
  margin-left: -140px;
}
.circle-wrap .item.mod-item2 {
  right: 0;
  top: 45%;
}
.circle-wrap .item.mod-item4 {
  left: 60px;
  top: 44%;
}
@media (max-width: 1170px) {
  .section-title {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .s-approach .container {
    height: 900px;
  }
  .s-approach .circle-wrap {
    top: 200px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 930px) {
  .section-title {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .s-approach .container {
    height: 800px;
  }
  .s-approach .circle-wrap {
    top: 170px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 800px) {
  .section-title {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .s-approach .container {
    height: 700px;
  }
  .s-approach .circle-wrap {
    top: 170px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (max-width: 700px) {
  .section-title {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .s-approach .container {
    height: 600px;
  }
  .s-approach .circle-wrap {
    top: 170px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 590px) {
  .section-title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .s-approach .container {
    height: 570px;
  }
  .s-approach .circle-wrap {
    top: 170px;
    -webkit-transform: scale(0.45);
        -ms-transform: scale(0.45);
            transform: scale(0.45);
    margin-left: -570px;
  }
}
/* ==========================================================================
   s-timing
   ========================================================================== */
.s-timing {
  position: relative;
  min-height: 768px;
  z-index: 1;
  overflow: hidden;
}
.s-timing .parallax-window {
  min-height: 100;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: transparent;
}
.s-timing .container {
  position: relative;
  z-index: 1;
}
.s-timing .section-title {
  padding-top: 120px;
}
.s-timing .section-title p {
  color: #fff;
}
.s-timing .section-title h4 {
  color: #fff;
}
.s-timing .section-title h4 span {
  color: #fe9807;
}
/*.device-mobile {
    .s-timing {
        background: #000000 url(../img/bg-timing.jpg) no-repeat 50% -150px;
        .parallax {
            display: none;
        }
    }
}*/
.timeline-wrap {
  position: absolute;
  width: 1145px;
  left: 50%;
  margin-left: -575px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.timeline-wrap .timeline {
  position: absolute;
  width: 1000px;
  height: 47px;
  top: 150px;
  left: 50%;
  margin-left: -500px;
}
.timeline-wrap .timeline .timeline-part {
  float: left;
  height: 47px;
  cursor: pointer;
  position: relative;
}
.timeline-wrap .timeline .timeline-part .cube-wrap {
  -webkit-perspective: 600px;
          perspective: 600px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.timeline-wrap .timeline .timeline-part .cube {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  /*transform-origin: 50% 92px -92px;*/
  /*transform-origin: 50% 0 92px;*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.timeline-wrap .timeline .timeline-part .cube:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 100%, 0px) rotateX(-90deg);
          transform: translate3d(0px, 100%, 0px) rotateX(-90deg);
}
.timeline-wrap .timeline .timeline-part .cube:hover,
.timeline-wrap .timeline .timeline-part .cube.hover {
  -webkit-transform: translate3d(0px, -23px, -23px) rotateX(90deg);
          transform: translate3d(0px, -23px, -23px) rotateX(90deg);
}
.timeline-wrap .timeline .timeline-part.mod-part1 {
  width: 115px;
}
.timeline-wrap .timeline .timeline-part.mod-part1 .cube {
  background: #D3ECD6;
}
.timeline-wrap .timeline .timeline-part.mod-part1 .cube:before {
  background: #d2ffd5;
}
.timeline-wrap .timeline .timeline-part.mod-part2 {
  width: 205px;
}
.timeline-wrap .timeline .timeline-part.mod-part2 .cube {
  background: #9DE0A2;
}
.timeline-wrap .timeline .timeline-part.mod-part2 .cube:before {
  background: #9cffa3;
}
.timeline-wrap .timeline .timeline-part.mod-part3 {
  width: 409px;
}
.timeline-wrap .timeline .timeline-part.mod-part3 .cube {
  background: #7CD282;
}
.timeline-wrap .timeline .timeline-part.mod-part3 .cube:before {
  background: #5de565;
}
.timeline-wrap .timeline .timeline-part.mod-part4 {
  width: 202px;
}
.timeline-wrap .timeline .timeline-part.mod-part4 .cube {
  background: #51C159;
}
.timeline-wrap .timeline .timeline-part.mod-part4 .cube:before {
  background: #88dd8d;
}
.timeline-wrap .timeline .timeline-part.mod-part5 {
  width: 69px;
}
.timeline-wrap .timeline .timeline-part.mod-part5 .cube {
  background: #36AC3E;
}
.timeline-wrap .timeline .timeline-part.mod-part5 .cube:before {
  background: #55de5e;
}
.timeline-wrap .timeline .timeline-part:hover:before,
.timeline-wrap .timeline .timeline-part:hover:after {
  z-index: 1;
  opacity: 1;
}
.timeline-wrap .project-members-item {
  display: inline-block;
  text-align: center;
  position: absolute;
}
.timeline-wrap .project-members-item h5 {
  font-size: 20px;
  color: #fff;
  font-family: 'museo_sans_cyrl300';
}
.timeline-wrap .project-members-item span {
  color: #7a7a7a;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  font-size: 16px;
}
.timeline-wrap .project-members-item span i {
  position: relative;
  left: -10px;
  top: -1px;
}
.timeline-wrap .project-members-item:before {
  content: "";
  position: absolute;
  left: 50%;
  background: #565656;
  width: 1px;
  top: 70px;
  margin-left: -5px;
}
.timeline-wrap .project-members-item.mod-item1 {
  left: -18px;
}
.timeline-wrap .project-members-item.mod-item1:before {
  height: 100px;
}
.timeline-wrap .project-members-item.mod-item2 {
  left: 130px;
  top: 285px;
}
.timeline-wrap .project-members-item.mod-item2:before {
  height: 100px;
  top: -90px;
}
.timeline-wrap .project-members-item.mod-item3 {
  left: 418px;
  top: 50px;
}
.timeline-wrap .project-members-item.mod-item3:before {
  margin-left: -10px;
  height: 50px;
}
.timeline-wrap .project-members-item.mod-item4 {
  width: 550px;
  left: 632px;
  top: 235px;
}
.timeline-wrap .project-members-item.mod-item4:before {
  height: 49px;
  top: -40px;
}
.timeline-wrap .project-members-item.mod-item5 {
  width: 400px;
  left: 835px;
  top: 13px;
}
.timeline-wrap .project-members-item.mod-item5:before {
  margin-left: 0px;
  height: 67px;
}
@media (max-width: 1280px) {
  .s-timing {
    min-height: 620px;
  }
  .timeline-wrap {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .timeline-wrap .timeline-part {
    margin: 0 -1px;
  }
}
@media (max-width: 992px) {
  .s-timing {
    min-height: 1850px;
  }
  .timeline-wrap {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    top: 150px;
  }
  .timeline-wrap .timeline {
    position: absolute;
    width: 47px;
    height: 1000px;
    top: 150px;
    left: 50%;
    margin-left: -25px;
  }
  .timeline-wrap .timeline .timeline-part {
    width: 47px !important;
    cursor: default;
    position: relative;
  }
  .timeline-wrap .timeline .timeline-part .cube:hover,
  .timeline-wrap .timeline .timeline-part .cube.hover {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
            transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }
  .timeline-wrap .timeline .timeline-part:after {
    left: auto;
    right: 0;
  }
  .timeline-wrap .timeline .timeline-part.mod-part1 {
    height: 115px;
  }
  .timeline-wrap .timeline .timeline-part.mod-part2 {
    height: 205px;
  }
  .timeline-wrap .timeline .timeline-part.mod-part3 {
    height: 409px;
  }
  .timeline-wrap .timeline .timeline-part.mod-part4 {
    height: 202px;
  }
  .timeline-wrap .timeline .timeline-part.mod-part5 {
    height: 69px;
  }
  .timeline-wrap .project-members-item {
    margin: 0;
  }
  .timeline-wrap .project-members-item:before {
    content: "";
    position: absolute;
    left: 100%;
    background: #565656;
    height: 1px;
    top: 50%;
    margin-left: -5px;
  }
  .timeline-wrap .project-members-item.mod-item1 {
    left: 240px;
    top: 170px;
    width: 300px;
  }
  .timeline-wrap .project-members-item.mod-item1:before {
    width: 100px;
    height: 1px;
    left: 80%;
  }
  .timeline-wrap .project-members-item.mod-item2 {
    width: 300px;
    left: 610px;
    top: 330px;
  }
  .timeline-wrap .project-members-item.mod-item2:before {
    width: 100px;
    height: 1px;
    top: 50%;
    left: auto;
    right: 80%;
  }
  .timeline-wrap .project-members-item.mod-item3 {
    width: 300px;
    left: 240px;
    top: 650px;
  }
  .timeline-wrap .project-members-item.mod-item3:before {
    width: 100px;
    height: 1px;
    left: 80%;
  }
  .timeline-wrap .project-members-item.mod-item4 {
    width: 300px;
    left: 620px;
    top: 930px;
  }
  .timeline-wrap .project-members-item.mod-item4:before {
    width: 100px;
    height: 1px;
    top: 50%;
    left: auto;
    right: 80%;
  }
  .timeline-wrap .project-members-item.mod-item5 {
    width: 300px;
    left: 245px;
    top: 1050px;
  }
  .timeline-wrap .project-members-item.mod-item5:before {
    width: 100px;
    height: 1px;
    left: 80%;
  }
}
@media (max-width: 920px) {
  .s-timing {
    min-height: 1650px;
  }
  .timeline-wrap {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 920px) {
  .s-timing {
    min-height: 1550px;
  }
  .timeline-wrap {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 790px) {
  .s-timing {
    min-height: 1450px;
  }
  .timeline-wrap {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 700px) {
  .s-timing {
    min-height: 1200px;
  }
  .s-timing .section-title {
    padding-top: 60px;
  }
  .timeline-wrap {
    -webkit-transform: scale(0.82);
        -ms-transform: scale(0.82);
            transform: scale(0.82);
    top: 150px;
    margin-left: -580px;
  }
}
@media (max-width: 570px) {
  .s-timing {
    min-height: 1050px;
  }
  .timeline-wrap {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
/* ==========================================================================
   s-price
   ========================================================================== */
.s-price {
  position: relative;
  z-index: 4;
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}
.s-price .parallax-window {
  min-height: 100%;
  position: absolute;
  top: -40px;
  right: 0;
  bottom: -40px;
  background: transparent;
}
.s-price .container {
  max-width: 1000px;
  width: 100%;
}
.s-price .services-list {
  max-width: 540px;
  width: 52.3%;
  float: left;
}
.s-price .services-list h5 {
  text-transform: uppercase;
  font-family: 'museo_sans_cyrl300';
  letter-spacing: 4px;
  font-size: 37px;
  margin-bottom: 60px;
}
.s-price .services-list-group {
  margin-bottom: 52px;
  position: relative;
}
.s-price .services-list-group small {
  position: absolute;
  right: 30px;
  top: 7px;
  color: #979797;
  font-family: 'museo_sans_cyrl100';
  font-size: 15px;
}
.s-price .services-list-group small:before {
  content: "";
  position: absolute;
  background: url(../img/mini-arrow.png) no-repeat;
  width: 37px;
  height: 28px;
  right: -48px;
  top: 10px;
}
.s-price .services-list-group h4 {
  font-size: 25px;
  margin-bottom: -5px;
}
.s-price .service-list-item {
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #DFDFDF;
  margin: 12px 0;
}
.s-price .service-list-item input {
  display: none;
}
.s-price .service-list-item span {
  position: relative;
  display: inline;
  padding-right: 10px;
  background: #fff;
  bottom: -10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.s-price .service-list-item i {
  position: absolute;
  right: -25px;
  color: #36AC3E;
  font-size: 20px;
  bottom: -3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.s-price .service-list-item .i-check {
  background: url(../img/ico-check.png) no-repeat;
  width: 16px;
  height: 11px;
}
.s-price .service-list-item .input-label {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -25px;
  bottom: -6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.s-price .service-list-item .input-label i {
  right: 0;
  position: relative;
}
.s-price .service-list-item .input-label .fa-check-square {
  display: none;
}
.s-price .service-list-item .input-label .fa-square-o {
  color: #BFBFBF;
  font-size: 20px;
}
.s-price .service-list-item .input-label:hover .fa-square-o {
  color: #36AC3E;
  font-size: 20px;
}
.s-price .service-list-item input:checked + label .fa-check-square {
  display: block;
}
.s-price .service-list-item input:checked + label .fa-square-o {
  display: none;
}
.s-price .services-list-group:nth-of-type(2) h4 {
  margin-bottom: 0;
}
.s-price .services-list-group:nth-of-type(2) i {
  bottom: 0px;
}
.s-price .result-wrap {
  float: right;
  z-index: 1;
  width: 320px;
  padding-top: 112px;
}
.s-price .result {
  clear: both;
  width: 320px;
}
.s-price .result h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 0;
}
.s-price .result .result-num {
  font-size: 68px;
  line-height: 68px;
  margin-top: 13px;
  margin-bottom: 8px;
  font-family: 'museo_sans_cyrl700';
}
.s-price .result .result-num span {
  display: inline-block;
  vertical-align: top;
}
.s-price .result .i-plus {
  font-size: 18px;
  color: #36AC3E;
  font-family: 'museo_sans_cyrl900';
  font-style: normal;
  position: relative;
  right: 3px;
}
.s-price .result p {
  margin-left: 10px;
  margin-right: -60px;
  margin-bottom: 18px;
}
.s-price .result small {
  display: block;
  width: 350px;
  font-size: 15px;
  font-family: 'museo_sans_cyrl100';
  line-height: 24px;
  margin-top: 24px;
}
.s-price .result .btn {
  display: inline-block;
  position: relative;
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.s-price .result .btn:before {
  z-index: 999;
}
@media (max-width: 992px) {
  .s-price {
    background: #fff;
  }
  .s-price .parallax-window {
    left: 0;
    top: auto;
    height: 480px;
    display: none;
  }
  .s-price .services-list {
    width: 100%;
    max-width: 850px;
    float: none;
    margin: 0 auto;
    padding-right: 20px;
    margin-bottom: 0px;
  }
  .s-price .services-list small {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    right: 60px;
    top: 0;
  }
  .s-price .services-list span {
    font-size: 23px;
  }
  .s-price .services-list i {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .s-price .result-wrap {
    float: none;
    width: 320px;
    margin: 0 auto;
    padding-top: 40px;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    margin-bottom: 200px;
  }
  .s-price .result-wrap .result {
    position: relative !important;
    top: 0 !important;
    bottom: auto !important;
  }
}
/* ==========================================================================
   s-why
   ========================================================================== */
.s-why {
  background: #fe9807;
  text-align: center;
  padding-bottom: 138px;
  padding-top: 120px;
}
.s-why h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 37px;
  background: #000;
  padding: 0 10px;
  margin: 0;
  position: relative;
  top: -20px;
  margin-bottom: 42px;
  z-index: 1;
  display: inline-block;
  font-family: 'museo_sans_cyrl300';
}
.s-why .text {
  border: 1px solid #000;
  padding: 20px 80px;
  padding-top: 0px;
  padding-bottom: 35px;
  max-width: 1201px;
  margin: 0 auto;
}
.s-why .text p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
}


/* ==========================================================================
   s-contacts
   ========================================================================== */
.s-contacts {
  background: #333333 url(../img/bg-footer.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 40px;
  min-height: auto;
}
.s-contacts .container {
  max-width: 850px;
}
.s-contacts .section-title {
  padding-bottom: 28px;
  padding-top: 122px;
}
.s-contacts .section-title h4 {
  color: #fff;
  letter-spacing: 3.9px;
}
.s-contacts .section-title + p {
  color: #888888;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  line-height: 28px;
}
.s-contacts form {
  width: 100%;
  margin: 0 auto;
  margin-top: 3px;
}
.s-contacts form .form-control {
  background: #fff;
}
.s-contacts form .form-group {
  margin-bottom: 25px;
}
.s-contacts form .form-heading p {
  font-size: 28px;
  color: #fff;
  line-height: 39px;
  letter-spacing: 2.9px;
}
.s-contacts form .btn-wrap {
  padding-bottom: 5px;
}
.s-contacts form .form-content {
  width: 314px;
  margin: 0 auto;
  padding-bottom: 0;
}
.s-contacts .contacts-unit {
  text-align: center;
  margin-top: 45px;
}
.s-contacts .contacts-unit .contacts-unit-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.s-contacts .contacts-unit .contacts-unit-item.mod-phone a {
  color: #33cc33;
  font-size: 20px;
  letter-spacing: 2px;
}
.s-contacts .contacts-unit .contacts-unit-item.mod-phone a:hover {
  text-decoration: none;
  color: #fff;
}
.s-contacts .contacts-unit .contacts-unit-item.mod-phone a:focus {
  color: #fff;
}
.s-contacts .contacts-unit .contacts-unit-item.mod-email a {
  color: #33cc33;
  font-size: 20px;
  border-bottom: 1px solid #305B31;
}
.s-contacts .contacts-unit .contacts-unit-item.mod-email a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.s-contacts .contacts-unit .contacts-unit-item.mod-email a:focus {
  color: #33cc33;
}
.s-contacts .details-info {
  text-align: center;
  margin-top: 18px;
}
.s-contacts .details-info div {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}
.s-contacts .details-info p {
  font-size: 13px;
  color: #7e7e7e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.s-contacts .details-info p a {
  color: #7e7e7e;
}
.s-contacts .social-block {
  border-top: 1px solid #353636;
  padding-top: 45px;
  margin-top: 50px;
}
.s-contacts .social-block p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
footer {
  text-align: center;
  padding-top: 34px;
}
footer small {
  color: #6e6e6e;
  font-size: 14px;
}
.mfp-hide {
  display: none !important;
}
.mfp-close {
  cursor: pointer !important;
}
.mfp-close-btn-in .mfp-close {
  text-indent: -100px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  top: -30px;
  right: -30px;
  display: block;
  opacity: 1 !important;
  z-index: 11;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mfp-close-btn-in .mfp-close:before {
  display: block;
  content: "";
  height: 1px;
  width: 35px;
  background: #949494;
  position: absolute;
  bottom: 0;
  right: 1px;
  -webkit-transform: rotate(44deg);
      -ms-transform: rotate(44deg);
          transform: rotate(44deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.mfp-close-btn-in .mfp-close:after {
  content: "";
  height: 1px;
  width: 34px;
  background: #949494;
  position: absolute;
  bottom: 0;
  left: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  display: block;
}
.mfp-close-btn-in .mfp-close:focus {
  opacity: 1;
}
@media (max-width: 500px) {
  .mfp-close-btn-in .mfp-close {
    right: 0;
  }
}
.mfp-content {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
}
.white-popup {
  box-shadow: 0 6px 12px rgba(18, 19, 18, 0.4);
  border-radius: 4px;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.81);
}
.modal-form-wrap {
  width: 800px;
  background: #fff;
  min-height: 521px;
}
.modal-form-wrap .modal-image {
  width: 370px;
  background: url(../img/modal-pic.jpg) no-repeat 0 0;
  background-size: cover;
  height: 521px;
  float: left;
}
.modal-form-wrap form {
  float: left;
}
@media (max-width: 873px) {
  .modal-form-wrap {
    width: auto;
  }
  .modal-form-wrap .modal-image {
    display: none;
  }
  .modal-form-wrap form {
    margin-left: 0;
  }
}
@media (max-width: 490px) {
  .modal-form-wrap form.mod-modal {
    width: 400px;
    padding: 0 40px;
  }
}
form.mod-modal {
  width: 429px;
  padding: 0 55px;
}
form.mod-modal .form-control {
  background-color: #E6ECED;
}
.pswp__bg {
  opacity: .8 !important;
}
.thank-you {
  max-width: 800px;
  width: 800px;
  background: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 90px;
}
.thank-you h4 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.thank-you > p {
  font-size: 22px;
  max-width: 450px;
  margin: 0 auto;
}
.thank-you .social {
  margin-top: 30px;
}
.thank-you .social > p {
  font-size: 18px;
  max-width: 450px;
  margin: 0 auto;
  color: #919191;
}
@media (max-width: 850px) {
  .thank-you {
    max-width: 600px;
    width: 600px;
  }
}
@media (max-width: 650px) {
  .thank-you {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.social-links {
  text-align: center;
  padding-top: 15px;
}
.social-links a {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transition: all .4s;
          transition: all .4s;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
}
.social-links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
  background: #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.social-links a:hover {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  /* &:before {
                transform: scale(1);
            }*/
}
.social-links a:hover span:before {
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.social-links a:hover span:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.social-links .sl-vk {
  border: 50px solid #2E63B1;
}
.social-links .sl-vk span:before {
  content: "";
  position: absolute;
  width: 37px;
  height: 42px;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -21px;
  background: url(../img/social-links.png) no-repeat 0 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.social-links .sl-vk span:after {
  content: "";
  position: absolute;
  width: 37px;
  height: 42px;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -21px;
  background: url(../img/social-links.png) no-repeat 0 -43px;
  -webkit-transition: all .4s;
          transition: all .4s;
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.social-links .sl-vk:hover {
  border: 2px solid #2C5EA9;
}
.social-links .sl-insta {
  border: 50px solid #6C4031;
}
.social-links .sl-insta span:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  top: 50%;
  margin-top: -21px;
  background: url(../img/social-links.png) no-repeat -40px 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.social-links .sl-insta span:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  top: 50%;
  margin-top: -21px;
  background: url(../img/social-links.png) no-repeat -40px -43px;
  -webkit-transition: all .4s;
          transition: all .4s;
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.social-links .sl-insta:hover {
  border: 2px solid #6C4031;
}
/*.pswp__button--close {
    background-size: 1100%;
    background-position: -20px -99px;
}*/
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: rgba(0, 0, 0, 0);
}
/*animate popup*/
.mfp-cathy {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-cathy .mfp-with-anim {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
          transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
}
.mfp-cathy.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
          transition: opacity 0.3s ease-out, transform 0.3s ease-in-out;
}
.mfp-cathy.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.mfp-cathy.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-cathy.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
}
.mfp-cathy.mfp-removing.mfp-bg {
  opacity: 0;
}
.device-desktop .s-approach .scroll-animate .arrows {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  opacity: 0;
  visibility: hidden;
}
.device-desktop .s-approach .scroll-animate .item {
  opacity: 0;
  visibility: hidden;
}
.device-desktop .s-approach .scroll-animate .circle-center span {
  opacity: 0;
  visibility: hidden;
}
.device-desktop .s-approach .animate .item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.device-desktop .s-approach .animate .item.mod-item2 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.device-desktop .s-approach .animate .item.mod-item3 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.device-desktop .s-approach .animate .item.mod-item4 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.device-desktop .s-approach .animate .circle-center span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
          transition: all 1s;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.device-desktop .s-approach .animate .arrows {
  visibility: visible;
  -webkit-transition: all 1s;
          transition: all 1s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.device-desktop .s-timing .scroll-animate .project-members-item.mod-item1,
.device-desktop .s-timing .scroll-animate .project-members-item.mod-item3,
.device-desktop .s-timing .scroll-animate .project-members-item.mod-item5 {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0s;
          transition: all 0s;
  visibility: hidden;
}
.device-desktop .s-timing .scroll-animate .project-members-item.mod-item2,
.device-desktop .s-timing .scroll-animate .project-members-item.mod-item4 {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: all 0s;
          transition: all 0s;
}
.device-desktop .s-timing .animate .project-members-item.mod-item1,
.device-desktop .s-timing .animate .project-members-item.mod-item3,
.device-desktop .s-timing .animate .project-members-item.mod-item5 {
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.device-desktop .s-timing .animate .project-members-item.mod-item2,
.device-desktop .s-timing .animate .project-members-item.mod-item4 {
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.device-desktop .s-timing .animate .project-members-item.mod-item2 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.device-desktop .s-timing .animate .project-members-item.mod-item3 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.device-desktop .s-timing .animate .project-members-item.mod-item4 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.device-desktop .s-timing .animate .project-members-item.mod-item5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}


