@charset "utf-8";
/* ============ resset ============ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ============ groups ============ */
.icon {
    background-image: url(../images/sprite.png);
    display: inline-block;
}
.onetwo,
.onethree,
.onefour,
.onefive,
.twofive,
.onesix,
.twothree,
.button,
nav ul li,
.nav-block__logo-text,
.nav-block__logo-text em,
.block-header__logo,
.footer-contacts__block-icon,
.footer-block__logo-text,
.footer-block__logo-text em,
.social-icons a {
    display: inline-block;
    vertical-align: top;
}
body,
a,
.forms input,
.forms select,
.forms textarea,
.forms button {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/* ============ globals ============ */
body {
    line-height: 1;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    text-align: center;
    background: url(../images/header.jpg) no-repeat center top fixed;
    background-size: cover;
    /*background: url(../images/back.jpg) no-repeat center top;
    min-height: 6000px;*/
}
.wrap {
    margin: 0 auto;
    padding: 0 2.5%;
    width: 95%;
    max-width: 1180px;
    position: relative;
}
.clear {
    clear: both;
}
.line {
    width: 150px;
    height: 1px;
    background: #aaa;
    margin: 30px auto;
}
.block {
    padding: 60px 0;
    background: #fff;
}
.onetwo,
.onethree,
.onefour,
.onefive,
.twofive,
.onesix,
.twothree {
    padding: 0 1.5%;
}
.onetwo + .onetwo,
.onethree + .onethree {
    margin-top: 50px;
}
.onethree,
.onefive {
    width: 46%;
}
.hideonmobile {
    display: none;
}

/* ============ typography ============ */
h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 777px;
    margin: 0 auto 20px;
    letter-spacing: 0.05em;
}
h2 {
    font-size: 2.2em;
    line-height: 1.5em;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0 auto 30px;
    position: relative;
}
h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    background-color: rgba(119, 212, 39, 1);
    margin: 20px auto 0;
}
h3 {
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    color: #000;
}
h3::after,
h3::before {
    content: "";
    display: block;
    position: relative;
    bottom: -30px;
    background-color: rgba(119, 212, 39, 1);
}
h3::after {
    width: 100px;
    height: 1px;
    margin: 0 auto;
}
h3::before {
    width: 20px;
    height: 6px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -31px;
    transform: rotate(60deg);
    outline: 10px solid #fff;
    z-index: 1;
}
h4 {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    line-height: 1.5em;
    font-weight: 300;
    color: #ddd;
    letter-spacing: 0.1em;
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0;
}
h4::after,
h4::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    background: #eee;
    margin: 12px 10px 0;
}
h5 {
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin: 0 0 30px;
    color: #000;
}
h6 {
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin: 0 0 20px;
    color: #000;
}
.subtitle {
    max-width: 500px;
    color: #000;
    font-style: italic;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 0 auto 40px;
}
.subtitle strong {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
}
.subtitle.subtitle__wide {
    max-width: 777px;
    font-size: 1.1em;
    font-style: normal;
}
a {
    color: #9c0000;
    text-decoration: none;
    font-weight: 400;
}
p {
    /*  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;           */
    line-height: 1.7em;
}
.text-left {
    text-align: left;
}

/* ============ icons ============ */
.block-about h2::before {
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    margin: 0 auto 20px;
    background: url(../images/icons/tree.svg) no-repeat center top;
}

/* ============ forms style ============ */
.forms {
    text-align: left;
    position: relative;
}
.forms input,
.forms select,
.forms textarea {
    border: 1px solid #eee;
    border-width: 0 0 2px;
    border-radius: 0;
    background: none;
    padding: 11px 0;
    font-size: 1em;
    width: 100%;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    outline: none;
    margin: 0;
}
.forms input:hover,
.forms select:hover,
.forms textarea:hover {
    border-color: rgba(119, 212, 39, 1);
}
.forms input:focus,
.forms select:focus,
.forms textarea:focus {
    outline: none;
}
.forms label {
    font-size: 0.9em;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 5px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #333;
    text-align: left;
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 700;
}
.forms input::-webkit-input-placeholder {
    color: #ddd;
    font-weight: 100;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
}
.forms input:-moz-placeholder {
    color: #ddd;
    font-weight: 100;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
}
.forms textarea::-webkit-input-placeholder {
    color: #ddd;
    font-weight: 100;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
}
.forms textarea:-moz-placeholder {
    color: #ddd;
    font-weight: 100;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
}

