html, body {
    font-size:16px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    color: #151515;
    line-height: 1.5;
    scroll-behavior: smooth;    
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    height: 100%;
    min-height: 100%;
}

.preloader_bg { position: fixed; background: #FFF; width: 100%; height: 100%; top: 0; left: 0; z-index: 99999999; }
.preloader_content { color:#27a193; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 999999999; font-size: 48px; }
.preloader_content span { display: block; margin: auto; text-align: center; text-transform: uppercase; color: #27a193;}

.logo img {
    width: 140px;
    margin-top: -11px;
}

html.noscroll {
    overflow: hidden;
}

.bgmenu {
    font-weight: 900;
    text-transform: uppercase;
    display: none;
    color: #FFF;
    font-size: 24px;
    background: #151515;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    align-items: center;
    justify-content: center;
}

.bgmenu nav a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 20px;
}

.bgmenu nav a:hover {
    color: #27a193;
}

.bgmenu.show {
    display: flex;
}

.bgmenu .close {
    position: absolute;
    right: 0;
    top: 20px;
    color: #FFF;
    cursor: pointer;
    transition: 0.3s;
    padding: 20px;
}

.bgmenu .close:hover {
    color: #27a193;
}

a {
    color: #151515;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #27a193;
}

a.button:hover {
    color: #FFF;
}

b {
    font-weight: 700;
}

h1 {
    font-size: 90px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

.vid {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    overflow: hidden;
    background-size: cover;
}

h2 {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    text-transform: lowercase;
}

h3, .blog h1 {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    text-transform: lowercase;
    margin-bottom: 50px !important;
}

.blog h1 {
    text-transform: none;
}

.blog h2 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 30px;
    margin-top: 50px;
}

.blog p, .blog ul {
    margin-bottom: 30px;
}

.blog img {
    margin-bottom: 30px;
}


header {
    display: flex !important;
    justify-content: space-between;
    padding: 40px !important;
    align-items: center;
    white-space: nowrap;
}

.wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    box-sizing: border-box;
}

header nav {
    margin-right: -30px;
}

header nav a {
    padding: 20px 30px;
    text-transform: lowercase;
}

header nav a:hover {
    color: #27a193;
}

section {
    margin-bottom: 80px !important;
}

section.main {
    margin-top: 100px;
}

h1 {
    margin-bottom: 20px !important;
    margin-left: -5px !important;
}

.presentation {
    width: 100%;
    position: relative;
    height: 80vh;
    margin-top: 60px;
    max-height: 800px;
}

.presentation video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

section h2 {
    margin-bottom: 20px;
}

section.right p {
    max-width: 500px;
}

section.right h2 {
    padding-left: calc(50% + 20px);
}

section.right p {
    padding-left: calc(50% + 20px);
}

.worklist {
    margin-top: 60px;
}

.worklist .item {
    margin-bottom: 40px;
    display: block;
}

.worklist .item span.name {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}

.worklist .item .presentation {
    margin-bottom: 20px;
}

.worklist .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.worklist .item .title .info {
    display: flex;
}

.worklist .item .title .info div {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}

.worklist .item .title .info div b {
    font-size: 12px;
    text-transform: lowercase;
}

.block {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}

.block.sub {
    gap: 40px;
}

.block .col {
    width: 50%;
    gap: 40px;
}

.about .block .col {
    width: calc(50% - 20px);
}

.block.sub > .col {
    display: flex;
}

.block.sub > .col .col ul {
    margin-bottom: 30px;
}

.block .col span {
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
}

html ul li {
    border-left: 12px solid #ececec;
    padding-left: 15px;
    margin-bottom: 10px;
}

#wpadminbar ul li {
    border-left: 0 !important;
}

.pprojects .price {
    color: #27a193;
    font-size: 24px;
    line-height: 1;
}

table tr.price {
    background-color: #27a193 !important;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.hsection {
    display: flex;
    gap: 40px;
}

.features .block {
    flex-wrap: wrap;
    justify-content: center;
}

