body {
  height: 100%;
}

h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #5d524c;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #4a4a4a;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h5 {
  margin-top: 15px;
  margin-bottom: 7px;
  float: left;
  font-family: Bitter, serif;
  color: #000;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-right: 15px;
  padding: 15px 25px;
  border: 1px solid #ededed;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Bitter, serif;
  color: #ededed;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ededed;
  box-shadow: none;
  opacity: 1;
  font-family: Bitter, serif;
  color: #4a4a4a;
  font-weight: 400;
}

.button.w--current {
  box-shadow: none;
}

.logo {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: none;
}

.logo:hover {
  color: #dba94b;
}

.footer {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #dba94b;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.copyright.div {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-info {
  padding-top: 60px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(192, 6%, 84%, .65);
  background-color: hsla(0, 0%, 95%, .6);
}

.text-field {
  margin-bottom: 20px;
  border-style: solid none solid solid;
  border-width: 0px 1px 1px;
  border-color: rgba(93, 82, 76, .23) #000 rgba(93, 82, 76, .29) rgba(93, 82, 76, .29);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #5d524c;
  font-size: 14px;
  font-weight: 400;
}

.text-field:hover {
  border-bottom-color: #dba94b;
  border-left-color: #dba94b;
}

.text-field.message {
  padding-bottom: 60px;
}

.hero-div-block {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.hero-div-block.about {
  margin-top: 55px;
  float: right;
}

.page-header {
  margin-top: 0px;
}

.page-header.section {
  height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/1234567-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.contetnt-section {
  padding-top: 60px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(192, 6%, 84%, .65);
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff 50%, hsla(0, 0%, 93%, .5));
  background-image: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 93%, .5));
}

.contetnt-section.contact {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: hsla(0, 0%, 95%, .6);
}