/* ============ Buttons ============ */
.button {
    padding: 15px 80px;
    color: rgba(119, 212, 39, 1);
    font-weight: 700;
    border: 2px solid rgba(119, 212, 39, 1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    background: transparent;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 1.1em;
    cursor: pointer;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.button.button--black {
    color: #000;
    border-color: #000;
}
.button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    opacity: 0;
    background: rgba(119, 212, 39, 1);
    transition: all 0.3s ease;
}
.button.button--black::before {
    background: #000;
}
.button:hover {
    color: #fff;
}
.button.button--black:hover {
    border-color: #000;
}
.button:hover::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
/* ============ Header ============ */
.block-header {
}

/* ============ Navigation ============ */
.nav__btn {
    position: absolute;
    top: 20px;
    right: -45px;
    height: 30px;
    width: 30px;
    z-index: 999;
}
.nav-block__logo {
    text-align: left;
    margin: 0 0 45px 25px;
}
.nav-block__logo svg {
    width: 48px;
    margin-right: 5px;
    fill: #fff;
}
.nav-block__logo-text {
    color: #ccc;
}
.nav-block__logo-text strong {
    display: block;
    padding: 3px 0 5px;
    font-size: 1.55em;
    font-weight: 900;
}
.nav-block__logo-text em {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    font-size: 0.8em;
    letter-spacing: 0.03em;
    font-style: italic;
}
.nav__btn span,
.nav__btn span::after,
.nav__btn span::before {
    height: 4px;
    width: 30px;
    background: rgba(119, 212, 39, 1);
    display: block;
    position: absolute;
    transition: all 0.4s ease;
}
.nav__btn span::after,
.nav__btn span::before {
    content: "";
}
.nav__btn span {
    top: 13px;
}
.nav__btn span::after {
    top: 10px;
}
.nav__btn span::before {
    top: -10px;
}
nav.opened {
    left: 0;
}
nav.opened .nav__btn span {
    background: transparent;
}
nav.opened .nav__btn span::after {
    transform: rotate(-45deg);
    top: 0;
    background: #000;
}
nav.opened .nav__btn span::before {
    transform: rotate(45deg);
    top: 0;
    background: #000;
}
nav {
    padding: 25px 0 0;
    position: fixed;
    width: 80%;
    top: 0;
    left: -80%;
    z-index: 10;
    height: 100%;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.8);
}
nav ul {
    text-align: left;
}
nav ul li {
    width: 100%;
    margin: 0 0 30px 30px;
}
nav ul li a {
    color: #fff;
    position: relative;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 4px;
    background-color: rgba(119, 212, 39, 1);
    transition: all 0.3s ease;
}
nav ul li a:hover::after {
    width: 100%;
}
nav ul li.active a::after {
    width: 100%;
}
.nav__logo {
    font-size: 0;
    display: block;
    height: 120px;
    width: 120px;
    margin: -5px auto 10px;
    border-radius: 50%;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: calc(163% - 60px);
}
.nav__logo svg {
    fill: #000;
    transition: all 0.4s ease;
}
.nav__logo:hover {
    transform: rotate(360deg);
}
nav.fixed .nav__logo {
    height: 60px;
    width: 60px;
    transition: all 0.4s ease;
    left: calc(163% - 30px);
}
nav + .block {
    padding-top: 200px;
}

/* ============ Slider ============ */
.block-slider {
    font-size: 0;
}
.block-slider__text {
    padding: 160px 0 60px;
    font-size: 14px;
    text-align: center;
}
.block-slider__text h2 {
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.block-slider__text p {
    margin: 0 0 30px;
    font-size: 1.15em;
    line-height: 2em;
}

/* ============ about ============ */
.block-about .subtitle__wide {
    margin-bottom: 0;
}

/* ============ profits ============ */
.block-profits {
    background: #f5f5f5;
}
.block-profits svg {
    margin-bottom: 20px;
    height: 38px;
}
.block-profits svg path {
    fill: #111;
}
.block-profits p {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
}
.block-profits ul {
    padding-top: 8px;
}
.block-profits ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 1.1em;
    font-weight: 400;
}
.block-profits ul li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 3px;
    height: 3px;
    border: 3px solid #000;
    border-radius: 50%;
}