.features .block .item {
    width: calc(100% / 3 - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.features .block .item i {
    color: #ececec;
    font-size: 64px;
    margin-bottom: 30px;
}

.features span {
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
}

.features .icon {
    min-width: 60px;
    text-align: center;
}

.line {
    padding: 30px 0;
    background-color: #ececec;
}

.line p {
    margin-right: 60px;
}

.line .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line h4 {
    margin-bottom: 0 !important;
    padding-right: 40px;
    max-width: 700px;
}

.button {
    padding: 20px 40px;
    background-color: #151515;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    cursor: pointer;
    transition: 0.3s;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.button:hover {
    background-color: #27a193;
}

.partners .block {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: nowrap;
}

.partners .block img {
    width: calc(100%/8);
    transition: 0.3s;
    min-width: 60px;
    cursor: pointer;
}

.gallery .item, .project .item {
    background-size: 103%;
    background-position: center center;
    padding-bottom: 58%;
    transition: 0.3s;
    cursor: pointer;
}

.gallery .item:hover, .project .item:hover {
    background-size: 110%;
}

footer {
    padding-bottom: 80px !important;
}

footer .logo {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
}

footer nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

footer nav a {
    padding: 20px 30px;
    text-transform: lowercase;
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    color: #CCC;
}

.mmenu {
    display: none;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
}

.mmenu:hover {
    color:#27a193;
}

.fixed {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999;
}

.fixed .button {
    background-color: #27a193;
}

.fixed .button:hover {
    background-color: #151515;
}

.fixed i {
    font-size: 32px;
    margin-left: 30px;
    display: none;
}

.fixed i.show {
    display: block;
}

.withus h2 {
    text-align: right;
    color: #27a193;
}

.block.slide {
    gap: 0;
}

.owl-dots {
    margin-top: 20px;
}

.opt {
    margin-bottom: 10px;
}

.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ececec !important;
    margin-right: 10px;
    transition: 0.3s;
}

.owl-dot.active {
    background-color: #27a193 !important;
}

.owl-dot:hover {
    background-color: #151515 !important;
}

.owl-dot.active:hover {
    background-color: #27a193 !important;
}

.ss {
    margin: 120px auto 120px auto !important;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-bottom: 60px;
}

.block.pricelist {
    display: block;
}

.block.pricelist table, .tblock table {
    min-width: 100%;
    margin-bottom: 60px;
}

.tblock p {
    margin-bottom: 20px;
}

.block.pricelist table th:first-child, .block.pricelist table td:first-child, .tblock table th:first-child, .tblock table td:first-child {
    text-align: left;
    white-space: normal;
    font-weight: 700;
}

.block.pricelist table td, .tblock table td {
    text-align: center;
    white-space: nowrap;
}

.block.pricelist table th, .tblock table th {
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #bebebe;
    font-size: 14px;
}

.block.pricelist table td, .block.pricelist table th, .tblock table td, .tblock table th {
   padding: 20px 40px;
}

.block.pricelist table tr, .tblock table tr {
    border-bottom: 1px solid #e8e8e8;
    background-color: #FFF;
}

.block.pricelist table tr:nth-child(2n), .tblock table tr:nth-child(2n) {
    background-color: #fafafa;
}

.block.pricelist table thead tr, .block.pricelist table thead tr:hover, .tblock table tr, .tblock table tr:hover {
    background-color: #f4f4f4;
}

.tblock table {
    margin-top: 30px;
}

.projects h3, h4, h2.small {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px !important;
    padding-left: 0 !important;
}

.projects .block:nth-of-type(even) {
    flex-direction: row-reverse;
}

.projects .owl-dots {
    margin-top: 30px;
}

.projects .block {
    gap: 0;
}

.project {
    padding-left: 20px;
    box-sizing: border-box;
}

.projects .block:nth-of-type(even) .project {
    padding-left: 0;
    padding-right: 20px;
    box-sizing: border-box;
}

.block .col.inf {
    padding-right: 20px;
    box-sizing: border-box;
}

.projects .block:nth-of-type(even) .col.inf {
    padding-right: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

.block .col p {
    padding-left: 0 !important;
    margin-bottom: 30px;
    max-width: 100%;
}

.v {
    width: 100%;
}

.block.contact {
    display: block;
}

.contact h4 {
    margin-bottom: 0 !important;
    width: calc(50% - 20px);
    text-align: right;
    color: #27a193;
}

.contact > div {
    gap: 40px;
    margin-bottom: 40px;
}

.contact > div:last-of-type {
    margin-bottom: 0;
}

.contact div {
    display: flex;
    align-items: center;
}

.contact div div {
    flex-direction: column;
    align-items: flex-start;
}

.contact i {
    font-size: 24px;
}

.contact a {
    align-items: center;
}

.fa-fw {
    text-align: center;
    width: 50px;
    margin-left: -12px;
}

.contact div div a {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.tabs ul {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tabs ul li {
    border-left: 0;
    padding-left: 0;
    margin-right: 40px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 5px solid #f5f5f5;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 15px;
}

.tabs .ui-tabs-active {
    border-bottom: 5px solid #27a193;
}

.tabs .ui-tabs-active a {
    color: #27a193;
}

.pricelist p {
    margin-bottom: 30px;
}

.pprojects.block .col {
    width: 100%;
}

.pprojects.block .col .col:first-child {
    width: calc(50% + 20px) !important;
    float: left;
}

.pprojects.block .col .col {
    width: calc(50% - 40px);
    float: left;
}

.pprojects.block .col .img {
    width: calc(100% - 40px);
    padding-bottom: 60%;
}

.pprojects .col ul {
    margin-bottom: 30px;
}

.items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

.items .item {
    margin: 0 20px 0 20px;
    width: calc(100% / 4 - 40px);
    margin-bottom: 40px;
}

.items .item img {
    width: 100%;
}

.items .item p {
    padding-left: 0 !important;
}

.items .item h3 {
    font-size: 18px;
    margin-bottom: 15px !important;
}

.hsection img {
    box-sizing: border-box;
    width: 100%;
}

.hsection img:first-child {
    margin-top: 20px;
}

.hsection .img {
    width: 45%;
}

.hsection .tblock {
    width: 55%;
}

.col.list p {
    display: none;
}

.col.list p.active {
    display: block;
}

.col.list h4 {
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col.list h4:after {
    font-weight: 400;
    font-size: 16px;
    content: "+";
}

.col.list h4.active:after {
    content: "–";
}

.col.list h4.active, .col.list h4:hover {
    color: #27a193;
}

.col.list p:last-of-type {
    margin-bottom: 0;
}

.button.yellow {
    background-color: #AD2941;
}

.button.yellow:hover {
    background-color: #000;
}

#form {
    display: none;
}

.wpcf7-submit {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 900;
    width: 100%;
    background-color: #27a193;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    padding: 20px 40px;
    line-height: 1;
     transition: 0.3s;
     cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #000;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    border: 3px solid #ececec;
    padding: 20px 20px;
    font-family: 'Inter', Arial, sans-serif;
    width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    margin-bottom: 20px;
}

.label-text {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    color: #151515;
    padding-right: 40px;
    font-size: 12px !important;
    font-weight: 900 !important;
    font-family: 'Inter', Arial, sans-serif;
} 

label {
    margin-bottom: 30px;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: -10px;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.wpcf7-not-valid {
    border: 3px solid #D63637 !important;
}


.video-header {
    mix-blend-mode: lighten;
    position: absolute;
    width: 100%;
    top: -2px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 4;
}

.video-desc {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 4;
    background-color: #FFF;
    padding-bottom: 25px !important;
    padding-top: 15px !important;
}

.wrapper {
    position: relative;
}

.col.img {
    width: 45%;
}

.col.img img {
    width: 100%;
}

.pblocks {
    margin-bottom: 60px;
}

.hide {
    display: none;
}

.wpcf7-spinner {
    display: block;
    margin: auto !important;
    margin-top: 20px !important;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -12px !important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    font-weight: 700;
    padding: 20px;   
    margin: 0 0 0 0 !important;
    text-align: center;
}

.wpcf7 {
    width: 400px;
}

.wpcf7-submit {
    margin-bottom: 30px;
}

.pblocks p, .pblocks ul {
    margin-bottom: 40px;
}

.pblocks .button {
    display: inline-block;
}

.grecaptcha-badge {
	display: none !important;
}
 
.date-work {
	margin-top: 30px;
} 

.wp-block-image {
	text-align: center;
}

.blog {
	max-width: 1300px;
}

.bnr {
    width: 100%;
}

.hcnt a {
    margin-left: 30px;
}

.features .item, .features .item i {
    transition: 0.3s;
}

.features .item:hover, .features .item:hover i {
    color: #27a193;
}

.date-post {
    width: fit-content;
	text-align: right;
	font-size: 14px;
    margin-left: auto;
}

.date-post span {
	color: #27a193;
}

h1.project_pier {
	text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 900;
    margin-bottom: 30px !important;
    padding-left: 0 !important;
}