html,
body {
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #81899e;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
html {
  height: 100%;
}
input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
textarea {
  border-radius: 0;
}
textarea {
  resize: vertical;
}
.clearfix {
  clear: both;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.center {
  text-align: center;
}
.fixed {
  position: fixed;
}
.transitionDefault {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.duration05 {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.transitionSlow {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.borderBox {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.contentBox {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
nav,
div,
header,
footer,
section,
input,
textarea,
a,
ul,
li {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
body.beforePreload .mainWrapper,
body.beforePreload footer,
body.beforePreload header {
  opacity: 0;
}
body .mainWrapper,
body footer,
body header {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader {
  display: none;
  position: fixed;
  width: calc(100% - 160px);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 20;
  text-align: center;
  color: #232937;
}
.preloader img {
  position: absolute;
  top: 11%;
  left: 0%;
  right: 0%;
  margin: auto;
}
.preloader .infoWrapper {
  position: absolute;
  padding: 20px 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 210px;
}
.preloader .line {
  width: 25%;
  display: inline-block;
  margin: 0 0 16px;
}
.preloader .line .inner {
  display: inline-block;
  height: 1px;
  background: #232937;
}
.preloader .percentage.big {
  color: #f0f2f6;
  font-size: 291px;
  font-weight: 300;
  line-height: 210px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.preloader .percentage.small {
  font-size: 30px;
  font-weight: 300;
  margin: 25px 0 0;
}
.preloader .percentageChar {
  font-size: 12px;
  font-weight: 500;
  margin: 4px 0 0px;
}
.preloader .directionTitle {
  font-family: 'Playfair Display SC', serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
}
.bgGrid {
  position: fixed;
  height: 100%;
  width: calc(100% - 160px);
  left: 0;
  top: 0;
  margin: 0 80px;
  font-size: 0;
  z-index: 0;
}
.bgGrid:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  left: 0;
  height: 100%;
  background: #f5f7fb;
  top: 0;
}
.bgGrid .gridLine {
  display: inline-block;
  height: 100%;
  width: 12.5%;
  border-right: 1px solid #f5f7fb;
}
body.showMenu {
  overflow: hidden;
}
body.showMenu footer {
  opacity: 0;
}
body.showMenu header .logoWrapper {
  opacity: 0;
}
body.showMenu header .menuBtn span {
  width: 70px;
}
body.showMenu header .menuBtn .svg rect:first-child {
  -webkit-transform: translateX(-3px) translateY(-6px) rotate(45deg);
  -moz-transform: translateX(-3px) translateY(-6px) rotate(45deg);
  -ms-transform: translateX(-3px) translateY(-6px) rotate(45deg);
  -o-transform: translateX(-3px) translateY(-6px) rotate(45deg);
  transform: translateX(-3px) translateY(-6px) rotate(45deg);
}
body.showMenu header .menuBtn .svg rect:last-child {
  -webkit-transform: translateX(26px) translateY(-4px) rotate(45deg);
  -moz-transform: translateX(26px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(26px) translateY(-4px) rotate(45deg);
  -o-transform: translateX(26px) translateY(-4px) rotate(45deg);
  transform: translateX(26px) translateY(-4px) rotate(45deg);
}
body.showMenu header .menuBtn .svg rect:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateX(-10px) translateY(7px);
  -moz-transform: rotate(-45deg) translateX(-10px) translateY(7px);
  -ms-transform: rotate(-45deg) translateX(-10px) translateY(7px);
  -o-transform: rotate(-45deg) translateX(-10px) translateY(7px);
  transform: rotate(-45deg) translateX(-10px) translateY(7px);
}
body.showMenu .menuWrapper {
  visibility: visible;
}
body.showMenu .menuWrapper:after,
body.showMenu .menuWrapper .leftBlock,
body.showMenu .menuWrapper .rightBlock {
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.showMenu .menuWrapper .bgGrid .gridLine:after,
body.showMenu .menuWrapper .bgGrid .sGridLine:after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 102%;
}
.menuWrapper {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.menuWrapper:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #d4d9e4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.menuWrapper .leftBlock,
.menuWrapper .rightBlock {
  position: relative;
  width: 50%;
  height: 100%;
  display: table;
  text-align: center;
  text-transform: uppercase;
}
.menuWrapper .leftBlock a,
.menuWrapper .rightBlock a {
  text-decoration: none;
}
.menuWrapper .leftBlock .wrapper,
.menuWrapper .rightBlock .wrapper {
  display: table-cell;
  vertical-align: middle;
}
.menuWrapper:after,
.menuWrapper .leftBlock,
.menuWrapper .rightBlock {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.menuWrapper .leftBlock {
  float: left;
}
.menuWrapper .leftBlock .logoWrapper {
  display: inline-block;
  border: 1px solid #232937;
  padding: 5px;
  font-size: 0;
  margin: 0;
}
.menuWrapper .leftBlock .logoWrapper img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
.menuWrapper .leftBlock .telWrapper {
  margin: 14px 0;
}
.menuWrapper .leftBlock .telWrapper a {
  font-weight: 300;
  font-size: 13px;
  color: #232937;
  letter-spacing: 2px;
  line-height: 25px;
}
.menuWrapper .leftBlock .telWrapper a:hover {
  color: #ff4081;
}
.menuWrapper .leftBlock .snWrapper {
  font-size: 0;
  margin: 0 0 16px;
}
.menuWrapper .leftBlock .snWrapper a {
  display: inline-block;
  color: #232937;
  font-size: 24px;
  margin: 0 9px;
}
.menuWrapper .leftBlock .snWrapper a svg {
  max-height: 22px;
}
.menuWrapper .leftBlock .snWrapper a svg * {
  fill: #232937;
}
.menuWrapper .leftBlock .snWrapper a:hover {
  color: #ff4081;
}
.menuWrapper .leftBlock .snWrapper a:hover svg * {
  fill: #ff4081;
}
.menuWrapper .leftBlock .zipl,
.menuWrapper .leftBlock .copyright {
  height: 14px;
  font-weight: 300;
  font-size: 10px;
  color: #232937;
  letter-spacing: 2px;
  line-height: 14px;
}
.menuWrapper .leftBlock .zipl {
  margin: 0 0 10px;
}
.menuWrapper .leftBlock .zipl a {
  color: #232937;
  text-decoration: underline;
}
.menuWrapper .leftBlock .zipl a:hover {
  text-decoration: none;
}
.menuWrapper .rightBlock {
  float: right;
}
.menuWrapper .rightBlock ul,
.menuWrapper .rightBlock li {
  padding: 0;
  margin: 0;
}
.menuWrapper .rightBlock ul li {
  list-style-type: none;
}
.menuWrapper .rightBlock ul li a {
  font-size: 14px;
  color: #232937;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
}
.menuWrapper .rightBlock ul li.active a,
.menuWrapper .rightBlock ul li:hover a {
  color: #ff4081;
}
.menuWrapper .rightBlock .langsWrapper {
  width: 120px;
  border-top: 1px solid #d4d9e4;
  margin: 16px auto 0;
  padding: 20px 0 0;
}
.menuWrapper .rightBlock .langsWrapper a {
  font-weight: 300;
  font-size: 11px;
  color: #939cb2;
  letter-spacing: 2px;
  line-height: 10px;
  float: right;
}
.menuWrapper .rightBlock .langsWrapper a.active,
.menuWrapper .rightBlock .langsWrapper a:hover {
  color: #ff4081;
}
.menuWrapper .rightBlock .langsWrapper a:first-child {
  float: left;
}
.menuWrapper .bgGrid:before {
  display: none;
}
.menuWrapper .bgGrid .sGridLine {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
}
.menuWrapper .bgGrid .sGridLine:first-child {
  left: -80px;
}
.menuWrapper .bgGrid .sGridLine:last-child {
  right: -80px;
}
.menuWrapper .bgGrid .gridLine:after,
.menuWrapper .bgGrid .sGridLine:after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.showNavigation .navigationWrapper {
  opacity: 1;
  visibility: visible;
}
.navigationWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navigationWrapper .inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 45%;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 2px;
  line-height: 10px;
  text-transform: uppercase;
}
.navigationWrapper .inner .closeBtn {
  position: absolute;
  left: 3.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  padding: 10px 0;
}
.navigationWrapper .inner .closeBtn img {
  width: 151px;
  height: 10px;
}
.navigationWrapper .inner .title {
  position: absolute;
  right: 3.5%;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.navigationWrapper .inner nav a {
  color: #232937;
  height: 100%;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  top: 0;
  bottom: 0;
  margin: auto 15px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navigationWrapper .inner nav a:hover {
  opacity: 0.5;
}
.navigationWrapper .inner nav a span {
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
  width: 10px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mainWrapper section {
  margin: 0 80px;
  width: calc(100% - 160px);
}
.mainWrapper section.fullHeight {
  height: 100%;
  font-size: 0;
  display: table;
  position: relative;
}
.mainWrapper section.fullHeight .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.mainWrapper section .slideDown {
  position: absolute;
  bottom: 15px;
  width: 25%;
  text-align: center;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 10px;
  height: 85px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 10px;
}
.mainWrapper section .slideDown > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section .slideDown a {
  text-decoration: none;
  color: #232937;
}
.mainWrapper section .slideDown img,
.mainWrapper section .slideDown .svg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
  margin: 15px auto 0;
  height: 60px;
}
.mainWrapper section .sectionTitle {
  font-size: 10px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 2px;
  line-height: 12px;
  position: fixed;
  left: 15px;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section .sectionTitle span {
  display: inline-block;
  overflow: hidden;
  padding-left: 12px;
  width: 12px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.mainWrapper section .formWrapper .placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section .formWrapper ::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section .formWrapper ::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section .formWrapper :-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section .formWrapper :-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section .formWrapper .form-group {
  position: relative;
  margin: 0;
}
.mainWrapper section .formWrapper .form-group label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 9px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 2px;
}
.mainWrapper section .formWrapper .form-group .form-control {
  height: 45px;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 22px;
  padding: 10px 50px;
  text-align: center;
  width: 100%;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.mainWrapper section .formWrapper .form-group .help-block {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  position: relative;
}
.mainWrapper section .formWrapper .form-group .help-block:empty {
  height: 0;
  margin-bottom: 20px;
}
.mainWrapper section .formWrapper button[type=submit] {
  cursor: pointer;
  background: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  margin-top: 24px;
  color: #ffffff;
  padding: 0;
}
.mainWrapper section .formWrapper button[type=submit] .line,
.mainWrapper section .formWrapper button[type=submit]:before {
  background: #ffffff;
}
.mainWrapper section .formWrapper .alert {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
.mainWrapper section .formWrapper .alert h4 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 16px;
}
.mainWrapper section .formWrapper.dark .placeholder {
  color: #232937;
}
.mainWrapper section .formWrapper.dark ::-webkit-input-placeholder {
  color: #232937;
}
.mainWrapper section .formWrapper.dark ::-moz-placeholder {
  color: #232937;
}
.mainWrapper section .formWrapper.dark :-moz-placeholder {
  color: #232937;
}
.mainWrapper section .formWrapper.dark :-ms-input-placeholder {
  color: #232937;
}
.mainWrapper section .formWrapper.dark .form-group label {
  color: #232937;
}
.mainWrapper section .formWrapper.dark .form-group .form-control {
  color: #232937;
  border-bottom: 1px solid #232937;
}
.mainWrapper section .formWrapper.dark .form-group .help-block {
  color: #232937;
}
.mainWrapper section .formWrapper.dark button[type=submit] {
  color: #232937;
  padding: 0;
}
.mainWrapper section .formWrapper.dark button[type=submit] .line,
.mainWrapper section .formWrapper.dark button[type=submit]:before {
  background: #232937;
}
.mainWrapper section .formWrapper.dark .alert {
  color: #232937;
}
.mainWrapper section.current .sectionTitle span {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  padding-left: 0;
}
.mainWrapper section .styledTitle {
  font-family: 'Playfair Display SC', serif;
  font-weight: 700;
  font-size: 50px;
  color: #232937;
  text-align: center;
  letter-spacing: 4px;
  line-height: 50px;
  text-transform: uppercase;
}
.mainWrapper section .styledTitle.withSubtitle {
  margin: 0 0 18px;
}
.mainWrapper section .styledTitle + .subtitle {
  font-weight: 300;
  font-size: 10px;
  color: #939cb2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 10px;
  margin: 0;
}
.mainWrapper section .rects .rect {
  position: absolute;
  background: #ff4081;
}
.mainWrapper section .buttonLines {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 11px;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section .buttonLines .line {
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #232937;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mainWrapper section .buttonLines .line:first-child {
  margin-left: 10px;
}
.mainWrapper section .buttonLines .line:last-child {
  margin-top: 10px;
}
.mainWrapper section .animatedLink {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 2px;
  line-height: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.mainWrapper section .animatedLink:before {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  top: auto;
  margin-top: 5px;
  position: absolute;
  left: 0;
  background: #232937;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section .animatedLink .buttonLines {
  margin-right: 15px;
}
.mainWrapper section .animatedLink .buttonLines .line {
  background: #232937;
}
.mainWrapper section .animatedLink:hover:before {
  width: 100%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mainWrapper section .animatedLink:hover .buttonLines {
  margin-right: 20px;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mainWrapper section .animatedLink:hover .buttonLines .line {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mainWrapper section .animatedLink:hover .buttonLines .line:first-child {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.mainWrapper section .animatedLink:hover .buttonLines .line:last-child {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mainWrapper section .animatedLink.pink {
  color: #ff4081;
}
.mainWrapper section .animatedLink.pink:before {
  background: #ff4081;
}
.mainWrapper section .animatedLink.pink .buttonLines .line {
  background: #ff4081;
}
.mainWrapper section .animatedLink.inverse .buttonLines {
  margin: 0 0 0 15px;
}
.mainWrapper section .animatedLink.inverse:before {
  left: 100%;
}
.mainWrapper section .animatedLink.inverse:hover .buttonLines {
  margin-left: 20px;
}
.mainWrapper section .animatedLink.inverse:hover:before {
  left: 0;
}
.mainWrapper section.photo-gallery .photo-list {
  text-align: left;
  font-size: 0;
  width: 75%;
  margin: auto;
}
.mainWrapper section.photo-gallery .photo-list .photo-item {
  vertical-align: top;
  padding: 0 9px;
  margin-bottom: 20px;
  width: 33.333333333333336%;
  height: 300px;
  position: relative;
  display: none;
}
.mainWrapper section.photo-gallery .photo-list .photo-item a {
  color: #232937;
  text-decoration: none;
}
.mainWrapper section.photo-gallery .photo-list .photo-item.visible {
  display: inline-block;
}
.mainWrapper section.photo-gallery .photo-list .photo-item.n1,
.mainWrapper section.photo-gallery .photo-list .photo-item.n3 {
  height: 350px;
}
.mainWrapper section.photo-gallery .photo-list .photo-item.n5 {
  margin-top: -50px;
}
.mainWrapper section.photo-gallery .photo-list .photo-item.n6 {
  height: 290px;
}
.mainWrapper section.photo-gallery .photo-list .photo-item .outer {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: table;
  overflow: hidden;
}
.mainWrapper section.photo-gallery .photo-list .photo-item .outer .inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  background: #f0f2f6;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 0 20px;
}
.mainWrapper section.photo-gallery .photo-list .photo-item .outer .inner span {
  font-weight: 400;
  font-size: 15px;
  color: #232937;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mainWrapper section.photo-gallery .photo-list .photo-item:hover .inner {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mainWrapper section.photo-gallery .photo-list .photo-item:hover .inner span {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mainWrapper section.photo-gallery .photo-navWrapper {
  width: 50%;
  text-align: center;
  font-size: 0;
  margin: 19px auto 0;
}
.mainWrapper section.photo-gallery .photo-navWrapper .navBtnWrapper {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.mainWrapper section.photo-gallery .photo-navWrapper .navBtnWrapper:first-child {
  text-align: right;
}
.mainWrapper section.photo-gallery .photo-navWrapper .navBtnWrapper:last-child {
  text-align: left;
}
.mainWrapper section.photo-gallery .photo-navWrapper .pager {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -66px;
}
.mainWrapper section.photo-gallery .photo-navWrapper .pager > * {
  display: inline-block;
  vertical-align: top;
}
.mainWrapper section.photo-gallery .photo-navWrapper .pager span {
  font-family: 'Playfair Display SC', serif;
  font-weight: 700;
  font-size: 22px;
  color: #ff4081;
  line-height: 22px;
}
.mainWrapper section.photo-gallery .photo-navWrapper .pager .line {
  width: 18.75%;
  height: 1px;
  background: #ff4081;
  margin: 0 5.6%;
  position: relative;
  top: 14px;
}
.mainWrapper section.introduction .rects .rect:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 5%;
  left: 25%;
}
.mainWrapper section.introduction .rects .rect:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 13%;
  right: 25%;
}
.mainWrapper section.introduction .rects .rect:nth-child(3) {
  width: 30px;
  height: 30px;
  bottom: 38%;
  right: 37.5%;
  display: none;
}
.mainWrapper section.introduction .rects .rect:nth-child(4) {
  width: 30px;
  height: 30px;
  bottom: 24%;
  left: 0;
  margin-left: -80px;
}
.mainWrapper section.introduction .rects .rect:nth-child(5) {
  width: 20px;
  height: 20px;
  bottom: 9%;
  left: 87.5%;
}
.mainWrapper section.introduction .inner .agencyLogo {
  position: absolute;
  text-align: right;
  width: 12.5%;
}
.mainWrapper section.introduction .selectedDirection {
  width: 100%;
  height: calc(100% - 160px);
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.introduction .selectedDirection .progressBar {
  position: absolute;
  top: 0;
  height: 5px;
  background: #ff4081;
  left: 0;
}
.mainWrapper section.introduction .selectedDirection:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(35, 41, 55, 0.5);
}
.mainWrapper section.introduction .selectedDirection .infoBlock {
  padding-top: 8%;
  margin-left: 12.5%;
  text-transform: uppercase;
  position: relative;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .title {
  display: inline-block;
  color: #FFFFFF;
  font-family: 'Playfair Display SC', serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 60px;
  height: 60px;
  margin: 30px 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .title:hover {
  color: #939cb2;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .title.hide {
  padding-top: 60px;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .desc {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 16px;
  height: 16px;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .desc.hide {
  padding-top: 16px;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .exploreBtn {
  color: #FFFFFF;
  margin: 60px 0 0;
  display: inline-block;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .exploreBtn:before {
  background: #FFFFFF;
}
.mainWrapper section.introduction .selectedDirection .infoBlock .exploreBtn .buttonLines .line {
  background: #FFFFFF;
}
.mainWrapper section.introduction .directionsWrapper {
  position: absolute;
  width: 37.5%;
  right: 0;
  bottom: 80px;
  padding-bottom: 3.125%;
}
.mainWrapper section.introduction .direction {
  text-align: left;
  height: 28px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.introduction .direction > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.mainWrapper section.introduction .direction .infoBlock {
  display: inline-block;
  position: relative;
  padding: 8px 0;
  z-index: 2;
}
.mainWrapper section.introduction .direction .infoBlock .title {
  font-weight: 300;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 11px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.mainWrapper section.introduction .direction .infoBlock .desc {
  display: none;
}
.mainWrapper section.introduction .direction .infoBlock .exploreBtn {
  font-size: 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  position: relative;
  float: left;
}
.mainWrapper section.introduction .direction .infoBlock .exploreBtn .buttonLines {
  height: 11px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section.introduction .direction .infoBlock .exploreBtn .buttonLines .line {
  background: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mainWrapper section.introduction .direction .imgWrapper {
  display: none;
}
.mainWrapper section.introduction .direction .imgWrapper .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section.introduction .direction > div {
  cursor: pointer;
}
.mainWrapper section.introduction .direction .infoBlock {
  overflow: hidden;
}
.mainWrapper section.introduction .direction .infoBlock .separator {
  display: none;
}
.mainWrapper section.introduction .direction .infoBlock:after {
  content: '';
  z-index: 0;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 0;
  background: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mainWrapper section.introduction .direction .infoBlock .exploreBtn {
  height: 12px;
  pointer-events: none;
}
.mainWrapper section.introduction .direction:hover .infoBlock:after {
  left: 0;
  width: 100%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mainWrapper section.introduction .direction:hover .infoBlock .exploreBtn .buttonLines {
  margin-right: 15px;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mainWrapper section.introduction .direction:hover .infoBlock .exploreBtn .buttonLines .line {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mainWrapper section.introduction .direction:hover .infoBlock .exploreBtn .buttonLines .line:first-child {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.mainWrapper section.introduction .direction:hover .infoBlock .exploreBtn .buttonLines .line:last-child {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mainWrapper section.introduction .direction.active {
  height: 0;
  overflow: hidden;
}
.mainWrapper section.introduction .bottomBg {
  position: absolute;
  bottom: 0;
  left: 12.5%;
  width: 75%;
  height: 4%;
  display: none;
}
.mainWrapper section.introduction .bottomBg img,
.mainWrapper section.introduction .bottomBg .svg {
  display: none;
}
.mainWrapper section.introduction .descBlockWrapper {
  position: absolute;
  width: 50%;
  left: 0%;
  background: #FFFFFF;
  bottom: 80px;
  padding-bottom: 1.7%;
  padding-top: 3.9%;
  border-left: 1px solid #f5f7fb;
  border-right: 1px solid #f5f7fb;
}
.mainWrapper section.introduction .descBlockWrapper .line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f5f7fb;
}
.mainWrapper section.introduction .descBlockWrapper .line:nth-child(1) {
  right: 25%;
}
.mainWrapper section.introduction .descBlockWrapper .line:nth-child(2) {
  right: 50%;
}
.mainWrapper section.introduction .descBlockWrapper .line:nth-child(3) {
  right: 75%;
  margin-right: 1px;
}
.mainWrapper section.introduction .descBlock {
  width: 75%;
  font-size: 13px;
  font-weight: 300;
  color: #232937;
  text-align: left;
  letter-spacing: 1px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.mainWrapper section.introduction .descBlock h1 {
  display: inline;
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
}
.mainWrapper section.introduction .slideDown {
  height: 55px;
}
.mainWrapper section.introduction .slideDown .svg {
  height: 40px;
}
.mainWrapper section.about {
  padding: 100px 0 125px;
}
.mainWrapper section.about .rects .rect:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 5%;
  right: 50%;
}
.mainWrapper section.about .rects .rect:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 28%;
  right: 25%;
}
.mainWrapper section.about .rects .rect:nth-child(3) {
  width: 30px;
  height: 30px;
  top: 30%;
  right: 0%;
}
.mainWrapper section.about .rects .rect:nth-child(4) {
  width: 30px;
  height: 30px;
  margin-bottom: -30px;
  bottom: 17.5%;
  left: 25%;
}
.mainWrapper section.about .rects .rect:nth-child(5) {
  width: 20px;
  height: 20px;
  bottom: 4%;
  left: 62.5%;
}
.mainWrapper section.about .inner .bgImage {
  height: 65%;
  width: 25%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  vertical-align: middle;
  overflow: hidden;
  float: left;
}
.mainWrapper section.about .inner .bgImage .image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  background-image: url("../img/aboutBg.png");
  background-size: cover;
  background-position: center center;
}
.mainWrapper section.about .inner .content {
  width: 62.5%;
  margin-left: 37.5%;
}
.mainWrapper section.about .inner .content > .title {
  text-align: left;
  margin: 0 0 65px;
}
.mainWrapper section.about .inner .content > .title div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.about .inner .content .features {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
.mainWrapper section.about .inner .content .features .feature {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 40px;
}
.mainWrapper section.about .inner .content .features .feature:last-child {
  margin-bottom: 0;
}
.mainWrapper section.about .inner .content .features .feature .title {
  font-size: 15px;
  color: #232937;
  text-align: left;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.mainWrapper section.about .inner .content .features .feature .desc {
  font-weight: 300;
  font-size: 12px;
  color: #81899e;
  text-align: left;
  letter-spacing: 1px;
  line-height: 22px;
  width: 75%;
}
.mainWrapper section.about .inner .content .info {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.mainWrapper section.about .inner .content .info .imgWrapper {
  width: 33.33%;
  height: 100px;
  overflow: hidden;
  margin: 0 0 20px;
}
.mainWrapper section.about .inner .content .info .imgWrapper .image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  background-image: url('../img/aboutImg.png');
  background-size: cover;
  background-position: center center;
}
.mainWrapper section.about .inner .content .info .text {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 0 30px;
}
.mainWrapper section.testimonials .rects .rect:nth-child(1) {
  width: 30px;
  height: 30px;
  top: 15.5%;
  left: 12.5%;
}
.mainWrapper section.testimonials .rects .rect:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 33%;
  right: 0%;
}
.mainWrapper section.testimonials .rects .rect:nth-child(3) {
  width: 20px;
  height: 20px;
  bottom: 8%;
  left: 75%;
}
.mainWrapper section.testimonials .rects .rect:nth-child(4) {
  width: 20px;
  height: 20px;
  bottom: 18%;
  right: 75%;
}
.mainWrapper section.testimonials .inner .topBlock {
  position: absolute;
  width: 100%;
  bottom: 72.5%;
  left: 0;
}
.mainWrapper section.testimonials .inner .topBlock .title > div,
.mainWrapper section.testimonials .inner .topBlock .subtitle > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.testimonials .inner .reviewContainer {
  padding: 200px 0 100px;
}
.mainWrapper section.testimonials .inner .reviewContainer .navBtn {
  position: absolute;
  padding: 10px 0;
  margin-top: 103px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section.testimonials .inner .reviewContainer .navBtn.prev {
  right: 75%;
}
.mainWrapper section.testimonials .inner .reviewContainer .navBtn.next {
  left: 75%;
}
.mainWrapper section.testimonials .inner .reviewContainer .navBtn.swiper-button-disabled {
  opacity: 0;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper {
  margin: auto;
  width: 25%;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review {
  width: 100% !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .fullTestimonial {
  display: none;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review.swiper-slide-active {
  opacity: 1;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review.swiper-slide-active .imgWrapper > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review.swiper-slide-active .imgWrapper img {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review.swiper-slide-active .names {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review:not(.swiper-slide-active).h0 {
  opacity: 0 !important;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review:not(.swiper-slide-active).h0 .imgWrapper img {
  padding-top: 100px;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review:not(.swiper-slide-active).h0 .names {
  padding-top: 15px;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .imgWrapper {
  width: 100px;
  height: 100px;
  margin: auto;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .imgWrapper img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: block;
  width: 100%;
  height: 100%;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .names {
  font-weight: 300;
  font-size: 13px;
  color: #232937;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 15px;
  margin: 10px 0 15px;
  height: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .names > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .text {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 22px;
  height: 110px;
  margin: 0;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .text p {
  margin: 0;
}
.mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .text .readmore {
  font-size: 13px;
  color: #232937;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
.mainWrapper section.testimonials .inner .contactWrapper {
  position: absolute;
  z-index: 2;
  top: 83%;
  left: 0;
  width: 100%;
  text-align: center;
}
.mainWrapper section.directionIntro.current .scrollToTop {
  visibility: hidden;
  opacity: 0;
}
.mainWrapper section.directionIntro .inner {
  position: relative;
  display: block;
  height: 100%;
}
.mainWrapper section.directionIntro .inner .mainImage {
  position: absolute;
  top: 0;
  width: 50%;
  height: 81%;
  overflow: hidden;
}
.mainWrapper section.directionIntro .inner .mainImage .swiper-container,
.mainWrapper section.directionIntro .inner .mainImage .swiper-wrapper,
.mainWrapper section.directionIntro .inner .mainImage .swiper-slide-active {
  width: 100%;
  height: 100%;
}
.mainWrapper section.directionIntro .inner .mainImage .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.mainWrapper section.directionIntro .inner .mainImage .directionSwiperBtns .navBtn {
  z-index: 3;
  position: absolute;
  cursor: pointer;
  right: -20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.mainWrapper section.directionIntro .inner .mainImage .directionSwiperBtns .navBtn.prev {
  bottom: 100px;
}
.mainWrapper section.directionIntro .inner .mainImage .directionSwiperBtns .navBtn.next {
  bottom: 65%;
}
.mainWrapper section.directionIntro .inner .info {
  width: 50%;
  margin-left: 50%;
  position: relative;
  min-height: 70%;
  top: 12%;
  z-index: 2;
}
.mainWrapper section.directionIntro .inner .info .title {
  font-family: 'Playfair Display SC', serif;
  font-weight: 900;
  font-size: 70px;
  color: #232937;
  letter-spacing: 8px;
  line-height: 70px;
  width: 200%;
  margin: 0 0 21px -75%;
  text-align: center;
  text-transform: uppercase;
}
.mainWrapper section.directionIntro .inner .info .title div {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.mainWrapper section.directionIntro .inner .info .title div:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  height: 70px;
  margin-top: -66px;
  background: #FFFFFF;
  z-index: -1;
}
.mainWrapper section.directionIntro .inner .info .subtitle {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff4081;
  text-align: left;
  letter-spacing: 2px;
  line-height: 16px;
  width: 75%;
  margin: 0 0 33px 25%;
}
.mainWrapper section.directionIntro .inner .info .desc {
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: left;
  letter-spacing: 1px;
  line-height: 22px;
  width: 75%;
  margin: 0 0 27px 25%;
}
.mainWrapper section.directionIntro .inner .info .requestBtnWrapper {
  width: 50%;
  margin-left: 25%;
  text-align: right;
}
.mainWrapper section.directionIntro .inner .directionSections {
  width: 75%;
  left: 25%;
  position: absolute;
  bottom: 0%;
}
.mainWrapper section.directionIntro .inner .directionSections .label {
  font-weight: 300;
  font-size: 10px;
  color: #81899e;
  text-align: left;
  letter-spacing: 2px;
  line-height: 10px;
  margin: 0 0 30px;
}
.mainWrapper section.directionIntro .inner .directionSections .sectionsList > div {
  margin-bottom: 15px;
}
.mainWrapper section.whyAreWe {
  padding: 100px 0 50px;
  font-size: 0;
}
.mainWrapper section.whyAreWe > div {
  display: inline-block;
  vertical-align: top;
}
.mainWrapper section.whyAreWe .whyAreWeImg {
  width: 25%;
  margin-left: 12.5%;
}
.mainWrapper section.whyAreWe .whyAreWeImg img {
  width: 100%;
}
.mainWrapper section.whyAreWe .content {
  margin-left: 12.5%;
  width: 50%;
}
.mainWrapper section.whyAreWe .content > .title {
  font-weight: 400;
  font-size: 15px;
  color: #232937;
  text-align: left;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 94px;
}
.mainWrapper section.whyAreWe .content .reasons {
  width: 100%;
}
.mainWrapper section.whyAreWe .content .reasons .reason {
  margin-bottom: 87px;
}
.mainWrapper section.whyAreWe .content .reasons .reason:last-child {
  margin-bottom: 36px;
}
.mainWrapper section.whyAreWe .content .reasons .reason > div {
  display: inline-block;
  vertical-align: top;
}
.mainWrapper section.whyAreWe .content .reasons .reason .num {
  width: 25%;
  font-family: 'Playfair Display SC', serif;
  font-weight: 700;
  font-size: 100px;
  color: #f0f2f6;
  text-align: right;
  line-height: 0px;
}
.mainWrapper section.whyAreWe .content .reasons .reason .icon {
  width: 25%;
  text-align: center;
}
.mainWrapper section.whyAreWe .content .reasons .reason .icon .svg,
.mainWrapper section.whyAreWe .content .reasons .reason .icon svg {
  width: 25%;
}
.mainWrapper section.whyAreWe .content .reasons .reason .icon .svg *,
.mainWrapper section.whyAreWe .content .reasons .reason .icon svg * {
  fill: #ff4081;
}
.mainWrapper section.whyAreWe .content .reasons .reason .text {
  width: 50%;
}
.mainWrapper section.whyAreWe .content .reasons .reason .text .title {
  font-weight: 300;
  font-size: 18px;
  color: #232937;
  text-align: left;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 0 0 13px;
}
.mainWrapper section.whyAreWe .content .reasons .reason .text .desc {
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: left;
  letter-spacing: 1px;
  line-height: 22px;
}
.mainWrapper section.portfolio {
  padding: 50px 0;
}
.mainWrapper section.portfolio > .title:not(.withSubtitle) {
  margin: 0 0 89px;
}
.mainWrapper section.portfolio .typesTitle {
  color: #232937;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 50px 0 25px;
  font-weight: 600;
  text-align: center;
}
.mainWrapper section.portfolio .typesList {
  text-align: center;
  margin: 0 0 25px;
  padding: 0 20px;
}
.mainWrapper section.portfolio .typesList a {
  color: #232937;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 16px;
  margin: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section.portfolio .typesList a.active {
  text-decoration: underline;
  color: #ff4081;
}
.mainWrapper section.portfolio .typesList a:hover {
  color: #ff4081;
}
.mainWrapper section.portfolio .allHiddenImages {
  display: none;
}
.mainWrapper section.video {
  padding: 50px 0;
}
.mainWrapper section.video > .title {
  margin: 0 0 80px;
}
.mainWrapper section.video .video-list .video-item {
  width: 50%;
  height: 360px;
  margin: auto;
  display: table;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mainWrapper section.video .video-list .video-item .bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.mainWrapper section.video .video-list .video-item .bg:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 40, 54, 0.8);
}
.mainWrapper section.video .video-list .video-item:hover .bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.mainWrapper section.video .video-list .video-item:not(.swiper-slide-active) {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.mainWrapper section.video .video-list .video-item .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 35px;
}
.mainWrapper section.video .video-list .video-item .inner .playBtn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ff4081;
  position: relative;
  margin: 0 auto 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section.video .video-list .video-item .inner .playBtn:hover {
  opacity: 0.85;
}
.mainWrapper section.video .video-list .video-item .inner .playBtn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 3px;
  right: 0;
  bottom: 0;
  top: 1px;
  margin: auto;
}
.mainWrapper section.video .video-list .video-item .inner .title {
  font-weight: 400;
  font-size: 15px;
  color: #f0f2f6;
  letter-spacing: 2px;
  line-height: 16px;
  margin: 0;
}
.mainWrapper section.image-text-blocks {
  padding: 100px 0 50px;
}
.mainWrapper section.image-text-blocks.big .image-text-blocks-wrapper .image-text-block .image {
  height: 500px;
  margin-left: 12.5%;
}
.mainWrapper section.image-text-blocks.big .image-text-blocks-wrapper .image-text-block .text {
  width: 25%;
}
.mainWrapper section.image-text-blocks.big .image-text-blocks-wrapper .image-text-block .text .desc {
  max-height: 500px;
}
.mainWrapper section.image-text-blocks.big.inverse .image-text-blocks-wrapper .image-text-block .image {
  margin-left: 0;
  margin-right: 12.5%;
}
.mainWrapper section.image-text-blocks .subtitle {
  max-width: 75%;
  margin: 100px auto;
  line-height: 22px;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: none;
  text-align: justify;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper {
  margin: 100px 0 0;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block {
  font-size: 0;
  margin: 0 0 140px;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block:last-child {
  margin-bottom: 0;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block > div:not(.clearfix) {
  display: inline-block;
  vertical-align: top;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block:nth-child(even) .image {
  float: right;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block:nth-child(odd) .image {
  float: left;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .image {
  width: 37.5%;
  height: 220px;
  background-color: #232937;
  background-size: cover;
  background-position: center center;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text {
  width: 37.5%;
  margin: 0 12.5%;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text .title {
  font-weight: 300;
  font-size: 18px;
  color: #232937;
  text-align: left;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0 0 11px;
}
.mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text .desc {
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0;
}
.mainWrapper section.image-text-blocks.inverse .image-text-blocks-wrapper .image-text-block:nth-child(even) .image {
  float: left;
}
.mainWrapper section.image-text-blocks.inverse .image-text-blocks-wrapper .image-text-block:nth-child(odd) .image {
  float: right;
}
.mainWrapper section.additional-services {
  padding: 100px 0;
}
.mainWrapper section.additional-services .additional-services-wrapper {
  margin-top: 100px;
  font-size: 0;
}
.mainWrapper section.additional-services .additional-services-wrapper .additional-services-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 12.5% 70px;
}
.mainWrapper section.additional-services .additional-services-wrapper .additional-services-item .title {
  font-weight: 300;
  font-size: 18px;
  color: #232937;
  text-align: left;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0 0 11px;
}
.mainWrapper section.additional-services .additional-services-wrapper .additional-services-item .desc {
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: left;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0;
}
.mainWrapper section.contact-form {
  text-align: center;
  margin: 40px auto 80px;
  padding: 30px 0 40px;
  background-color: #ff4081;
  background-image: url('../img/question.svg');
  background-size: 237px 545px;
  background-position: left top;
  background-repeat: no-repeat;
}
.mainWrapper section.contact-form.current .scrollToContact {
  opacity: 0;
  visibility: hidden;
}
.mainWrapper section.contact-form .title {
  font-family: 'Playfair Display SC', serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.mainWrapper section.contact-form .desc {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}
.mainWrapper section.contact-form .desc .tel {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 2px;
}
.mainWrapper section.contact-form .desc .tel a {
  color: #ffffff;
  text-decoration: none;
}
.mainWrapper section.contact-form .formWrapper {
  width: 25%;
  margin: 35px auto 0;
}
.mainWrapper section.error .rects .rect:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 5%;
  left: 25%;
}
.mainWrapper section.error .rects .rect:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 13%;
  right: 25%;
}
.mainWrapper section.error .rects .rect:nth-child(3) {
  width: 30px;
  height: 30px;
  bottom: 20%;
  right: 37.5%;
}
.mainWrapper section.error .rects .rect:nth-child(4) {
  width: 30px;
  height: 30px;
  bottom: 24%;
  left: 0;
}
.mainWrapper section.error .rects .rect:nth-child(5) {
  width: 20px;
  height: 20px;
  bottom: 9%;
  left: 87.5%;
}
.mainWrapper section.error .inner {
  padding: 30px 0 60px;
}
.mainWrapper section.error h1 {
  font-family: 'Playfair Display SC', serif;
  font-weight: 700;
  font-size: 50px;
  color: #232937;
  text-align: center;
  letter-spacing: 4px;
  line-height: 50px;
  text-transform: uppercase;
  line-height: 180px;
  margin: 0;
  font-size: 144px;
  margin-top: -50px;
}
.mainWrapper section.error h1.withSubtitle {
  margin: 0 0 18px;
}
.mainWrapper section.error h1 + .subtitle {
  font-weight: 300;
  font-size: 10px;
  color: #939cb2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 10px;
  margin: 0;
}
.mainWrapper section.error h2 {
  width: 75%;
  text-align: right;
  font-family: 'Playfair Display SC', serif;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #232937;
  text-transform: uppercase;
  margin: 25px 0;
}
.mainWrapper section.error .toHomeBtn {
  text-transform: uppercase;
  margin-left: 25%;
}
.mainWrapper section.contact {
  padding: 150px 0 300px;
}
.mainWrapper section.contact .rects .rect:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 5%;
  left: 25%;
}
.mainWrapper section.contact .rects .rect:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 13%;
  right: 25%;
}
.mainWrapper section.contact .rects .rect:nth-child(3) {
  display: none;
}
.mainWrapper section.contact .rects .rect:nth-child(4) {
  width: 30px;
  height: 30px;
  bottom: 24%;
  left: 0;
}
.mainWrapper section.contact .rects .rect:nth-child(5) {
  width: 20px;
  height: 20px;
  bottom: 40%;
  left: 87.5%;
}
.mainWrapper section.contact .inner .styledTitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 100px auto 0;
}
.mainWrapper section.contact .inner .content {
  padding: 50px 0;
  text-align: center;
}
.mainWrapper section.contact .inner .content .contactWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.mainWrapper section.contact .inner .content .contactWrapper .infoBlock {
  margin-bottom: 35px;
  text-align: left;
}
.mainWrapper section.contact .inner .content .contactWrapper .infoBlock:last-child {
  margin-bottom: 0;
}
.mainWrapper section.contact .inner .content .contactWrapper .infoBlock .title {
  font-weight: 400;
  font-size: 15px;
  color: #232937;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 10px;
}
.mainWrapper section.contact .inner .content .contactWrapper .infoBlock .info,
.mainWrapper section.contact .inner .content .contactWrapper .infoBlock .info a {
  font-size: 13px;
  font-weight: 300;
  color: #939cb2;
  letter-spacing: 1px;
  line-height: 22px;
  text-decoration: none;
}
.mainWrapper section.contact .inner .content .formWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.mainWrapper section.contact .inner .map {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  width: 75%;
  margin: auto;
  background: #939cb2;
}
.mainWrapper section.blog {
  position: relative;
}
.mainWrapper section.blog .rects .rect:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 5%;
  left: 12.5%;
}
.mainWrapper section.blog .rects .rect:nth-child(2) {
  width: 20px;
  height: 20px;
  top: 13%;
  left: 75%;
}
.mainWrapper section.blog .rects .rect:nth-child(3) {
  display: none;
}
.mainWrapper section.blog .rects .rect:nth-child(4) {
  width: 10px;
  height: 10px;
  bottom: 24%;
  left: 0;
}
.mainWrapper section.blog .rects .rect:nth-child(5) {
  width: 30px;
  height: 30px;
  bottom: 10%;
  right: 0;
}
.mainWrapper section.blog .subscribeWrapper {
  font-size: 0;
  text-align: center;
  margin: 0 0 90px;
}
.mainWrapper section.blog .subscribeWrapper .placeholder {
  color: #232937;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section.blog .subscribeWrapper ::-webkit-input-placeholder {
  color: #232937;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section.blog .subscribeWrapper ::-moz-placeholder {
  color: #232937;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section.blog .subscribeWrapper :-moz-placeholder {
  color: #232937;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section.blog .subscribeWrapper :-ms-input-placeholder {
  color: #232937;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.mainWrapper section.blog .subscribeWrapper button[type=submit] {
  cursor: pointer;
  background: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  color: #232937;
  padding: 0;
}
.mainWrapper section.blog .subscribeWrapper button[type=submit] .line,
.mainWrapper section.blog .subscribeWrapper button[type=submit]:before {
  background: #232937;
}
.mainWrapper section.blog .subscribeWrapper .alert {
  color: #232937;
  font-size: 15px;
  font-weight: 400;
}
.mainWrapper section.blog .subscribeWrapper .alert h4 {
  margin: 0;
}
.mainWrapper section.blog .subscribeWrapper .text {
  width: 12.5%;
  text-align: left;
  font-family: 'Playfair Display SC', serif;
  font-size: 16px;
  font-weight: 700;
  color: #232937;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.mainWrapper section.blog .subscribeWrapper .btnWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 12.5%;
  text-align: right;
}
.mainWrapper section.blog .subscribeWrapper .form-group {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.mainWrapper section.blog .subscribeWrapper .form-group .form-control {
  height: 45px;
  font-size: 13px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 2px;
  line-height: 22px;
  padding: 10px 50px;
  text-align: center;
  width: 100%;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #232937;
}
.mainWrapper section.blog .subscribeWrapper .form-group .help-block {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: #232937;
}
.mainWrapper section.blog .title {
  margin: 100px 0 55px;
}
.mainWrapper section.blog .content .posts .post {
  width: 50%;
  margin: 0 auto 50px;
  font-size: 0;
}
.mainWrapper section.blog .content .posts .post > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.mainWrapper section.blog .content .posts .post .imgWrapper {
  height: 150px;
}
.mainWrapper section.blog .content .posts .post .imgWrapper a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.mainWrapper section.blog .content .posts .post .imgWrapper a img {
  opacity: 0;
}
.mainWrapper section.blog .content .posts .post .postInfo {
  text-align: left;
  padding: 0 0 0 20px;
}
.mainWrapper section.blog .content .posts .post .postInfo .title {
  margin: 0 0 10px;
}
.mainWrapper section.blog .content .posts .post .postInfo .title,
.mainWrapper section.blog .content .posts .post .postInfo .title a {
  font-size: 18px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 1px;
  line-height: 16px;
  text-decoration: none;
}
.mainWrapper section.blog .content .posts .post .postInfo .date {
  font-size: 10px;
  font-weight: 300;
  color: #ff4081;
  letter-spacing: 1px;
  line-height: 10px;
  margin: 0 0 15px;
}
.mainWrapper section.blog .content .posts .post .postInfo .desc {
  font-size: 13px;
  font-weight: 300;
  color: #939cb2;
  text-align: left;
  letter-spacing: 1px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  margin: 0 0 15px;
}
.mainWrapper section.blogView {
  position: relative;
}
.mainWrapper section.blogView .vertLines .line {
  position: absolute;
  display: none;
}
.mainWrapper section.blogView .vertLines .line:nth-child(1) {
  left: 12.5%;
  width: 1px;
  height: 160px;
  bottom: 20%;
  display: block;
}
.mainWrapper section.blogView .vertLines .line:nth-child(2) {
  left: 87.5%;
  width: 1px;
  height: 160px;
  top: 25%;
  display: block;
}
.mainWrapper section.blogView .content {
  width: 50%;
  margin: auto;
  text-align: center;
}
.mainWrapper section.blogView .content .postImage {
  margin: 0 0 25px;
}
.mainWrapper section.blogView .content .postImage img {
  width: 100%;
}
.mainWrapper section.blogView .content .title {
  margin: 15px 0 20px;
}
.mainWrapper section.blogView .content .date {
  font-size: 10px;
  font-weight: 300;
  color: #ff4081;
  letter-spacing: 1px;
  line-height: 10px;
}
.mainWrapper section.blogView .content .postContent {
  margin: 60px 0 0;
  font-size: 13px;
  font-weight: 300;
  color: #939cb2;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 22px;
}
.mainWrapper section.blogView .content .postContent h1,
.mainWrapper section.blogView .content .postContent h2,
.mainWrapper section.blogView .content .postContent h3 {
  font-size: 18px;
  font-weight: 300;
  color: #232937;
  text-align: center;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 50px 0 30px;
}
.mainWrapper section.blogView .content .postContent p {
  margin: 0;
}
.mainWrapper section.blogView .content .postContent img {
  width: 100%;
}
.mainWrapper section.blogView .content .shareWrapper {
  font-size: 0;
  border: 1px solid #dddddd;
  margin: 50px 0;
}
.mainWrapper section.blogView .content .shareWrapper a {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  border-right: 1px solid #dddddd;
  padding: 15px 0;
}
.mainWrapper section.blogView .content .shareWrapper a:last-child {
  border-right: 0;
}
.mainWrapper section.blogView .content .shareWrapper a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mainWrapper section.blogView .content .shareWrapper a:hover img {
  opacity: 0.7;
}
.mainWrapper section.project {
  text-align: center;
  padding: 70px 0;
}
.mainWrapper section.project .title {
  margin: 50px auto 20px;
  width: 75%;
}
.mainWrapper section.project .directionInfo {
  font-size: 12px;
  font-weight: 300;
  color: #ff4081;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.mainWrapper section.project .projectImage {
  margin: 0 auto;
  width: 75%;
}
.mainWrapper section.project .projectImage img {
  width: 100%;
}
.mainWrapper section.project .projectNavBtnWrapper {
  width: 75%;
  height: 10px;
  margin: 25px auto 50px;
  position: relative;
}
.mainWrapper section.project .projectNavBtnWrapper .navBtn {
  position: absolute;
}
.mainWrapper section.project .projectNavBtnWrapper .navBtn.prev {
  left: 0%;
}
.mainWrapper section.project .projectNavBtnWrapper .navBtn.next {
  right: 0%;
}
.mainWrapper section.project .navWrapper {
  position: relative;
  width: 100%;
}
.mainWrapper section.project .navWrapper .navBtn {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.mainWrapper section.project .navWrapper .navBtn.prev {
  left: 0%;
}
.mainWrapper section.project .navWrapper .navBtn.next {
  right: 0%;
}
.mainWrapper section.project .projectInfo {
  font-size: 0;
}
.mainWrapper section.project .projectInfo .guestsWrapper {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.mainWrapper section.project .projectInfo .guestsWrapper .guests {
  display: inline-block;
  margin-left: 50%;
  border: 1px solid #f0f2f7;
  border-left: 0;
  float: left;
  padding: 18px 25px;
  font-size: 12px;
  font-weight: 300;
  color: #ff4081;
  letter-spacing: 1px;
  line-height: 16px;
}
.mainWrapper section.project .projectInfo .guestsWrapper .guests div {
  font-size: 18px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 6px;
}
.mainWrapper section.project .projectInfo .guestsWrapper .imgWrapper {
  clear: both;
  width: 50%;
  height: 190px;
  background-size: cover;
  background-position: center center;
}
.mainWrapper section.project .projectInfo .projectAbout {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 12.5%;
  font-size: 13px;
  font-weight: 300;
  color: #939cb2;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 22px;
}
.mainWrapper section.project .projectInfo .projectAbout p {
  margin: 0;
}
.mainWrapper section.project .shareBlock {
  text-align: left;
  margin-bottom: 50px;
}
.mainWrapper section.project .shareBlock .label {
  font-size: 12px;
  font-weight: 300;
  color: #ff4081;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 30px 0 20px;
}
.mainWrapper section.project .shareBlock .links a {
  color: #232937;
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
}
.mainWrapper section.project .shareBlock .links a:hover {
  color: #ff4081;
}
.mainWrapper section.clients {
  padding: 50px 0;
}
.mainWrapper section.clients .navWrapper {
  position: relative;
  width: 100%;
}
.mainWrapper section.clients .navWrapper .navBtn {
  position: absolute;
  top: 90px;
  cursor: pointer;
}
.mainWrapper section.clients .navWrapper .navBtn.prev {
  left: 0%;
}
.mainWrapper section.clients .navWrapper .navBtn.next {
  right: 0%;
}
.mainWrapper section.clients .swiper-container {
  width: 75%;
  margin: 100px auto 50px;
}
.mainWrapper section.clients .client {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 20px;
}
.mainWrapper section.clients .client .imgWrapper {
  display: table;
  width: 100%;
  height: 70px;
  text-align: center;
  margin: 0 0 30px;
}
.mainWrapper section.clients .client .imgWrapper .valign {
  display: table-cell;
  vertical-align: middle;
}
.mainWrapper section.clients .client .imgWrapper .valign img {
  max-width: 100%;
  max-height: 70px;
}
.mainWrapper section.clients .client .name {
  font-weight: 300;
  font-size: 18px;
  color: #232937;
  text-align: center;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 0 0 13px;
}
.mainWrapper section.clients .client .desc {
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: left;
  letter-spacing: 1px;
  line-height: 22px;
}
.mainWrapper section.directionStartSlider {
  padding: 80px 0;
  display: block;
}
.mainWrapper section.directionStartSlider .inner {
  position: relative;
}
.mainWrapper section.directionStartSlider .directionTitle {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 60px;
  color: #FFFFFF;
  font-family: 'Playfair Display SC', serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 30px;
  text-transform: uppercase;
  z-index: 2;
}
.mainWrapper section.directionStartSlider .progressBar {
  position: absolute;
  top: 0;
  height: 5px;
  background: #ff4081;
  left: 0;
  z-index: 2;
}
.mainWrapper section.directionStartSlider .directionSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainWrapper section.directionStartSlider .swiper-container,
.mainWrapper section.directionStartSlider .swiper-slide {
  width: 100%;
  height: 100%;
}
.mainWrapper section.directionStartSlider .swiper-slide {
  position: relative;
  display: table;
  overflow: hidden;
}
.mainWrapper section.directionStartSlider .swiper-slide .bgElem {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.mainWrapper section.directionStartSlider .swiper-slide .bgElem:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 41, 55, 0.3);
}
.mainWrapper section.directionStartSlider .swiper-slide.swiper-slide-prev .bgElem {
  transform: translateX(20%) scale(1.4);
}
.mainWrapper section.directionStartSlider .swiper-slide.swiper-slide-next .bgElem {
  transform: translateX(-20%) scale(1.4);
}
.mainWrapper section.directionStartSlider .swiper-slide .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mainWrapper section.directionStartSlider .swiper-slide .inner .exploreLink {
  position: relative;
  color: #FFFFFF;
}
.mainWrapper section.directionStartSlider .swiper-slide .inner .exploreLink:before,
.mainWrapper section.directionStartSlider .swiper-slide .inner .exploreLink .buttonLines .line {
  background: #FFFFFF;
}
.mainWrapper section.directionStartSlider .directionSwiperBtns .navBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  color: #FFFFFF;
  height: 11px;
  cursor: pointer;
}
.mainWrapper section.directionStartSlider .directionSwiperBtns .navBtn:before {
  background: #FFFFFF;
}
.mainWrapper section.directionStartSlider .directionSwiperBtns .navBtn .buttonLines .line {
  background: #FFFFFF;
}
.mainWrapper section.directionStartSlider .directionSwiperBtns .navBtn.prev {
  left: 30px;
}
.mainWrapper section.directionStartSlider .directionSwiperBtns .navBtn.next {
  right: 30px;
}
.mainWrapper section.directionStartSlider .slideDown {
  bottom: 25px;
  z-index: 2;
  height: auto;
}
.mainWrapper section.directionStartSlider .slideDown a {
  color: #FFFFFF;
  display: block;
}
.mainWrapper section.directionStartSlider .slideDown:before {
  content: '';
  width: 1px;
  height: 50px;
  background: #FFFFFF;
  position: absolute;
  bottom: 55px;
}
.mainWrapper section.directionStartSlider .slideDown svg {
  height: 55px;
  margin-top: 60px;
}
.mainWrapper .weddings section,
.mainWrapper .kids section,
.mainWrapper .corporate section,
.mainWrapper .private section {
  position: relative;
}
.mainWrapper .weddings .rects .rect:nth-child(1),
.mainWrapper .kids .rects .rect:nth-child(1),
.mainWrapper .corporate .rects .rect:nth-child(1),
.mainWrapper .private .rects .rect:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 5%;
  left: 25%;
}
.mainWrapper .weddings .rects .rect:nth-child(2),
.mainWrapper .kids .rects .rect:nth-child(2),
.mainWrapper .corporate .rects .rect:nth-child(2),
.mainWrapper .private .rects .rect:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 13%;
  right: 25%;
}
.mainWrapper .weddings .rects .rect:nth-child(3),
.mainWrapper .kids .rects .rect:nth-child(3),
.mainWrapper .corporate .rects .rect:nth-child(3),
.mainWrapper .private .rects .rect:nth-child(3) {
  width: 30px;
  height: 30px;
  bottom: 38%;
  right: 37.5%;
  display: none;
}
.mainWrapper .weddings .rects .rect:nth-child(4),
.mainWrapper .kids .rects .rect:nth-child(4),
.mainWrapper .corporate .rects .rect:nth-child(4),
.mainWrapper .private .rects .rect:nth-child(4) {
  width: 30px;
  height: 30px;
  bottom: 24%;
  left: 0;
  margin-left: -80px;
}
.mainWrapper .weddings .rects .rect:nth-child(5),
.mainWrapper .kids .rects .rect:nth-child(5),
.mainWrapper .corporate .rects .rect:nth-child(5),
.mainWrapper .private .rects .rect:nth-child(5) {
  width: 20px;
  height: 20px;
  bottom: 9%;
  left: 87.5%;
}
.mainWrapper .kids .scrollToContact {
  color: #689f38;
}
.mainWrapper .kids section.directionIntro .inner .info .subtitle {
  color: #689f38;
}
.mainWrapper .kids section .animatedLink.pink {
  color: #689f38;
}
.mainWrapper .kids section .animatedLink.pink:before,
.mainWrapper .kids section .animatedLink.pink .buttonLines .line {
  background: #689f38;
}
.mainWrapper .kids section.whyAreWe .content .reasons .reason .icon .svg *,
.mainWrapper .kids section.whyAreWe .content .reasons .reason .icon svg * {
  fill: #689f38;
}
.mainWrapper .kids section.photo-gallery .photo-navWrapper .pager span {
  color: #689f38;
}
.mainWrapper .kids section.photo-gallery .photo-navWrapper .pager .line {
  background: #689f38;
}
.mainWrapper .kids section.video .video-list .video-item .inner .playBtn {
  background: #689f38;
}
.mainWrapper .kids section.contact-form {
  background-color: #689f38;
}
.mainWrapper .kids .rects .rect {
  background-color: transparent;
  background-size: 100% 100%;
}
.mainWrapper .kids .rects .rect:nth-child(1) {
  background-image: url("../img/icons/kidsBack/1.svg");
}
.mainWrapper .kids .rects .rect:nth-child(2) {
  background-image: url("../img/icons/kidsBack/2.svg");
}
.mainWrapper .kids .rects .rect:nth-child(3) {
  background-image: url("../img/icons/kidsBack/3.svg");
}
.mainWrapper .kids .rects .rect:nth-child(4) {
  background-image: url("../img/icons/kidsBack/4.svg");
}
.mainWrapper .kids .rects .rect:nth-child(5) {
  background-image: url("../img/icons/kidsBack/3.svg");
}
.mainWrapper .kids section.directionStartSlider .progressBar {
  background: #689f38;
}
.mainWrapper .corporate section.directionIntro .inner .info .subtitle {
  color: #232937;
}
.mainWrapper .corporate section .animatedLink.pink {
  color: #232937;
}
.mainWrapper .corporate section .animatedLink.pink:before,
.mainWrapper .corporate section .animatedLink.pink .buttonLines .line {
  background: #232937;
}
.mainWrapper .corporate section.whyAreWe .content .reasons .reason .icon .svg *,
.mainWrapper .corporate section.whyAreWe .content .reasons .reason .icon svg * {
  fill: #232937;
}
.mainWrapper .corporate section.photo-gallery .photo-navWrapper .pager span {
  color: #232937;
}
.mainWrapper .corporate section.photo-gallery .photo-navWrapper .pager .line {
  background: #232937;
}
.mainWrapper .corporate section.video .video-list .video-item .inner .playBtn {
  background: #FFFFFF;
}
.mainWrapper .corporate section.video .video-list .video-item .inner .playBtn:after {
  border-color: transparent transparent transparent #232937;
}
.mainWrapper .corporate section.contact-form {
  background-color: #232937;
}
.mainWrapper .corporate .rects .rect {
  background: #f0f2f6;
}
.mainWrapper .corporate section.directionStartSlider .progressBar {
  background: #232937;
}
.mainWrapper .private .scrollToContact {
  color: #ffb300;
}
.mainWrapper .private section.directionIntro .inner .info .subtitle {
  color: #ffb300;
}
.mainWrapper .private section .animatedLink.pink {
  color: #ffb300;
}
.mainWrapper .private section .animatedLink.pink:before,
.mainWrapper .private section .animatedLink.pink .buttonLines .line {
  background: #ffb300;
}
.mainWrapper .private section.whyAreWe .content .reasons .reason .icon .svg *,
.mainWrapper .private section.whyAreWe .content .reasons .reason .icon svg * {
  fill: #ffb300;
}
.mainWrapper .private section.photo-gallery .photo-navWrapper .pager span {
  color: #ffb300;
}
.mainWrapper .private section.photo-gallery .photo-navWrapper .pager .line {
  background: #ffb300;
}
.mainWrapper .private section.video .video-list .video-item .inner .playBtn {
  background: #ffb300;
}
.mainWrapper .private section.contact-form {
  background-color: #ffb300;
}
.mainWrapper .private .rects .rect {
  background: #ffb300;
}
.mainWrapper .private section.directionStartSlider .progressBar {
  background: #ffb300;
}
.videoFrameWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 9999;
  padding: 25px;
}
.videoFrameWrapper iframe {
  width: 100%;
  height: 100%;
}
.videoFrameWrapper .closeBtn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
}
.buttonLines {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 11px;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.buttonLines .line {
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #232937;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.buttonLines .line:first-child {
  margin-left: 10px;
}
.buttonLines .line:last-child {
  margin-top: 10px;
}
.fancybox-overlay {
  background: rgba(255, 255, 255, 0.85);
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animatedLink {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 2px;
  line-height: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.animatedLink.fancybox-close {
  position: absolute;
  background: none;
  width: 100px;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  top: -30px;
}
.animatedLink:before {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  top: auto;
  margin-top: 5px;
  position: absolute;
  left: 0;
  background: #232937;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.animatedLink .buttonLines {
  margin-right: 15px;
}
.animatedLink .buttonLines .line {
  background: #232937;
}
.animatedLink:hover:before {
  width: 100%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animatedLink:hover .buttonLines {
  margin-right: 20px;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animatedLink:hover .buttonLines .line {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.animatedLink:hover .buttonLines .line:first-child {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.animatedLink:hover .buttonLines .line:last-child {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.animatedLink.pink {
  color: #ff4081;
}
.animatedLink.pink:before {
  background: #ff4081;
}
.animatedLink.pink .buttonLines .line {
  background: #ff4081;
}
.animatedLink.inverse .buttonLines {
  margin: 0 0 0 15px;
}
.animatedLink.inverse:before {
  left: 100%;
}
.animatedLink.inverse:hover .buttonLines {
  margin-left: 20px;
}
.animatedLink.inverse:hover:before {
  left: 0;
}
.fullTestimonial {
  font-weight: 300;
  font-size: 13px;
  color: #81899e;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 22px;
}
.fullTestimonial p {
  margin: 0;
}
header {
  z-index: 10;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  height: 0;
  font-weight: 300;
  font-size: 13px;
  color: #232937;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
}
header a {
  text-decoration: none;
  color: #232937;
  padding: 15px;
}
header .logoWrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .menuBtn span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 0;
  text-align: right;
}
header .menuBtn img,
header .menuBtn .svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .menuBtn img rect,
header .menuBtn .svg rect {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .menuBtn:hover .svg {
  margin-left: 25px;
}
header .menuBtn:hover .svg rect:first-child {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
header .menuBtn:hover .svg rect:last-child {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
footer {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px;
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  color: #232937;
  letter-spacing: 2px;
  line-height: 10px;
  text-transform: uppercase;
}
footer a {
  color: #232937;
  text-decoration: none;
}
.haveScroll.ps-container {
  padding-right: 10px;
}
.haveScroll.ps-container:hover .ps-scrollbar-y-rail {
  opacity: 1;
}
.haveScroll.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 2px;
  right: 0;
  background: #232937;
  border-radius: 0;
  opacity: 1;
}
.scrollToContact {
  display: block;
  width: 40px;
  height: 40px;
  background: #232937;
  position: fixed;
  right: 0;
  top: 26.6%;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  color: #ff4081;
  font-family: 'Playfair Display SC', serif;
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.scrollToTop {
  display: block;
  width: 40px;
  height: 40px;
  background: #f0f2f6;
  position: fixed;
  right: 0;
  bottom: 26.6%;
  text-align: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.scrollToTop img {
  height: 16px;
  margin: 12px auto;
}
.mobilePhoneTrigger {
  display: none;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #ff4081;
  padding: 10px;
}
.mobilePhoneTrigger img {
  height: 100%;
  margin: auto;
}
@media all and (min-width: 768px) {
  .fancybox-nav {
    background: none;
  }
  .fancybox-nav.fancybox-prev span.animatedLink {
    left: -90px;
  }
  .fancybox-nav.fancybox-next span.animatedLink {
    right: -90px;
  }
  .fancybox-nav span.animatedLink {
    background: none;
    visibility: visible;
    width: auto;
    height: 11px;
  }
  .fancybox-nav:hover span.animatedLink:before {
    width: 100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .fancybox-nav:hover span.animatedLink .buttonLines {
    margin-right: 20px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .fancybox-nav:hover span.animatedLink .buttonLines .line {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .fancybox-nav:hover span.animatedLink .buttonLines .line:first-child {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  .fancybox-nav:hover span.animatedLink .buttonLines .line:last-child {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .fancybox-nav:hover span.animatedLink.inverse .buttonLines {
    margin-left: 20px;
    margin-right: 0;
  }
  .fancybox-nav:hover span.animatedLink.inverse:before {
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .fancybox-nav .navBtn {
    display: none;
  }
}
.pushNone {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.pushLeft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pushRight {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.pushTop {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pushBottom {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.pushNoneY {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.transitionDelay0 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.transition {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.transitionDelay1x {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.transitionDelay2x {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.transitionDelay3x {
  -webkit-transition-delay: 1.7999999999999998s;
  -moz-transition-delay: 1.7999999999999998s;
  -ms-transition-delay: 1.7999999999999998s;
  -o-transition-delay: 1.7999999999999998s;
  transition-delay: 1.7999999999999998s;
}
.fillModeBoth {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fillModeBackwards {
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.fillModeForwards {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.imgWrapperOverlayInAnimation 0% {
  width: 0;
}
.imgWrapperOverlayInAnimation 100% {
  width: calc(100% + 80px);
}
.imgWrapperOverlayOutAnimation 0% {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.imgWrapperOverlayOutAnimation 100% {
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@-webkit-keyframes imgWrapperOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 80px);
  }
}
@keyframes imgWrapperOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 80px);
  }
}
@-webkit-keyframes imgWrapperOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}
@keyframes imgWrapperOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}
.secondaryImageOverlayInAnimation 0% {
  width: 0;
}
.secondaryImageOverlayInAnimation 100% {
  width: 100%;
}
.secondaryImageOverlayOutAnimation 0% {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.secondaryImageOverlayOutAnimation 100% {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.fadeInAnimation 0% {
  opacity: 0;
}
.fadeInAnimation 100% {
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.directionTitleAnimation 0% {
  padding-top: 60px;
}
.directionTitleAnimation 100% {
  padding-top: 0;
}
.directionDescAnimation 0% {
  padding-top: 20px;
}
.directionDescAnimation 100% {
  padding-top: 0;
}
.directionExploreAnimation 0% {
  padding-top: 12px;
}
.directionExploreAnimation 100% {
  padding-top: 0;
}
@-webkit-keyframes directionTitle {
  0% {
    padding-top: 60px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes directionTitle {
  0% {
    padding-top: 60px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes directionDesc {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes directionDesc {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes directionExplore {
  0% {
    padding-top: 12px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes directionExplore {
  0% {
    padding-top: 12px;
  }
  100% {
    padding-top: 0;
  }
}
@media all and (min-width: 768px) {
  .mainWrapper section.introduction .selectedDirection .infoBlock {
    overflow: hidden;
  }
  .mainWrapper section.introduction .selectedDirection .infoBlock > * {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mainWrapper section.introduction.active .selectedDirection .infoBlock > * {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.introduction .directionsWrapper {
    overflow: hidden;
  }
  .mainWrapper section.introduction .directionsWrapper .direction {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mainWrapper section.introduction.active .directionsWrapper {
    overflow: hidden;
  }
  .mainWrapper section.introduction.active .directionsWrapper .direction {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s, transform 0.6s 0.6s;
    -moz-transition: all 0.5s, transform 0.6s 0.6s;
    -ms-transition: all 0.5s, transform 0.6s 0.6s;
    -o-transition: all 0.5s, transform 0.6s 0.6s;
    transition: all 0.5s, transform 0.6s 0.6s;
  }
  .mainWrapper section.introduction .descBlock {
    overflow: hidden;
  }
  .mainWrapper section.introduction .descBlock div {
    width: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.introduction.active .descBlock div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.introduction .slideDown > div,
  .mainWrapper section.about .slideDown > div,
  .mainWrapper section.directionIntro .slideDown > div {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.introduction .slideDown > div .svg,
  .mainWrapper section.about .slideDown > div .svg,
  .mainWrapper section.directionIntro .slideDown > div .svg {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.introduction.active .slideDown > div,
  .mainWrapper section.about.active .slideDown > div,
  .mainWrapper section.directionIntro.active .slideDown > div {
    opacity: 1;
    -webkit-transition-delay: 1.7999999999999998s;
    -moz-transition-delay: 1.7999999999999998s;
    -ms-transition-delay: 1.7999999999999998s;
    -o-transition-delay: 1.7999999999999998s;
    transition-delay: 1.7999999999999998s;
  }
  .mainWrapper section.introduction.active .slideDown > div .svg,
  .mainWrapper section.about.active .slideDown > div .svg,
  .mainWrapper section.directionIntro.active .slideDown > div .svg {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.7999999999999998s;
    -moz-transition-delay: 1.7999999999999998s;
    -ms-transition-delay: 1.7999999999999998s;
    -o-transition-delay: 1.7999999999999998s;
    transition-delay: 1.7999999999999998s;
  }
  .imgWithOverlay {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .imgWithOverlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.about .bgImage .image,
  .mainWrapper section.about .inner .content .info .imgWrapper .image {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.about .bgImage .image:after,
  .mainWrapper section.about .inner .content .info .imgWrapper .image:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.about .inner .content > .title {
    overflow: hidden;
  }
  .mainWrapper section.about .inner .content > .title div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  .mainWrapper section.about .inner .content .features {
    overflow: hidden;
  }
  .mainWrapper section.about .inner .content .features .feature {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.about .inner .content .info {
    overflow: hidden;
  }
  .mainWrapper section.about .inner .content .info .text,
  .mainWrapper section.about .inner .content .info .contactBtn {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .imgWithOverlayShow {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .imgWithOverlayShow:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: secondaryImageOverlayOut 0.6s 0.6s;
    animation: secondaryImageOverlayOut 0.6s 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mainWrapper section.about.active .bgImage .image,
  .mainWrapper section.about.active .inner .content .info .imgWrapper .image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.about.active .bgImage .image:after,
  .mainWrapper section.about.active .inner .content .info .imgWrapper .image:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: secondaryImageOverlayOut 0.6s 0.6s;
    animation: secondaryImageOverlayOut 0.6s 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mainWrapper section.about.active .inner .content > .title div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .mainWrapper section.about.active .inner .content .features .feature {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.about.active .inner .content .features .feature:nth-child(2) {
    transition-duration: 0.6s;
  }
  .mainWrapper section.about.active .inner .content .features .feature:nth-child(3) {
    transition-duration: 0.9s;
  }
  .mainWrapper section.about.active .inner .content .info .text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.about.active .inner .content .info .contactBtn {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.7999999999999998s;
    -moz-transition-delay: 1.7999999999999998s;
    -ms-transition-delay: 1.7999999999999998s;
    -o-transition-delay: 1.7999999999999998s;
    transition-delay: 1.7999999999999998s;
  }
  .mainWrapper section.testimonials .inner .topBlock .title,
  .mainWrapper section.testimonials .inner .topBlock .subtitle {
    overflow: hidden;
  }
  .mainWrapper section.testimonials .inner .topBlock .title > div,
  .mainWrapper section.testimonials .inner .topBlock .subtitle > div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .imgWrapper {
    overflow: hidden;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .imgWrapper > div {
    position: relative;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .imgWrapper > div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .names {
    overflow: hidden;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .names > div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper .review .text {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.testimonials.active .inner .topBlock .title > div,
  .mainWrapper section.testimonials.active .inner .topBlock .subtitle > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.testimonials.active .inner .reviewContainer .reviewWrapper .review .imgWrapper > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.testimonials.active .inner .reviewContainer .reviewWrapper .review .imgWrapper > div:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: secondaryImageOverlayOut 0.6s 0.6s;
    animation: secondaryImageOverlayOut 0.6s 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mainWrapper section.testimonials.active .inner .reviewContainer .reviewWrapper .review .names > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.testimonials.active .inner .reviewContainer .reviewWrapper .review .text {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.testimonials.active .inner .navWrapper,
  .mainWrapper section.testimonials.active .inner .contactWrapper {
    -webkit-animation: fadeIn 0.6s 1.7999999999999998s;
    animation: fadeIn 0.6s 1.7999999999999998s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mainWrapper section .rects .rect {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.active .rects .rect {
    opacity: 1;
  }
  .mainWrapper section.active .rects .rect:nth-child(1),
  .mainWrapper section.active .rects .rect:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.active .rects .rect:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.active .rects .rect:nth-child(3) {
    -webkit-transition-delay: 1.7999999999999998s;
    -moz-transition-delay: 1.7999999999999998s;
    -ms-transition-delay: 1.7999999999999998s;
    -o-transition-delay: 1.7999999999999998s;
    transition-delay: 1.7999999999999998s;
  }
  .navigationWrapper {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .navigationWrapper .inner {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  body.showNavigation .navigationWrapper {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  body.showNavigation .navigationWrapper .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  body.showNavigation .navigationWrapper .inner .closeBtn,
  body.showNavigation .navigationWrapper .inner .title {
    -webkit-animation: fadeIn 0.3s 0.8s;
    animation: fadeIn 0.3s 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mainWrapper section.directionIntro .mainImage {
    overflow: hidden;
  }
  .mainWrapper section.directionIntro .mainImage .image {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.directionIntro .mainImage .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.directionIntro .title,
  .mainWrapper section.directionIntro .subtitle {
    overflow: hidden;
  }
  .mainWrapper section.directionIntro .title div,
  .mainWrapper section.directionIntro .subtitle div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.directionIntro .desc,
  .mainWrapper section.directionIntro .requestBtnWrapper,
  .mainWrapper section.directionIntro .directionSections .label {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.directionIntro .directionSections {
    overflow: hidden;
  }
  .mainWrapper section.directionIntro .sectionsList > div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mainWrapper section.directionIntro.active .mainImage .image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.directionIntro.active .mainImage .image:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.directionIntro.active .title div,
  .mainWrapper section.directionIntro.active .subtitle div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.directionIntro.active .desc,
  .mainWrapper section.directionIntro.active .requestBtnWrapper,
  .mainWrapper section.directionIntro.active .directionSections .label {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.directionIntro.active .sectionsList {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.directionIntro.active .sectionsList > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.directionIntro.active .sectionsList > div:nth-child(2) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .mainWrapper section.directionIntro.active .sectionsList > div:nth-child(3) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .mainWrapper section.directionIntro.active .sectionsList > div:nth-child(4) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .mainWrapper section.directionIntro.active .sectionsList > div:nth-child(5) {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .mainWrapper section.whyAreWe .whyAreWeImg {
    overflow: hidden;
  }
  .mainWrapper section.whyAreWe .whyAreWeImg .image {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.whyAreWe .whyAreWeImg .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.whyAreWe .title {
    overflow: hidden;
  }
  .mainWrapper section.whyAreWe .title div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.whyAreWe .reasons .reason .text {
    overflow: hidden;
  }
  .mainWrapper section.whyAreWe .reasons .reason .num div {
    opacity: 0;
  }
  .mainWrapper section.whyAreWe .reasons .reason .num div,
  .mainWrapper section.whyAreWe .reasons .reason .text div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.whyAreWe .reasons .reason .icon {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.whyAreWe.active .whyAreWeImg .image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.whyAreWe.active .whyAreWeImg .image:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.whyAreWe.active .title div,
  .mainWrapper section.whyAreWe.active .subtitle div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.whyAreWe.active .reasons .reason .num div,
  .mainWrapper section.whyAreWe.active .reasons .reason .text div {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.whyAreWe.active .reasons .reason .icon {
    opacity: 1;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(1) .num div {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(1) .icon {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(1) .text div {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(2) .num div {
    -webkit-transition-delay: 1.2000000000000002s;
    -moz-transition-delay: 1.2000000000000002s;
    -ms-transition-delay: 1.2000000000000002s;
    -o-transition-delay: 1.2000000000000002s;
    transition-delay: 1.2000000000000002s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(2) .icon {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(2) .text div {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(3) .num div {
    -webkit-transition-delay: 1.8000000000000003s;
    -moz-transition-delay: 1.8000000000000003s;
    -ms-transition-delay: 1.8000000000000003s;
    -o-transition-delay: 1.8000000000000003s;
    transition-delay: 1.8000000000000003s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(3) .icon {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(3) .text div {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -ms-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(4) .num div {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -ms-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(4) .icon {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -ms-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
  .mainWrapper section.whyAreWe.active .reasons .reason:nth-child(4) .text div {
    -webkit-transition-delay: 2.8000000000000003s;
    -moz-transition-delay: 2.8000000000000003s;
    -ms-transition-delay: 2.8000000000000003s;
    -o-transition-delay: 2.8000000000000003s;
    transition-delay: 2.8000000000000003s;
  }
  .galleryPhotoOverlayAnimation 0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .galleryPhotoOverlayAnimation 100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  @-webkit-keyframes galleryPhotoOverlay {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes galleryPhotoOverlay {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  .mainWrapper section.photo-gallery .title {
    overflow: hidden;
  }
  .mainWrapper section.photo-gallery .title div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.photo-gallery .photo-item {
    overflow: hidden;
  }
  .mainWrapper section.photo-gallery .photo-item.hide .outer .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.photo-gallery .photo-item .outer {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.photo-gallery .photo-item .outer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: galleryPhotoOverlay 0.6s;
    animation: galleryPhotoOverlay 0.6s;
  }
  .mainWrapper section.photo-gallery .photo-navWrapper {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.photo-gallery.active .title div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.photo-gallery.active .photo-item .outer {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.photo-gallery.active .photo-item .outer:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.photo-gallery.active .photo-navWrapper {
    opacity: 1;
    -webkit-transition-delay: 1.7999999999999998s;
    -moz-transition-delay: 1.7999999999999998s;
    -ms-transition-delay: 1.7999999999999998s;
    -o-transition-delay: 1.7999999999999998s;
    transition-delay: 1.7999999999999998s;
  }
  .mainWrapper section.video .title {
    overflow: hidden;
  }
  .mainWrapper section.video .title div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.video .video-item {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.video.active .title div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.video.active .video-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.image-text-blocks .title,
  .mainWrapper section.image-text-blocks .subtitle {
    overflow: hidden;
  }
  .mainWrapper section.image-text-blocks .title div,
  .mainWrapper section.image-text-blocks .subtitle div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .image {
    width: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text {
    overflow: hidden;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text > div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.image-text-blocks.active .title div,
  .mainWrapper section.image-text-blocks.active .subtitle div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.image-text-blocks.active .image-text-blocks-wrapper .image-text-block .image {
    width: 37.5%;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.image-text-blocks.active .image-text-blocks-wrapper .image-text-block .image:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.image-text-blocks.active .image-text-blocks-wrapper .image-text-block .text > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.7999999999999998s;
    -moz-transition-delay: 1.7999999999999998s;
    -ms-transition-delay: 1.7999999999999998s;
    -o-transition-delay: 1.7999999999999998s;
    transition-delay: 1.7999999999999998s;
  }
  .mainWrapper section.additional-services .title,
  .mainWrapper section.additional-services .subtitle {
    overflow: hidden;
  }
  .mainWrapper section.additional-services .title div,
  .mainWrapper section.additional-services .subtitle div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.additional-services .additional-services-wrapper .additional-services-item {
    overflow: hidden;
  }
  .mainWrapper section.additional-services .additional-services-wrapper .additional-services-item > div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.additional-services.active .title div,
  .mainWrapper section.additional-services.active .subtitle div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.additional-services.active .additional-services-wrapper .additional-services-item > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.additional-services.active .additional-services-wrapper .additional-services-item .desc {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.project .projectImage {
    overflow: hidden;
    position: relative;
  }
  .mainWrapper section.project .projectImage:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.project .projectImage img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mainWrapper section.project.active .projectImage img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.project.active .projectImage:after {
    -webkit-animation: galleryPhotoOverlay 0.6s 0.6s;
    animation: galleryPhotoOverlay 0.6s 0.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.blogView .content .postImage {
    overflow: hidden;
    position: relative;
  }
  .mainWrapper section.blogView .content .postImage:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.blogView .content .postImage img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mainWrapper section.blogView.active .content .postImage img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.blogView.active .content .postImage:after {
    -webkit-animation: galleryPhotoOverlay 0.6s 0.6s;
    animation: galleryPhotoOverlay 0.6s 0.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.blog .title {
    overflow: hidden;
  }
  .mainWrapper section.blog .title div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.blog .subscribeWrapper {
    overflow: hidden;
  }
  .mainWrapper section.blog .subscribeWrapper form {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.blog .posts {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.blog.active .title div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.blog.active .subscribeWrapper form {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.blog.active .posts {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .mainWrapper section.contact .title {
    overflow: hidden;
  }
  .mainWrapper section.contact .title div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.contact .contactWrapper {
    overflow: hidden;
  }
  .mainWrapper section.contact .contactWrapper > div {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.contact .formWrapper {
    overflow: hidden;
  }
  .mainWrapper section.contact .formWrapper form {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.contact .map {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mainWrapper section.contact.active .title div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.contact.active .map {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mainWrapper section.contact.active .contactWrapper > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.contact.active .formWrapper form {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .animatedLink.fancybox-close {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mainWrapper section.clients .title {
    overflow: hidden;
  }
  .mainWrapper section.clients .title > div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .mainWrapper section.clients .swiper-container {
    overflow: hidden;
  }
  .mainWrapper section.clients .swiper-container > div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .mainWrapper section.clients .navWrapper {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .mainWrapper section.clients.active .title > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .mainWrapper section.clients.active .swiper-container > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mainWrapper section.clients.active .navWrapper {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
@media all and (min-width: 1441px) {
  .mainWrapper {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
  }
  .bgGrid {
    max-width: 1440px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media all and (min-width: 1921px) {
  .mainWrapper {
    max-width: 2000px;
    margin: auto;
    overflow: hidden;
  }
  .bgGrid {
    max-width: 1840px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media all and (min-width: 1281px) {
  .mainWrapper section.introduction .descBlock {
    width: 50%;
    margin: auto;
  }
}
@media all and (max-width: 1279px) {
  .hideMobile {
    display: none;
  }
  .mainWrapper section.introduction .descBlock {
    bottom: 21%;
  }
  .mainWrapper section.image-text-blocks.big .image-text-blocks-wrapper .image-text-block .image {
    margin-left: 0;
  }
  .mainWrapper section.image-text-blocks.big .image-text-blocks-wrapper .image-text-block .text {
    margin-left: 25%;
    margin-right: 0;
    width: 37.5%;
  }
  .mainWrapper section.image-text-blocks.big.inverse .image-text-blocks-wrapper .image-text-block .image {
    margin-right: 0;
  }
  .mainWrapper section.image-text-blocks.big.inverse .image-text-blocks-wrapper .image-text-block .text {
    margin-right: 25%;
    margin-left: 0;
  }
}
@media all and (max-width: 1023px) {
  .mainWrapper section.introduction .direction:not(.active) {
    width: 37.5%;
  }
  .mainWrapper section.introduction .direction .secondaryImage {
    display: none !important;
  }
  .mainWrapper section.introduction .descBlock {
    width: 50%;
    left: 12.5%;
  }
  .mainWrapper section.about .inner .content .info .imgWrapper {
    display: none;
  }
  .mainWrapper section.about .inner .content .info .text {
    max-height: 300px;
  }
  .mainWrapper section.contact .inner .content .contactWrapper,
  .mainWrapper section.contact .inner .content .formWrapper {
    width: 37.5%;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .navBtn.next {
    left: auto;
    right: 0;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .navBtn.prev {
    left: 0;
    right: auto;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper {
    width: 50%;
  }
  .mainWrapper section.directionIntro .inner .info .title {
    width: 200%;
    margin-left: -75%;
  }
  .mainWrapper section.directionIntro .inner .info .desc,
  .mainWrapper section.directionIntro .inner .info .requestBtnWrapper {
    width: 75%;
  }
  .mainWrapper section.directionIntro .inner .info .directionSections {
    width: 100%;
  }
  .mainWrapper section.whyAreWe .whyAreWeImg {
    display: none;
  }
  .mainWrapper section.whyAreWe .content {
    width: 75%;
  }
  .mainWrapper section.photo-gallery .photo-list .photo-item {
    height: 160px;
  }
  .mainWrapper section.photo-gallery .photo-list .photo-item.n1,
  .mainWrapper section.photo-gallery .photo-list .photo-item.n3 {
    height: 200px;
  }
  .mainWrapper section.photo-gallery .photo-list .photo-item.n5 {
    margin-top: -40px;
  }
  .mainWrapper section.photo-gallery .photo-list .photo-item.n6 {
    height: 180px;
  }
  .mainWrapper section.photo-gallery .photo-navWrapper {
    width: 75%;
  }
  .mainWrapper section.video .video-list .video-item {
    height: 220px;
  }
  .mainWrapper section.image-text-blocks.inverse .image-text-blocks-wrapper .image-text-block:nth-child(odd) .text {
    margin-left: 0;
  }
  .mainWrapper section.image-text-blocks.inverse .image-text-blocks-wrapper .image-text-block:nth-child(even) .text {
    margin-left: 12.5%;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block:nth-child(odd) .text {
    margin-left: 12.5%;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text {
    width: 50%;
    margin: 0;
  }
  .mainWrapper section.additional-services .additional-services-wrapper .additional-services-item {
    width: 37.5%;
    margin: 0 12.5% 70px 0;
  }
  .mainWrapper section.contact-form .formWrapper {
    width: 37.5%;
  }
  .mainWrapper section.project .projectInfo .guestsWrapper .imgWrapper {
    width: 0;
  }
  .mainWrapper section.project .projectInfo .guestsWrapper .guests {
    margin-left: 0;
    border: 0;
    padding: 0;
  }
  .mainWrapper section.project .projectInfo .projectAbout {
    padding: 0;
  }
  .mainWrapper section.blog .subscribeWrapper .form-group {
    width: 50%;
  }
  .mainWrapper section.blog .subscribeWrapper .text,
  .mainWrapper section.blog .subscribeWrapper .btnWrapper {
    width: 25%;
  }
  .mainWrapper section.blog .content .posts .post {
    width: 100%;
  }
  .mainWrapper section.blogView .content {
    width: 75%;
  }
  .mainWrapper section.blogView .vertLines .line:nth-child(1) {
    left: 0;
  }
  .mainWrapper section.blogView .vertLines .line:nth-child(2) {
    left: 100%;
  }
  .mainWrapper section.image-text-blocks.big .image-text-blocks-wrapper .image-text-block .image {
    margin-left: 0;
  }
  .mainWrapper section.image-text-blocks.big .image-text-blocks-wrapper .image-text-block .text {
    margin-left: 25%;
    margin-right: 0;
    width: 37.5%;
  }
  .mainWrapper section.image-text-blocks.big.inverse .image-text-blocks-wrapper .image-text-block .image {
    margin-right: 0;
  }
  .mainWrapper section.image-text-blocks.big.inverse .image-text-blocks-wrapper .image-text-block .text {
    margin-right: 25%;
    margin-left: 0;
  }
  .mainWrapper section.directionIntro .inner .info .title {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .mobilePhoneTrigger {
    display: block;
  }
  .menuWrapper .leftBlock .telWrapper {
    display: none;
  }
  .mainWrapper section.project .shareBlock {
    margin-bottom: 20px;
    text-align: center;
  }
  .mainWrapper section.project .shareBlock .label {
    margin-top: 10px;
  }
  .mainWrapper section.clients .swiper-container {
    width: 100%;
  }
  .mainWrapper section.clients .navWrapper {
    width: 75%;
    margin: auto;
  }
  .mainWrapper section.clients .navWrapper .navBtn {
    top: 35px;
  }
  .scrollToContact,
  .scrollToTop {
    display: none;
  }
  .bgGrid {
    width: 100%;
    margin: 0;
    border: 0;
  }
  .bgGrid:before,
  .bgGrid:after {
    display: none;
  }
  .bgGrid .gridLine {
    width: 25%;
  }
  .bgGrid .gridLine:nth-child(4),
  .bgGrid .gridLine:nth-child(5),
  .bgGrid .gridLine:nth-child(6),
  .bgGrid .gridLine:nth-child(7),
  .bgGrid .gridLine:nth-child(8) {
    display: none;
  }
  .mainWrapper {
    padding-top: 50px;
  }
  .mainWrapper section {
    width: 100%;
    margin: 0;
    height: auto !important;
  }
  .mainWrapper section.fullHeight {
    display: block;
  }
  .mainWrapper section.fullHeight .inner {
    display: block;
  }
  .mainWrapper section .rects {
    display: none;
  }
  .mainWrapper section .slideDown {
    width: auto;
  }
  .mainWrapper section .sectionTitle {
    display: none !important;
  }
  .mainWrapper section .styledTitle {
    font-size: 20px;
    color: #232937;
    text-align: center;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .mainWrapper section .slideDown {
    position: static;
    font-size: 0;
  }
  .mainWrapper section .slideDown img,
  .mainWrapper section .slideDown .svg {
    margin-top: 0;
    height: 45px;
  }
  .mainWrapper section.introduction {
    padding-top: 40px;
    display: block;
  }
  .mainWrapper section.introduction .inner {
    display: block;
  }
  .mainWrapper section.introduction .descBlock {
    display: none;
  }
  .mainWrapper section.introduction .selectedDirection,
  .mainWrapper section.introduction .descBlockWrapper {
    display: none;
  }
  .mainWrapper section.introduction .direction,
  .mainWrapper section.introduction .direction.active,
  .mainWrapper section.introduction .direction:not(.active) {
    display: block;
    width: 260px;
    position: relative;
    left: auto;
    top: auto;
    float: none;
    height: auto;
    margin: 0;
  }
  .mainWrapper section.introduction .direction:before,
  .mainWrapper section.introduction .direction.active:before,
  .mainWrapper section.introduction .direction:not(.active):before,
  .mainWrapper section.introduction .direction .secondaryImage,
  .mainWrapper section.introduction .direction.active .secondaryImage,
  .mainWrapper section.introduction .direction:not(.active) .secondaryImage {
    display: none;
  }
  .mainWrapper section.introduction .direction .imgWrapper,
  .mainWrapper section.introduction .direction.active .imgWrapper,
  .mainWrapper section.introduction .direction:not(.active) .imgWrapper {
    display: block;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .mainWrapper section.introduction .direction .imgWrapper:before,
  .mainWrapper section.introduction .direction.active .imgWrapper:before,
  .mainWrapper section.introduction .direction:not(.active) .imgWrapper:before,
  .mainWrapper section.introduction .direction .imgWrapper:after,
  .mainWrapper section.introduction .direction.active .imgWrapper:after,
  .mainWrapper section.introduction .direction:not(.active) .imgWrapper:after {
    display: none !important;
  }
  .mainWrapper section.introduction .direction .imgWrapper .image,
  .mainWrapper section.introduction .direction.active .imgWrapper .image,
  .mainWrapper section.introduction .direction:not(.active) .imgWrapper .image {
    width: 100%;
  }
  .mainWrapper section.introduction .direction .imgWrapper .secondImage,
  .mainWrapper section.introduction .direction.active .imgWrapper .secondImage,
  .mainWrapper section.introduction .direction:not(.active) .imgWrapper .secondImage {
    display: none;
  }
  .mainWrapper section.introduction .direction.swiper-slide-active .infoBlock,
  .mainWrapper section.introduction .direction.active.swiper-slide-active .infoBlock,
  .mainWrapper section.introduction .direction:not(.active).swiper-slide-active .infoBlock {
    opacity: 1;
  }
  .mainWrapper section.introduction .direction .infoBlock,
  .mainWrapper section.introduction .direction.active .infoBlock,
  .mainWrapper section.introduction .direction:not(.active) .infoBlock {
    opacity: 0;
    padding-top: 180px;
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
    overflow: visible;
  }
  .mainWrapper section.introduction .direction .infoBlock .title,
  .mainWrapper section.introduction .direction.active .infoBlock .title,
  .mainWrapper section.introduction .direction:not(.active) .infoBlock .title {
    display: inline-block;
    font-size: 26px;
    height: 26px;
    font-family: 'Playfair Display SC', serif;
    font-weight: 900;
    color: #232937;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
  }
  .mainWrapper section.introduction .direction .infoBlock .title:after,
  .mainWrapper section.introduction .direction.active .infoBlock .title:after,
  .mainWrapper section.introduction .direction:not(.active) .infoBlock .title:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    height: 60px;
    margin-top: -60px;
    background: #FFFFFF;
    z-index: -1;
  }
  .mainWrapper section.introduction .direction .infoBlock .desc,
  .mainWrapper section.introduction .direction.active .infoBlock .desc,
  .mainWrapper section.introduction .direction:not(.active) .infoBlock .desc {
    display: block;
    text-align: center;
    height: 10px;
    font-size: 11px;
    font-weight: 300;
    color: #ff4081;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 0 0 30px;
    padding: 0;
    clear: both;
    text-transform: uppercase;
  }
  .mainWrapper section.introduction .direction .exploreBtn,
  .mainWrapper section.introduction .direction.active .exploreBtn,
  .mainWrapper section.introduction .direction:not(.active) .exploreBtn {
    float: none;
    color: #232937;
    height: 11px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 11px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 50px;
    padding: 0;
  }
  .mainWrapper section.introduction .direction .exploreBtn:before,
  .mainWrapper section.introduction .direction.active .exploreBtn:before,
  .mainWrapper section.introduction .direction:not(.active) .exploreBtn:before,
  .mainWrapper section.introduction .direction .exploreBtn .buttonLines .line,
  .mainWrapper section.introduction .direction.active .exploreBtn .buttonLines .line,
  .mainWrapper section.introduction .direction:not(.active) .exploreBtn .buttonLines .line {
    background: #232937;
  }
  .mainWrapper section.about {
    padding: 50px 0;
  }
  .mainWrapper section.about .inner .bgImage {
    display: none;
  }
  .mainWrapper section.about .inner .content {
    width: 100%;
    margin: 0;
  }
  .mainWrapper section.about .inner .content > .title {
    text-align: center;
  }
  .mainWrapper section.about .inner .content .features {
    width: 50%;
    display: block;
    margin: auto;
  }
  .mainWrapper section.about .inner .content .features .feature .desc {
    width: 100%;
  }
  .mainWrapper section.about .inner .content .info {
    width: 100%;
    position: relative;
    margin: 50px 0 0;
    padding: 0 0 30px;
    text-align: center;
  }
  .mainWrapper section.about .inner .content .info .imgWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 160px;
    display: block;
  }
  .mainWrapper section.about .inner .content .info .text {
    width: 75%;
    margin-left: 25%;
    max-height: 160px;
  }
  .mainWrapper section.testimonials {
    padding-bottom: 50px;
  }
  .mainWrapper section.testimonials .inner .topBlock,
  .mainWrapper section.testimonials .inner .contactWrapper {
    position: static;
  }
  .mainWrapper section.testimonials .inner .reviewContainer {
    padding: 30px 30px 70px;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .reviewWrapper {
    width: 100%;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .navBtn {
    bottom: 20px;
    margin: 0;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .navBtn.next {
    left: 62.5%;
  }
  .mainWrapper section.testimonials .inner .reviewContainer .navBtn.prev {
    right: 62.5%;
  }
  .mainWrapper section.directionIntro .inner .mainImage {
    position: static;
    height: 200px;
    width: 260px;
    margin: auto;
  }
  .mainWrapper section.directionIntro .inner .info {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 0 !important;
  }
  .mainWrapper section.directionIntro .inner .info .title,
  .mainWrapper section.directionIntro .inner .info .subtitle {
    width: 100%;
    padding: 0;
  }
  .mainWrapper section.directionIntro .inner .info .title {
    font-size: 26px;
    line-height: 26px;
    margin: 0 auto 30px;
  }
  .mainWrapper section.directionIntro .inner .info .title div:after {
    margin-top: -36px;
  }
  .mainWrapper section.directionIntro .inner .info .subtitle {
    width: 75%;
    margin: 0 auto 30px;
  }
  .mainWrapper section.directionIntro .inner .info .desc {
    width: 75%;
    margin: auto;
    text-align: justify;
  }
  .mainWrapper section.directionIntro .inner .info .requestBtnWrapper {
    width: auto;
    text-align: center;
    margin: 30px auto;
  }
  .mainWrapper section.directionIntro .inner .info .directionSections {
    display: none;
    position: static;
    margin: auto;
    width: auto;
    text-align: center;
  }
  .mainWrapper section.directionIntro .inner .info .directionSections .label {
    text-align: center;
  }
  .mainWrapper section.whyAreWe {
    padding: 50px 0;
  }
  .mainWrapper section.whyAreWe .whyAreWeImg {
    display: none;
  }
  .mainWrapper section.whyAreWe .content {
    width: 100%;
    margin: auto;
  }
  .mainWrapper section.whyAreWe .content > .title {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
  }
  .mainWrapper section.whyAreWe .content .reasons .reason {
    margin: 0 0 30px;
  }
  .mainWrapper section.whyAreWe .content .reasons .reason .num {
    display: none;
  }
  .mainWrapper section.whyAreWe .content .reasons .reason .icon,
  .mainWrapper section.whyAreWe .content .reasons .reason .text {
    padding: 0;
    display: block;
    width: 75%;
    text-align: center;
    margin: auto;
  }
  .mainWrapper section.whyAreWe .content .reasons .reason .icon .title,
  .mainWrapper section.whyAreWe .content .reasons .reason .text .title {
    text-align: center;
  }
  .mainWrapper section.whyAreWe .content .reasons .reason .icon .desc,
  .mainWrapper section.whyAreWe .content .reasons .reason .text .desc {
    text-align: justify;
  }
  .mainWrapper section.whyAreWe .content .reasons .reason .icon {
    margin: 0 auto 15px;
  }
  .mainWrapper section.whyAreWe .content .reasons .reason .icon span {
    font-size: 72px;
  }
  .mainWrapper section.portfolio > .title {
    margin: 0 0 30px;
  }
  .mainWrapper section.photo-gallery .photo-navWrapper {
    display: none;
  }
  .mainWrapper section.photo-gallery .photo-list {
    width: 100%;
  }
  .mainWrapper section.photo-gallery .photo-list .photo-item {
    padding: 0;
    width: 260px;
    height: 300px !important;
    display: inline-block;
  }
  .mainWrapper section.photo-gallery .photo-list .photo-item .outer .inner {
    display: none;
  }
  .mainWrapper section.video > .title {
    margin: 0 0 30px;
  }
  .mainWrapper section.video .video-list .video-item {
    width: 260px;
    height: 200px;
  }
  .mainWrapper section.video .video-list .video-item:not(.swiper-slide-active) {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  .mainWrapper section.image-text-blocks {
    padding: 50px 0;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper {
    margin: 30px 0 0;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block {
    margin: 0 0 30px;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block > div:not(.clearfix) {
    display: block;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .image {
    width: 75%;
    height: 150px !important;
    margin: 0 auto 15px !important;
    float: none !important;
    display: block;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text {
    width: 75% !important;
    margin: auto !important;
    float: none;
    display: block;
  }
  .mainWrapper section.image-text-blocks .image-text-blocks-wrapper .image-text-block .text .desc {
    max-height: inherit !important;
  }
  .mainWrapper section.additional-services {
    padding: 50px 0;
  }
  .mainWrapper section.additional-services .additional-services-wrapper {
    margin: 30px 0 0;
  }
  .mainWrapper section.additional-services .additional-services-wrapper .additional-services-item {
    display: block;
    width: 75%;
    margin: 0 auto 30px;
  }
  .mainWrapper section.contact-form {
    margin: 30px auto 0px;
  }
  .mainWrapper section.contact-form .formWrapper {
    width: 75%;
  }
  .mainWrapper section.project {
    padding: 20px 0;
  }
  .mainWrapper section.project .title {
    margin: 30px auto 15px;
  }
  .mainWrapper section.project .directionInfo {
    margin: 0 0 30px;
  }
  .mainWrapper section.project .projectImage {
    margin: 0 auto;
  }
  .mainWrapper section.project .projectInfo .guestsWrapper {
    display: block;
    width: 100%;
  }
  .mainWrapper section.project .projectInfo .guestsWrapper .guests {
    margin: auto;
    border: 0;
    float: none;
    display: block;
    padding: 30px;
    font-size: 14px;
  }
  .mainWrapper section.project .projectInfo .guestsWrapper .guests div {
    font-size: 24px;
  }
  .mainWrapper section.project .projectInfo .guestsWrapper .imgWrapper {
    display: none;
  }
  .mainWrapper section.project .projectInfo .projectAbout {
    width: 75%;
    display: block;
    margin: auto;
    text-align: justify;
    padding: 0;
  }
  .mainWrapper section.blog .title {
    margin: 20px 0 30px;
  }
  .mainWrapper section.blog .subscribeWrapper {
    margin: 0 0 30px;
  }
  .mainWrapper section.blog .subscribeWrapper .text {
    width: 100%;
    text-align: center;
  }
  .mainWrapper section.blog .subscribeWrapper .form-group {
    width: 75%;
    margin: 0 auto 15px;
  }
  .mainWrapper section.blog .subscribeWrapper .btnWrapper {
    width: 100%;
    text-align: center;
  }
  .mainWrapper section.blog .content .posts .post {
    width: 75%;
    margin: 0 auto 30px;
  }
  .mainWrapper section.blog .content .posts .post .imgWrapper {
    width: 100%;
    margin: 0 0 15px;
  }
  .mainWrapper section.blog .content .posts .post .postInfo {
    width: 100%;
    padding: 0;
  }
  .mainWrapper section.blogView .content {
    width: 100%;
  }
  .mainWrapper section.blogView .content .postImage {
    width: 50%;
    margin: 0 auto 15px;
  }
  .mainWrapper section.blogView .content .postContent {
    width: 75%;
    margin: 30px auto 0;
  }
  .mainWrapper section.blogView .content .postContent h1,
  .mainWrapper section.blogView .content .postContent h2,
  .mainWrapper section.blogView .content .postContent h3 {
    margin: 30px 0 15px;
  }
  .mainWrapper section.blogView .content .shareWrapper {
    width: 75%;
    margin: 30px auto;
  }
  .mainWrapper section.blogView .content .shareWrapper a {
    padding: 10px 0;
  }
  .mainWrapper section.blogView .content .shareWrapper a img {
    height: 10px;
  }
  .mainWrapper section.contact {
    padding: 0;
  }
  .mainWrapper section.contact .inner .styledTitle {
    margin: 30px 0 0;
    position: static;
  }
  .mainWrapper section.contact .inner .map {
    position: static;
    width: 100%;
    height: 200px;
  }
  .mainWrapper section.contact .inner .content {
    padding: 30px 0;
  }
  .mainWrapper section.contact .inner .content .contactWrapper,
  .mainWrapper section.contact .inner .content .formWrapper {
    width: 75%;
    margin: auto;
    display: block;
  }
  header {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
  }
  header .logoWrapper {
    padding: 10px;
  }
  header .logoWrapper img {
    height: 30px;
  }
  header .menuBtn {
    font-size: 0;
  }
  footer {
    display: none;
  }
  .preloader .percentage.big {
    display: none;
  }
  .menuWrapper {
    padding: 60px 0 160px;
    overflow: auto;
  }
  .menuWrapper:after {
    display: none;
  }
  .menuWrapper .bgGrid .gridLine:nth-child(4) {
    display: inline-block;
  }
  .menuWrapper .rightBlock,
  .menuWrapper .leftBlock {
    display: block;
    float: none;
    width: 100%;
    height: auto;
  }
  .menuWrapper .rightBlock .wrapper,
  .menuWrapper .leftBlock .wrapper {
    display: block;
  }
  .menuWrapper .rightBlock {
    margin: 0;
    display: table;
    height: 100%;
  }
  .menuWrapper .rightBlock .wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  .menuWrapper .rightBlock .langsWrapper a {
    font-size: 13px;
    line-height: normal;
  }
  .menuWrapper .leftBlock {
    margin: 30px 0 -160px;
  }
  .menuWrapper .leftBlock .logoWrapper {
    display: none;
  }
  .menuWrapper .leftBlock .copyright {
    height: auto;
  }
  body.showMenu header .logoWrapper {
    opacity: 1;
  }
  .mainWrapper section.introduction .direction:not(.active) .infoBlock .exploreBtn {
    pointer-events: auto;
  }
  .mainWrapper section.introduction .direction .infoBlock .title {
    cursor: pointer;
  }
  .mainWrapper section.directionIntro .inner .mainImage .directionSwiperBtns .navBtn {
    display: none;
  }
  .mainWrapper section.project .navWrapper .navBtn .buttonLines {
    display: none;
  }
  .mainWrapper section.project .navWrapper .navBtn.next {
    margin-right: -30px;
  }
  .mainWrapper section.project .navWrapper .navBtn.prev {
    margin-left: -30px;
  }
  .mainWrapper section.project .projectNavBtnWrapper {
    margin-bottom: 0;
  }
  .mainWrapper section.directionStartSlider {
    display: none;
  }
  .mainWrapper section.introduction .direction .infoBlock:after {
    display: none;
  }
}
