/*

Theme Name: metalist

Theme URI: https://metalist.com.ua

Author URI: https://analyzed.top

Author: TONY

Description: MY PHONE +180994697770

Version: 11

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #191D24;
    color: #fff;
    font-size: 14px;
}

* {
    outline: none !important;
}


h1, h2, h1 {
    font-family: 'Alegreya', serif;
}

nav.main-left {
    position: fixed;
    left: 0;
    top: 0;
    background: #26292F;
    width: 60px;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    z-index: 100;
}

nav.main-left .screens {
    display: block;
    width: 100%;
}

nav.main-left .screens a {
    display: block;
    color: #fff;
    margin: 40px 0;
    padding: 10px 0;
    opacity: 0.5;
    transform: scale(1);
    text-decoration: none;
    border-right: 2px solid transparent;
    transition: 0.3s;
}

nav.main-left .screens a:hover {
    opacity: 0.8;
}

nav.main-left .screens a.active {
    opacity: 1;
    border-right: 2px solid #BBA97D;
}

nav.main-left .socials {
    display: block;
    justify-self: flex-end;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
}

nav.main-left .socials a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    opacity: 0.5;
    transition: 0.3s;
}

nav.main-left .socials a:hover {
    opacity: 1;
}

nav.main {
    height: 100px;
    background: #26292F;
    padding: 10px 0 10px 60px;
}

#logo {
    display: block;
}

#logo img {
    height: 60px;
}

ul.main-menu {
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

ul.main-menu > li {
    display: block;
    margin: 0 15px;
    padding: 0;
}

ul.main-menu > li > a {
    color: #fff;
    font-size: 11px;
}

header.main-header {
    min-height: 680px;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.main-header h1 {
    font-size: 160px;
    opacity: 1;
    color: #fff;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 20px;
    margin-bottom: 110px;
}

header.main-header .desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

header.main-header h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 460px;
}

.mobile-menu-wrap {
    display: none;
}

.btn {
    padding: 19px 30px;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    border-radius: 0;
    z-index: 1;
}

.btn.btn-info {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.btn.btn-info:before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-60%);
    z-index: -1;
    background: #fff;
    transition: 0.3s;
}


.btn.btn-info:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: 0.3s;
}

.btn.btn-info:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #000;
}

.btn.btn-info:hover:after {
    width: 100%;
}

.btn.btn-info:hover:before {
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(-50%);
}


.btn.btn-success {
    border: 2px solid #BBA97D;
    background: transparent;
    color: #BBA97D;
    font-weight: bold;
    transition: 0.3s;
}

.btn.btn-success:before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(60%);
    z-index: -1;
    background: #BBA97D;
    transition: 0.3s;
}


.btn.btn-success:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #BBA97D;
    z-index: -1;
    transition: 0.3s;
}

.btn.btn-success:hover {
    border: 2px solid #BBA97D;
    background: transparent;
    color: #000;
}

.btn.btn-success:hover:after {
    width: 100%;
}

.btn.btn-success:hover:before {
    top: 50%;
    right: 100%;
    transform: translateY(-50%) translateX(50%);
}

body .nf-form-content button, body .nf-form-content input[type=button], body .nf-form-content input[type=submit] {
    border: 2px solid #BBA97D;
    background: transparent;
    color: #BBA97D;
    font-weight: bold;
    transition: 0.3s;

}

body .nf-form-content button:hover, body .nf-form-content input[type=button]:hover, body .nf-form-content input[type=submit]:hover {
    border: 2px solid #BBA97D;
    background: #BBA97D;
    color: #fff;
}

h2.block-title,
h1.block-title {
    color: #BBA97D;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 40px;
    position: relative;
}

.text-center > h2.block-title {
    display: inline-block;
}

h2.block-title:before,
h1.block-title:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #BBA97D;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

.text-center > h2.block-title:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #BBA97D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
}

h2.block-title.text-xl-right:before {
    left: auto;
    right: -80px;
}

section.planing {
    padding: 180px 0;
    position: relative;
}


section.planing:before {
    content: '';
    background: #26292F;
    opacity: 0.7;
    position: absolute;
    width: 480px;
    height: 480px;
    right: 50%;
    top: 400px;
    transform: translateX(520px);
}

section.planing:after {
    content: '';
    background: #26292F;
    opacity: 0.7;
    position: absolute;
    width: 150px;
    height: 150px;
    right: 50%;
    top: 880px;
    transform: translateX(670px);
}

section.planing svg {
    width: 100%;
}

section.planing .sec {
    fill: #373A40;
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
}

section.planing .sec:hover {
    fill:  #625C4E;
}

section.planing .sec.active {
    fill: #BBA97D;
    opacity: 1;
}

section.planing .sec.block {
    fill: #373A40;
    cursor: not-allowed;
}

section.planing .sec.block.active {
    fill: #FF9A9A;
}

.full-img {
    width: 100%;
}

section.pluses {
    padding: 100px 0;
}

section.pluses h2.block-title:before {
    width: 200px;
    left: -240px;
}

.boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pluses .boxes {
    margin-top: 100px;
}

:root {
    --clr-border: rgba(255, 255, 255, 0.5);
}

.boxes .box {
    width: 50%;
    padding: 10px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(
            0deg, var(--clr-border), var(--clr-border) 10%, transparent 10%, transparent 90%, var(--clr-border) 90%), linear-gradient(
            90deg, var(--clr-border), var(--clr-border) 10%, transparent 10%, transparent 90%, var(--clr-border) 90%), linear-gradient(
            180deg, var(--clr-border), var(--clr-border) 10%, transparent 10%, transparent 90%, var(--clr-border) 90%), linear-gradient(
            270deg, var(--clr-border), var(--clr-border) 10%, transparent 10%, transparent 90%, var(--clr-border) 90%);
}

.pluses .boxes .box:last-of-type:not(:nth-of-type(2n)) {
    width: 100%;
}

.pluse {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.pluse:hover {
    text-decoration: none;
    background: #26292F;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
}

.pluse svg {
    margin-bottom: 27px;
}

.pluse svg path {
    fill: #fff;
    transition: 0.3s;
}

.pluse:hover svg path {
    fill: #BBA97D;
}

.pluse .name {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.pluse:hover .name {
    color: #BBA97D;
}

section.perspect {
    padding: 100px 0;
    position: relative;
}


section.perspect:before {
    content: '';
    background: #26292F;
    opacity: 0.7;
    position: absolute;
    width: calc(50% - 15px);
    height: calc(100% - 170px);
    right: 0;
    top: 100px;
}

section.perspect:after {
    content: '';
    background: #26292F;
    opacity: 0.7;
    position: absolute;
    width: 100px;
    height: 100px;
    right: calc(50% - 15px);
    top: 0;
}

section.perspect .stats {
    display: flex;
    max-width: 760px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -147px;
    position: relative;
}

section.perspect .stats .stat {
    flex: 1;
    background: #26292F;
    padding: 44px 15px 44px 30px;
    text-align: left;
}

section.perspect .stats .stat:last-of-type {
    background: #191D24;
}

section.perspect .stats .stat b {
    display: block;
    font-weight: 600;
    font-size: 26px;
}

.otext {
    opacity: 0.6;
    font-size: 14px;
    line-height: 21px;
}

section.oclients {
    padding: 100px 0;
}


section.oclients .boxes {
    margin-top: 100px;
}

section.oclients .boxes .box {
    width: 25%;
}


section.oclients .client {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0);
    transition: 0.3s;
}

section.oclients .client img {
    height: 80px;
}

section.oclients .client:hover {
    text-decoration: none;
    background: #26292F;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
}

.line-back {
    background: url("img/llines-back.png") repeat center top;
}

.etajes {
    display: block;
    padding: 0;
    margin: 50px 0;
}

.etajes li {
    display: inline-block;
    vertical-align: middle;
}

.etajes li:first-of-type {
    padding-right: 30px;
    text-transform: uppercase;
}

.etajes li a {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    opacity: 0.5;
    transition: 0.3s;
}

.etajes li a:hover,
.etajes li a.active {
    background: #BBA97D;
    opacity: 1;
    text-decoration: none;
}

.buttons-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.buttons-row button {
    width: 36px;
    height: 36px;
    border: 1px solid #BBA97D;
    color: #BBA97D;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    transition: 0.3s;
}

.buttons-row button:hover {
    background: #BBA97D;
    color: #fff;
}

.planing h2.plt {
    color: #BBA97D;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 40px;
}

.sdata {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 50px 0;
}

.sdata > div {
    margin-bottom: 24px;
    display: flex;
    width: 100%;
}

.sdata > div .name {
    padding-right: 5px;
}

.sdata > div .val {
    padding-left: 5px;
}

.sdata > div .line {
    flex: 1;
    height: 15px;
    border-bottom: 2px dotted #fff;
}

#evnt {
    position: fixed;
    top: 0;
    left: 0;
}

#map {
    width: 100%;
    height: 540px;
}

footer {
    padding: 120px 0;
    position: relative;
    background: #26292F;
}

footer .cont {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 40px;

}

footer .cont i {
    color: #BBA97D;
    position: absolute;
    top: 2px;
    left: 0;
}

footer .cont a {
    text-decoration: none;
    color: #fff;
}

.form .nf-form-fields-required {
    display: none;
}

.form .label-left .nf-field-label label {
    text-align: left;
}

.form .ninja-forms-req-symbol {
    display: none;
}

.form .nf-form-content .ninja-forms-field.form-control {
    text-align: right;
    background: none;
    border: none;
    color: #fff;
}

.form .nf-form-content .ninja-forms-field.form-control:focus,
.form .nf-form-content .ninja-forms-field.form-control:active {
    background: transparent;
    color: #fff;
}

.form .nf-error.field-wrap .nf-field-element:after,
.form .nf-pass.field-wrap .nf-field-element:after {
    display: none;
}

.form .label-left .field-wrap {
    border-bottom: 1px solid #ccc;
}

.form .label-left .field-wrap.submit-wrap {
    border-bottom: none;
}

footer:before {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    height: calc(100% + 60px);
    bottom: 0;
    right: 0;
    background: #191D24;
}

.modal-content {
    background: #191D24;
    color: #fff;
    border-radius: 0;
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
    color: #fff;
    font-size: 50px;
    line-height: 30px;
}

.modal h2 {
    color: #BBA97D;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 40px;
    position: relative;
}

#plusModal img {
    width: 50px;
}

#plusModal hr {
    border-bottom: 2px solid #BBA97D;
    width: 40px;
    margin: 30px auto;
}

.lang .dropdown {
    text-align: center;
}

.lang .dropdown .dropdown-toggle {
    border: none;
    background: none;
    color: #fff;
    font-size: 11px;
    display: inline-block;
}

.dropdown-menu {
    background: #BBA97D;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 0;
    min-width: 40px;
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li {
    display: block;
    margin: 3px 0;
    text-align: center;
}

.dropdown-menu ul li a {
    color: #fff;
    font-size: 12px;
    padding: 3px;
}

section.info {
    padding: 140px 0;
    background: #26292F;
}

section.calcul {
    padding: 100px 0;
}

section.ipluses {
    padding: 100px 0;
}

section.ipluses img {
    width: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    background: #BBA97D;
    border-radius: 0 !important;
    height: 4px !important;
    transform: translateY(-2px);
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #BBA97D !important;
    border-radius: 0;
    border: none !important;
    width: 7px !important;
    transform: translateY(-4px) translateX(5px);
}

.ui-slider-horizontal {
    height: 1px !important;
    background: #75777c !important;
    margin: 15px 0 !important;
    border: none !important;
}

.calculator {
    margin-bottom: 60px;
}

.calculator .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.calculator .cost {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
}

.calculator .data {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #BBA97D;
}

.calculator .min,
.calculator .max {
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.4);
}

.calculator .max {
    text-align: right;
}

.crow {
    padding: 20px 0;
    border-bottom: 1px solid #75777c;
}

.right-form {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    right: -100%;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.right-form.active {
    right: 0;
    opacity: 1;
}

.right-form .wrap {
    position: fixed;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: #191D24;
    padding: 50px 120px;
    top: 0;
    right: -100%;
    opacity: 0;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.right-form.active .wrap {
    right: 0;
    transition-delay: 0.2s;
    opacity: 1;

}

.right-form .wrap .close {
    color: #fff;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.right-form .wrap > div {
    width: 100%;
}

.anisec {
    opacity: 0;
    transform: translateY(100px);
    transition: 0.5s;
}

.anisec.loaded {
    opacity: 1;
    transform: translateY(0);
}

table {
    width: 100%;
    margin: 100px 0;
}

table tr td {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #BBA97D;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 0 !important;

}

table tr:first-of-type td {
    color: #fff;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 40px 0 !important;
}

@media (max-width: 1700px) {
    header.main-header h1 {
        font-size: 150px;
    }

    header.main-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 1500px) {
    header.main-header h1 {
        font-size: 140px;
    }

    header.main-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 1300px) {
    header.main-header h1 {
        font-size: 130px;
    }

    header.main-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 1201px) {
    header.main-header h1 {
        font-size: 50px;
    }

    header.main-header h2 {
        font-size: 24px;
    }

    nav.main-left {
        display: none;
    }
}

@media (max-width: 900px) {

    nav.main-left {
        display: none;
    }

    html #wpadminbar {
        top: 70px;
        position: fixed;
        z-index: 49;
    }

    .btn-menu {
        background: transparent;
        border: none;
        border-radius: 0;
        width: 26px;
        height: 20px;
        position: relative;
        padding: 0;
    }

    .btn-menu span {
        display: block;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 0;
        transform: translateX(0);
        filter: blur(0);
        opacity: 1;
        transition: 0.5s;
    }

    .btn-menu span:nth-of-type(1) {
        width: 100%;
        top: 0;
        transition-delay: 0.1s;
    }

    .btn-menu span:nth-of-type(2) {
        width: 60%;
        top: 9px;
        transition-delay: 0s;
    }

    .btn-menu span:nth-of-type(3) {
        width: 100%;
        top: 18px;
        transition-delay: 0.2s;
    }

    body.openmenu .btn-menu span {
        transform: translateX(-400px);
        filter: blur(10px);
        opacity: 0;
    }

    .mobile-menu-wrap {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: 0.5s;
        z-index: 97;
    }

    body.openmenu .mobile-menu-wrap {
        right: 0;
        opacity: 1;
    }

    .mobile-menu-wrap .mobile-menu-block {
        background: #26292F;
        padding: 28px;
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: calc(100% - 15px);
        transition: 0.5s;
        list-style: none;
    }

    body.openmenu .mobile-menu-wrap .mobile-menu-block {
        right: 0;
        opacity: 1;
        transition-delay: 0.2s;
    }

    .mobile-menu-wrap .mobile-menu-block .close {
        color: #fff;
        font-size: 50px;
        line-height: 30px;
        position: absolute;
        top: 25px;
        right: 30px;
        margin: 0;
        padding: 0;
    }

    .mobile-menu {
        display: block;
        margin: 0 0 50px 0;
        padding: 0;
        list-style: none;
        min-height: calc(100vh - 500px);
    }

    .mobile-menu li {
        margin: 0 0 40px 0;
    }

    .mobile-menu li a {
        color: #fff;
        font-size: 16px;
    }

    nav.main {
        padding: 15px;
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
    }

    body {
        padding-top: 70px;
    }

    #logo img {
        height: 40px;
    }

    .lang .dropdown {
        text-align: left;
        margin-bottom: 40px;
    }

    header.main-header {
        padding: 30px 0;
        min-height: 0;
    }


    header.main-header h1 {
        font-size: 38px;
        margin-bottom: 160px;
        text-align: center;

        -webkit-text-stroke: 1px #fff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
    }

    header.main-header h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    header.main-header .btn {
        width: calc(100% - 20px);
        margin-left: 20px;
    }

    section.planing {
        padding: 80px 0 30px 0;
    }

    section.planing .btn.btn-success {
        width: calc(100% - 20px);
    }

    .right-form .wrap {
        width: calc(100% - 15px);
        padding: 15px;
    }

    section.planing:before, section.planing:after {
        display: none;
    }

    section.perspect .full-img {
        margin-bottom: 30px;
    }

    section.perspect:before {
        display: none;
    }

    section.perspect .btn {
        width: calc(100% - 30px);
    }

    section.perspect .stats {
        max-width: none;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    section.perspect .stats .stat {
        flex: 50%;
        width: 50%;
    }

    section.oclients .boxes .box {
        width: 50%;
    }

    footer {
        background: transparent;
        padding-bottom: 0;
    }

    footer:before,
    footer:after {
        display: none;
    }

    footer .cont-wrap {
        position: relative;
        padding: 50px 0;
        margin-top: 50px
    }

    footer .cont-wrap:before {
        content: '';
        background: #26292F;
        display: block;
        position: absolute;
        width: calc(100% + 30px);
        left: -15px;
        height: 100%;
        top: 0;
    }

    h2.block-title.text-xl-right,
    h2.block-title {
        padding-left: 50px;
    }

    h2.block-title.text-xl-right:before,
    h2.block-title:before,
    section.pluses h2.block-title:before {
        right: auto;
        left: 0;
        width: 40px;
    }

    section.pluses {
        padding: 30px 0;
    }

    #map {
        height: 400px;
    }

    body .nf-form-content button, body .nf-form-content input[type=button], body .nf-form-content input[type=submit] {
        width: 100%;
    }

    .nf-field-container .nf-field-label {
        width: 50% !important;
    }

    .nf-field-container .submit-wrap .nf-field-label {
        display: none !important;
    }

    .nf-field-container .nf-field-element {
        width: 50% !important;
    }

    .nf-field-container .submit-wrap .nf-field-element {
        width: 100% !important;
    }

    .nf-error .nf-error-msg {
        text-align: right !important;
    }

    section.calcul img {
        margin-bottom: 30px;
    }

    .calculator {
        margin: 50px 0;
    }

    section.calcul .btn {
        width: calc(100% - 30px);
    }

    .text-center > h2.block-title {
        padding: 0 50px;
    }

    .text-center > h2.block-title:after {
        right: 0;
    }

    section.info,
    section.ipluses,
    section.calcul {
        padding: 30px 0;
    }


    .mobile-menu-block .cont {
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        position: relative;
        padding-left: 40px;

    }

    .mobile-menu-block .cont i {
        color: #BBA97D;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .mobile-menu-block .cont a {
        text-decoration: none;
        color: #fff;
    }

    .mobile-menu-block .btn.btn-success {
        width: 100%;
    }


    .mobile-menu-block .socials {
        display: block;
        width: 100%;
    }

    .mobile-menu-block .socials a {
        display: inline-block;
        vertical-align: middle;
        color: #BBA97D;
        text-decoration: none;
        margin-top: 30px;
        opacity: 0.9;
        font-size: 30px;
        margin-right: 30px;
        transition: 0.3s;
    }

    .mobile-menu-block .socials a:hover {
        opacity: 1;
    }

    .etajes li:first-of-type {
        padding-right: 0;
        text-transform: none;
    }

    .etajes {
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    .etajes li {
        display: none;
    }

    .etajes li.show {
        display: block;
        flex: 1;
    }

    .etajes li a {
        width: 100%;
    }

    .sdata > div .line {

        border-bottom: 2px dotted #fff;
    }
    section.perspect:after{
        display: none;
    }
}


@media (max-width: 420px) {
    header.main-header h1 {
        font-size: 36px;
    }

    header.main-header h2 {
        font-size: 26px;
    }
}