@import url(../../../../node_modules/normalize.css/normalize.css);

/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/


/*------------------------------------*\
  #COLORS
\*------------------------------------*/


/*------------------------------------*\
  #MIXINS
\*------------------------------------*/

.transition, a {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}


/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/


/*------------------------------------*\
  #BORDER RADIUS
\*------------------------------------*/

.ubuntu-light, h1, h2, .nav-hero__text__sub-title, .contact-details h2, .contact-form__text h2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

.ubuntu-regular {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}

.ubuntu-medium, .projects--our-process .projects__block--numbers span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}

.ubuntu-bold, .interior-design__services h3, .contact-form__text h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

.oswald-bold, .our-services__blocks--items--align--title .arrows {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

.open-sans-semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.open-sans-bold, .button-secondary {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}


/*

font-family: 'Oswald', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Open Sans', sans-serif;

*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px !important;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #F40088;
}

.slideshow__slide {
  width: 100%;
  float: left;
}

.slideshow__slide picture {
  display: block;
}

.slideshow__slide img {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-design-services {
  width: 100%;
  max-width: 1223px;
  margin: 0 auto;
}

.container-navi {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  
}

*:focus {
  outline: none;
}

.image {
  display: inline-block;
  width: 100%;
}

.image img {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

.image--to-load {
  display: inline-block;
  position: relative;
}

.image--to-load img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image__credit {
  display: none;
}

.image__caption {
  display: none;
}

.image__space {
  width: 100%;
  display: block;
}

.loaded .sk-fading-circle {
  display: none;
}

.sk-fading-circle {
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #e1e1e1;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.button-primary {
  display: inline-block;
  background: #F40088;
  width: 260px;
  margin: 0 20px 0 0;
  padding: 18px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.button-primary:hover {
  background: #000000;
  color: #FFFFFF;
}

.button-primary--pink {
  background: #F40088;
  color: #FFFFFF;
}

.button-primary--pink:hover {
  background: #FFFFFF;
  color: #F40088;
}

.button-primary--green {
  background: #85C000;
  color: #FFFFFF;
}

.button-primary--green:hover {
  background: #FFFFFF;
  color: #85C000;
}

.button-secondary {
  background: transparent;
  outline: none;
  width: 260px;
  padding: 15px 50px;
  border: solid 3px #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.button-secondary:hover {
  color: #F40088;
  background: #FFFFFF;
}

.button-secondary--white {
  border: solid 3px #FFFFFF;
  color: #FFFFFF;
}

.button-secondary--white:hover {
  color: #F40088;
  background: #FFFFFF;
}

.button-secondary--green {
  border: solid 3px #85C000;
  color: #85C000;
}

.button-secondary--green:hover {
  color: #FFFFFF;
  background: #85C000;
}

.button-secondary--pink {
  border: solid 3px #F40088;
  color: #F40088;
}

.button-secondary--pink:hover {
  color: #FFFFFF;
  background: #F40088;
}

form {
  outline: none;
  border: none;
}

form fieldset {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

form fieldset input, form fieldset textarea {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

form .field {
  margin-bottom: 0.938rem;
}

form .field.textarea .middleColumn {
  font-size: 0;
  line-height: 0;
}

form .field.textarea textarea {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #F40088;
  text-transform: uppercase;
}

form input, form textarea {
  border: none;
  outline: none;
  margin: 0;
  padding: 1.25rem;
}

@media only screen and (max-width: 768px) {
  form input, form textarea {
    padding: 1.125rem 1.25rem;
  }
}

form .Actions {
  padding-top: 0.313rem;
}

form .Actions input {
  background: #F40088;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

form .Actions input:hover {
  background: #FFFFFF;
  color: #F40088;
}

@media only screen and (max-width: 768px) {
  form .Actions input {
    padding: 1.25rem;
  }
}

form .error, form .message.validation {
  display: block;
  margin-top: 0.25rem;
  color: red;
}

.header {
  position: relative;
  z-index: 10;
}

.header .container-navi {
  overflow: hidden;
}

@media only screen and (max-width: 1570px) {
  .header .container-navi {
    padding: 0 15px 0 230px;
  }
}

@media only screen and (max-width: 1250px) {
  .header .container-navi {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 667px) {
  .header .container-navi {
    position: relative;
    display: flex;
    padding: 0;
    height: 60px;
    overflow: visible;
    z-index: 999;
  }
}

.header__logo {
  float: left;
  width: auto;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding-left: 20px;
  padding-top: 16px;
}

@media only screen and (max-width: 1570px) {
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 1250px) {
  .header__logo {
    float: none;
    padding: 0;
    left: 22px;
    top: 6px;
    z-index: 1000;
  }
  .header__logo img {
    width: 148px;
  }
}

.header__logo a {
  display: block;
}

.header__logo img {
  max-width: 100%;
}

.header__nav {
  float: right;
  width: auto;
}

@media only screen and (max-width: 1570px) {
  .header__nav {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1250px) {
  .header__nav {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .header__nav {
    float: none;
  }
}

.header__nav .hamburger {
  position: absolute;
  right: 45px;
  top: auto;
  width: 30px;
  height: 21px;
  font-size: 0;
  line-height: 0;
  display: none;
  cursor: pointer;
  margin: 0;
  z-index: 999;
}

.header__nav .hamburger span {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #F40088;
  margin-bottom: 6px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.header__nav .hamburger span:last-child {
  margin-bottom: 0;
}

.header__nav .hamburger:hover span {
  background-color: #85C000;
}

@media only screen and (max-width: 1250px) {
  .header__nav .hamburger {
    display: block;
    top: 40px;
  }
}

@media only screen and (max-width: 667px) {
  .header__nav .hamburger {
    top: 20px;
  }
}

.header__nav .hamburger.active span {
  position: absolute;
  top: 9px;
  right: 0;
}

.header__nav .hamburger.active span:nth-child(1) {
  transform: rotate(-45deg);
}

.header__nav .hamburger.active span:nth-child(2) {
  display: none;
}

.header__nav .hamburger.active span:nth-child(3) {
  transform: rotate(45deg);
}

.header__nav .nav-main ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 27px 0 0 0;
  font-size: 0;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.header__nav .nav-main ul li {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  display: inline-block;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

@media only screen and (max-width: 667px) {
  .header__nav .nav-main ul li {
    color: #000000;
    border-bottom: solid 1px #E9E9E9;
  }
}

.header__nav .nav-main ul li.last {
  margin-right: 0px;
}

.header__nav .nav-main ul li a {
  display: inline-block;
  padding: 0 12px 33px;
  border-bottom: 5px solid transparent;
}

@media only screen and (max-width: 1250px) {
  .header__nav .nav-main ul li a {
    color: #000000;
    padding: 0 49px 33px;
  }
}

.header__nav .nav-main ul li a:hover, .header__nav .nav-main ul li a.active {
  border-bottom-color: #F40088;
  color: #F40088;
}

@media only screen and (max-width: 1250px) {
  .header__nav .nav-main ul li a:hover, .header__nav .nav-main ul li a.active {
    color: #FFFFFF;
    background: #F40088;
  }
}

.header__nav .nav-main ul .button {
  font-weight: 400;
  color: #F40088;
  text-transform: uppercase;
  padding-right: 8px;
}

.header__nav .nav-main ul .button a {
  border: solid 3px #F40088;
  padding: 12px 40px;
  display: inline-block;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.header__nav .nav-main ul .button a:hover {
  background: #F40088;
  color: #FFFFFF;
  border: solid 3px #F40088;
}

@media only screen and (max-width: 1250px) {
  .header__nav .nav-main ul .button {
    padding: 0;
  }
  .header__nav .nav-main ul .button a {
    display: block;
    width: 100%;
    border: none;
    padding: 20px 49px 15px;
    text-transform: none;
    border-bottom: 5px solid transparent;
  }
  .header__nav .nav-main ul .button a:hover {
    border: none;
    border-bottom: 5px solid transparent;
  }
}

@media only screen and (max-width: 1250px) {
  .header__nav .nav-main ul li {
    float: none;
    display: block;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .header__nav .nav-main ul li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .header__nav .nav-main ul li.last {
    margin-right: 0;
  }
  .header__nav .nav-main ul li a {
    display: block;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .header__nav .nav-main ul li a {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #000000;
  }
}

@media only screen and (max-width: 1250px) {
  .header__nav .nav-main ul li:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .header__nav .nav-main {
    display: none;
  }
  .header__nav .nav-main.active {
    display: block;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    padding: 142px 0 20px;
    z-index: 998;
  }
  .header__nav .nav-main.active ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 100%;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .header__nav .nav-main.active ul li {
    color: #000000;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .header__nav .nav-main.active {
    padding: 100px 0 0;
    background: #FFFFFF;
    border-bottom: solid 20px #FFF235;
    width: auto;
    min-width: 320px;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 667px) {
  .header__nav .nav-main.active {
    padding: 60px 0 0;
    width: 100%;
  }
}

.header__call-non-desktop {
  display: none;
}

@media only screen and (max-width: 667px) {
  .header__call-non-desktop {
    display: inherit;
    background: #F40088;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    position: relative;
  }
  .header__call-non-desktop a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
  }
}

@media only screen and (max-width: 1250px) {
  .header.active .header__logo, .header.active .header__nav {
    position: fixed;
  }
  .header.active .header__nav {
    width: 100%;
  }
}

.footer {
  position: relative;
  z-index: 2;
}

.footer__top {
  overflow: hidden;
  background: #F40088;
  padding: 25px 0;
}

@media only screen and (max-width: 1250px) {
  .footer__top {
    padding: 25px 15px 25px 15px;
  }
}

.footer__top--heading {
  width: 38.88889%;
  float: left;
  font-size: 36px;
  line-height: 41px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1250px) {
  .footer__top--heading {
    display: inline-block;
    width: 35%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__top--heading {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 667px) {
  .footer__top--heading {
    display: none;
  }
}

.footer__top--thankyou {
  width: 36.11111%;
  float: left;
  padding: 42px 0 0;
  max-width: 407px;
}

@media only screen and (max-width: 1024px) {
  .footer__top--thankyou {
    width: 100%;
    float: none;
    max-width: inherit;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    clear: both;
  }
}

@media only screen and (max-width: 667px) {
  .footer__top--thankyou {
    display: none;
  }
}

.footer__top--thankyou p {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #85C000;
}

@media only screen and (max-width: 1250px) {
  .footer__top--form {
    display: inline-block;
    overflow: hidden;
    width: 65%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__top--form {
    width: 100%;
  }
}

@media only screen and (max-width: 667px) {
  .footer__top--form {
    display: none;
  }
}

.footer__top--form--email {
  width: 36.11111%;
  float: left;
  padding-top: 20px;
  max-width: 407px;
}

.footer__top--form--email span {
  display: block;
  margin: 10px 0 0 55px;
  color: #85C000;
}

@media only screen and (max-width: 1024px) {
  .footer__top--form--email span {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 1250px) {
  .footer__top--form--email {
    width: 60%;
    float: left;
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__top--form--email {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer__top--form--email {
    width: 100%;
    padding-bottom: 15px;
  }
}

.footer__top--form input.text-right {
  color: #9B9B9B;
  width: 100%;
  margin-left: 55px;
  padding-top: 19px;
  padding-bottom: 17px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 24px;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .footer__top--form input.text-right {
    margin-left: 0;
  }
}

.footer__top--form--actions {
  width: 25%;
  max-width: 260px;
  float: right;
  text-align: right;
  padding-top: 19px;
}

@media only screen and (max-width: 1250px) {
  .footer__top--form--actions {
    width: 40%;
    float: right;
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__top--form--actions {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer__top--form--actions {
    padding-top: 0;
    width: 100%;
    padding-left: 0px;
  }
}

.footer__top--form--actions .action {
  width: 100%;
}

.footer__top--non-desktop {
  display: none;
}

@media only screen and (max-width: 667px) {
  .footer__top--non-desktop {
    display: inherit;
    padding: 0 29px;
  }
  .footer__top--non-desktop--heading {
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    margin: 0;
    padding-top: 5px;
  }
  .footer__top--non-desktop--form--actions {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 4px;
  }
  .footer__top--non-desktop--form--actions .action {
    width: 100%;
  }
}

.footer__bottom {
  overflow: hidden;
  padding-top: 37px;
}

.footer__bottom .container {
  padding: 0 15px;
}

.footer__bottom--logo {
  width: 33.33333%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .footer__bottom--logo {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 667px) {
  .footer__bottom--logo {
    display: none;
  }
}

.footer__bottom--logo img {
  width: 230px;
  margin-left: -3px;
}

.footer__bottom--quick-link {
  width: 33.33333%;
  float: left;
  padding: 57px 8px 0;
}

@media only screen and (max-width: 1024px) {
  .footer__bottom--quick-link {
    width: 50%;
  }
}

@media only screen and (max-width: 667px) {
  .footer__bottom--quick-link {
    display: none;
  }
}

.footer__bottom--quick-link--heading {
  font-size: 24px;
  line-height: 40px;
  color: #808080;
  margin: 0;
}

.footer__bottom--quick-link--links {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 4px;
  overflow: hidden;
}

.footer__bottom--quick-link--links li {
  font-size: 16px;
  line-height: 40px;
  color: #808080;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
  list-style-type: none;
  width: 50%;
  float: left;
}

.footer__bottom--quick-link--links li .adjust {
  margin-left: -33px;
}

@media only screen and (max-width: 1024px) {
  .footer__bottom--quick-link--links li .adjust {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__bottom--quick-link--links li {
    padding: 8px 0;
  }
}

.footer__bottom--contact-us {
  width: 33.33333%;
  float: left;
  padding: 57px 15px 0;
}

@media only screen and (max-width: 1024px) {
  .footer__bottom--contact-us {
    width: 50%;
    float: right;
  }
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us {
    width: 100%;
    padding: 0 29px 0;
  }
}

.footer__bottom--contact-us--heading {
  font-size: 24px;
  line-height: 40px;
  color: #808080;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us--heading {
    text-align: center;
    color: #F40088;
  }
}

.footer__bottom--contact-us--links {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
}

.footer__bottom--contact-us--links li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 40px;
  color: #808080;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
  list-style-type: none;
}

.footer__bottom--contact-us--links li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  display: block;
}

.footer__bottom--contact-us--links li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us--links li .icon {
    display: none;
  }
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us--links li a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    padding: 17px 0 15px 0;
  }
}

.footer__bottom--contact-us--links li .phone {
  margin-left: 2px;
}

.footer__bottom--contact-us--links li .mail {
  margin-left: 2px;
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us--links li .location {
    margin-left: 0;
  }
}

.footer__bottom--contact-us--links li .location .first-part {
  margin-top: 0;
  margin-left: -2px;
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us--links li .location .first-part {
    margin-left: 0;
  }
}

.footer__bottom--contact-us--links li .location .second-part {
  margin-left: 55px;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us--links li .location .second-part {
    margin-left: 0;
    line-height: 1;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 667px) {
  .footer__bottom--contact-us--links li {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    border: solid 2px #F40088;
    color: #F40088;
    margin-top: 10px;
  }
}

.footer__bottom--rights {
  text-align: center;
  clear: both;
  font-size: 14px;
  line-height: 19px;
  color: gray;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

@media only screen and (max-width: 667px) {
  .footer__bottom--rights {
    padding-top: 49px;
    padding-bottom: 10px;
  }
}

.nav-hero {
  position: relative;
  height: 100vh;
  min-height: 465px;
  overflow: hidden;
  border-bottom: solid 20px #FFF235;
}

@media only screen and (max-width: 667px) {
  .nav-hero {
    min-height: 636px;
    border-bottom: solid 20px #FFF235;
    height: auto;
  }
}

.nav-hero__image {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 550px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1570px) {
  .nav-hero__image {
    top: auto;
  }
}

@media only screen and (max-width: 1250px) {
  .nav-hero__image {
    top: 100px;
  }
}

@media only screen and (max-width: 667px) {
  .nav-hero__image {
    position: relative;
    top: 0;
    min-height: 0;
    height: 370px;
  }
}

.nav-hero__image img {
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-hero__text {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 100%;
  padding-top: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 667px) {
  .nav-hero__text {
    padding-top: 0;
  }
}

.nav-hero__text .container {
  padding: 0 55px;
}

@media only screen and (max-width: 768px) {
  .nav-hero__text .container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 667px) {
  .nav-hero__text__box {
    margin-top: 0;
    position: relative;
    top: 0;
  }
}

.nav-hero__text__title {
  text-transform: uppercase;
  font-size: 64px;
  line-height: 72px;
  color: #FEFBFB;
  text-align: center;
  margin: 0;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 768px) {
  .nav-hero__text__title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 667px) {
  .nav-hero__text__title {
    font-size: 28px;
    line-height: 31px;
  }
}

.nav-hero__text__sub-title {
  margin: 0;
  color: #FEFBFB;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  padding-top: 22px;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 1024px) {
  .nav-hero__text__sub-title {
    font-size: 35px;
  }
  .nav-hero__text__sub-title br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .nav-hero__text__sub-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 667px) {
  .nav-hero__text__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.nav-hero__text__button {
  margin: 0;
  color: #FEFBFB;
  font-size: 0;
  font-weight: 700;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  padding-top: 44px;
}

.nav-hero__text__button a {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 18px 20px;
  text-transform: uppercase;
  margin: 0 10px;
  display: inline-block;
  background: #F40088;
  width: 260px;
  max-width: 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.nav-hero__text__button a:hover {
  background: #85C000;
}

@media only screen and (max-width: 667px) {
  .nav-hero__text__button a {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .nav-hero__text__button a {
    margin: 0 auto 10px;
  }
}

.nav-hero__text__button .green {
  background: #85C000;
}

.nav-hero__text__button .green:hover {
  background: #F40088;
}

.nav-hero .link-more {
  display: none;
}

.nav-hero--home .nav-hero__image {
  height: 100%;
}

@media only screen and (max-width: 667px) {
  .nav-hero--home .nav-hero__image {
    position: relative;
    top: 0;
    min-height: 596px;
  }
}

@media all and (max-width: 667px) and (orientation: portrait) {
  .nav-hero--home .nav-hero__image {
    min-height: 0;
  }
}

@media all and (max-width: 320px) and (orientation: portrait) {
  .nav-hero--home .nav-hero__image .nav-hero__text {
    top: auto;
    bottom: 4px;
  }
}

.nav-hero--home .link-more {
  position: absolute;
  left: 50%;
  bottom: -16px;
  background: #FFF235;
  width: 42px;
  height: 32px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.nav-hero--home .link-more img {
  margin-top: 15px;
}

@media only screen and (max-width: 667px) {
  .nav-hero--home .link-more {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .nav-hero--home {
    min-height: 660px;
  }
}

@media all and (max-width: 667px) and (orientation: landscape) {
  .nav-hero--home {
    overflow: visible;
  }
}

@media all and (max-width: 667px) and (orientation: portrait) {
  .nav-hero--home {
    height: 100vh;
    min-height: 520px;
    border: none;
  }
  .nav-hero--home .nav-hero__text {
    height: 100%;
    top: 0;
    padding-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 120px;
    display: flex;
    align-items: center;
  }
  .nav-hero--home .nav-hero__text .container {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .nav-hero--home .nav-hero__text__box {
    height: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    align-content: center;
    padding: 0 0 200px;
  }
  .nav-hero--home .nav-hero__text__box-titles {
    flex: 1;
  }
  .nav-hero--home .nav-hero__text__button {
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 0;
  }
  .nav-hero--home .link-more {
    bottom: 0;
    z-index: 999;
  }
  .nav-hero--home:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFF235;
    z-index: 1;
  }
}

@media all and (max-width: 400px) and (orientation: portrait) {
  .nav-hero--home .nav-hero__text {
    top: auto;
    bottom: 20px;
  }
}

.nav-hero--design-services {
  height: 650px;
  min-height: 650px;
}

@media only screen and (max-width: 667px) {
  .nav-hero--design-services {
    height: 510px;
    min-height: 510px;
  }
}

.nav-hero--design-services .nav-hero__text__title {
  text-transform: capitalize;
  font-weight: 400;
}

.nav-hero--design-services .nav-hero__text__title br {
  display: none;
}

@media only screen and (max-width: 667px) {
  .nav-hero--design-services .nav-hero__text__title br {
    display: inherit;
  }
}

@media only screen and (max-width: 667px) {
  .nav-hero--design-services .nav-hero__text__title {
    font-size: 28px;
    line-height: 31px;
    text-transform: inherit;
  }
}

.nav-hero--interior-design {
  height: 650px;
  min-height: 650px;
}

@media only screen and (max-width: 667px) {
  .nav-hero--interior-design {
    height: 510px;
    min-height: 510px;
  }
}

.nav-hero--interior-design .nav-hero__text__title {
  text-transform: capitalize;
  font-weight: 400;
}

.nav-hero--interior-design .nav-hero__text__title br {
  display: none;
}

@media only screen and (max-width: 667px) {
  .nav-hero--interior-design .nav-hero__text__title br {
    display: inherit;
  }
}

@media only screen and (max-width: 667px) {
  .nav-hero--interior-design .nav-hero__text__title {
    font-size: 28px;
    line-height: 31px;
    text-transform: inherit;
  }
}

.nav-hero--interior-design .nav-hero__text__title-two {
  display: none;
}

@media only screen and (max-width: 667px) {
  .nav-hero--interior-design .nav-hero__text__title-two {
    display: inherit;
  }
}

.nav-hero--project {
  height: 650px;
  min-height: 650px;
}

@media only screen and (max-width: 667px) {
  .nav-hero--project {
    height: 510px;
    min-height: 510px;
  }
}

.nav-hero--project .nav-hero__text__title {
  text-transform: capitalize;
  font-weight: 400;
}

@media only screen and (max-width: 667px) {
  .nav-hero--project .nav-hero__text__title {
    font-size: 28px;
    line-height: 31px;
    text-transform: inherit;
  }
}

.nav-hero--ideas {
  height: 650px;
  min-height: 650px;
}

@media only screen and (max-width: 667px) {
  .nav-hero--ideas {
    height: 510px;
    min-height: 510px;
  }
}

.nav-hero--ideas .nav-hero__text {
  text-transform: capitalize;
}

.nav-hero--ideas .nav-hero__text__title {
  text-transform: capitalize;
  font-weight: 400;
}

@media only screen and (max-width: 667px) {
  .nav-hero--ideas .nav-hero__text__title {
    font-size: 28px;
    line-height: 31px;
    text-transform: inherit;
  }
}

.our-services {
  overflow: hidden;
}

.our-services__content {
  width: 53.958%;
  float: left;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .our-services__content {
    width: 100%;
  }
}

.our-services__content--picher {
  width: 41.023%;
  float: left;
  text-align: right;
  padding-right: 59px;
  line-height: 0;
  font-size: 0;
}

@media only screen and (max-width: 667px) {
  .our-services__content--picher {
    display: none;
  }
}

.our-services__content--picher img {
  width: 333px;
  max-width: 100%;
}

.our-services__content__picher-non-desktop {
  display: none;
}

@media only screen and (max-width: 667px) {
  .our-services__content__picher-non-desktop {
    display: inherit;
    padding-left: 17px;
  }
}

.our-services__content--content {
  width: 58.977%;
  float: left;
  padding-top: 160px;
  padding-right: 40px;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1570px) {
  .our-services__content--content {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .our-services__content--content {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services__content--content {
    width: 100%;
    padding: 0 44px;
    padding-top: 27px;
  }
}

.our-services__content--content h2 {
  font-size: 48px;
  line-height: 54px;
  color: #85C000;
  margin: 0;
  padding-bottom: 33px;
}

@media only screen and (max-width: 667px) {
  .our-services__content--content h2 {
    font-size: 36px;
    line-height: 41px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
}

.our-services__content--content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #444444;
  padding-left: 6px;
  max-width: 515px;
}

@media only screen and (max-width: 1360px) {
  .our-services__content--content p {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services__content--content p {
    max-width: none;
    margin-top: 0;
    padding: 0;
  }
}

.our-services__content--content--button {
  padding-top: 37px;
}

@media only screen and (max-width: 900px) {
  .our-services__content--content--button {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services__content--content--button {
    padding-top: 22px;
    padding-bottom: 25px;
  }
}

.our-services__content--content--button a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #85C000;
  padding-left: 7px;
}

.our-services__blocks {
  width: 46.042%;
  float: right;
  overflow: hidden;
  margin: 0;
  padding-top: 4px;
}

@media only screen and (max-width: 1024px) {
  .our-services__blocks {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 667px) {
  .our-services__blocks {
    padding: 4px 0;
  }
}

@media only screen and (max-width: 550px) {
  .our-services__blocks {
    padding: 4px 0;
  }
}

.our-services__blocks--text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.our-services__blocks--items {
  width: 33.33333%;
  float: left;
  background: #FEFBFB url("../images/grid-bg.png") 0 0;
  border: solid 3px #FEFBFB;
  position: relative;
}

@media only screen and (max-width: 667px) {
  .our-services__blocks--items {
    background: #F6F6F6 url("../images/grid-bg.png") 0 0;
    border: solid 5px #FFFFFF;
  }
  .our-services__blocks--items:nth-child(2n) {
    border-right: none;
  }
  .our-services__blocks--items:nth-child(2n+1) {
    border-left: none;
  }
}

@media only screen and (max-width: 768px) {
  .our-services__blocks--items {
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .our-services__blocks--items:nth-child(2n), .our-services__blocks--items:nth-child(2n+1) {
    border-right: solid 5px #FFFFFF;
    border-left: solid 5px #FFFFFF;
  }
}

.our-services__blocks--items--align {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

@media only screen and (max-width: 1360px) {
  .our-services__blocks--items--align {
    padding: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .our-services__blocks--items--align {
    padding: 30px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services__blocks--items--align {
    padding: 20px;
  }
}

.our-services__blocks--items--align__bg {
  background: #FFFFFF;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

@media only screen and (max-width: 667px) {
  .our-services__blocks--items--align__bg {
    background: #F6F6F6;
  }
}

.our-services__blocks--items--align__bg article {
  position: absolute;
  left: 0;
  bottom: 15.2%;
  width: 100%;
}

@media only screen and (max-width: 1480px) {
  .our-services__blocks--items--align__bg article {
    bottom: 12%;
  }
}

@media only screen and (max-width: 1250px) {
  .our-services__blocks--items--align__bg article {
    bottom: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .our-services__blocks--items--align__bg article {
    bottom: 30%;
  }
}

@media only screen and (max-width: 900px) {
  .our-services__blocks--items--align__bg article {
    bottom: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .our-services__blocks--items--align__bg article {
    bottom: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .our-services__blocks--items--align__bg article {
    bottom: 20%;
  }
}

@media only screen and (max-width: 375px) {
  .our-services__blocks--items--align__bg article {
    bottom: 10%;
  }
}

.our-services__blocks--items--align--logo {
  line-height: 0;
  font-size: 0;
  text-align: center;
}

@media only screen and (max-width: 667px) {
  .our-services__blocks--items--align--logo {
    margin-top: 15%;
  }
}

.our-services__blocks--items--align--logo img, .our-services__blocks--items--align--logo svg {
  max-width: 60px;
  max-height: 60px;
  height: auto;
}

@media only screen and (max-width: 1250px) {
  .our-services__blocks--items--align--logo img, .our-services__blocks--items--align--logo svg {
    max-width: 50px;
    max-height: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .our-services__blocks--items--align--logo img, .our-services__blocks--items--align--logo svg {
    max-width: 60px;
    max-height: 60px;
  }
}

@media only screen and (max-width: 550px) {
  .our-services__blocks--items--align--logo img, .our-services__blocks--items--align--logo svg {
    width: 70px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services__blocks--items--align--logo img, .our-services__blocks--items--align--logo svg {
    width: 40px;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.our-services__blocks--items--align--logo-2nd-row {
  text-align: center;
  margin-top: 31%;
}

.our-services__blocks--items--align--title {
  text-align: center;
  font-size: 24px;
  line-height: 27px;
  color: #85C000;
  margin: 0;
  padding-top: 6.5%;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1520px) {
  .our-services__blocks--items--align--title {
    font-size: 20px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1360px) {
  .our-services__blocks--items--align--title {
    font-size: 16px;
    line-height: 1;
  }
}

@media only screen and (max-width: 375px) {
  .our-services__blocks--items--align--title {
    font-size: 12px;
    line-height: 1;
  }
}

.our-services__blocks--items--align--title .arrows {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.our-services__blocks--items:after {
  content: " ";
  display: block;
  padding-top: 94%;
}

.our-services__blocks--items:hover>.our-services__blocks--items--overlay {
  opacity: 1;
}

.our-services__blocks--items--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #F40088;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

.our-services__blocks--items--overlay .our-services__grid-content {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-color: #F40088;
  background-blend-mode: multiply;
  overflow: hidden;
}

.our-services__blocks--items--overlay .our-services__grid-content img {
  width: 100%;
  height: 100%;
}

.our-services__blocks--items--overlay .our-services__grid-content:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.our-services__blocks--items--overlay .our-services__grid-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.our-services__blocks--items--overlay .our-services__grid-text h2, .our-services__blocks--items--overlay .our-services__grid-text li {
  color: #FFFFFF;
}

.our-services__blocks--items--overlay .our-services__grid-text h2 {
  margin: 0 auto 10px;
}

.our-services__blocks--items--overlay .our-services__grid-text h2:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 11px auto 0;
}

.our-services__blocks--items--overlay .our-services__grid-text ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.our-services__blocks--items--overlay .our-services__grid-text ul li {
  line-height: 18px;
  font-size: 12px;
}

.our-services--design-services-mobile {
  display: none;
}

@media only screen and (max-width: 667px) {
  .our-services--design-services-mobile {
    display: inherit;
    padding: 9px 41px;
  }
}

@media only screen and (max-width: 667px) and (max-width: 375px) {
  .our-services--design-services-mobile {
    padding: 9px 0;
  }
}

@media only screen and (max-width: 667px) and (max-width: 667px) {
  .our-services--design-services-mobile .our-services__blocks {
    padding: 0;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--design-services-mobile .our-services__blocks--items--align--logo img {
    width: 70px;
    max-width: 100%;
  }
  .our-services--design-services-mobile .our-services__blocks--items--align--title {
    padding-top: 4px;
  }
}

.our-services--design-services-mobile {
  display: none;
}

@media only screen and (max-width: 667px) {
  .our-services--design-services-mobile {
    display: inherit;
    padding: 9px 0;
  }
}

@media only screen and (max-width: 667px) and (max-width: 667px) {
  .our-services--design-services-mobile .our-services__blocks {
    padding: 0;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--design-services-mobile .our-services__blocks--items--align--logo img {
    width: 70px;
    max-width: 100%;
  }
  .our-services--design-services-mobile .our-services__blocks--items--align--title {
    padding-top: 4px;
  }
}

.our-services--interior-design {
  display: none;
}

@media only screen and (max-width: 667px) {
  .our-services--interior-design {
    display: inherit;
    padding: 9px 0;
  }
}

@media only screen and (max-width: 667px) and (max-width: 375px) {
  .our-services--interior-design {
    padding: 9px 0 4px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--interior-design--button {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 667px) and (max-width: 667px) {
  .our-services--interior-design--button {
    padding: 0 41px 20px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--interior-design--button a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #85C000;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .our-services--interior-design--button a:hover, .our-services--interior-design--button a.active {
    color: #000000;
  }
}

@media only screen and (max-width: 667px) and (max-width: 667px) {
  .our-services--interior-design .our-services__blocks {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--interior-design .our-services__blocks--items {
    width: 33.33333%;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(2n) {
    border: solid 5px #FFFFFF;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(2n+1) {
    border: solid 5px #FFFFFF;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(3n) {
    border-right: none;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(3n+1) {
    border-left: none;
  }
}

@media only screen and (max-width: 667px) and (max-width: 667px) {
  .our-services--interior-design .our-services__blocks--items:nth-child(2n) {
    border: solid 5px #FFFFFF;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(2n+1) {
    border: solid 5px #FFFFFF;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(3n) {
    border-right: none;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(3n+1) {
    border-left: none;
  }
}

@media only screen and (max-width: 667px) and (max-width: 400px) {
  .our-services--interior-design .our-services__blocks--items {
    width: 50%;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(3n) {
    border: solid 5px #FFFFFF;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(3n+1) {
    border: solid 5px #FFFFFF;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(2n) {
    border-right: none;
  }
  .our-services--interior-design .our-services__blocks--items:nth-child(2n+1) {
    border-left: none;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--interior-design .our-services__blocks--items--align--logo img {
    width: 50px;
    max-width: 100%;
  }
  .our-services--interior-design .our-services__blocks--items--align--title {
    font-size: 11px;
    padding-top: 0px;
    margin-top: -3px;
  }
  .our-services--interior-design .our-services__blocks--items--align--title .arrows {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    margin-top: -5px;
  }
}

.our-services--about-us {
  overflow: hidden;
  background: #FEFBFB;
  margin-top: 64px;
}

@media only screen and (max-width: 1024px) {
  .our-services--about-us {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 900px) {
  .our-services--about-us {
    margin: 0;
    background: #FFFFFF;
  }
}

.our-services--about-us h1 {
  font-size: 48px;
  line-height: 54px;
  color: #85C000;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 80px;
  margin: 0;
}

@media only screen and (max-width: 667px) {
  .our-services--about-us h1 {
    font-size: 36px;
    line-height: 41px;
    text-align: left;
    padding: 42px 32px 0;
  }
}

.our-services--about-us .our-services {
  overflow: hidden;
}

.our-services--about-us .our-services__blocks {
  width: 100%;
  float: none;
  padding: 0 15px;
  overflow: hidden;
  max-width: 1265px;
  margin: 0 auto;
  margin-top: 32px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks {
    padding: 0 10px 96px;
  }
}

@media only screen and (max-width: 1024px) {
  .our-services--about-us .our-services__blocks {
    padding: 32px 0 5px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--about-us .our-services__blocks {
    padding: 0 0 5px;
    margin-top: 15px;
  }
}

.our-services--about-us .our-services__blocks--items {
  width: 16.66667%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .our-services--about-us .our-services__blocks--items {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 400px) {
  .our-services--about-us .our-services__blocks--items {
    width: 50%;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--about-us .our-services__blocks--items {
    background: #F6F6F6 url("../images/grid-bg.png") 0 0;
    border: solid 5px #FFFFFF;
  }
  .our-services--about-us .our-services__blocks--items:nth-child(2n) {
    border: solid 5px #FFFFFF;
  }
  .our-services--about-us .our-services__blocks--items:nth-child(2n+1) {
    border: solid 5px #FFFFFF;
  }
  .our-services--about-us .our-services__blocks--items:nth-child(3n) {
    border-right: none;
  }
  .our-services--about-us .our-services__blocks--items:nth-child(3n+1) {
    border-left: none;
  }
}

@media only screen and (max-width: 400px) {
  .our-services--about-us .our-services__blocks--items:nth-child(3n) {
    border: solid 5px #FFFFFF;
  }
  .our-services--about-us .our-services__blocks--items:nth-child(3n+1) {
    border: solid 5px #FFFFFF;
  }
  .our-services--about-us .our-services__blocks--items:nth-child(2n) {
    border-right: none;
  }
  .our-services--about-us .our-services__blocks--items:nth-child(2n+1) {
    border-left: none;
  }
}

.our-services--about-us .our-services__blocks--items--align {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .our-services--about-us .our-services__blocks--items--align__bg article {
    bottom: 20%;
  }
}

@media only screen and (max-width: 550px) {
  .our-services--about-us .our-services__blocks--items--align__bg article {
    bottom: 15%;
  }
}

@media only screen and (max-width: 480px) {
  .our-services--about-us .our-services__blocks--items--align__bg article {
    bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .our-services--about-us .our-services__blocks--items--align__bg article {
    bottom: 10%;
  }
}

.our-services--about-us .our-services__blocks--items--align--logo {
  margin-top: 17%;
}

@media only screen and (max-width: 1570px) {
  .our-services--about-us .our-services__blocks--items--align--logo {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks--items--align--logo {
    margin-top: 15%;
  }
}

.our-services--about-us .our-services__blocks--items--align--logo img, .our-services--about-us .our-services__blocks--items--align--logo svg {
  width: 70px;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 667px) {
  .our-services--about-us .our-services__blocks--items--align--logo img, .our-services--about-us .our-services__blocks--items--align--logo svg {
    width: 40px;
    margin-bottom: 10px;
  }
}

.our-services--about-us .our-services__blocks--items--align .logo-adj2 {
  margin-top: 62px;
}

@media only screen and (max-width: 1570px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj2 {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj2 {
    margin-top: 22%;
  }
}

.our-services--about-us .our-services__blocks--items--align .logo-adj3 {
  margin-top: 38px;
}

@media only screen and (max-width: 1570px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj3 {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj3 {
    margin-top: 22%;
  }
}

.our-services--about-us .our-services__blocks--items--align .logo-adj4 {
  margin-top: 55px;
}

@media only screen and (max-width: 1570px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj4 {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj4 {
    margin-top: 22%;
  }
}

.our-services--about-us .our-services__blocks--items--align .logo-adj4 img {
  width: 66px;
}

@media only screen and (max-width: 667px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj4 img {
    width: 40px;
  }
}

.our-services--about-us .our-services__blocks--items--align .logo-adj5 {
  margin-top: 63px;
}

@media only screen and (max-width: 1570px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj5 {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj5 {
    margin-top: 22%;
  }
}

.our-services--about-us .our-services__blocks--items--align .logo-adj6 {
  margin-top: 38px;
}

@media only screen and (max-width: 1570px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj6 {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks--items--align .logo-adj6 {
    margin-top: 22%;
  }
}

.our-services--about-us .our-services__blocks--items--align h2 {
  line-height: 1;
  font-size: 18px;
}

@media only screen and (max-width: 1250px) {
  .our-services--about-us .our-services__blocks--items--align h2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 667px) {
  .our-services--about-us .our-services__blocks--items--align h2 {
    font-size: 11px;
    padding-top: 0px;
    margin-top: -3px;
  }
}

.our-services--about-us .our-services__blocks--items--align h2 .arrows {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  margin-top: -5px;
}

.design-services {
  overflow: hidden;
}

@media only screen and (max-width: 667px) {
  .design-services {
    display: none;
  }
}

.design-services .container-design-services {
  overflow: hidden;
  padding-top: 44px;
  padding-bottom: 63px;
}

@media only screen and (max-width: 1250px) {
  .design-services .container-design-services {
    padding: 0 15px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 667px) {
  .design-services .container-design-services {
    padding: 0 45px;
    padding-bottom: 30px;
  }
}

.design-services__blocks {
  width: 33.33333%;
  float: left;
  padding-top: 60px;
  padding-right: 30px;
}

.design-services__blocks:nth-child(3n+1) {
  clear: left;
}

@media only screen and (max-width: 1024px) {
  .design-services__blocks {
    width: 50%;
  }
  .design-services__blocks:nth-child(3n+1) {
    clear: none;
  }
  .design-services__blocks:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 667px) {
  .design-services__blocks {
    width: 100%;
    clear: both;
    padding-right: 0;
  }
}

.design-services__blocks--image {
  display: flex;
  align-items: flex-end;
  height: 96px;
}

.design-services__blocks--image img {
  width: 100px;
  max-width: 100%;
}

.design-services__blocks .image-adj1 {
  padding-top: 40px;
}

.design-services__blocks .image-adj2 {
  padding-top: 27px;
}

.design-services__blocks .image-adj3 {
  padding-top: 5px;
}

.design-services__blocks .image-adj4 {
  margin-top: -4px;
}

.design-services__blocks .image-adj5 {
  padding-top: 37px;
}

.design-services__blocks h2 {
  font-size: 36px;
  line-height: 41px;
  color: #85C000;
  margin: 0;
  padding-top: 18px;
  -webkit-font-smoothing: antialiased;
}

.design-services__blocks h2 a:hover {
  color: #85C000;
}

.design-services__blocks h2 br {
  display: none;
}

@media only screen and (max-width: 667px) {
  .design-services__blocks h2 br {
    display: inherit;
  }
}

.design-services__blocks p {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding-top: 20px;
  padding-right: 15px;
}

.design-services__blocks--button {
  display: inline-block;
  padding-top: 18px;
}

.design-services__blocks--button a {
  font-size: 18px;
  line-height: 24px;
  color: #F40088;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.design-services__blocks--button a img {
  width: 17px;
  max-width: 100%;
  margin-right: 9px;
  margin-top: 3px;
}

.design-services .block-adj {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .design-services .block-adj {
    float: left;
    clear: none;
  }
}

.interior-design {
  overflow: hidden;
  width: 100%;
}

.interior-design .container {
  overflow: hidden;
}

@media only screen and (max-width: 1250px) {
  .interior-design .container {
    padding: 0 15px;
  }
}

.interior-design__nav {
  margin-top: 31px;
  overflow: hidden;
}

@media only screen and (max-width: 667px) {
  .interior-design__nav {
    display: none;
  }
}

.interior-design__nav--menu {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.interior-design__nav--menu li {
  /*
  width: 16.66667%;
  float: left;
  border: solid 2px #85C000;
  padding: 27px 0;
  text-align: center;
*/
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

@media only screen and (max-width: 1024px) {
  .interior-design__nav--menu li a {
    width: 33.33333% !important;
  }
}

.interior-design__nav--menu li:hover {
  background: #85C000;
  color: #FFFFFF;
}

.interior-design__nav--menu li:last-child a {
  border: solid 2px #85C000;
}

.interior-design__nav--menu li a {
  width: 16.66667%;
  float: left;
  border-top: solid 2px #85C000;
  border-left: solid 2px #85C000;
  border-bottom: solid 2px #85C000;
  padding: 27px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #85C000;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.interior-design__nav--menu li a:hover, .interior-design__nav--menu li a.active {
  color: #FFFFFF;
  background: #85C000;
}

.interior-design__nav--menu li.active {
  background: #85C000;
}

.interior-design__nav--menu li.active a {
  color: #FFFFFF;
  background: #85C000;
}

.interior-design__slider {
  line-height: 0;
  font-size: 0;
}

.interior-design__slider__container {
  position: relative;
  overflow: hidden;
}

.interior-design__slider__tag {
  position: absolute;
  z-index: 9999;
  background: #fff;
  -webkit-transform: rotate(270deg) translate(-50%, 0);
  transform: rotate(270deg) translate(-50%, 0);
  color: #f40088;
  top: 50%;
  left: 0;
  line-height: 61px;
  height: 61px;
  font-size: 18px;
  padding: 0 55px;
  transform-origin: top left;
  -webkit-transform-origin-x: top left;
  border-radius: 0 0 8px 8px;
}

.interior-design__slider--images {
  position: relative;
}

.interior-design__slider--images:before {
  position: relative;
  width: 100%;
  padding-top: 45.8333333%;
  display: block;
  content: " ";
}

.interior-design__slider--images picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interior-design__slider--images img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.interior-design__services {
  overflow: hidden;
  padding-bottom: 100px;
}

@media only screen and (max-width: 667px) {
  .interior-design__services {
    padding: 29px;
  }
}

.interior-design__services h3 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #C9C9C9;
  margin: 0;
  padding-top: 50px;
}

