body {
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-size: 80px;
  line-height: 1.3;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

a {
  color: #833777;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  margin-bottom: 7px;
}

.order-btn {
  margin-top: 0px;
  padding: 20px 50px;
  background-color: #833777;
  box-shadow: 0 16px 22px -7px rgba(131, 55, 119, 0.4);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.order-btn:hover {
  box-shadow: 0 10px 100px 0 rgba(131, 55, 119, 0.5), 0 15px 40px 11px rgba(131, 55, 119, 0.4);
  color: #fff;
  text-decoration: none;
}

.order-btn:active {
  box-shadow: 0 8px 50px 17px rgba(131, 55, 119, 0.4);
}

.line-btn {
  position: relative;
  padding: 16px 40px;
  background-color: transparent;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transition: color 1000ms ease, box-shadow 400ms ease;
  transition: color 1000ms ease, box-shadow 400ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.line-btn:hover {
  color: #000;
  text-decoration: none;
}

.line-btn:active {
  box-shadow: -5px 0 21px 0 rgba(0, 0, 0, 0.3);
}

.success-message {
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 84.7%, 0.3);
  background-color: transparent;
  color: #d8d8d8;
  font-size: 20px;
  line-height: 30px;
}

.slide {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.hero-text {
  max-width: 900px;
  margin: 20px 10% 60px;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 22px;
}

.main-header {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #fff;
  font-size: 72px;
  line-height: 72px;
}

.text-block {
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
}

.container {
  padding-right: 0%;
}

.lines-row-form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.popup-col {
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #3d1437;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-link-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 6px;
  margin-top: 20px;
  background-color: #fff;
}

.service-photo-block {
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
}

.service-photo-block:hover {
  box-shadow: -16px 37px 50px -40px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.03) translate(5px, -5px);
  -ms-transform: scale(1.03) translate(5px, -5px);
  transform: scale(1.03) translate(5px, -5px);
}

.menu-col {
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #000;
  -webkit-transform: scale3d(0.01, 1, 1);
  transform: scale3d(0.01, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-nav-item {
  display: inline-block;
  margin-right: 30px;
}

.btn-white {
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #292929;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-white:hover {
  box-shadow: -10px 10px 23px 0 rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(3px, -3px);
  -ms-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
  text-decoration: none;
}

.text-field {
  height: 50px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  color: #b62654;
  font-size: 18px;
}

.text-field:hover {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field:focus {
  background-color: #fff;
  font-size: 18px;
}

.btn-click {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  opacity: 0;
}

.btn-click:hover {
  text-decoration: none;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-name-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 80px;
  margin-left: -60px;
  padding-top: 20px;
  float: left;
  border-bottom-style: none;
  -webkit-transform: rotate(-90deg) translate(300px, 0px);
  -ms-transform: rotate(-90deg) translate(300px, 0px);
  transform: rotate(-90deg) translate(300px, 0px);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-name-menu:hover {
  color: #833777;
}

.hero-name-menu.w--current {
  color: #fff;
}

.btn-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 22;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #292929;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-popup:hover {
  box-shadow: -10px 10px 23px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(3px, -3px);
  -ms-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
  text-decoration: none;
}

.divider {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 84.7%, 0.3);
}

.col {
  padding-right: 0px;
  padding-left: 0px;
}

.line-btn-middle {
  position: absolute;
  left: 0px;
  top: 27px;
  right: 0px;
  display: block;
  width: 10px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  opacity: 0;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 12;
  display: none;
  padding-top: 30px;
  padding-right: 2%;
  padding-left: 0px;
}

.menu-link {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  padding-top: 3vh;
  padding-right: 0px;
  padding-bottom: 3vh;
  border-bottom-style: none;
  color: #fff;
  font-size: 30px;
}

.menu-link:hover {
  color: #fff;
}

.menu-link.w--current:hover {
  text-decoration: none;
}

.sec {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.sec.about {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.hero-slide {
  position: relative;
  left: 0px;
  top: -137px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/image003.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 12, 31, 0.7)), to(rgba(28, 12, 31, 0.7))), url('../images/593faa177ac55b34a33fb63a_interyer.jpg');
  background-image: linear-gradient(180deg, rgba(28, 12, 31, 0.7), rgba(28, 12, 31, 0.7)), url('../images/593faa177ac55b34a33fb63a_interyer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.line {
  width: 50px;
  height: 1px;
  margin-top: 42px;
  margin-right: 30px;
  float: left;
  background-color: rgba(0, 0, 0, 0.3);
}

.line.white {
  margin-top: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.contact-block {
  margin-top: 70px;
  margin-bottom: 50px;
}

.more-line {
  display: block;
  width: 0%;
  height: 1px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b62654;
  opacity: 0;
}

.hero-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  text-align: center;
}

.contacts-link {
  margin-top: 0px;
  margin-right: 10px;
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 700;
}

.contacts-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-txt {
  margin-right: 40px;
  font-size: 14px;
  line-height: 18px;
}

.line-btn-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0.3;
}

.menu-list {
  position: relative;
  z-index: 13;
  margin-top: 120px;
  padding-right: 16.667%;
  padding-left: 33.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
  background-color: #fff;
}

.line-col {
  height: 100vh;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.line-col.dark {
  height: 100%;
  border-right-color: hsla(0, 0%, 100%, 0.1);
  background-color: #292929;
}

.footer-nav-list {
  margin-bottom: 10px;
  font-size: 16px;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.form-sec {
  position: relative;
  z-index: 2;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.form-sec.about {
  margin-bottom: -40px;
  -webkit-transform: translate(0px, 29px);
  -ms-transform: translate(0px, 29px);
  transform: translate(0px, 29px);
}

.popup-heading {
  margin-bottom: 30px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #b62654;
  font-size: 36px;
  line-height: 42px;
  font-weight: 900;
  text-transform: uppercase;
}

.mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.hero-name {
  display: inline-block;
  height: 50px;
  margin-top: 50px;
  margin-left: -40px;
  padding-top: 20px;
  float: left;
  border-bottom-style: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-name:hover {
  color: hsla(0, 0%, 55.3%, 0.7);
  text-decoration: none;
}

.hero-name.w--current {
  color: #fff;
}

.menu-row {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.white-text {
  color: #fff;
}

.service-text-block {
  width: 70%;
  margin-top: 30px;
  float: left;
}

.text-area {
  min-height: 100px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 84.7%, 0.5);
  background-color: transparent;
  color: #b62654;
  font-size: 18px;
}

.text-area:hover {
  border-color: hsla(0, 0%, 84.7%, 0.8);
}

.text-area:focus {
  background-color: #fff;
}

.form {
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.3);
}

.form-wrap {
  position: relative;
  z-index: 21;
  display: block;
  width: 33.33%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}

.menu-line-2 {
  width: 34px;
  height: 2px;
  margin-top: 7px;
  margin-left: 10px;
  background-color: #888;
}

.menu-line-2.home {
  background-color: #fff;
}

.select-field {
  overflow: auto;
  height: 50px;
  margin-bottom: 30px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 16px;
}

.menu-line-3 {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: 15px;
  background-color: #888;
}

.menu-line-3.home {
  background-color: #fff;
}

.menu-btn {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 70px;
  height: 70px;
  padding-top: 17px;
  padding-bottom: 10px;
  float: right;
  border: 1px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  text-align: center;
  cursor: pointer;
}

.menu-btn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
}

.footer-white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #fff;
}

.lines-row {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.error-message {
  margin-top: 30px;
  padding: 20px 30px;
  background-color: #b62654;
  color: #d8d8d8;
}

.hero-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.text-block-2 {
  display: inline-block;
}

.list-name {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 700;
}

.contact-item {
  margin-bottom: 30px;
}

.line-btn-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0.3;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
}

.line-link {
  margin-top: 40px;
  border-bottom-style: none;
  color: #b62654;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.line-link:hover {
  text-decoration: none;
}

.line-link:active {
  border-bottom-color: #833777;
  color: #888;
}

.grey-text {
  display: inline-block;
  color: #8d8d8d;
}

.black-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.black-link:hover {
  border-bottom: 1px solid rgba(194, 90, 177, 0.3);
  color: #c25ab1;
  text-decoration: none;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.service-photo-wrapper {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.works-title {
  display: inline-block;
  margin-top: 0px;
  background-image: url('../images/gif.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 10vw;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-content-wrapper {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.page {
  overflow: hidden;
}

.menu-line-1 {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: 15px;
  background-color: #888;
}

.menu-line-1.home {
  background-color: #fff;
}

.works-content-wrapper {
  bottom: 1px;
  margin-top: -1px;
  padding-top: 20px;
  border-top: 1px solid #888;
}

.portfolio-col {
  padding-right: 5%;
  padding-left: 0px;
}

.tab-link {
  margin-top: 50px;
  padding: 15px 30px;
  border-top: 2px solid transparent;
  border-bottom-style: none;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #000;
  font-weight: 500;
}

.tab-link:hover {
  color: #c25ab1;
  text-decoration: none;
}

.tab-link.w--current {
  z-index: 2;
  border-top: 2px solid #c25ab1;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: #fff;
  color: #c25ab1;
}

.line-2 {
  width: 50px;
  height: 1px;
  margin-top: 62px;
  margin-right: 30px;
  float: left;
  background-color: rgba(0, 0, 0, 0.3);
}

.lightbox-link {
  display: block;
  overflow: hidden;
  width: 100%;
  border-bottom-style: none;
  background-color: #833777;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 500ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 500ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 500ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 500ms cubic-bezier(.25, .46, .45, .94);
}

.lightbox-link:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.lightbox-thumb {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.lightbox-thumb:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.potfolio-photo-block {
  display: inline-block;
  margin-top: 20px;
  margin-left: -1px;
}

.portfolio-text-block {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 20px;
  float: left;
}

.portfolio-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-photo-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  background-image: url('../images/photographer_man_hands_camera_white_background_optics-613533.jpg');
  background-position: 100% 100%;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.half-content-block {
  width: 50%;
  margin-right: 1px;
  padding-top: 20vh;
  padding-bottom: 20vh;
  float: right;
}

.thin-text {
  font-weight: 300;
}

.text-wrapper {
  width: 65%;
  margin-top: 30px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed-3 {
  margin-top: 60px;
}

.column-8 {
  display: block;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.html-embed-2 {
  margin-top: 23px;
}

.column-9 {
  padding-left: 0px;
}

.heading.white {
  color: #fff;
}

.footertext {
  color: #8d8d8d;
  text-align: center;
}

.section {
  padding: 20px;
  background-color: #000;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.text {
  max-width: 900px;
  margin: 20px 0%;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 22px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.text-copy {
  max-width: 900px;
  margin: 20px 0%;
  color: #333;
  font-size: 22px;
}

.heading-copy {
  text-align: center;
}

.heading-copy.white {
  color: #fff;
}

.column-10 {
  padding-left: 20px;
}

.image-3 {
  width: 300px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-size: 44px;
}

.text-block-5 {
  color: #fff;
  font-size: 40px;
  line-height: 49px;
  font-weight: 300;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #833767;
}

.text-block-6 {
  padding-top: 10px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.button {
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #333;
  color: #fff;
}

.signupdiv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(297deg, rgba(0, 0, 0, 0.9), rgba(51, 51, 51, 0.9));
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.heading-2 {
  color: #000;
  font-size: 28px;
  line-height: 32px;
}

.div-block-6 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #000;
  background-color: #fff;
  text-align: center;
}

.text-block-7 {
  padding: 20px;
  color: #fff;
}

.div-block-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  margin: 20px;
}

.closeimg {
  width: 50px;
}

.containerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-btn-copy {
  position: relative;
  padding: 16px 40px;
  background-color: transparent;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transition: color 1000ms ease, box-shadow 400ms ease;
  transition: color 1000ms ease, box-shadow 400ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.line-btn-copy:hover {
  color: #000;
  text-decoration: none;
}

.line-btn-copy:active {
  box-shadow: -5px 0 21px 0 rgba(0, 0, 0, 0.3);
}

.text-block-8 {
  padding-top: 10px;
  color: #5f5f5f;
}

.button3 {
  padding: 16px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  letter-spacing: 2px;
}

.button3:hover {
  background-color: #161616;
}

.button3.w--current {
  letter-spacing: 2px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link {
  padding: 20px;
  color: #8d8d8d;
}

.link.w--current {
  padding: 20px;
  color: #8d8d8d;
}

@media screen and (min-width: 1280px) {
  .image-3 {
    width: 350px;
  }

  .text-block-6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  .order-btn {
    margin-top: 20px;
  }

  .hero-text {
    margin-right: 0%;
    margin-left: 0%;
  }

  .main-header {
    border-bottom-style: none;
    font-size: 60px;
  }

  .service-photo-block {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .service-photo-block:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sec {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .sec.about {
    margin-bottom: -100px;
  }

  .hero-header {
    padding-right: 16%;
    padding-left: 16%;
  }

  .form-sec.about {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .service-text-block {
    width: 80%;
  }

  .form-wrap {
    top: 0%;
    width: 66.66%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .line-link {
    margin-top: 20px;
  }

  .works-title {
    font-size: 15vw;
  }

  .works-content-wrapper {
    border-top-style: none;
  }

  .tab-link {
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    background-color: #d8d8d8;
    font-size: 16px;
  }

  .tab-link.w--current {
    margin-right: 10px;
    border-top-style: none;
    border-bottom-style: none;
    background-color: #833777;
    color: #fff;
  }

  .line-2 {
    margin-top: 55px;
    margin-right: 20px;
  }

  .portfolio-text-block {
    width: 80%;
    margin-top: 40px;
  }

  .portfolio-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-photo-block {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: auto 100%;
  }

  .half-content-block {
    width: 100%;
    padding: 10vh 16.66667vw 5vh;
    float: none;
  }

  .text-wrapper {
    width: 100%;
  }

  .text {
    margin-right: 0%;
    margin-left: 0%;
  }

  .text-copy {
    margin-right: 0%;
    margin-left: 0%;
  }

  .div-block-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .signupdiv {
    display: block;
  }

  .div-block-5 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-text {
    margin: 10px 0% 20px;
    font-size: 20px;
  }

  .main-header {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 64px;
  }

  .popup-col {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .service-photo-block {
    margin-top: 0px;
  }

  .menu-col {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .sec {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .line {
    width: 10%;
    margin-right: 10%;
  }

  .menu-list {
    padding-left: 16.67%;
  }

  .service-photo-wrapper {
    width: 80%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .works-title {
    margin-top: 30px;
  }

  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service-content-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .portfolio-col {
    padding-right: 0%;
  }

  .line-2 {
    width: 10%;
    margin-top: 50px;
  }

  .text-wrapper {
    margin-top: 10px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed-3 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-8 {
    display: block;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .html-embed-5 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .html-embed-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .html-embed-4 {
    display: none;
  }

  .column-9 {
    padding-right: 0px;
  }

  .heading {
    text-align: center;
  }

  .heading.white {
    text-align: center;
  }

  .text {
    margin: 10px 0% 20px;
    font-size: 20px;
  }

  .text-copy {
    margin: 10px 0% 20px;
    font-size: 20px;
  }

  .column-10 {
    padding-right: 20px;
  }

  .image-2 {
    height: 300px;
  }

  .column-11 {
    text-align: center;
  }

  .div-block {
    text-align: center;
  }

  .image-3 {
    width: 250px;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-6 {
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
  }

  .signupdiv {
    display: block;
  }

  .div-block-5 {
    width: 60%;
  }

  .button-2 {
    padding: 16px 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #000;
    font-weight: 700;
    text-decoration: none;
  }

  .button-2:hover {
    background-color: #1b1b1b;
    text-decoration: none;
  }

  .text-block-8 {
    margin-top: 10px;
    padding-top: 0px;
    color: #b1b1b1;
  }

  .button3 {
    padding: 16px 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #000;
  }

  .button3:hover {
    background-color: #181818;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }

  .order-btn {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .success-message {
    padding-left: 0px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 30px;
  }

  .main-header {
    font-size: 40px;
    line-height: 50px;
  }

  .container {
    padding-right: 0%;
    padding-left: 0%;
  }

  .footer-nav-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-name-menu {
    margin-top: 10px;
    margin-left: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-name-menu.w--current {
    display: none;
  }

  .btn-popup {
    left: 0px;
    top: 0px;
    right: 0px;
    margin-right: 30px;
    margin-left: 30px;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .navbar {
    padding-top: 10px;
  }

  .sec {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .sec.about {
    min-height: 0vh;
    margin-bottom: 0px;
  }

  .hero-slide {
    top: -65px;
  }

  .line {
    margin-top: 22px;
  }

  .hero-header {
    padding-right: 10%;
    padding-left: 10%;
  }

  .contacts-link {
    text-decoration: underline;
  }

  .footer-txt {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .menu-list {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 16px;
  }

  .footer {
    padding-top: 5vh;
    padding-bottom: 3vh;
    text-align: center;
  }

  .line-col.dark {
    border-right-style: none;
  }

  .footer-nav-list {
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .form-sec.about {
    margin-bottom: 0px;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .popup-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-name {
    margin-top: 10px;
    margin-left: 5%;
    padding-top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .service-text-block {
    margin-top: 10px;
  }

  .form-wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .service-photo-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .works-title {
    font-size: 20vw;
  }

  .service-content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link {
    width: 100%;
    margin-right: 0px;
  }

  .tab-link.w--current {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .line-2 {
    margin-top: 33px;
  }

  .lightbox-link {
    margin-top: 20px;
  }

  .potfolio-photo-block {
    margin-top: 0px;
  }

  .portfolio-text-block {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .about-photo-block {
    z-index: 0;
    height: 400px;
    margin-bottom: -40px;
    background-position: 50% 100%;
  }

  .half-content-block {
    padding-right: 5%;
    padding-left: 5%;
  }

  .columns-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .html-embed-3 {
    text-align: right;
  }

  .heading {
    text-align: center;
  }

  .text {
    font-size: 16px;
    line-height: 30px;
  }

  .text-copy {
    font-size: 16px;
    line-height: 30px;
  }

  .heading-copy {
    text-align: center;
  }

  .text-block-6 {
    padding-bottom: 10px;
  }

  .signupdiv {
    display: block;
  }

  .div-block-5 {
    width: 85%;
  }

  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