/* ============ projects ============ */
/*
.projects {
	font-size: 0;
}
.project-item {
	margin: 0;
	padding: 0;
	width: 50%;
	overflow: hidden;
	background: #000;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.project-item__double {
	width: 100%;
}
.project-item img {
	width: 100%;
	transition: all .3s ease;
}
.project-item:hover img {
	transform: scale(1.1);
	opacity: .5;
}
.project-item--button {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 60px);
	color: #fff;
	padding: 15px 30px;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
	opacity: 0;
	transition: all .3s ease;
}
.project-item:hover .project-item--button {
	opacity: 1;
}
*/

/* ============ testimonials ============ */
.block-testimonials {
    text-align: center;
    background: #212121;
    color: #fff;
}
.block-testimonials p {
    max-width: 555px;
    margin: 0 auto;
    position: relative;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.8em;
    letter-spacing: 0.06em;
}
.block-testimonials p::before {
    content: "❞";
    display: block;
    margin: 0 auto 20px;
    font-size: 4em;
    font-style: normal;
}
.block-testimonials strong {
    display: block;
    margin-top: 20px;
    position: relative;
    font-weight: 600;
}
.block-testimonials strong::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #aaa;
    margin: 0 auto 20px;
    display: block;
}

/* ============ about alter ============ */
.block-about-alter {
    text-align: center;
    background: #212121;
    color: #fff;
}
.block-about-alter p {
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.8em;
    letter-spacing: 0.06em;
}
.block-about-alter p::before {
    content: "❞";
    display: block;
    margin: 0 auto 20px;
    font-size: 4em;
    font-style: normal;
}

/* ============ team ============ */
.team-items {
    padding: 20px 0 10px;
}
.team-item--image {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
}
.team-item--image::after {
    content: "";
    border: 0 solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 50%;
}
.team-item:hover .team-item--image::after {
    border: 3px solid rgba(119, 212, 39, 1);
    top: calc(-10% - 3px);
    left: calc(-10% - 3px);
    width: 120%;
    height: 120%;
}
.team-item--image img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.team-item strong {
    display: block;
    font-weight: 600;
    font-size: 1.3em;
    margin: 20px 0;
    text-transform: uppercase;
}
.team-item em {
    display: block;
    font-style: italic;
    font-weight: 300;
}
.team-item em::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    display: block;
    margin: 10px auto;
}

/* ============ services ============ */
.block-services {
    background: #f5f5f5;
}
.block-services svg {
    margin-bottom: 20px;
    height: 38px;
}
.block-services svg path {
    fill: #111;
}
.block-services h6 {
    margin: 0 0 10px;
}
.block-services em {
    display: block;
    font-style: italic;
    letter-spacing: 0.03em;
    font-weight: 300;
    margin: 0 0 30px;
}
.block-services p {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
}
.block-services ul {
    padding-top: 8px;
}
.block-services ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 1.1em;
    font-weight: 400;
}
.block-services ul li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 3px;
    height: 3px;
    border: 3px solid #000;
    border-radius: 50%;
}

/* ============ projects ============ */
.projects {
    font-size: 0;
}
.project-item {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.project-item img {
    width: 100%;
    transition: all 0.3s ease;
}
.project-item:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}
.project-item--button {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    color: #fff;
    padding: 15px 30px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s ease;
}
.project-item:hover .project-item--button {
    opacity: 1;
}

/* ============ orders ============ */
.block-orders {
    background: #f0f0f0;
}
.order-item {
    position: relative;
    text-align: left;
}
.order-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #000;
}
.order-item h5 {
    margin: 10px 0 0;
}
.order-item p {
    font-weight: 300;
    margin: 0 0 10px;
}

/* ============ contact form ============ */
.contact-form {
    text-align: center;
}
.contact-form__wrap {
    padding: 40px;
    box-shadow: 0 0 25px #eee;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.contact-form__row {
    display: flex;
    margin: 0 0 30px;
}
.contact-form__row.contact-form__row--alter {
    display: block;
}
.contact-form__row.contact-form__row--username {
}
.contact-form__row-label {
    flex-basis: 120px;
    padding: 13px 20px 0 0;
    font-weight: 300;
    font-style: italic;
    font-size: 0.85rem;
    line-height: 1.3rem;
    text-align: left;
}
.contact-form__row--alter .contact-form__row-label {
    padding: 0;
}
.contact-form__row-label .error {
    display: block;
    font-size: 0.7rem;
    color: #ff0000;
    font-weight: 600;
}
.contact-form__row-input {
    position: relative;
    flex-basis: 80%;
}
.contact-form__row--alter .contact-form__row-input {
}
.contact-form__row-input-border {
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    margin: -2px auto 0;
    position: relative;
    transition: all 0.8s ease;
}
.contact-form__row-input input:focus + .contact-form__row-input-border,
.contact-form__row-input textarea:focus + .contact-form__row-input-border {
    background: #000;
    width: 100%;
}
.contact-form__row-input textarea + .contact-form__row-input-border {
    margin-top: -4px;
}
.contact-form__row--username {
    opacity: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}