.column {
  position: relative;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.column-button {
  display: block;
}

.services-title {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #5d524c;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.info-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dba94b;
  font-size: 17px;
  font-weight: 700;
}

.portfolio-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.row._1 {
  margin-top: 30px;
}

.copyright-text {
  margin-top: 20px;
  float: none;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.copyright-text.twitter {
  margin-top: 20px;
  text-transform: uppercase;
}

.div-image {
  display: block;
  overflow: hidden;
  background-image: url('../images/tbExnLgTFScrSctjStm4_IMG_0684.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.overlay-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(74, 74, 74, .84);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.overlay-div:hover {
  opacity: 1;
}

.upper-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dba94b;
  font-size: 16px;
  font-weight: 700;
}

.under-title {
  margin-top: -10px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.service-box {
  padding: 20px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #d9d9d9;
}

.service-box._2 {
  padding: 20px;
  border-right-style: none;
}

.service-box._3 {
  border-right-style: none;
  border-left-style: solid;
}

.service-box._4 {
  border-right-style: solid;
  border-left-style: none;
}

.service-box._5 {
  border-right-style: none;
  border-bottom-style: solid;
}

.service-box._6 {
  border-right-style: none;
  border-left-style: solid;
}

.service-box._9 {
  border-left: 1px solid #d9d9d9;
  border-right-style: none;
  border-bottom-style: none;
}

.service-box._7 {
  border-bottom-style: none;
  border-left-style: none;
}

.service-box._8 {
  border-right-style: none;
  border-bottom-style: none;
}

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

.social-div {
  display: block;
  float: right;
}

.social-link {
  margin-right: 20px;
}

.contact-row {
  margin-top: 60px;
  border-top-style: none;
  border-right-style: none;
}

.submit-button {
  padding: 15px 20px;
  border: 1px solid #333;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #333;
}

.submit-button:hover {
  background-color: #fff;
  color: rgba(26, 29, 46, .97);
}

.divider {
  display: block;
  height: 3px;
  min-width: 0px;
  margin: 30px 50px;
  background-color: #fff7e8;
  color: #fff7e8;
}

.divider._2 {
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.divider._3 {
  height: 1px;
  margin: 0px 20px;
  background-color: #5d524c;
}

.info-title {
  font-family: 'Open Sans', sans-serif;
  color: #5d524c;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.info-title.job-position {
  margin-top: 40px;
  font-weight: 400;
}

.info-title.years {
  margin-bottom: 0px;
  color: #fff;
}

.row-1 {
  margin-top: 40px;
}

.resume-text {
  margin-bottom: 10px;
}

.color-box {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #dba94b;
}

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

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

.hero-section {
  position: relative;
  height: 100%;
  padding-top: 100px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .8)), url('../images/Wolfe-Background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .8)), url('../images/Wolfe-Background.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.containner {
  position: relative;
  top: 23%;
}

.row-fact {
  text-align: center;
}

.column-fact {
  min-height: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #dedede;
}

.title-fact {
  font-family: 'Open Sans', sans-serif;
  color: #5d524c;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.second-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #dba94b;
  font-weight: 400;
}

.upper-title {
  margin-bottom: -10px;
  font-family: 'Great Vibes', cursive;
  color: #fff7e8;
  font-size: 35px;
  text-align: center;
  text-transform: none;
}

.upper-title._2 {
  font-size: 25px;
}

.upper-title._3 {
  margin-bottom: -8px;
  color: #5d524c;
  font-size: 12px;
}

.middle-title {
  font-family: 'Luxia Display', sans-serif;
  color: #ededed;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 20px;
}

.middle-title._2 {
  font-size: 50px;
}

.middle-title._3 {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #5d524c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 10px;
}

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

.third-title {
  margin-bottom: 20px;
  float: none;
  font-family: Bitter, serif;
  color: #fff7e8;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.third-title._2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.third-title._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5d524c;
  font-size: 6px;
}

.last-title {
  font-family: Bitter, serif;
  color: #fff7e8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.last-title._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 10px;
}

.last-title._3 {
  margin-top: -5px;
  margin-bottom: -5px;
  color: #5d524c;
  font-size: 6px;
}

.error {
  background-color: #dba94b;
}

.upper-title-portfolio {
  margin-bottom: 5px;
  color: #dba94b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
}

.hero-text.name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.statement {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: none;
}

.statement.other {
  max-width: 960px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 4px;
}

.what-we-do {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: Luxia;
  font-weight: 600;
  letter-spacing: 3px;
}

.section-header {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Luxia;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
}

._800-wide {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

._85 {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.contact-form {
  margin-top: 40px;
}

html.w-mod-js *[data-ix="hero-logo"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="contact-field"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="contact-field-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="contact-field-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="button-contact-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="hero-arrow-link-block-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="row-menu-load"] {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="row-menu-load-2"] {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="row-menu-load-3"] {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="portfolio-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="tittle-post-big"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="contact-info-tittle"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(20px, 0px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(20px, 0px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="contact-info-text"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(20px, 0px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(20px, 0px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="facts"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="facts-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="facts-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="facts-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="facts-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="facts-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="nav-button-first"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="nav-button-second"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="nav-button-third"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

@media (max-width: 991px) {
  body {
    height: auto;
  }
  h1 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0px;
  }
  h2 {
    margin-right: 15px;
    margin-left: 0px;
  }
  h3 {
    text-align: left;
  }
  p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .button {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: none;
    text-align: center;
  }
  .button.w--current {
    display: block;
    margin-bottom: 10px;
    box-shadow: none;
  }
  .logo {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    text-align: center;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .copyright.div {
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
  }
  .hero-div-block {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 25px;
    margin-right: 100px;
    margin-left: 100px;
    float: none;
    text-align: center;
  }
  .hero-div-block.about {
    position: relative;
    display: block;
    margin-top: 0px;
    float: none;
  }
  .page-header.section {
    height: 34.2%;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .column {
    text-align: center;
  }
  .column-button {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    margin-top: 0px;
    text-align: center;
  }
  .social-div {
    float: right;
  }
  .social-link {
    margin-right: 0px;
    margin-left: 15px;
  }
  .divider {
    height: 2px;
    margin: 20px 40px;
  }
  .divider._2 {
    margin: 0px 40px;
  }
  .hero-section {
    position: static;
    padding-top: 0px;
  }
  .containner {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
  }
  .title-fact {
    margin-right: 0px;
  }
  .second-title {
    font-size: 14px;
  }
  .upper-title._2 {
    margin-bottom: 0px;
  }
  .middle-title {
    font-size: 35px;
  }
  .middle-title._3 {
    margin-top: -22px;
    margin-bottom: -22px;
  }
  .hero-text {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .hero-text.name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .statement {
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  ._85 {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    margin-left: 15px;
    font-size: 24px;
  }
  h3 {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  h4 {
    text-align: center;
  }
  p {
    margin-bottom: auto;
  }
  .button {
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: none;
  }
  .button.w--current {
    box-shadow: none;
  }
  .logo {
    float: none;
  }
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    float: none;
    text-align: center;
  }
  .copyright.div {
    float: none;
    text-align: center;
  }
  .hero-div-block {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-right: 70px;
    margin-left: 70px;
  }
  .hero-div-block.about {
    display: block;
    margin-top: 0px;
  }
  .page-header.section {
    height: 13.3%;
  }
  .contetnt-section {
    padding-bottom: 50px;
  }
  .contetnt-section.contact {
    padding-bottom: 60px;
  }
  .column {
    text-align: center;
  }
  .column-button {
    margin-top: 20px;
  }
  .copyright-text {
    margin-top: 10px;
    margin-bottom: 20px;
    float: none;
  }
  .copyright-text.twitter {
    margin-bottom: 10px;
  }
  .div-image {
    background-image: none;
  }
  .service-box {
    border-right: 1px none #000;
  }
  .service-box._3 {
    border-left: 1px none #000;
  }
  .service-box._4 {
    border-right: 1px none #000;
  }
  .service-box._6 {
    border-left: 1px none #000;
  }
  .service-box._9 {
    border-left: 1px none #000;
  }
  .service-box._7 {
    border-right: 1px none #000;
    border-bottom-style: solid;
  }
  .service-box._8 {
    border-bottom-style: solid;
  }
  .social-div {
    margin-top: 10px;
    float: none;
    text-align: center;
  }
  .social-link {
    text-decoration: none;
  }
  .submit-button {
    margin-bottom: 40px;
  }
  .divider {
    margin: 20px 45px;
  }
  .contact-info {
    margin-right: 0px;
    margin-left: 0px;
  }
  .contact-info.education {
    margin-top: 60px;
    margin-left: 0px;
  }
  .hero-section {
    background-position: 54% 50%;
  }
  .containner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .title-fact {
    margin-left: 0px;
  }
  .second-title {
    font-size: 17px;
  }
  .upper-title {
    margin-bottom: 0px;
  }
  .middle-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 14px;
  }
  .hero-text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .hero-text.name {
    font-size: 12px;
    font-weight: 400;
  }
  .column-hide {
    display: none;
  }
  .section-header {
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }
  h2 {
    margin-bottom: 20px;
    margin-left: 15px;
  }
  h3 {
    margin-right: 15px;
    margin-left: 15px;
    letter-spacing: 1px;
  }
  p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
  }
  .button {
    position: static;
    display: block;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: none;
  }
  .hero-div-block {
    position: static;
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .page-header {
    margin-bottom: 0px;
  }
  .page-header.section {
    height: 14.7%;
  }
  .contetnt-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .column-button {
    display: block;
  }
  .service-box._3 {
    border-left: 1px none #000;
  }
  .service-box._6 {
    border-left: 1px none #000;
  }
  .divider {
    height: 1px;
    margin: 15px 40px;
  }
  .hero-section {
    background-position: 58% 50%;
  }
  .containner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .title-fact {
    margin-bottom: 10px;
  }
  .upper-title {
    font-size: 27px;
  }
  .middle-title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 10px;
  }
  .middle-title._2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 44px;
  }
  .middle-title._3 {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .third-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .third-title._3 {
    margin-top: 4px;
  }
  .last-title {
    font-size: 11px;
  }
  .hero-text {
    width: 60%;
    line-height: 30px;
    font-weight: 300;
  }
  .hero-text.name {
    font-weight: 400;
  }
  .statement {
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .contact-form {
    margin-top: 20px;
  }
}

@font-face {
  font-family: 'Luxia Display';
  src: url('../fonts/Luxia-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Luxia Display';
  src: url('../fonts/Luxia-BoldDisplay.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}