@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-width: 375px;
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0 auto;
  height: 100%;
  min-width: 375px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
}
.container {
  max-width: 1590.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.list {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 24px;
  color: #72737a;
  font-family: proxima-nova, sans-serif;
}
.list li:before {
  content: "•";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.btn {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 20px 45px;
  text-align: center;
  font-family: roboto, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #f47512;
  color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn:hover {
  cursor: pointer;
  background-color: #c55b08;
}
.btn:focus {
  outline: none;
}
.btn_link {
  color: #f47512;
  padding: 0;
}
.btn_link,
.btn_link:hover {
  background-color: transparent;
}
.btn_link:hover {
  color: #c55b08;
}
.btn_border {
  border: 1px solid #f47512;
  background-color: transparent;
  color: #303030;
}
.btn_border:hover {
  background-color: #f47512;
  color: #fff;
}
.btn_lg {
  font-size: 16px;
  line-height: 28px;
  padding: 11px 23px;
}
.link {
  text-decoration: none;
  color: #000;
  color: #f47512;
  font-family: proxima-nova, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.link:hover {
  text-decoration: underline;
}
.text {
  margin-top: 0;
  margin-bottom: 24px;
  color: #72737a;
  font-family: proxima-nova, sans-serif;
}
.text:last-of-type {
  margin-bottom: 0;
}
.wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .wrapper {
    -webkit-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .wrapper {
    margin-left: -82vw;
    max-width: 100vw;
  }
}
.header {
  position: relative;
  z-index: 1;
  background-color: #484848;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_home .header {
  background-color: transparent;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.header-inner {
  position: relative;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 20px;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .header-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 25px;
  }
}
.logo-link {
  display: block;
  font-size: 0;
}
.logo {
  width: 194px;
  max-width: 194px;
  max-height: 77px;
  font-size: 17px;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .logo {
    width: 128px;
    max-width: 128px;
    max-height: 51px;
  }
}
.h-menu-box {
  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;
  -webkit-transition: width 0.3s, left 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, left 0.3s, -webkit-transform 0.3s;
  -o-transition: width 0.3s, transform 0.3s, left 0.3s;
  transition: width 0.3s, transform 0.3s, left 0.3s;
  transition: width 0.3s, transform 0.3s, left 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .h-menu-box.open {
    overflow: hidden;
  }
  .h-menu-box.open .h-main-menu-box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.h-main-menu-box {
  z-index: 10;
  -webkit-transition: width 0.3s, min-width 0.3s;
  -o-transition: width 0.3s, min-width 0.3s;
  transition: width 0.3s, min-width 0.3s;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .h-main-menu-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    min-width: 0;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
  }
}
.h-main-menu-box-inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10;
  -webkit-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .h-main-menu-box-inner {
    width: 82vw;
    min-width: 307.5px;
    display: block;
    margin-left: auto;
    height: 100%;
    overflow: auto;
    background-color: #272727;
  }
  .h-main-menu-box-inner .h-menu-toggle-box {
    position: absolute;
    top: 33px;
    right: 27px;
  }
}
.h-main-menu {
  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;
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}
.h-main-menu > li {
  position: relative;
}
.h-main-menu > li.current-menu-item > a,
.h-main-menu > li.current-menu-parent > a {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.h-main-menu > li > a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.h-main-menu > li > a:hover {
  color: #f47512;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .h-main-menu > li > a {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
  }
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .h-main-menu ul.sub-menu {
    display: none;
  }
  .h-main-menu > li {
    margin-left: 28px;
  }
  .h-main-menu > li:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .h-main-menu {
    width: 100%;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 106px 27px 65px 42px;
    overflow: auto;
    background-color: #2a2a2a;
  }
  .h-main-menu ul.sub-menu {
    display: block;
  }
  .h-main-menu > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .h-main-menu > li:last-of-type {
    margin-bottom: 0;
  }
}
.search-form {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .search-form {
    -webkit-box-ordinal-group: 26;
    -webkit-order: 25;
    -ms-flex-order: 25;
    order: 25;
  }
}
.h-menu-toggle-box {
  display: none;
  font-size: 0;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .h-menu-toggle-box {
    display: inline-block;
  }
}
.h-menu-toggle-box .h-menu-toggle_open {
  display: block;
  width: 50px;
  height: 31px;
}
.h-menu-toggle-box .h-menu-toggle_open .h-menu-toggle-inner {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 5px;
  background-color: #fff;
}
.h-menu-toggle-box .h-menu-toggle_open .h-menu-toggle-inner:after,
.h-menu-toggle-box .h-menu-toggle_open .h-menu-toggle-inner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}
.h-menu-toggle-box .h-menu-toggle_open .h-menu-toggle-inner:before {
  bottom: 13px;
  width: 46px;
}
.h-menu-toggle-box .h-menu-toggle_open .h-menu-toggle-inner:after {
  top: 13px;
  width: 50px;
}
.h-menu-toggle-box .h-menu-toggle_close {
  display: inline-block;
  width: 27px;
  height: 27px;
  position: relative;
}
.h-menu-toggle-box .h-menu-toggle_close .h-menu-toggle-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.h-menu-toggle-box .h-menu-toggle_close .h-menu-toggle-inner:after,
.h-menu-toggle-box .h-menu-toggle_close .h-menu-toggle-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.h-menu-toggle-box .h-menu-toggle_close .h-menu-toggle-inner:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.h-menu-toggle-box .h-menu-toggle_close .h-menu-toggle-inner:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.sec-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sec-menu > li {
  margin-right: 1.45%;
}
.sec-menu > li:last-of-type {
  margin-right: 0;
}
.sec-menu > li.current_page_item > a {
  color: #f47512 !important;
}
.sec-menu > li > a {
  text-decoration: none;
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #666;
}
.sec-menu > li > a:hover {
  color: #f47512;
}
.hero-page_bg .sec-menu > li > a {
  color: #fff;
}
.hero-page_bg .sec-menu> li > a:hover {
  color: #f47512;
}
.search-form {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #217894;
}
.search-form input[type="search"] {
  width: 100%;
  padding-right: 18px;
  padding-bottom: 6px;
  padding-top: 6px;
  font-family: roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fdfeff;
  background-color: transparent;
  border: none;
}
.search-form input[type="search"]::-webkit-input-placeholder {
  color: #fdfeff;
}
.search-form input[type="search"]::-ms-input-placeholder {
  color: #fdfeff;
}
.search-form input[type="search"]::placeholder {
  color: #fdfeff;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .search-form {
    max-width: 144px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .search-form {
    max-width: 220px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 42px;
  }
}
.search-btn {
  font-size: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjM4NS4xIDguMyAzLjggMy44IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDM4NS4xIDguMyAzLjggMy44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRDg3NTJEIiBzdHJva2Utd2lkdGg9IjAuMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMzg2LjYiIGN5PSI5LjgiIHI9IjEuNCIvPg0KCTxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0Q4NzUyRCIgc3Ryb2tlLXdpZHRoPSIwLjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM4Ny41IiB5MT0iMTAuNyIgeDI9IjM4OC43IiB5Mj0iMTIiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 97% 97%;
  background-size: 97%;
}
.dropdown__icon {
  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;
  position: relative;
  margin-left: 28px;
  top: 2px;
}
.dropdown__icon:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2.5px solid #565656;
  border-bottom: 2.5px solid #565656;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .dropdown__icon:before {
    content: normal;
  }
}
.dropdown_open {
  color: #72737a;
}
.dropdown_open .dropdown__icon {
  top: 5px;
}
.dropdown_open .dropdown__icon:before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 0;
  min-width: 100%;
  overflow: hidden;
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.sub-menu.open {
  z-index: 5;
  height: auto;
  padding: 0 16px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sub-menu.open > li {
  padding: 10px 0;
}
.sub-menu > li {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 200px;
  padding: 0;
  -webkit-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
.sub-menu > li:first-of-type {
  border-top-color: transparent;
}
.h-lang-switcher__item .dropdown__item {
  min-width: 100%;
}
.sub-menu > li > a {
  text-decoration: none;
  color: #000;
  display: block;
  color: #bbb;
}
.sub-menu > li > a:hover {
  color: #f47512;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
  }
  .sub-menu > li > a:hover {
    color: #72737a;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .menu-item-has-children > a {
    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;
  }
  .dropdown_open {
    color: #f47512 !important;
  }
  .sub-menu {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 16px;
  }
  .sub-menu.open {
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sub-menu.open > li {
    padding: 16px 0;
    border: none;
  }
  .sub-menu.open > li:first-child {
    padding-top: 32px;
  }
  .dropdown_open .dropdown__icon:after {
    content: normal;
  }
  .dropdown_open .iam-dropdown-box .dropdown__icon:after {
    content: "";
  }
}
.hero-main {
  position: relative;
  z-index: 5;
  min-height: 100%;
  padding-top: 150px;
  padding-bottom: 215px;
  width: 100%;
  overflow: hidden;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}
.hero-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  background-image: url(../images/w.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 108%;
  opacity: 0.08;
  pointer-events: none;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-main:before {
    content: normal;
  }
}
.hero-main__content {
  position: relative;
  z-index: 15;
  text-align: center;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .hero-main__content {
    margin-top: 95px;
  }
}
.hero-main__title {
  max-width: 600px;
  margin: 0 auto 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 81px;
  line-height: 98px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-main__title {
    max-width: 265px;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 36px;
  }
}
.hero-main__text {
  max-width: 560px;
  margin: 0 auto;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-main__text {
    max-width: 250px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-main {
    padding-bottom: 130px;
  }
}
.hero-slider {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.hero-slider__item {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: transparent;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slider__item_1 {
  background-image: url(../images/hero.jpg);
}
.hero-slider__item_2 {
  background-image: url(../images/hero_2.jpg);
}
.hero-slider__item_3 {
  background-image: url(../images/hero_3.jpg);
}
.hero-main .slick-list,
.hero-main .slick-list .slick-track,
.hero-main .slick-list .slick-track .slick-slide,
.hero-main .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.hero-main .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 185px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-main .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.hero-main .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.hero-main .slick-dots li button:focus {
  outline: none;
}
.hero-main .slick-dots li.slick-active button {
  opacity: 0.9;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-main .slick-dots {
    bottom: 100px;
  }
}
.hero-page {
  position: relative;
  padding-top: 25px;
  padding-bottom: 42px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.hero-page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 648px;
  z-index: 10;
  background-color: transparent;
  background-image: url(../images/w_interior.svg);
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-page:before {
    left: -70px;
    top: -77px;
    height: 320px;
  }
}
.hero-page_bottom-backward {
  padding-bottom: 306px;
  margin-bottom: -231px;
  z-index: 0;
}
.hero-page_bottom-backward + * {
  position: relative;
  z-index: 1;
}
.hero-page_bg {
  background-color: transparent;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-page_bg:before {
  content: normal;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .hero-page_bg {
    min-height: 524px;
  }
}
.hero-page__content {
  position: relative;
  z-index: 15;
  text-align: center;
}
.hero-page__title {
  margin: 132px auto 16px;
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #444;
}
.hero-page_bg .hero-page__title {
  color: #fff;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-page__title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 36px;
  }
}
.hero-page__text {
  margin: 0 auto;
  font-family: roboto, sans-serif;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
  color: #666;
}
.hero-page_bg .hero-page__text {
  color: #fff;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-page__text {
    max-width: 195px;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .hero-page {
    padding-top: 32px;
    padding-bottom: 34px;
  }
  .hero-page .sec-menu-box {
    display: none;
  }
  .hero-page_bottom-backward {
    padding-bottom: 100px;
    margin-bottom: -66px;
  }
}
.footer {
  padding-top: 87px;
  padding-bottom: 90px;
  background-image: url(../images/repeatable_footer_bg.jpg);
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .footer {
    padding-top: 44px;
    padding-bottom: 0;
  }
}
.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .footer-inner {
    max-width: 1539.12px;
    padding: 0 27.56px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 71.56px;
  }
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .footer-nav-box {
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
    -ms-flex-order: 30;
    order: 30;
    width: 50%;
    max-width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .footer-nav-box {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    max-width: 39.72%;
    margin-bottom: 29px;
  }
}
.footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.footer-nav > li > a {
  text-decoration: none;
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.footer-nav > li > a:hover {
  color: #f47512;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-nav > li {
    margin-right: 27px;
  }
  .footer-nav > li:last-of-type {
    margin-right: 0;
  }
  .footer-nav > li > a {
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .footer-nav {
    padding-left: 27.56px;
  }
}
.f-contact-info__title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
.f-contact-info__title,
.f-contact-info address {
  text-align: right;
  font-family: roboto, sans-serif;
  line-height: 24px;
  font-weight: 400;
}
.f-contact-info address {
  font-style: normal;
  font-size: 16px;
  color: #999;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .f-contact-info {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .f-contact-info {
    padding-right: 27.56px;
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    max-width: 60.28%;
  }
  .f-contact-info__title {
    margin-bottom: 0;
  }
  .f-contact-info__title,
  .f-contact-info address {
    font-size: 13px;
    line-height: 21px;
  }
}
.customers {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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;
}
.customers__item {
  margin: 0 22px;
}
.customers__item img {
  max-height: 55px;
  max-width: 86px;
}
.customers__item:nth-of-type(5n + 1) {
  margin-left: 0;
}
.customers__item:nth-of-type(4n) {
  margin-right: 0;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .customers {
    width: 48%;
    max-width: 48%;
    -webkit-box-ordinal-group: 41;
    -webkit-order: 40;
    -ms-flex-order: 40;
    order: 40;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .customers {
    max-width: 1495.12px;
    padding: 0 27.56px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 36px;
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
    -ms-flex-order: 30;
    order: 30;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.footer-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-sec .footer-slogan {
  font-family: proxima-nova, sans-serif;
  font-size: 23px;
  line-height: 24px;
  font-weight: 100;
  color: #fff;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .footer-sec {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    width: 50%;
    max-width: 50%;
    margin-bottom: 17px;
  }
  .footer-sec .footer-slogan {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .footer-sec {
    max-width: 1495.12px;
    padding: 0 27.56px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 37px;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 41;
    -webkit-order: 40;
    -ms-flex-order: 40;
    order: 40;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333;
  }
  .footer-sec .footer-slogan {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    margin-left: auto;
    font-size: 13px;
  }
}
.footer-logo {
  width: 287px;
  max-width: 287px;
  font-size: 17px;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .footer-logo {
    width: 126px;
    max-width: 126px;
  }
}
.section_text-info {
  max-width: 971.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.section_text-info .section__title {
  margin-bottom: 13px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-size: 29.14px;
  font-weight: 700;
  color: #333;
}
.section_text-info .section__text > p {
  font-family: roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_text-info .section__title {
    font-size: 20px;
  }
  .section_text-info .section__text > p {
    font-size: 16px;
    line-height: 30.88px;
  }
}
.section__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-weight: 100;
  color: #72737a;
  text-transform: uppercase;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section__title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.section__subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-size: 29.14px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section__subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.section__text > p {
  margin-top: 0;
  margin-bottom: 17px;
  font-family: roboto, sans-serif;
  font-size: 17px;
  line-height: 34px;
  font-weight: 300;
  color: #72737a;
}
.section__text > p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section__text > p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.asym {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.asym .section__text > p {
  margin-bottom: 32px;
}
.asym .btn {
  padding: 20px 65px;
}
.asym__pic-box {
  position: relative;
  background-color: transparent;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .asym__content {
    padding-top: 106px;
    padding-bottom: 115px;
  }
  .asym_l-pic .asym__pic-box {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    width: 36.94%;
    background-position: center;
  }
  .asym_l-pic .asym__content {
    width: 68.06%;
    max-width: calc(868px + 5%);
    padding-left: 119px;
    padding-right: 5%;
  }
  .asym_l-pic .asym__content,
  .asym_r-pic .asym__pic-box {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
  .asym_r-pic .asym__pic-box {
    width: 53.56%;
    background-position: center;
    background-size: cover;
  }
  .asym_r-pic .asym__content {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    width: 51.44%;
    max-width: calc(619.56px + 5%);
    padding-left: 5%;
    margin-right: 5.17%;
    margin-left: auto;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .asym {
    max-width: 1590.12px;
    padding: 0 27.56px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: block;
  }
  .asym_l-pic .asym__pic-box {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .asym .asym__pic-box {
    width: 100%;
    padding-bottom: 75.625%;
    background-position: 50% 0;
  }
  .asym .asym__content {
    width: 100%;
    padding-left: 0;
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .asym .section__text > p {
    margin-bottom: 20px;
  }
}
.sym {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sym .section__text > p {
  margin-bottom: 0;
}
.sym .btn {
  padding: 20px 65px;
  letter-spacing: 2px;
}
.sym__pic-box {
  position: relative;
  background-color: transparent;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .sym__content {
    max-width: -webkit-calc(570px + 27.56px + 10.17%);
    max-width: calc(570px + 27.56px + 10.17%);
    padding: 128px 10.17% 137px 5%;
    margin-left: auto;
  }
  .sym__content,
  .sym__pic-box {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    width: 50%;
  }
  .sym_r-pic .sym__content {
    max-width: -webkit-calc(570px + 12.78%);
    max-width: calc(570px + 12.78%);
    padding-left: 7.78%;
    padding-right: 5%;
    margin-right: auto;
    margin-left: 0;
  }
  .sym_r-pic .sym__pic-box {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .sym .section__text + .btn {
    margin-top: 25px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .sym {
    max-width: 1590.12px;
    padding: 0 27.56px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: block;
  }
  .sym__pic-box {
    width: 100%;
    padding-bottom: 75.625%;
    background-position: 50% 0;
  }
  .sym__content {
    width: 100%;
    padding-left: 0;
    padding-top: 38px;
    padding-bottom: 22px;
  }
  .sym .section__title {
    margin-bottom: 18px;
  }
  .sym .section__subtitle {
    margin-bottom: 12px;
  }
  .sym .section__text + .btn {
    margin-top: 18px;
  }
}
.section_discuss {
  position: relative;
  background-color: #545454;
  background-image: url(../images/table.svg);
  background-repeat: no-repeat;
}
.section_discuss .section__container {
  max-width: 1175.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.section_discuss .section__title {
  margin-top: 0;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 900;
  color: #fff;
}
.section_discuss .section__text > p {
  margin-top: 0;
  font-family: roboto, sans-serif;
  font-weight: 300;
  color: #fff;
}
.section_discuss .btn {
  border: 1px solid #f47512;
  background-color: transparent;
  color: #303030;
  padding-left: 34px;
  padding-right: 34px;
  color: #fff;
}
.section_discuss .btn:hover {
  background-color: #f47512;
  color: #fff;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_discuss {
    padding-top: 75px;
    padding-bottom: 58px;
    -webkit-background-size: 34.22% auto;
    background-size: 34.22% auto;
    background-position: 79% 73%;
  }
  .section_discuss .section__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .section_discuss .section__text > p {
    max-width: 495px;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_discuss {
    padding-top: 60px;
    padding-bottom: 55.73%;
    -webkit-background-size: 85.33% auto;
    background-size: 85.33% auto;
    background-position: 50% 92%;
  }
  .section_discuss .section__title {
    font-size: 24.71px;
    margin-bottom: 10px;
  }
  .section_discuss .section__text > p {
    font-size: 15.54px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.section_unique-perspective {
  background-color: #f8f8f8;
}
.section_unique-perspective .sym__pic-box {
  background-image: url(../images/unique-perspective.png);
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_unique-perspective .sym__content {
    max-width: -webkit-calc(594px + 27.56px + 8.78%);
    max-width: calc(594px + 27.56px + 8.78%);
    padding-top: 187px;
    padding-bottom: 197px;
    padding-right: 8.78%;
  }
}
.service,
.service__pic {
  width: 100%;
}
.service__pic-inner {
  position: relative;
  overflow: hidden;
}
.service__pic img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.service__title {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
.service__text {
  margin-top: 0;
  font-family: roboto, sans-serif;
  font-weight: 300;
  color: #72737a;
}
.service .btn {
  border: 1px solid #f47512;
  background-color: transparent;
  color: #303030;
}
.service .btn:hover {
  background-color: #f47512;
  color: #fff;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .service {
    background-color: #f8f8f8;
    padding-bottom: 63px;
  }
  .service__pic {
    padding-left: 2.48%;
  }
  .service__pic-inner {
    height: 394px;
  }
  .services__item:first-of-type .service__pic {
    padding-left: 0;
  }
  .service__title {
    font-size: 30px;
    margin-bottom: 9px;
  }
  .service__text {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .service__content {
    margin-top: 70px;
    padding-bottom: 71px;
    padding-left: 12.7%;
    padding-right: 12.7%;
    border-right: 1px solid #cdd2d5;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .service__pic-inner {
    min-height: 213px;
    padding-bottom: 66.56%;
  }
  .service__title {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .service__text {
    font-size: 16px;
    line-height: 30.88px;
    margin-bottom: 23px;
  }
  .service__content {
    margin-top: 28px;
    padding-bottom: 30px;
  }
  .service .btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.favorites-box {
  width: 100%;
  overflow: hidden;
}
.favorites {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .favorites {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 30px;
  }
  .favorites__item {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.favorite-unit {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  background-color: #fefefe;
}
.favorite-unit__pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.favorite-unit__pic img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.favorite-unit__category {
  margin-top: 0;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
.favorite-unit__title {
  margin-top: 0;
  margin-bottom: 7px;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  color: #72737a;
}
.favorite-unit__pseudo-link {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #f47512;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .favorite-unit {
    margin-bottom: 30px;
  }
  .favorite-unit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .favorite-unit:hover:after {
    background-color: #f47512;
  }
  .favorite-unit__pic {
    height: 233px;
  }
  .favorite-unit__title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .favorite-unit__category {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .favorite-unit__content {
    min-height: 244px;
    max-height: 244px;
    overflow: hidden;
    position: relative;
    padding: 27px 10.69% 35px;
  }
  .favorite-unit__pseudo-link {
    position: absolute;
    width: 100%;
    padding-left: 10.69%;
    padding-bottom: 35px;
    background-color: #fefefe;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0 -15px 15px #fefefe;
    box-shadow: 0 -15px 15px #fefefe;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .favorite-unit {
    margin-bottom: 25px;
  }
  .favorite-unit__pic {
    min-height: 214px;
    padding-bottom: 66.88%;
  }
  .favorite-unit__title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 22px;
  }
  .favorite-unit__category {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .favorite-unit__content {
    padding: 27px 7.89% 30px;
  }
}
.filter {
  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;
  width: 100%;
  padding: 24px 6px;
}
.filter__title {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
}
.filter__sort {
  display: inline-block;
  margin-left: 6px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.filter__sort:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter__sort_desc {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-preview-box {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.list-preview-box .filter {
  border-bottom: 1px solid #cdd2d5;
}
.list-preview {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #cdd2d5;
}
.list-preview__item {
  border-bottom: 1px solid #cdd2d5;
}
.pagination {
  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;
  width: 100%;
  padding: 78px 90px;
  color: #f47512;
  cursor: default;
}
.pagination,
.pagination__sum {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.pagination__sum {
  margin-right: 18px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.pagination-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pagination-list li {
  display: inline-block;
  margin: 2px 7px;
}
.pagination-list li .current {
  color: #545454;
}
.pagination-list li:last-of-type {
  margin-left: 2px;
}
.pagination-list a {
  text-decoration: none;
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #f47512;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .pagination {
    padding: 30px 0;
  }
}
.form_dark-bg .input {
  color: #fff;
}
.form_dark-bg .input::-webkit-input-placeholder {
  color: #fff;
}
.form_dark-bg .input::-ms-input-placeholder {
  color: #fff;
}
.form_dark-bg .input::placeholder {
  color: #fff;
}
.form_dark-bg span.wpcf7-not-valid-tip {
  display: none !important;
}
.form_dark-bg .input[aria-invalid='true'] {
  border-bottom-color: #ff2626;
}
div.wpcf7-response-output {
  padding: 1em;
  text-align: left;
}
.form_dark-bg div.wpcf7-response-output {
  color: #fff;
}
.form_dark-bg .btn {
  background-color: transparent;
  border: 1px solid #f47512;
}
.form_dark-bg .btn:hover {
  background-color: #f47512;
}
.form .btn {
  padding: 21px 55px;
  font-size: 14px;
}
.form p {
  margin: 0;
}
.form span.wpcf7-not-valid-tip {
  color: #f47512;
  text-align: left;
  margin: -18px 0 0;
  font-size: 0.875rem;
}
.form textarea + span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.form .ajax-loader {
  float: left;
}
.input {
  width: 100%;
  padding: 13px 0;
  margin-bottom: 29px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 17px;
  border: none;
  border-bottom: 2px solid #f47512;
  color: #444;
  background-color: transparent;
  text-align: left;
}
.input::-webkit-input-placeholder {
  color: #444;
}
.input::-ms-input-placeholder {
  color: #444;
}
.input::placeholder {
  color: #444;
}
.input:focus {
  outline: none;
}
.input_file {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}
.input_file input {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300%;
  opacity: 0;
  background-color: transparent;
}
.input_file:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
}
textarea.input {
  display: block;
  min-height: 288px;
  max-height: 500px;
  padding: 27px 29px;
  margin-top: 46px;
  border: 2px solid #f47512;
  margin-bottom: 0;
  resize: vertical;
}
.resize-box {
  position: relative;
}
.resize-box__point {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: n-resize;
  display: none;
}
.resize-box__point:after,
.resize-box__point:before {
  content: "";
  position: absolute;
  background-color: #f47512;
  height: 1px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.resize-box__point:before {
  width: 16px;
  left: -4px;
}
.resize-box__point:after {
  width: 7px;
  left: 5px;
  top: 6.5px;
}
.resize-box textarea {
  resize: none;
}
.resize-box_tap .resize-box__point {
  display: none;
}
.resize-box_tap textarea {
  resize: none;
}
.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}
.member,
.member__pic {
  width: 100%;
}
.member__pic-inner {
  position: relative;
  overflow: hidden;
}
.member__pic img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.member__name {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #333;
}
.member__name,
.member__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.member__title {
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #f47512;
}
.member__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.member__text {
  margin-top: 0;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 2em;
  color: #72737a;
}
.member__text p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.member__text p:last-child {
  margin-bottom: 0;
}
.member__desc {
  margin-top: 3px;
}
.member .link {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .member__pic {
    padding-left: 2.48%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .members__item:nth-of-type(3n + 1) .member__pic {
    padding-left: 0;
  }
  .member__content {
    margin-top: 55px;
    border-right: 1px solid #cdd2d5;
    flex-grow: 1;
  }
  .members__item:nth-of-type(3n + 1) .member__content {
    border-left: 1px solid #cdd2d5;
  }
  .member__header {
    padding-left: 10.6%;
    padding-right: 10.6%;
    min-height: 107px;
  }
  .member__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .member__desc-inner {
    padding-left: 10.6%;
    padding-right: 10.6%;
  }
  .member__text {
    max-height: 90%;
    overflow: hidden;
  }
  .member__btn-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 10%;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 16px #fff;
    box-shadow: 0 -10px 16px #fff;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .member {
    padding-bottom: 39px;
  }
  .member__content {
    margin-top: 35px;
  }
  .member__btn-box {
    margin-top: 10px;
  }
}
.member-quote {
  width: 100%;
  height: 100%;
  padding-left: 18.5%;
  padding-right: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-family: proxima-nova, sans-serif;
}
.member-quote:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 88px;
  background-color: #f47512;
  max-width: 292px;
}
.member-quote__text {
  font-size: 36px;
}
.member-quote__author,
.member-quote__text {
  font-family: inherit;
  line-height: 55px;
  font-weight: 100;
  color: #010101;
}
.member-quote__author {
  width: 100%;
  font-size: 28px;
}
.member-quote__author:before {
  content: "— ";
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .member-quote {
    padding-left: 10%;
    padding-right: 7%;
  }
  .member-quote:after {
    margin-bottom: 30px;
  }
  .member-quote__text {
    font-size: 26px;
    line-height: 40px;
  }
  .member-quote__author {
    font-size: 18px;
    line-height: 40px;
  }
}
.project-detail__title {
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.project-detail__subtitle {
  margin-top: 0;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .project-detail__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-detail__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 70.67%;
    padding-right: 4.6%;
    max-width: 100%;
  }
  .project-detail__sidebar {
    width: 29.33%;
    padding-left: 3.87%;
    min-width: 290px;
  }
  .project-detail__title {
    margin-bottom: 26px;
    font-size: 40px;
  }
  .project-detail__subtitle {
    margin-bottom: 6px;
    font-size: 15.54px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-detail__title {
    margin-bottom: 34px;
    font-size: 24px;
    line-height: 1.29;
  }
  .project-detail__subtitle {
    margin-bottom: 11px;
    font-size: 16px;
  }
}
.project-desc {
  padding-bottom: 61px;
}
.project-desc__item {
  padding-top: 40px;
  padding-bottom: 33px;
}
.project-desc__item + .project-desc__item {
  padding-top: 48px;
  border-top: 1px solid #cdd2d5;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-desc__item_mob-full-width {
    position: relative;
  }
  .project-desc__item_mob-full-width:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: -27.56px;
    right: -27.56px;
    background-color: #f8f8f8;
  }
}
.project-desc h2 {
  font-weight: 100;
  text-transform: uppercase;
  color: #444;
}
.project-desc h4,
.project-desc h2 {
  max-width: 895px;
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
}
.project-desc h4,
.project-desc__text {
  font-weight: 300;
  color: #72737a;
}
.project-desc__text {
  max-width: 895px;
  font-family: roboto, sans-serif;
}
.project-desc__text p {
  margin-top: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.project-desc__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .project-desc__title {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .project-desc__title + .project-desc__list {
    margin-top: 30px;
  }
  .project-desc h4 {
    margin-bottom: 35px;
    font-size: 24.29px;
    line-height: 34px;
  }
  .project-desc__text {
    font-size: 17px;
    line-height: 33px;
  }
  .project-desc__text p {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-desc__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .project-desc h4 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 34px;
  }
  .project-desc__text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .project-desc__text p {
    margin-bottom: 1em;
  }
}
.project-desc__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.project-desc__list li {
  position: relative;
  padding-left: 1em;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 500;
  color: #72737a;
  font-size: 17.5px;
  line-height: 23px;
  margin-bottom: 21px;
}
.project-desc__list li:last-of-type {
  margin-bottom: 0;
}
.project-desc__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.343em;
  height: 0.343em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f47512;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-desc__list li {
    margin-bottom: 24px;
  }
}
.project-add-info__item {
  padding-top: 43px;
  padding-bottom: 17px;
}
.project-add-info__item + .project-add-info__item {
  padding-top: 31px;
}
.project-add-info__title {
  margin-top: 0;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #cdd2d5;
}
.project-add-info .btn {
  padding: 12px 34px;
  font-size: 13.38px;
  letter-spacing: 2px;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .project-add-info__title {
    margin-bottom: 26px;
    padding-bottom: 22px;
    font-size: 24px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-add-info__title {
    margin-bottom: 16px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}
.project-data {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.project-data__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.project-data__name {
  width: 32.35%;
  padding-right: 6%;
  font-weight: 700;
}
.project-data__data,
.project-data__name {
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #666;
}
.project-data__data a {
  color: inherit;
}
.project-data__data {
  width: 67.65%;
  font-weight: 500;
}
.project-awards {
  display: block;
  width: calc(100% + 10px);
  margin: -5px;
}
.project-awards__item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px;
}
.project-awards__pic {
  max-height: 41px;
  max-width: 100%;
  margin-bottom: 18px;
}
.project-awards__desc {
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 700;
  color: #666;
}
.site-plan__pic + .site-plan__pic {
  margin-top: 30px;
}
.site-plan__pic img {
  max-width: 265px;
  height: auto;
}
.project-slider {
  margin-bottom: 32px;
  width: 100%;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-slider {
    margin-bottom: 43px;
  }
}
.project-slider__slide {
  position: relative;
  /* padding-bottom: 66.9%; */
  background-color: #333;
}
.project-slider__slide img {
  /* position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  width: 100%;
  height: auto;
}
.project-slider .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-slider .slick-dots {
    bottom: -43px;
  }
}
.project-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.project-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.41;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.project-slider .slick-dots li button:focus {
  outline: none;
}
.project-slider .slick-dots li.slick-active {
  margin: 0 5px;
}
.project-slider .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #f47512;
}
.project-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  font-size: 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(244, 248, 250, 0.9);
}
.project-slider .slick-arrow:focus {
  outline: none;
}
.project-slider .slick-arrow:before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px none #f47512;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .project-slider .slick-arrow {
    display: none !important;
  }
}
.project-slider .slick-prev {
  left: 0;
}
.project-slider .slick-prev:before {
  border-left-style: solid;
  border-bottom-style: solid;
  left: 7px;
}
.project-slider .slick-next {
  right: 0;
}
.project-slider .slick-next:before {
  border-right-style: solid;
  border-top-style: solid;
  right: 7px;
}
.page_home .header-inner {
  padding-top: 33px;
  padding-bottom: 28px;
}
.section_our-philosophy .asym__pic-box {
  background-image: url(../images/section1.jpg);
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_our-philosophy {
    padding-top: 85px;
  }
}
.section_design-approach {
  background-color: #f8f8f8;
}
.section_design-approach .asym__pic-box {
  background-image: url(../images/section2.jpg);
}
.section_our-services .section__title {
  margin-bottom: 22px;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_our-services {
    padding-top: 138px;
  }
  .section_our-services .section__title {
    text-align: center;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_our-services {
    max-width: 1590.12px;
    padding: 0 27.56px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 37px;
  }
}
.services {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f8f8;
  }
  .services__item {
    width: 33.58%;
  }
  .services__item:first-of-type {
    width: 32.82%;
  }
}
.section_featured {
  max-width: 1495.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_featured {
    padding-top: 113px;
    padding-bottom: 51px;
  }
  .section_featured .section__title {
    margin-bottom: 24px;
  }
  .section_featured .btn-group {
    text-align: center;
  }
  .section_featured .btn-group_filter {
    text-align: right;
    padding: 26px 0 31px;
  }
  .section_featured .btn-group_filter .btn {
    padding: 20px 60px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_featured {
    padding-top: 37px;
    padding-bottom: 41px;
    background-color: #f8f8f8;
  }
  .section_featured .section__title {
    margin-bottom: 25px;
  }
  .section_featured .btn-group_filter {
    padding: 8px 0 17px;
  }
}
.page_design-interior .section_text-info .section__text > p {
  max-width: 892px;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .page_design-interior .section_text-info {
    padding-bottom: 104px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .page_design-interior .section_text-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page_design-interior--page .section_text-info {
    padding-top: 0;
  }

  .page_design-interior .section_featured-designs {
    background-color: transparent;
    padding-bottom: 8px;
  }
  .page_design-interior .section_empovering {
    padding-top: 8px;
  }
}
.section_dreamweaver {
  background-color: #f8f8f8;
}
.section_dreamweaver .sym__pic-box {
  background-image: url(../images/design_image1.jpg);
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_dreamweaver .section__title {
    max-width: 390px;
  }
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_featured-designs {
    padding-bottom: 33px;
  }
}
.page_awards .hero-page__text {
  max-width: 620px;
}
.page_awards .list-preview-box {
  max-width: 1223.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.award-project-preview {
  display: block;
  padding: 60px 0;
}
.award-project-preview__awards {
  text-align: center;
}
.award-project-preview__awards img {
  max-width: 100%;
}
.award-project-preview__date {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.award-project-preview__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  color: #444;
}
.award-project-preview__text {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 34px;
  color: #72737a;
}
.award-project-preview__pic {
  position: relative;
  overflow: hidden;
}
.award-project-preview__pic img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.award-project-preview__link {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #f47512;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .award-project-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .award-project-preview__awards {
    width: 160px;
  }
  .award-project-preview__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .award-project-preview__text-data {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 520px;
    margin-right: auto;
    padding-left: 1.98%;
    padding-right: 1.98%;
  }
  .award-project-preview__pic {
    width: 38.1%;
    max-width: 384px;
    height: 257px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .award-project-preview {
    padding: 30px 0;
  }
  .award-project-preview__awards,
  .award-project-preview__text-data {
    margin-bottom: 25px;
  }
  .award-project-preview__pic {
    min-height: 320px;
    max-height: 600px;
    height: 90vw;
  }
}
.page_news .hero-page__text {
  max-width: 620px;
}
.page_news .list-preview-box {
  max-width: 1043.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.page_news .pagination {
  padding-left: 0;
  padding-right: 0;
}
.news-preview {
  display: block;
  padding: 60px 0;
}
.news-preview__date {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.news-preview__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  color: #444;
}
.news-preview__text {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 34px;
  color: #72737a;
}
.news-preview__text p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: inherit;
  color: #72737a;
}
.news-preview__text :last-child {
  margin-bottom: 0;
}
.news-preview__text a,
.news-preview__text p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.news-preview__text a {
  text-decoration: none;
  color: #000;
  color: #f47512;
  font-family: proxima-nova, sans-serif;
  font-family: inherit;
}
.news-preview__text a,
.news-preview__text a:hover {
  text-decoration: underline;
}
.news-preview__pic {
  position: relative;
  overflow: hidden;
}
.news-preview__pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .news-preview,
  .news-preview__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .news-preview__info,
  .news-preview__text-data {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .news-preview__text-data {
    max-width: -webkit-calc(604px + 2%);
    max-width: calc(604px + 2%);
    margin-right: auto;
    padding-right: 2%;
  }
  .news-preview__pic {
    width: 31.4%;
    max-width: 310px;
    height: auto;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .news-preview {
    padding: 30px 0;
  }
  .news-preview__text-data {
    margin-bottom: 25px;
  }
  .news-preview__pic {
    min-height: 320px;
    max-height: 500px;
    height: 90vw;
  }
}
.page_contact .hero-page {
  background-image: url(../images/contact-hero-bg.jpg);
}
.page_contact .hero-page__text {
  max-width: 580px;
  font-family: proxima-nova, sans-serif;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .page_contact .hero-page__title {
    margin-top: 158px;
  }
  .page_contact .hero-page__text {
    font-size: 28px;
    line-height: 47px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .page_contact .hero-page__text {
    max-width: 90%;
  }
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_contact-us .section__text > p {
    font-size: 17.5px;
    line-height: 33.97px;
  }
}
.contact-us {
  max-width: 1495.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .contact-form {
  text-align: right;
}
.contact-us .contact-form .btn {
  margin-top: 30px;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .contact-us {
    padding-top: 115px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-us__col-l {
    width: 67.9%;
    padding-right: 8.32%;
  }
  .contact-us__col-r {
    width: 32.1%;
    padding-left: 6.1%;
  }
  .contact-us .contact-form {
    margin-top: 59px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .contact-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-us .contact-form {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.contact-info__title {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #cdd2d5;
}
.contact-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.contact-info__name {
  width: 36.7%;
  min-width: 125px;
  padding-right: 10px;
  font-weight: 700;
}
.contact-info__data,
.contact-info__name {
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 20px;
}
.contact-info__data {
  width: 63.3%;
  font-weight: 500;
}
.page_team .hero-page {
  background-color: #000;
}
.page_team .hero-page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  background: #000;
}
.page_team .hero-page__title {
  text-shadow: 0 0 59px rgba(0, 0, 0, 0.27), 0 0 8px rgba(0, 0, 0, 0.27);
}
.page_team .hero-page__text {
  font-family: proxima-nova, sans-serif;
  max-width: 580px;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .page_team .hero-page__text {
    font-size: 28px;
    line-height: 47px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .page_team .hero-page__text {
    max-width: 77.2%;
  }
  .page_team .hero-page:before {
    background-image: url(../images/team-hero-bg-mob.jpg);
    background-position: 0 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.section_team {
  max-width: 1495.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  padding-bottom: 20px;
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_team {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .section_team .section__title {
    margin-bottom: 33px;
  }
}
.members {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin-bottom: -30px;
  }
  .members__item {
    width: 33.58%;
  }
  .members__item:nth-of-type(3n + 1) {
    width: 32.82%;
  }
}
.section_staff {
  max-width: 1495.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}
.section_staff .section__title {
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_staff .section__title {
    font-size: 37.95px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_staff {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .section_staff .section__title {
    margin-bottom: 33px;
  }
}
div.resume {
  max-width: 1495.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

div.resume p {
  margin: 0;
}

div.resume .wpcf7-form-control-wrap {
  position: static;
}

div.resume .resume-form .btn {
  margin-top: 15px;
}
div.resume .resume-form .input {
  padding-left: 5px;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  div.resume {
    padding-top: 165px;
    padding-bottom: 97px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .resume__col-l {
    width: 51.25%;
    padding-left: 3%;
    padding-right: 6.5%;
  }
  .resume__col-r {
    width: 48.75%;
    padding-left: 6.7%;
    padding-right: 11.2%;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  div.resume {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  div.resume .resume-form {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.section_resume {
  background-color: #5f5f5f;
}
.section_resume .section__text > p {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  color: #fff;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_resume .section__text > p {
    margin-top: 78px;
    font-size: 36px;
    line-height: 55px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_resume .section__text > p {
    font-size: 24px;
    line-height: 36px;
  }
}
.page_services .hero-page__text {
  max-width: 930px;
}
.page_services .section_our-services {
  padding-top: 0;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .page_services .service {
    padding-bottom: 87px;
  }
  .page_services .service__content {
    padding-bottom: 0;
  }
}
.services-awards {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  padding: 42px 0 12px;
}
.services-awards__item {
  height: 57px;
  padding: 0 37px;
  margin-bottom: 30px;
}
.services-awards__pic {
  height: 100%;
  width: auto;
}
.section_spec-services-title {
  text-align: center;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_spec-services-title {
    padding-top: 116px;
    padding-bottom: 17px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .section_spec-services-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.section_spec-services {
  background-color: #f8f8f8;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .section_spec-services .sym__content {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.section_adaptive-reuse .sym__pic-box {
  background-image: url(../images/spec-serv-adapt-reuse.png);
}
.section_historic-preservation .sym__pic-box {
  background-image: url(../images/spec-serv-historic.png);
}
.section_interiors .sym__pic-box {
  background-image: url(../images/spec-serv-interiors.png);
}
.section_forensics .sym__pic-box {
  background-image: url(../images/spec-serv-forensics.png);
}
.page_portfolio .hero-page {
  padding-bottom: 70px;
}
.page_portfolio .hero-page__text {
  max-width: 938px;
}
.page_portfolio .section_featured {
  padding-top: 0;
  padding-bottom: 14px;
}
.page_portfolio-detail .portfolio-detail {
  max-width: 1555.12px;
  padding: 0 27.56px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767.1px) and (orientation: landscape) {
  .page_portfolio-detail .hero-page {
    min-height: 592px;
    margin-bottom: -434px;
  }
}
@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .page_portfolio-detail .hero-page {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 222px;
    height: 222px;
    margin-bottom: -183px;
  }
}

.body-copy a {
  color: #f47512;
  text-decoration: none;
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy h2 {
  margin-bottom: 16px;
  font-family: proxima-nova,sans-serif;
  font-size: 40px;
  font-weight: 100;
  color: #72737a;
  text-transform: uppercase;
}

.body-copy h3 {
  margin-bottom: 13px;
  font-family: proxima-nova-condensed,proxima-nova,sans-serif;
  font-size: 29.14px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.body-copy ul,
.body-copy ol {
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
  counter-reset: ordered;
}

.body-copy li {
  position: relative;
  padding-left: 1em;
  font-family: proxima-nova-condensed,proxima-nova,sans-serif;
  font-weight: 500;
  color: #72737a;
  font-size: 17.5px;
  line-height: 23px;
  margin-bottom: 21px;
  counter-increment: ordered;
}

.body-copy ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: .343em;
  height: .343em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f47512;
}

.body-copy ol > li::before {
  content: counter(ordered);
  position: absolute;
  left: 0;
  top: 0;
  color: #f47512;
}

.body-copy .section__text > :first-child {
  margin-top: 0;
}

.hero-page {
  overflow: visible;
  background-color: transparent;
}

.hero-page::before {
  z-index: -1;
}

.hero-page + * {
  position: relative;
  z-index: 10;
}



.section--featured-designs.section--featured-designs,
.section--content.section--content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-page + .section--featured-designs.section--featured-designs,
.hero-page + .section--content.section--content {
  margin-top: 0;
}

.section--featured-designs .favorites {
  margin-bottom: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section--featured-designs .favorite-unit {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section--featured-designs .favorites__item:last-child .favorite-unit {
  margin-bottom: 0;
}

.section--featured-designs .favorite-unit__pic {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section--featured-designs .favorite-unit__content {
  max-height: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section--featured-designs .favorite-unit__pseudo-link {
  position: static;
  padding: 0;
  margin-top: auto;
}

.in-page-search {
  box-sizing: border-box;
  max-width: 500px;
  padding: 0 20px;
  margin: 0 auto 145px;
}

.in-page-search .search-form  {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.in-page-search .search-form input[type="search"] {
  color: #444;
  font-size: 1.25rem;
}

@media screen and (max-width: 856px) {
  .in-page-search {
    margin-bottom: 60px;
  }
}

@media (min-width: 767.1px) and (orientation: landscape) {
  .section--featured-designs .favorite-unit {
    margin: 0;
  }
}

@media (max-width: 767px), (min-width: 767.1px) and (orientation: portrait) {
  .body-copy h2 {
    font-size: 32px;
  }

  .body-copy h3 {
    font-size: 25px;
  }

  .section--featured-designs.section--featured-designs,
  .section--content.section--content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.filter-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 75px 30px;
  color: #fff;
  background: rgba(68, 68, 68, 0.98);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.filter-close {
  position: absolute;
  top: 33px;
  right: 27px;
  width: 27px;
  height: 27px;
  padding: 0;
  background: none;
  font-size: 0;
  border: 0;
}

.filter-close::before,
.filter-close::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.filter-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filter-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.filter-wrap .facetwp-radio {
  text-align: center;
  padding: 0;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  background: none !important;
}

.filter-wrap .facetwp-radio:hover,
.filter-wrap .facetwp-radio.checked {
  color: #f47512;
}

.filter-wrap .facetwp-facet {
  margin: auto;
}

.filter-wrap .facetwp-radio + .facetwp-radio {
  margin-top: 15px;
}

.filter-wrap .facetwp-counter {
  display: none;
}

@media screen and (max-width: 1180px) {
  .sec-menu > li > a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1040px) {
  .sec-menu > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 950px) {
  .sec-menu > li > a {
    font-size: 13px;
  }
}

@media screen and (max-width: 880px) {
  .sec-menu > li > a {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .filter-wrap .facetwp-radio {
    font-size: 18px;
  }

  .filter-wrap .facetwp-radio + .facetwp-radio {
    margin-top: 10px;
  }
}

.favorites-box:first-child {
  padding-top: 74px;
}

@media screen and (max-width: 833px) {
  .favorites-box:first-child {
    padding-top: 39px;
  }
}

.body-copy img {
  max-width: 100%;
  height: auto;
}

.body-copy-img {
  margin-bottom: 15px;
}

.filter-label {
  display: none;
}

.contact-us__col-r .contact-info {
  color: #666;
}

.f-contact-info {
  text-align: right;
}

.vitamin-link {
  margin-top: 20px;
  font-size: .75rem;
  color: #999;
  text-decoration: none;
  display: inline-block;
  font-weight: 300;
}

.vitamin-link:hover {
  text-decoration: underline;
}

.wpcf7-spinner {
	display: block;
}

:root {
	--plyr-color-main: #f47512;
}

.yt-video-trigger {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.yt-video-trigger__text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	white-space: nowrap;
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	clip-path: inset(50%);
	overflow: hidden;
}

.yt-video-trigger__icon {
	position: relative;
	display: block;
	width: 62px;
	height: 62px;
	background: #f47512;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	transition: transform .2s ease-out;
}

.yt-video-trigger__icon:hover {
	transform: scale(1.2);
}

.yt-video-trigger__icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 17px;
  border-color: transparent transparent transparent #fff;
	transform: translate(-50%, -50%) translateX(13%);
	transition: transform .2s ease-out;
}

.yt-video-trigger__icon:hover::before {
	transform: translate(-50%, -50%) translateX(13%) scale(.83333333);
}




.grecaptcha-badge {
	visibility: hidden;
}