@media only screen and (max-width: 667px) {
  .interior-design__services h3 {
    font-size: 17px;
    line-height: 19px;
    padding-top: 28px;
  }
}

.interior-design__services--content {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .interior-design__services--content {
    width: 100%;
    float: none;
  }
}

.interior-design__services--content h2 {
  font-size: 48px;
  line-height: 54px;
  color: #85C000;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding-top: 11px;
}

@media only screen and (max-width: 667px) {
  .interior-design__services--content h2 {
    font-size: 36px;
    line-height: 41px;
  }
}

.interior-design__services--content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding-top: 30px;
  padding-right: 77px;
}

@media only screen and (max-width: 1024px) {
  .interior-design__services--content p {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 667px) {
  .interior-design__services--content p {
    padding-top: 12px;
  }
}

.interior-design__services--dotted-border-mobile {
  display: none;
}

@media only screen and (max-width: 667px) {
  .interior-design__services--dotted-border-mobile {
    display: block;
    padding: 0;
    clear: both;
    margin-top: 20px;
    margin-bottom: 5px;
    background: url(../images/interior-design/dotted-border.png) repeat 0 0;
  }
  .interior-design__services--dotted-border-mobile img {
    max-width: 100%;
    width: 100%;
    opacity: 0;
  }
}

.interior-design__services--what-we-do {
  width: 50%;
  float: left;
  padding-left: 81px;
}

@media only screen and (max-width: 1024px) {
  .interior-design__services--what-we-do {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .interior-design__services--what-we-do {
    width: 100%;
  }
}

.interior-design__services--what-we-do h2 {
  font-size: 48px;
  line-height: 54px;
  color: #85C000;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding-top: 11px;
}

@media only screen and (max-width: 667px) {
  .interior-design__services--what-we-do h2 {
    font-size: 36px;
    line-height: 41px;
  }
}

.interior-design__services--what-we-do ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-left: -2px;
  padding-top: 30px;
}

@media only screen and (max-width: 667px) {
  .interior-design__services--what-we-do ul {
    padding-top: 12px;
  }
}

.interior-design__services--what-we-do ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}