/* ============ blog ============ */
.blog-item {
    vertical-align: middle;
    display: block;
    align-items: center;
    width: 100%;
    line-height: 1;
}
.blog-item + .blog-item {
    margin-top: 60px;
}
.blog-item:nth-child(2n + 2) .blog-item--image {
    order: -1;
}
.blog-item--text {
    flex-basis: 40%;
    width: 90%;
    padding: 0 5%;
}
.blog-item--text em {
    font-style: italic;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.02em;
    font-weight: 300;
    color: #aaa;
    margin-bottom: 20px;
}
.blog-item--text p {
    max-width: 450px;
    margin: 0 auto 20px;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.8em;
    color: #666;
}
.blog-item--text-link {
    color: transparent;
    font-weight: 300;
    font-style: italic;
    transition: all 0.4s ease;
    position: relative;
}
.blog-item:hover .blog-item--text-link {
    color: rgba(119, 212, 39, 1);
}
.blog-item--text-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: rgba(119, 212, 39, 1);
    transition: all 0.3s ease;
}
.blog-item--text-link:hover::after {
    width: 100%;
}
.blog-item--image {
    flex-basis: 57%;
    width: 97%;
    background-color: rgba(119, 212, 39, 1);
    position: relative;
}
.blog-item--image img {
    width: 100%;
    position: relative;
    top: -10px;
    left: -10px;
    transition: all 0.3s ease;
}
.blog-item:nth-child(2n + 2) .blog-item--image img {
    left: auto;
    right: -10px;
}

/* ============ footer ============ */
footer {
    padding: 80px 0 50px;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: left;
    border-top: 4px solid rgba(119, 212, 39, 1);
}
footer h5 {
    color: #fff;
}
footer .line {
    width: 100%;
    background-color: #333;
    margin: 50px 0;
}
.footer-block ul li + li {
    margin-top: 20px;
}
.footer-block ul li a {
    color: #ccc;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.footer-block ul li a:hover {
    color: #fff;
}
.footer-block ul li a::before,
.footer-block ul li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
}
.footer-block ul li a::before {
    left: 7px;
    height: 10px;
    width: 0;
    background-color: rgba(119, 212, 39, 1);
    z-index: -1;
}
.footer-block ul li a::after {
    width: 100%;
    height: 1px;
    background-color: #444;
}
.footer-block ul li a:hover::before {
    width: 100%;
}
.footer-block ul li a:hover::after {
    opacity: 0;
    left: 7px;
}
.footer-contacts {
    padding-top: 40px;
}
.footer-contacts p {
    color: #666;
    font-size: 0.8em;
    letter-spacing: 0.03em;
    font-weight: 300;
    font-style: italic;
}
.footer-contacts__block {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 15px;
}
.footer-contacts__block-icon {
    width: 20px;
    height: 20px;
    margin: -2px 5px 0 0;
}
.footer-contacts__block-icon svg {
    fill: rgba(119, 212, 39, 1);
}
.footer-block__bottom {
    position: relative;
    text-align: center;
}
.footer-block__bottom .twofive {
    padding-top: 30px;
}
.footer-block__bottom svg {
    fill: #333;
}
.footer-block__logo svg {
    width: 48px;
    margin-right: 5px;
}
.footer-block__logo-text {
    color: #333;
}
.footer-block__logo-text strong {
    display: block;
    padding: 3px 0 5px;
    font-size: 1.55em;
    font-weight: 900;
}
.footer-block__logo-text em {
    border-top: 1px solid #222;
    padding-top: 5px;
    font-size: 0.8em;
    letter-spacing: 0.03em;
    font-style: italic;
}
.social-icons {
    margin-top: 10px;
}
.social-icons a {
    height: 25px;
    width: 25px;
}
.social-icons a + a {
    margin-left: 30px;
}
.social-icons svg {
    fill: #333;
    transition: all 0.3s ease;
}
.social-icons a:hover svg {
    fill: #fff;
}
.social-icons .social-icon-tw {
    width: 27px;
}
.social-icons .social-icon-yt {
    width: 31px;
    margin-top: -2px;
}
.social-icons .social-icon-gp {
    width: 31px;
    margin-top: -2px;
}
.author_copy {
    text-align: right;
    position: absolute;
    bottom: -50px;
    right: 0;
    transition: all 0.3s ease;
}
.author_copy a {
    font-size: 0.7em;
    color: #333;
    display: inline-block;
    border: 0;
    transition: all 0.3s ease;
}
.author_copy a:hover {
    color: #fff;
}
.author_copy a:hover span {
    background: #fff;
    color: #000;
}
.author_copy a span {
    display: inline-block;
    padding: 3px 7px;
    margin-right: 3px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
}
.author_copy a span b {
    font-weight: 300;
    font-size: 1.05em;
}

.project__header {
    background: url(images/projects/1.jpg) no-repeat center top fixed;
    background-size: cover;
    padding: 30px 0 50px;
    height: auto;
}
.project__header.fixed {
    height: auto;
    padding: 30px 0 50px;
}
.project__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.project__header h2 {
    color: rgba(119, 212, 39, 1);
    font-size: 1.4em;
    text-align: left;
    margin-bottom: 10px;
}
.project__header h2::after {
    display: none;
}
.project__header .subtitle {
    color: #fff;
    margin-bottom: 0;
    font-size: 1em;
    text-align: left;
}
.project__header + .block {
    padding-top: 60px;
}
.project__header-text {
    padding-left: 30px;
}

.block-numbers {
    background: #000;
}
.block-numbers strong {
    color: #fff;
    font-weight: 900;
    font-size: 6.6em;
    position: relative;
}
.block-numbers strong::after {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    background: rgba(119, 212, 39, 1);
    margin: 30px auto 0;
}
.block-numbers p {
    color: #fff;
    font-size: 1.25em;
    padding: 10% 10% 0;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.02em;
}
.block-numbers .onethree + .onethree {
    margin-top: 0;
}
.block-numbers .onethree:last-child {
    margin-top: 40px;
}
.block-we-did {
    font-size: 0;
    overflow: hidden;
}
.block-we-did h2 {
    font-size: 77px;
    color: #eee;
    margin-top: 60px;
}
.block-we-did .flex {
    align-items: center;
    flex-direction: column;
}
.block-we-did h2::after {
    margin-top: 0;
}
.block-we-did .did__item {
    text-align: left;
    font-size: 14px;
    min-width: 100%;
    margin-bottom: 40px;
}
.block-we-did .did__item p {
    max-width: 500px;
    width: 80%;
    margin: 0 0 0 10%;
    line-height: 2em;
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
}
.block-we-did .did__item p + p {
    margin-top: 30px;
}
.block-we-did .flex img {
    width: 100%;
    margin-bottom: 40px;
}
.flex {
    display: flex;
}
.block-we-did-two {
    position: relative;
    background: url(images/projects/1.jpg) no-repeat center top fixed;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 100px 0;
}
.block-we-did-two p {
    max-width: 888px;
    margin: 0 auto;
    line-height: 1.8em;
}
.block-we-did-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.project__slider img {
    width: 100%;
    margin: 0 auto;
}

.project__slider .slick-prev,
.project__slider .slick-next {
    height: 55px;
    width: 55px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    background: none;
    outline: none;
    z-index: 9999;
    font-size: 0;
    top: calc(50% - 25px);
}

.project__slider .slick-prev {
    transform: rotate(135deg);
    left: 10%;
}

.project__slider .slick-next {
    transform: rotate(-45deg);
    right: 10%;
}

.project__slider .slick-prev::before,
.project__slider .slick-next::before {
    display: none;
}
.before_gallery {
    min-width: 100%;
    margin-top: 50px;
}
.block-project-gallery h2 {
    font-size: 3.3em;
    margin: 60px 0;
}
.project__cool-gallery {
    font-size: 0;
}
.project__cool-gallery .project__slider-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.project__cool-gallery .project__slider-item img {
    width: 100%;
}
.subtitle__wide--super.subtitle__wide {
    max-width: 999px;
    margin-bottom: 60px;
}
.lightbox .lb-data .lb-details {
    display: none;
}
.block-video iframe {
    width: 100%;
    max-width: 900px;
    height: 500px;
}