/*------------------------------------------------------------------
Slick Styles
------------------------------------------------------------------*/

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.slick-slider ul li {
  display: inline-block;
  position: relative;
  list-style-type: circle;
  overflow: hidden;
}

.slick-slider-main div {
  position: relative;
  height: 750px;
  overflow: hidden;
  margin-left: 0px;
  text-align: left;
}

.slick-slider-main div img {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.slick-slider-main .slick-slide img {
  display: block;
}

.slick-slider-main--howItsWork div {
  position: relative;
  height: 900px;
  overflow: hidden;
  margin-left: 0px;
  text-align: left;
}

.slilck-next {
  position: absolute;
  display: block;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 25px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 35px;
  color: black;
}

.slick-dots li.slick-active button:before {
  display: block;
  color: #000000;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: white;
}

.slick-next {
  right: -25px;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  margin-right: 25px;
  z-index: 2;
}

.slick-prev:before, .slick-next:before {
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.slick-dots {
  padding: 0;
}

button.slick-next.slick-arrow {
  left: auto;
  right: 0;
  margin: 0;
}

.projects__block {
  overflow: hidden;
  min-height: 510px;
  position: relative;
}

.projects__block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
}

.projects__block__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.projects__block__contents {
  float: right;
  width: 50%;
  overflow: hidden;
}

.projects__block__contents article {
  padding: 91px 217px 0;
  float: left;
}

@media only screen and (max-width: 1570px) {
  .projects__block__contents article {
    padding: 75px 56px;
  }
}

@media only screen and (max-width: 667px) {
  .projects__block__contents article {
    padding: 0 44px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.projects__block__contents h2 {
  font-size: 48px;
  line-height: 54px;
  -webkit-font-smoothing: antialiased;
  color: #85C000;
  margin: 0;
}

@media only screen and (max-width: 667px) {
  .projects__block__contents h2 {
    font-size: 36px;
    line-height: 41px;
  }
}

.projects__block__contents p {
  font-size: 14px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin: 0;
  padding-top: 30px;
  padding-right: 137px;
}

@media only screen and (max-width: 1570px) {
  .projects__block__contents p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 667px) {
  .projects__block__contents p {
    padding: 0;
    padding-top: 11px;
  }
}

.projects__block__contents--button {
  display: inline-block;
  padding-top: 18px;
}

.projects__block__contents--button a {
  font-size: 18px;
  line-height: 24px;
  color: #F40088;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.projects__block__contents--button a img {
  width: 17px;
  max-width: 100%;
  margin-right: 9px;
  margin-top: 3px;
}

@media only screen and (max-width: 768px) {
  .projects__block__image {
    position: relative;
    width: 100%;
  }
  .projects__block__image img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    min-width: 1px;
    min-height: 1px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 667px) {
  .projects__block__image img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .projects__block__contents {
    width: 100%;
    float: none;
  }
  .projects__block__contents article {
    max-width: 100%;
  }
}

.projects__block-right__image {
  left: auto;
  right: 0;
}

.projects__block-right__contents {
  float: left;
}

.projects__block-right__contents article {
  float: right;
  padding: 0;
  padding-left: 353px;
  padding-top: 91px;
}

@media only screen and (max-width: 1570px) {
  .projects__block-right__contents article {
    padding: 86px 56px;
  }
}

@media only screen and (max-width: 1024px) {
  .projects__block-right__contents article {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 667px) {
  .projects__block-right__contents article {
    padding: 0 44px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.projects__block-right__contents article p {
  padding: 0;
  padding-right: 212px;
  padding-top: 30px;
}

@media only screen and (max-width: 1570px) {
  .projects__block-right__contents article p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 667px) {
  .projects__block-right__contents article p {
    padding: 0;
    padding-top: 11px;
  }
}

.projects--ideas .projects__block__contents article {
  padding: 0;
  padding-left: 80px;
  padding-top: 69px;
}

@media only screen and (max-width: 1570px) {
  .projects--ideas .projects__block__contents article {
    padding: 75px 56px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--ideas .projects__block__contents article {
    padding: 0 44px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.projects--ideas .projects__block__contents p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
  max-width: 523px;
  padding-right: 0;
}

@media only screen and (max-width: 1570px) {
  .projects--ideas .projects__block__contents p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--ideas .projects__block__contents p {
    padding-right: 0;
    padding-top: 5px;
  }
}

.projects--ideas .projects__slider .slick-list, .projects--ideas .projects__slider .slick-track {
  height: 100%;
}

.projects--ideas .projects__block-right__contents {
  overflow: hidden;
}

.projects--ideas .projects__block-right__contents article {
  padding: 0;
  padding-left: 359px;
  float: left;
  padding-top: 69px;
}

@media only screen and (max-width: 1570px) {
  .projects--ideas .projects__block-right__contents article {
    padding-left: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--ideas .projects__block-right__contents article {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--ideas .projects__block-right__contents article {
    padding: 0 44px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.projects--ideas .projects__block-right__contents article p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 1570px) {
  .projects--ideas .projects__block-right__contents article p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--ideas .projects__block-right__contents article p {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--ideas .projects__block-right__contents--button {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--ideas .projects__block-right__contents--button {
    padding-bottom: 0;
  }
}

.projects__project-inner .projects__block__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: #fafafa;
}

@media only screen and (max-width: 1024px) {
  .projects__project-inner .projects__block__slider {
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 400px;
    float: left;
  }
}

@media only screen and (max-width: 667px) {
  .projects__project-inner .projects__block__slider {
    height: 215px;
  }
}

.projects__project-inner .projects__block__slider .slick-list, .projects__project-inner .projects__block__slider .slick-track {
  height: 100%;
}

.projects__project-inner .projects__block__slider .slick-slide {
  position: relative;
  overflow: hidden;
}

.projects__project-inner .projects__block__slider--images picture {
  height: 100%;
}

.projects__project-inner .projects__block__slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .projects__project-inner .projects__block__contents {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .projects__project-inner .projects__block__contents {
    padding: 0 0 20px 0;
  }
}

.projects__project-inner .projects__block__contents article {
  padding: 107px 110px;
}

@media only screen and (max-width: 1360px) {
  .projects__project-inner .projects__block__contents article {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .projects__project-inner .projects__block__contents article {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 44px;
    padding-right: 44px;
  }
}

.projects__project-inner .projects__block__contents h3 {
  font-size: 20px;
  line-height: 23px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #C9C9C9;
  text-transform: uppercase;
  margin: 0;
}

.projects__project-inner .projects__block__contents h2 {
  padding-top: 9px;
}

.projects__project-inner .projects__block__contents ul.project-inner__block__contents--lists {
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding-top: 9px;
}

.projects__project-inner .projects__block__contents ul.project-inner__block__contents--lists li {
  padding-left: 9px;
}

.projects__project-inner .projects__block-right__slider {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .projects__project-inner .projects__block-right__slider {
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 400px;
    float: left;
  }
}

@media only screen and (max-width: 667px) {
  .projects__project-inner .projects__block-right__slider {
    height: 215px;
  }
}

.projects__project-inner .projects__block-right__slider .slick-list, .projects__project-inner .projects__block-right__slider .slick-track {
  height: 100%;
}

.projects__project-inner .projects__block-right__slider--images {
  position: relative;
  overflow: hidden;
}

.projects__project-inner .projects__block-right__slider--images picture {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .projects__project-inner .projects__block-right__contents {
    width: 100%;
    float: left;
  }
}

.projects__project-inner .projects__block-right__contents article {
  padding-left: 362px;
  padding-top: 106px;
}

@media only screen and (max-width: 1800px) {
  .projects__project-inner .projects__block-right__contents article {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1570px) {
  .projects__project-inner .projects__block-right__contents article {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .projects__project-inner .projects__block-right__contents article {
    padding: 39px 44px 20px 44px;
  }
}

.projects__project-inner .projects__block-right__contents h2 {
  padding-top: 8px;
}

.projects__project-inner .projects__block-right__contents p {
  padding-right: 0;
  padding-top: 10px;
}

@media only screen and (max-width: 667px) {
  .projects--our-process {
    padding-top: 38px;
  }
}

.projects--our-process .projects__block {
  overflow: hidden;
  min-height: 600px;
  position: relative;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block__image {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .projects--our-process .projects__block__image {
    position: relative;
    width: 100%;
    height: 259px;
  }
}

.projects--our-process .projects__block--numbers {
  position: absolute;
  top: 5.625rem;
  text-align: center;
  width: 100%;
  z-index: 1000;
}

.projects--our-process .projects__block--numbers span {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2.75rem;
  color: #85C000;
  border: 3px solid #85C000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block--numbers {
    display: none;
  }
}

.projects--our-process .projects__block--numbers img {
  max-width: 100%;
}

.projects--our-process .projects__block__image-border {
  border-right: solid 3px #85C000;
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block__image-border {
    border: none;
  }
}

.projects--our-process .projects__block__contents {
  float: right;
  width: 50%;
  overflow: hidden;
  margin-left: 50%;
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block__contents {
    margin-left: 0;
  }
}

.projects--our-process .projects__block__contents article {
  padding-right: 0;
  padding-left: 78px;
  padding-top: 64px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1570px) {
  .projects--our-process .projects__block__contents article {
    padding: 75px 56px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--our-process .projects__block__contents article {
    padding: 0 44px;
    padding-top: 29px;
    padding-bottom: 40px;
    overflow: hidden;
  }
}

.projects--our-process .projects__block__contents h2 {
  font-size: 36px;
  line-height: 41px;
  -webkit-font-smoothing: antialiased;
  color: #85C000;
  margin: 0;
  letter-spacing: -0.01em;
}

.projects--our-process .projects__block__contents--mobile-topic {
  display: none;
}

@media only screen and (max-width: 667px) {
  .projects--our-process .projects__block__contents--mobile-topic {
    display: inherit;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #85C000;
    margin: 0;
    letter-spacing: -0.01em;
    width: 75%;
    float: left;
  }
}

.projects--our-process .projects__block__contents--logo {
  position: absolute;
  right: 96px;
  top: 127px;
}

@media only screen and (max-width: 1570px) {
  .projects--our-process .projects__block__contents--logo {
    right: 6px;
    top: 114px;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block__contents--logo {
    position: relative;
    top: auto;
    left: auto;
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block__contents--logo img {
    max-width: 100%;
    width: 69px;
    margin-top: -4px;
    margin-left: -2px;
  }
}

.projects--our-process .projects__block__contents ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 31px;
}

@media only screen and (max-width: 667px) {
  .projects--our-process .projects__block__contents ul {
    padding-top: 31px;
  }
}

.projects--our-process .projects__block__contents ul li {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #444444;
}

.projects--our-process .projects__block__contents ul li span {
  margin-right: 5px;
}

.projects--our-process .projects__block__contents p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #444444;
  margin: 0;
  padding-top: 29px;
  padding-left: 2px;
  max-width: 662px;
}

@media only screen and (max-width: 1570px) {
  .projects--our-process .projects__block__contents p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--our-process .projects__block__contents p {
    padding: 0;
    padding-top: 28px;
  }
}

.projects--our-process .projects__block__contents--line {
  width: 79%;
  max-width: 300px;
  border-top: solid 5px #F40088;
  margin-top: 29px;
  margin-left: 1px;
}

@media only screen and (max-width: 667px) {
  .projects--our-process .projects__block__contents--line {
    border-top: solid 5px #F40088;
    max-width: 150px;
    width: 150px;
  }
}

.projects--our-process .projects__block__contents-border {
  border-right: solid 3px #85C000;
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block__contents-border {
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block__image {
    position: relative;
    width: 100%;
  }
  .projects--our-process .projects__block__contents {
    width: 100%;
    float: none;
  }
  .projects--our-process .projects__block__contents article {
    max-width: 100%;
  }
}

.projects--our-process .projects__block-right__image {
  left: auto;
  right: 0;
}

.projects--our-process .projects__block-right__contents {
  float: left;
  margin-left: 0;
}

.projects--our-process .projects__block-right__contents article {
  float: right;
  padding: 0;
  padding-left: 358px;
  padding-top: 107px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1650px) {
  .projects--our-process .projects__block-right__contents article {
    padding-left: 160px;
    padding-right: 22px;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block-right__contents article {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--our-process .projects__block-right__contents article {
    padding: 0 44px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.projects--our-process .projects__block-right__contents--logo {
  position: absolute;
  left: 134px;
  top: 148px;
}

@media only screen and (max-width: 1650px) {
  .projects--our-process .projects__block-right__contents--logo {
    left: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .projects--our-process .projects__block-right__contents--logo {
    position: relative;
    top: auto;
    left: auto;
  }
}

.projects--our-process .projects__block-right__contents p {
  padding: 0;
  padding-right: 55px;
  padding-top: 27px;
}

@media only screen and (max-width: 1570px) {
  .projects--our-process .projects__block-right__contents p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 667px) {
  .projects--our-process .projects__block-right__contents p {
    padding: 0;
    padding-top: 11px;
  }
}

.our-designers {
  overflow: hidden;
}

.our-designers .container {
  padding-top: 90px;
  overflow: hidden;
  padding-bottom: 73px;
}

@media only screen and (max-width: 1250px) {
  .our-designers .container {
    padding: 15px;
  }
}

@media only screen and (max-width: 667px) {
  .our-designers .container {
    padding: 0 44px;
    padding-top: 40px;
  }
}

.our-designers .container .row {
  margin: 0 -12px;
}

.our-designers__block {
  width: 25%;
  float: left;
  padding: 0 12px 24px;
}

.our-designers__block:nth-child(4n+1) {
  clear: left;
}

@media only screen and (max-width: 1024px) {
  .our-designers__block {
    width: 50%;
  }
  .our-designers__block:nth-child(4n+1) {
    clear: none;
  }
  .our-designers__block:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 667px) {
  .our-designers__block {
    float: none;
    width: 100%;
    padding-bottom: 34px;
  }
}

.our-designers__block--align {
  padding: 0 0 6px 0;
}

.our-designers__block--align--image {
  border: 10px solid #F40088;
  font-size: 0;
  line-height: 0;
}

.our-designers__block--align--image img {
  width: 100%;
}

.our-designers__block--align--content {
  -webkit-font-smoothing: antialiased;
  font-family: 'Ubuntu', sans-serif;
}

.our-designers__block--align--content h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  color: #85C000;
  margin: 0;
  padding-top: 15px;
}

@media only screen and (max-width: 667px) {
  .our-designers__block--align--content h3 {
    font-size: 36px;
    line-height: 41px;
    text-transform: capitalize;
    padding-top: 20px;
  }
}

.our-designers__block--align--content h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #F40088;
  margin: 0;
  padding-top: 10px;
}

.our-designers__block--align--content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding-top: 30px;
}

@media only screen and (max-width: 667px) {
  .our-designers__block--align--content p {
    padding-top: 20px;
  }
}

.our-designers__block--align--content--button {
  display: inline-block;
  padding-top: 19px;
}

.our-designers__block--align--content--button a {
  font-size: 18px;
  line-height: 24px;
  color: #F40088;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.our-designers__block--align--content--button a img {
  width: 17px;
  max-width: 100%;
  margin-right: 9px;
  margin-top: 3px;
}

.our-designers__block--align--content--button-bottom {
  padding-top: 158px;
  display: inline-block;
}

.our-designers__block--align--content--button-bottom a {
  font-size: 18px;
  line-height: 24px;
  color: #F40088;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.our-designers__block--align--content--button-bottom a img {
  width: 17px;
  max-width: 100%;
  margin-right: 9px;
  margin-top: 3px;
}

.lounge-design {
  display: flex;
  overflow: hidden;
  margin: 50px auto;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .lounge-design {
    display: block;
    margin: 0;
  }
}

.lounge-design:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 50px;
  background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  .lounge-design:before {
    display: none;
  }
}

.lounge-design .container-slider {
  background: #FFFFFF;
  width: 50%;
}

@media only screen and (max-width: 900px) {
  .lounge-design .container-slider {
    width: 100%;
    padding: 0 44px;
  }
}

.lounge-design__dotted-line-top {
  display: none;
}

@media only screen and (max-width: 900px) {
  .lounge-design__dotted-line-top {
    display: inherit;
    width: 100%;
    background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
    height: 45px;
  }
}

.lounge-design--right {
  background: #FFFFFF;
}

@media only screen and (min-width: 901px) {
  .lounge-design--right .container {
    max-width: 600px;
  }
}

.lounge-design__slider {
  position: relative;
  width: 100%;
  left: 0;
  float: left;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .lounge-design__slider {
    width: 100%;
    float: none;
    margin-top: 22px;
  }
}

.lounge-design__slider--images {
  width: 100%;
  width: 100%;
}

.lounge-design__slider--images:before {
  position: relative;
  width: 100%;
  padding-top: 119.262982%;
  display: block;
  content: " ";
}

.lounge-design__slider--images picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lounge-design__slider--images img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.lounge-design__content {
  padding: 183px 44px 0 166px;
}

@media only screen and (max-width: 1650px) {
  .lounge-design__content {
    padding-left: 44px;
  }
}

@media only screen and (max-width: 1480px) {
  .lounge-design__content {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .lounge-design__content {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 19px 44px 0;
  }
}

.lounge-design__content .container {
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lounge-design__content h4 {
  font-size: 20px;
  line-height: 23px;
  color: #C9C9C9;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 900px) {
  .lounge-design__content h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

.lounge-design__content h2 {
  font-size: 36px;
  line-height: 41px;
  color: #85C000;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 10px;
}

@media only screen and (max-width: 900px) {
  .lounge-design__content h2 {
    padding-top: 11px;
  }
}

.lounge-design__content h3 {
  font-size: 24px;
  line-height: 27px;
  color: #F40088;
  font-weight: 500;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 9px;
}

.lounge-design__content p {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 31px;
}

@media only screen and (max-width: 900px) {
  .lounge-design__content p {
    padding-top: 20px;
  }
}

.lounge-design__content--line {
  width: 79%;
  max-width: 406px;
  color: #F40088;
  border-top: solid 5px #F40088;
  margin-top: 30px;
}

.lounge-design__content--button {
  display: inline-block;
  padding-top: 24px;
}

.lounge-design__content--button a {
  font-size: 18px;
  line-height: 24px;
  color: #F40088;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.lounge-design__content--button a img {
  width: 20px;
  max-width: 100%;
  margin-right: 7px;
  margin-top: 7px;
  margin-left: -2px;
}

.lounge-design__content__dotted-line-bottom {
  display: none;
}

@media only screen and (max-width: 900px) {
  .lounge-design__content__dotted-line-bottom {
    display: inherit;
    width: 100%;
    background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
    height: 45px;
    margin-top: 42px;
  }
}

.lounge-design__about-designers {
  display: block;
  margin-bottom: 78px;
}

@media only screen and (max-width: 900px) {
  .lounge-design__about-designers {
    margin-bottom: 0;
  }
}

.lounge-design__about-designers:before {
  display: none;
}

@media only screen and (max-width: 667px) {
  .lounge-design__about-designers {
    margin-bottom: 0;
  }
}

.lounge-design__about-designers .container {
  position: relative;
  max-width: 1430px;
  padding: 0 90px;
  background: #FFFFFF;
}

@media only screen and (max-width: 900px) {
  .lounge-design__about-designers .container {
    padding: 0 44px;
  }
}

.lounge-design__about-designers .container.container--left {
  z-index: 2;
}

.lounge-design__about-designers .lounge-design__dotted-line-top {
  display: none;
}

@media only screen and (max-width: 900px) {
  .lounge-design__about-designers .lounge-design__dotted-line-top {
    display: inherit;
    width: 100%;
    background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
    height: 44px;
    margin-top: 1px;
  }
}

.lounge-design__about-designers .lounge-design__slider {
  width: 54.26975%;
  max-height: 721px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 90px;
}

.lounge-design__about-designers .lounge-design__slider .slick-list {
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1650px) {
  .lounge-design__about-designers .lounge-design__slider {
    width: 55.55556%;
  }
}

@media only screen and (max-width: 900px) {
  .lounge-design__about-designers .lounge-design__slider {
    width: 100%;
    float: none;
    position: relative;
    padding: 0;
  }
}

@media only screen and (max-width: 667px) {
  .lounge-design__about-designers .lounge-design__slider {
    margin-top: 17px;
  }
}

.lounge-design__about-designers .lounge-design__slider--images {
  width: 100%;
  width: 100%;
}

.lounge-design__about-designers .lounge-design__slider--images img {
  max-width: 100%;
}

.lounge-design__about-designers .lounge-design--right-block {
  background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
  position: relative;
  z-index: 1;
  margin: 170px auto;
}

@media only screen and (max-width: 1250px) {
  .lounge-design__about-designers .lounge-design--right-block {
    margin: 95px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .lounge-design__about-designers .lounge-design--right-block {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 900px) {
  .lounge-design__about-designers .lounge-design--right-block {
    margin: 0 auto;
  }
}

.lounge-design__about-designers .lounge-design__content {
  float: none;
  width: 45.73025%;
  margin-left: 54.26975%;
  padding: 0;
  background: #FFFFFF;
}

@media only screen and (max-width: 1650px) {
  .lounge-design__about-designers .lounge-design__content {
    width: 44.44444%;
  }
}

@media only screen and (max-width: 1024px) {
  .lounge-design__about-designers .lounge-design__content {
    padding: 0px 15px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 900px) {
  .lounge-design__about-designers .lounge-design__content {
    width: 100%;
    float: none;
    margin: 0;
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 667px) {
  .lounge-design__about-designers .lounge-design__content {
    padding: 31px 0 0;
  }
}

.lounge-design__about-designers .lounge-design__content h2 {
  padding-top: 9px;
}

@media only screen and (max-width: 667px) {
  .lounge-design__about-designers .lounge-design__content h2 {
    padding-top: 10px;
  }
}

.lounge-design__about-designers .lounge-design__content--line {
  width: 79%;
  max-width: 300px;
  border-top: solid 10px #F40088;
  margin-top: 35px;
}

@media only screen and (max-width: 667px) {
  .lounge-design__about-designers .lounge-design__content--line {
    border-top: solid 5px #F40088;
    max-width: 150px;
    width: 150px;
  }
}

.lounge-design__about-designers .lounge-design__content__dotted-line-bottom {
  display: none;
}

@media only screen and (max-width: 900px) {
  .lounge-design__about-designers .lounge-design__content__dotted-line-bottom {
    display: inherit;
    width: 100%;
    background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
    height: 54px;
    margin-top: 26px;
  }
}

.lounge-design--about-us {
  margin-bottom: 0;
  overflow: hidden;
  margin: 0;
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us {
    display: block;
  }
}

.lounge-design--about-us .container-slider {
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us .container-slider {
    width: 100%;
    padding: 0;
  }
}

.lounge-design--about-us .lounge-design {
  overflow: hidden;
}

.lounge-design--about-us .lounge-design__dotted-line-top {
  display: none;
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us .lounge-design__dotted-line-top {
    display: inherit;
    width: 100%;
    background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
    height: 44px;
    margin-top: 1px;
  }
}

.lounge-design--about-us .lounge-design--image {
  padding-left: 29px;
}

@media only screen and (max-width: 1680px) {
  .lounge-design--about-us .lounge-design--image {
    width: auto;
  }
}

.lounge-design--about-us .lounge-design--image img {
  width: auto;
  min-width: 100%;
  max-width: 790px;
  height: auto;
}

@media only screen and (max-width: 1680px) {
  .lounge-design--about-us .lounge-design--image img {
    max-width: none;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .lounge-design--about-us .lounge-design--image img {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us .lounge-design--image {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 22px;
  }
}

.lounge-design--about-us .lounge-design__content {
  width: 50%;
  padding-top: 0;
}

@media only screen and (max-width: 1650px) {
  .lounge-design--about-us .lounge-design__content {
    padding-left: 44px;
  }
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us .lounge-design__content {
    width: 100%;
    float: none;
    padding: 23px 0 0;
    margin: 0 auto;
  }
}

.lounge-design--about-us .lounge-design__content h2 {
  padding-top: 2px;
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us .lounge-design__content h2 {
    padding-top: 11px;
  }
}

.lounge-design--about-us .lounge-design__content p {
  padding-right: 72px;
}

@media only screen and (max-width: 1650px) {
  .lounge-design--about-us .lounge-design__content p {
    padding-right: 0;
  }
}

.lounge-design--about-us .lounge-design__content--line {
  width: 79%;
  max-width: 300px;
  border-top: solid 5px #F40088;
  margin-top: 30px;
  margin-left: -1px;
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us .lounge-design__content--line {
    border-top: solid 5px #F40088;
    max-width: 150px;
    width: 150px;
    margin-top: 28px;
  }
}

.lounge-design--about-us .lounge-design__content__dotted-line-bottom {
  display: none;
}

@media only screen and (max-width: 900px) {
  .lounge-design--about-us .lounge-design__content__dotted-line-bottom {
    display: inherit;
    width: 100%;
    background: #FFFFFF url("../images/grid-bg.png") repeat 0 0;
    height: 42px;
    margin-top: 29px;
  }
}

.about-us {
  background: #FFFFFF url("../images/grid-bg.png") 0 0 repeat;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .about-us {
    background: none;
  }
}

.about-us__content {
  padding-left: 62px;
  padding-right: 278px;
  margin-top: 49px;
}

@media only screen and (max-width: 1570px) {
  .about-us__content {
    padding: 0 62px;
    margin-top: 49px;
  }
}

@media only screen and (max-width: 900px) {
  .about-us__content {
    padding: 0 44px;
    margin-top: 0;
  }
}

.about-us__content .background {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
}

.gallery-item.main-content {
  background: #FFFFFF url("../images/grid-bg.png") 0 0 repeat;
}

.gallery-item.main-content .container {
  max-width: 1400px;
  padding: 3px 100px 90px;
  background: #FFFFFF;
}

@media only screen and (max-width: 667px) {
  .gallery-item.main-content .container {
    padding: 0;
  }
}

.gallery.nav-hero {
  height: 40.625rem;
  min-height: 40.625rem;
  z-index: 2;
}

@media only screen and (max-width: 667px) {
  .gallery.nav-hero {
    height: auto;
    min-height: 0;
  }
}

@media only screen and (min-width: 668px) {
  .gallery.nav-hero .nav-hero__text {
    top: 58%;
  }
}

.gallery.nav-hero .nav-hero__text__box {
  margin: 0 auto;
}

.gallery .nav-hero__text__title {
  text-transform: none;
}

.gallery-grid {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.gallery-slider {
  height: auto;
  overflow: hidden;
}

.gallery-slider .slick-list, .gallery-slider .slick-track, .gallery-slider .slideshow__slide {
  position: relative;
}

.gallery-slider .slideshow__slide picture {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-slider .slideshow__slide img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.gallery-slider .slick-slide:before {
  position: relative;
  content: " ";
  display: block;
  width: 100%;
  padding-top: 60%;
}

.grid {
  margin: -0.313rem -0.625rem;
}

.grid .grid__tile {
  float: left;
  overflow: hidden;
}

.grid .grid__tile-inner {
  position: relative;
  overflow: hidden;
  border: 5px solid #FFFFFF;
}

.grid .grid__tile-inner:after {
  content: " ";
  display: block;
  padding-top: 100%;
}

.grid .grid__tile-inner:hover>.grid__tile-content {
  opacity: 1;
}

.grid .grid__tile-img {
  display: block;
  font-size: 0;
  line-height: 0;
}

.grid .grid__tile img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transition: all .7s ease;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 900px) {
  .grid .grid__tile img {
    width: auto;
    height: auto;
  }
}

.grid .grid__tile h2 {
  font-size: 1.313rem;
  line-height: 1.688rem;
  color: #FFFFFF;
  margin: 0 auto;
}

.grid .grid__tile h2:after {
  content: " ";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0.75rem auto 0;
}

.grid .grid__tile a, .grid .grid__tile .placeholder {
  display: block;
  font-size: 0;
  line-height: 0;
}

.grid .grid__tile a.view-gallery {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  margin-top: 4.375rem;
}

@media only screen and (max-width: 1360px) {
  .grid .grid__tile a.view-gallery {
    margin-top: 1.25rem;
  }
}

.grid .grid__tile a.view-gallery:after {
  display: inline-block;
  content: '>>';
  font-size: 1rem;
  line-height: 1.25rem;
  margin-left: 0.375em;
}

.grid .grid__tile--small {
  width: 33.33333%;
}

@media only screen and (max-width: 900px) {
  .grid .grid__tile--small {
    width: 50%;
  }
}

.grid .grid__tile--small .grid__tile-inner:after {
  padding-top: 61.11111%;
}

@media only screen and (max-width: 900px) {
  .grid .grid__tile--small .grid__tile-inner:after {
    padding-top: 100%;
  }
}

.grid .grid__tile--small-short .grid__tile-inner:after {
  padding-top: 45.2381%;
}

@media only screen and (max-width: 900px) {
  .grid .grid__tile--small-short .grid__tile-inner:after {
    padding-top: 100%;
  }
}

.grid .grid__tile--small-tall .grid__tile-inner:after {
  padding-top: 107.93651%;
}

@media only screen and (max-width: 900px) {
  .grid .grid__tile--small-tall .grid__tile-inner:after {
    padding-top: 100%;
  }
}

.grid .grid__tile--wide {
  width: 66.66667%;
}

@media only screen and (max-width: 900px) {
  .grid .grid__tile--wide {
    width: 50%;
  }
}

.grid .grid__tile--wide .grid__tile-inner:after {
  padding-top: 30.3125%;
}

@media only screen and (max-width: 900px) {
  .grid .grid__tile--wide .grid__tile-inner:after {
    padding-top: 100%;
  }
}

.grid .grid__tile--shortest h2:after {
  margin-top: 0.313rem;
}

.grid .grid__tile--shortest a.view-gallery {
  margin-top: 0.313rem;
}

.grid .grid__tile-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F40088;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

.grid .grid__tile-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.GalleryItemPage .nav-hero {
  height: 650px;
  min-height: 650px;
}

@media only screen and (max-width: 667px) {
  .GalleryItemPage .nav-hero {
    height: auto;
    min-height: 0;
  }
}

.our-process {
  overflow: hidden;
  width: 100%;
}

.our-process h1 {
  font-size: 48px;
  line-height: 54px;
  color: #85C000;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin: 0;
  padding-top: 79px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1024px) {
  .our-process h1 {
    padding: 40px 75px;
  }
}

@media only screen and (max-width: 667px) {
  .our-process h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -.02em;
    padding: 0 61px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .our-process h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.our-process__nav {
  margin-top: 58px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .our-process__nav {
    display: none;
  }
}

.our-process__nav--menu {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  /*  display: table;*/
  width: 100%;
}

.our-process__nav--menu li {
  /*
  width: 20%;
  display: table-cell;
  border: solid 2px #85C000;
  border-right: 0px;
  padding: 27px 0;
  text-align: center;
  vertical-align: middle;
*/
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.our-process__nav--menu li:hover {
  background: #85C000;
  color: #FFFFFF;
}

@media only screen and (max-width: 1440px) {
  .our-process__nav--menu li:first-child a {
    border-left: 0px;
    padding: 25px 0;
  }
}

.our-process__nav--menu li a {
  font-size: 18px;
  font-weight: 500;
  /* line-height: 20px; */
  color: #85C000;
  /* width: 100%; */
  height: 89px;
  width: 20%;
  display: inline-block;
  float: left;
  border: solid 2px #85C000;
  border-right: 0px;
  padding: 33px 0;
  text-align: center;
  vertical-align: middle;
  /*
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #85C000;
  width: 100%;
  padding: 27px 0;
*/
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-font-smoothing: antialiased;
}

.our-process__nav--menu li a:hover, .our-process__nav--menu li a.active {
  background: #85C000;
  color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
  .our-process .projects--our-process .projects__block__contents article {
    float: none;
    padding: 75px;
  }
  .our-process .projects--our-process .projects__block__contents h2, .our-process .projects--our-process .projects__block__contents ul {
    margin-right: 200px;
  }
  .our-process .projects--our-process .projects__block__contents p {
    padding-right: 0;
    max-width: inherit;
  }
  .our-process .projects--our-process .projects__block__contents--logo {
    position: absolute;
    top: 75px;
    left: auto;
    width: auto;
    float: none;
    right: 75px;
  }
}

@media only screen and (max-width: 667px) {
  .our-process .projects--our-process .projects__block__contents article {
    padding: 30px 45px 40px;
  }
  .our-process .projects--our-process .projects__block__contents h2, .our-process .projects--our-process .projects__block__contents ul {
    margin-right: 80px;
  }
  .our-process .projects--our-process .projects__block__contents h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .our-process .projects--our-process .projects__block__contents ul {
    padding-top: 20px;
  }
  .our-process .projects--our-process .projects__block__contents--logo {
    position: absolute;
    top: 27px;
    left: auto;
    width: auto;
    float: none;
    right: 42px;
    text-align: right;
    max-width: 70px;
  }
  .our-process .projects--our-process .projects__block__contents--logo svg {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .our-process .projects--our-process .projects__block__contents--line {
    margin-top: 30px;
  }
}

.contact.nav-hero {
  height: 40.625rem;
  min-height: 40.625rem;
  z-index: 2;
}

@media only screen and (max-width: 667px) {
  .contact.nav-hero {
    height: auto;
    min-height: 0;
  }
}

@media only screen and (min-width: 668px) {
  .contact.nav-hero .nav-hero__text {
    top: 58%;
  }
}

.contact.nav-hero .nav-hero__text__box {
  margin: 0 auto;
}

.contact.nav-hero .nav-hero__text__title {
  text-transform: none;
}

.contact-details {
  padding: 5rem 0 4.125rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contact-details {
    padding: 2.5rem 0;
  }
}

.contact-details h2 {
  font-size: 3rem;
  line-height: 3.375rem;
  color: #85C000;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .contact-details h2 {
    font-size: 2.25rem;
    line-height: 2.563rem;
  }
}

.contact-details .content-row {
  padding-top: 6.75rem;
}

@media only screen and (max-width: 768px) {
  .contact-details .content-row {
    padding-top: 4.188rem;
  }
}

.contact-details .content-col {
  padding: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .contact-details .content-col {
    margin-bottom: 3.875rem;
  }
}

.contact-details .col__icon {
  display: flex;
  height: 6.25rem;
  align-items: center;
  align-content: center;
}

@media only screen and (max-width: 768px) {
  .contact-details .col__icon {
    display: block;
    height: auto;
    margin-bottom: 0.938rem;
  }
}

.contact-details .col__icon img {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .contact-details .col__icon img {
    max-width: 4.25rem;
    max-height: 3.75rem;
  }
}

.contact-details .col__text {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #232323;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .contact-details .col__text {
    font-size: 1.125rem;
    line-height: 1.688rem;
  }
}

.contact-details .col__text a {
  word-break: break-all;
  color: #232323;
}

.contact-details .col__text a:hover {
  color: #F40088;
}

@media only screen and (max-width: 768px) {
  .contact-details .col__text p {
    margin: 0;
  }
}

.contact-row {
  position: relative;
  min-height: 50.5rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .contact-row {
    min-height: 0;
  }
}

.contact-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .contact-image {
    display: none;
  }
}

.contact-image picture {
  font-size: 0;
  line-height: 0;
}

.contact-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.contact-form {
  float: right;
  background: #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 7.7rem 7.75rem;
}

@media only screen and (max-width: 1570px) {
  .contact-form {
    padding: 1.875rem 2.813rem 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form {
    display: block;
    background: #F6F6F6;
  }
}

.contact-form__text {
  width: 100%;
}

.contact-form__text h2 {
  margin: 0.625rem auto;
}

.contact-form__text h3 {
  font-size: 1.125rem;
  line-height: 1.438rem;
  color: #C9C9C9;
  margin: 0;
}

.contact-form__text h2 {
  font-size: 2.25rem;
  line-height: 2.563rem;
  color: #85C000;
}

.contact-form__text form {
  width: 29.563rem;
  max-width: 100%;
  margin-top: 3.438rem;
}

.contact-form__text form.processing {
  position: relative;
}

.contact-form__text form.processing:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: url("../images/ajax-loader.gif");
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contact-form__text form.processing:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.contact-form__text form input, .contact-form__text form textarea {
  width: 100%;
}

.contact-form__text form .Actions input {
  width: 16.25rem;
}

.content-row {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .content-row {
    display: block;
  }
}

.content-col.text--center {
  text-align: center;
}

.content-col-2 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .content-col-2 {
    width: 100%;
  }
}

.content-col-2.offset-col-1 {
  margin-left: 50%;
}

@media only screen and (max-width: 768px) {
  .content-col-2.offset-col-1 {
    margin-left: 0;
  }
}

.content-col-3 {
  width: 33.33333%;
}

@media only screen and (max-width: 768px) {
  .content-col-3 {
    width: 100%;
  }
}


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