/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,700,800,900&display=swap&subset=latin-ext');

/* CLEARFIX */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

@font-face {
    font-family: 'amcap_eternalregular';
    src: url('../fonts/amcap_eternal-webfont.woff2') format('woff2'),
         url('../fonts/amcap_eternal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------ BODY ------------------------ */ 
.pad5 {
    padding: 5% !important;
}
.nomg-b {
    margin-bottom: 0 !important;
}
.nomg-r {
    margin-right: 0 !important;
}
.nomg-t {
    margin-top: 0 !important;
}
p, a, span, li {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.color-yellow {
    color: #ffce0c !important;
}
.color-red {
    color: #ff0000 !important;
}
.navigation-fixed {
    background-image: url(../images/menu-bg-2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 280%;
    width: 20%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    float: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.navigation-fixed:hover {
    box-shadow: 0px 0px 100px rgba(255, 206, 12, 0.22);
}
.navigation-fixed .logo img {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.navigation-fixed .nav-menu {
    padding: 0px 30px 30px 30px;
    box-sizing: border-box;
    text-align: center;
}
.new-menu a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffce0c !important;
}
.new-menu a::before {
    position: absolute;
    content: "NOU";
    left: 20px;
    font-size: 0.8em;
    font-family: 'amcap_eternalregular';
    color: #ffce0c;
}
.navigation-fixed .nav-menu ul li {
    position: relative;
}
.navigation-fixed .nav-menu ul li a {
    text-decoration: none;
    padding: 18px 0;
    display: block;
    color: #fff;
    font-size: 0.875em;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.navigation-fixed .nav-menu ul li a:hover {
    border-bottom: 1px solid #ffce0c;
/*    background: linear-gradient(180deg, #000, rgba(255, 206, 12, 0.1));*/
    font-weight: 600;
}
.navigation-fixed .nav-footer {
    background: #ffce0c;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 130px;
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.43);
}
.navigation-fixed .nav-footer a {
    font-size: 2em;
    color: #000;
    text-align: center;
    margin-right: 30px;
}
.navigation-fixed .nav-footer a:last-child {
    margin-right: 0;
}
.navigation-fixed .nav-footer a:hover {
    color: #fff;
}
.navigation-fixed .nav-footer .nav-social {
    margin-bottom: 20px;
}
.navigation-fixed .nav-footer .credits {
    font-size: 1em;
        line-height: 30px;
}
.navigation-fixed .nav-footer .credits a {
    font-size: 1em;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    color: rgba(0, 0, 0, 0.33);
}
.navigation-fixed .nav-footer .credits a:hover {
    color: #fff;
}
/* ------------------------------ RESPONSIVE NAV ----------------------*/
.responsive-nav {
    background: #000;
    position: fixed;
    top: 0;
    left: 250px;
    z-index: 1000;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: none;
}
.responsive-nav:hover {
    color: #ffce0c;
}
.responsive-nav img {
    width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.slide-nav {
    left: 0 !important;
}
.slide-btn {
    left: 250px !important;
    background: #ffce0c;
    color: #000;
}
.slide-btn:hover {
    color: #000;
}
/* ------------------------------ HEADER ------------------------------*/
.main-container {
    width: 100%;
    padding-left: 15%;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.main-container .header {
    background: url(../images/header_bg_car.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right bottom, center;
    height: 100vh;
    position: relative;
}
.main-container .header .top-adress {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    padding: 20px;
    color: rgba(255, 255, 255, 0.38);
    font-weight: 300;
}
.main-container .header .top-adress a {
    text-decoration: none;
    font-weight: 300;
    color: inherit;
}
.main-container .header .top-adress a:hover {
    color: #ffce0c;
}
.main-container .header .heading {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main-container .header h1 {
    font-size: 4.5em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    text-shadow: 0px 0px 30px #000;
}
.main-container .header h2 {
    font-size: 2.5em;
    color: #fff;
    line-height: 70px;
    font-weight: 300;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.main-container .header h2:before {
    position: absolute;
    content: ".";
    font-size: 1em;
    color: rgba(255, 255, 255, 0.4);
    width: 30px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    margin-top: 150px;
    left: 49%;
    line-height: 0px;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.main-container .header h2:hover:before {
    color: #ffce0c;
    line-height: 30px;
    border: 1px solid rgb(255, 255, 255);
}
.main-container .header .header-programare {
    background: #ffce0c;
    height: 130px;
    padding: 42px 30px 30px 50px;
    box-sizing: border-box;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.main-container .header-programare p:first-child {
    font-size: 2em;
    font-family: 'amcap_eternalregular';
    color: #222222;
}
.main-container .header-programare p:nth-child(2) {
    font-size: 1.125em;
    color: #222222;
    line-height: 30px;
}
.main-container .header-programare .left {
    float: left;
}
.main-container .head-action {
    float: right;
}
.main-container .head-progr-btn {
    font-family: 'amcap_eternalregular';
    background: #000;
    color: #fff;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    float: right;
}
.main-container .calc-btn {
    font-family: 'amcap_eternalregular';
    background: #000;
    color: #fff;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    float: right;
    margin-right: 10px;
    position: relative;
}
.main-container .calc-btn:hover::before {
    position: absolute;
    content: "calculator pret";
    top: -30px;
    left: -30px;
    width: 100px;
    font-weight: 100;
    font-size: 0.875em;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    padding: 5px;
    font-family: 'Exo 2', sans-serif;
    border-radius: 8px;
}
.main-container .calc-btn i {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.main-container .calc-btn:hover i {
    color: #ffce0c;
}
.main-container .head-progr-btn i {
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.main-container .head-progr-btn:hover i {
    color: #ffce0c;
}
.main-container .header .godown-btn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.main-container .header .godown-btn img:hover {
    position: absolute;
    bottom: 0;
}
/* ---------------- CONTENT ------------------*/
.servicii {
    box-sizing: border-box;
}
.container {
    padding: 5%;
    box-sizing: border-box;
}
.servicii .service {
    float: left;
    padding: 50px;
    background: url(../images/det-ext.png), url(../images/header_pattern.jpg);
    background-position: right, right;
    background-repeat: no-repeat, repeat;
    box-sizing: border-box;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 300px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.servicii .service:hover {
    box-shadow: 0px 0px 0px 5px #ffce0c;
}
.servicii .service-badge-new::before {
    position: absolute;
    content: "NOU";
    left: 20px;
    top: -20px;
    background: #ffce0c;
    padding: 8px;
    box-sizing: border-box;
    font-family: 'amcap_eternalregular';
    box-shadow: 0px 0px 10px #ffce0c;
}
.servicii .det-int {
    background: url(../images/det-int.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.servicii .pack-protect {
    background: url(../images/ppf-bg-small.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.servicii .det-ext-winter {
    background: url(../images/det-ext-winter.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.wrap {
    background: url(../images/wrap.png), url(../images/header_pattern.jpg) !important;
    background-position: right, right!important;
    background-repeat: no-repeat, repeat !important;
}
.servicii .det-motor {
    background: url(../images/det-motor.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.servicii .vopsire-etrieri {
    background: url(../images/vopsire-etrieri.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.servicii .folii-solare-geamuri {
    background: url(../images/folii-geamuri-small.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.servicii .b2b-index {
    background: url(../images/b2b-small.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.servicii .det-periodic {
    background: url(../images/det-periodic.png), url(../images/header_pattern.jpg);
    background-position: right bottom;
    background-repeat: no-repeat, repeat;
}
.servicii .tratamente-ceramice {
    background: url(../images/tratamente-ceramicei.png), url(../images/header_pattern.jpg);
    background-position: right bottom -50px;
    background-repeat: no-repeat, repeat;
}
.servicii .service p {
    font-family: 'amcap_eternalregular';
    font-size: 3em;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}
.servicii .service .service-btn {
    position: absolute;
    bottom: 50px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.servicii .service:hover .service-btn {
    background: #ffce0c;
    border: 1px solid #ffce0c;
    color: #000;
}
/* ------------------ TRIMITE MESAJ -----------------*/
.send-msg {
    position: fixed;
    z-index: 10;
    right: -500px;
    top: 0;
    width: 500px;
    background: rgba(0, 0, 0, 0.95);
    height: 100vh;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.send-msg:hover{
    box-shadow: 0px 0px 40px rgba(255, 206, 12, 0.37);
}
.send-msg p:first-child {
    font-size: 1.6em;
    font-family: 'amcap_eternalregular';
    color: #fff;
}
.send-msg p:nth-child(2) {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 40px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    font-family: "exo 2", sans-serif;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
textarea {
    width: 100%;
    font-family: "exo 2", sans-serif;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none;
    max-height: 300px;
    min-height: 200px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover {
    border: 1px solid rgba(255, 206, 12, 0.74);
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
    padding-left: 15px;
    border: 1px solid rgb(255, 206, 12);
}
input[type="submit"] {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    background: #ffce0c;
    outline: 0;
    border: 1px solid #ffce0c;
    color: #000;
    font-family: 'amcap_eternalregular';
}
::-webkit-input-placeholder {
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.51);
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.51);
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.51);
    font-style: italic; 
}

:-ms-input-placeholder {  
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.51);
    font-style: italic;
}
.send-msg .close-form {
    font-size: 2em;
    color: #fff;
    margin-top: 50px;
    display: block;
    text-decoration: none;
}
.send-msg .close-form span {
    display: block;
    font-size: 0.6em;
    color: rgba(255, 255, 255, 0.27);
    font-weight: 300;
    line-height: 40px;
}
.send-msg .close-form:hover span {
    color: #ffce0c;
}
.formbox-show {
    right: 0;
}
/*  ------------------ CE ESTE DETAILINGUL ------------------ */
.det-info {
    width: 100%;
    padding: 70px 50px;
    box-sizing: border-box;
    background: url(../images/header_pattern.jpg);
    text-align: center;
}
.det-info h3 {
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    margin-bottom: 50px;
}
.det-info .det-text {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
.det-info .det-text-bg {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.det-info .det-text-warning {
    background: #ffce0c;
    padding: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 50px;
}
.det-info ul {
    margin-top: 50px;
    margin-bottom: 50px;
}
.det-info ul li {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px;
    text-align: left;
}
.det-info ul li:hover {
    background: rgba(0, 0, 0, 0.38);
}
.det-info ul li i {
    color: #ffce0c;
    margin-right: 30px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.det-info ul li:hover i {
    margin-right: 35px;
}
/* ----------------EXTERIOR DETAILING-------------------*/
.main-container .section-head {
    background: url(../images/ext-bg.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right top, center;
    padding: 250px 30px 250px 30px;
    box-sizing: border-box;
    text-align: center;
}
.main-container .section-head h1 {
    font-size: 4.5em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    text-shadow: 0px 0px 30px #000;
}
.main-container .section-head h2 {
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    margin-top: 15px;
    text-shadow: 0px 0px 10px #000;
}
.main-container .h-p-ext {
    background: #ffce0c;
    padding: 42px 30px 30px 50px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.main-container .h-p-ext p:first-child {
    font-size: 2em;
    font-family: 'amcap_eternalregular';
    color: #222222;
}
.main-container .h-p-ext p:nth-child(2) {
    font-size: 1.125em;
    color: #222222;
    line-height: 30px;
}
.main-container .h-p-ext .left {
    float: left;
}
.main-container .h-p-ext .head-progr-btn {
    font-family: 'amcap_eternalregular';
    float: right;
    background: #000;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
}
.main-container .h-p-ext .head-progr-btn i {
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.main-container .h-p-ext .head-progr-btn:hover i {
    color: #ffce0c;
}
.main-container .min-nav {
    padding: 20px 20px 20px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.main-container .min-nav p {
    color: #b9b9b9;
}
.main-container .min-nav p i {
    margin: 0 10px;
    font-size: 0.8em;
}
.main-container .min-nav a {
    text-decoration: none;
    color: #b9b9b9;
    font-size: 0.875em;
}
.main-container .min-nav a:hover {
    color: #464646;
    font-weight: 700;
}
.main-container .min-nav .mnav-active {
    font-weight: 700;
    color: #000;
}
.main-container .det-service {
    position: relative;
    padding: 50px;
    overflow: hidden;
    background: url(../images/polis-caroserie.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right top, center;
    border-left: 0px solid #ffce0c;
    margin-bottom: 40px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.main-container .det-service-nou::before {
    position: absolute;
    content: "NOU";
    left: 5px;
    top: 5px;
    width: 50px;
    height: 30px;
    background: #ffce0c;
    font-family: 'amcap_eternalregular';
    color: #000;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}
.main-container .det-service:hover {
    border-left: 15px solid #ffce0c;
}
.main-container .det-service p:first-child {
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    text-shadow: 0px 0px 13px #000;
}
.main-container .det-service p:nth-child(2) {
    color: rgba(255, 255, 255, 0.67);
    line-height: 30px;
}
.main-container .det-service .det-service-info {
    float: left;
}
.main-container .det-service .det-service-btn {
    float: right;
    text-decoration: none;
    padding: 30px;
    background: #ffce0c;
    color: #000000;
    font-family: 'amcap_eternalregular';
    margin-right: -300px;
    border: 1px solid #ffce0c;
}
.main-container .det-service .det-service-btn i {
    margin-right: 15px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.main-container .det-service .det-service-btn:hover i {
    color: #000;
}
.main-container .det-service:hover .det-service-btn {
    margin-right: 0;
}
.main-container .pregatire-sezon-rece {
    background: url(../images/pregatire-sezon-rece.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right top, center;
}
.main-container .polish-faruri {
    background: url(../images/polis-faruri.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right top, center;
}
.main-container .tratament-nano {
    background: url(../images/tratament-nano.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right top, center;
}
.main-container .tratament-hidro {
    background: url(../images/tratament-hidro.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right top, center;
}
/* DETAILING EXTERIOR PACKS */
.de-packs h4 {
    font-size: 3em;
    text-align: center;
    font-family: 'amcap_eternalregular';
    color: #fff;
    line-height: 50px;
    margin-top: 50px;
}
.de-packs h5 {
    font-size: 1.125em;
    text-align: center;
    font-weight: 300;
    margin-bottom: 100px;
    color: rgba(255, 255, 255, 0.54);
    line-height: 30px;
    margin-bottom: 100px;
}
.de-packs {
    background: url(../images/header_pattern.jpg);
    background-repeat: repeat;
    background-position: center;
    padding: 5%;
    box-sizing: border-box;
    overflow: hidden;
}
.de-packs .pack-2col {
    width: 49% !important;
}
.de-packs .pack-1col {
    width: 100% !important;
}
.de-packs .de-pack {
    float: left;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 50px;
    width: 32%;
    margin-right: 2%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.de-packs .de-pack:hover {
    box-shadow: 0px 0px 25px rgba(255, 206, 12, 0.21);
    background: #000;
}
.de-packs .de-pack-title {
    text-align: center;
    font-size: 1.4em;
    color: #fff;
    line-height: 30px;
}
.de-packs .de-pack-choose {
    font-family: 'amcap_eternalregular';
    text-align: center;
    font-size: 2.5em;
    color: #ffce0c;
    margin-top: 5px;
}
.de-packs .de-pack-info {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
}
.de-packs .de-pack-info span {
    font-weight: 700;
    color: #ffce0c;
}
.de-packs .de-pack .de-pack-options {
    margin-top: 50px;
}
.de-packs .de-pack .de-pack-options li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    text-align: center;
}
.de-packs .de-pack .de-pack-options li:hover {
    border-bottom: 1px solid #ffce0c;
}
.de-packs .de-pack .de-pack-options li:hover a i {
    display: inline-block;
}
.de-packs .de-pack .de-pack-options li a {
    text-decoration: none;
    color: #fff;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 30px;
    padding: 10px 0;
    display: block;
}
.de-packs .de-pack .de-pack-options li::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.de-packs .de-pack .de-pack-options .option-off::before {
    position: absolute;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 18px;
    color: rgba(255, 255, 255, 0.2);
}
.de-packs .de-pack .de-pack-options .option-off a {
    color: rgba(255, 255, 255, 0.3);
}
.de-packs .de-pack .de-pack-options .option-off i {
    display: none;
}
.de-packs .de-pack .de-pack-options .option-off:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.de-packs .de-pack .de-pack-options .option-off:hover i {
    display: none;
}
.de-packs .de-pack .de-pack-options li a i {
    float: right;
    vertical-align: middle;
    line-height: 30px;
    color: #ffce0c;
    display: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.de-packs .de-pack .preturi {
    padding: 20px;
    background: #000000;
    margin-top: 30px;
    color: #ffce0c;
    font-weight: 600;
    text-align: center;
}
.de-pack-prices {
    margin-top: 20px;
}
.de-pack-prices li {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.de-pack-prices li img {
    width: 80px;
    float: left;
    display: inline-block;
}
.de-pack-prices li .price-class {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    float: left;
    line-height: 30px;
    margin-left: 10px;
}
.de-pack-prices li .pack-price {
    float: right;
    font-size: 1.2em;
    color: #ffce0c;
    font-weight: 600;
    line-height: 30px;
}
.pack-recomended {
    background: #000 !important;
    box-shadow:  0px 0px 0px 1px #ffce0c !important;
}
.pack-recomended:hover {
    box-shadow:  0px 0px 15px 1px rgba(255, 206, 12, 0.44) !important;
}
.pack-recomended::before {
    position: absolute;
    background: #ffce0c;
    content: "RECOMANDAT";
    font-weight: 800;
    color: #000;
    top: -32px;
    left: 15px;
    padding: 10px;
    font-size: 0.775em;
    width: 100px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
/* INFO SERVICES */
.info-services {
    padding: 5%;
    box-sizing: border-box;
    overflow: hidden;
}
.info-services h6 {
    text-align: center;
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    color: #000;
    margin-bottom: 50px;
}
.info-services .info-service {
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.info-services .info-service:hover  {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.0);
}
.info-services .info-service p:first-child {
    font-weight: 800;
    line-height: 30px;
    font-size: 1.3em;
    line-height: 30px;
    margin-bottom: 20px;
}
.info-services .info-service p:nth-child(2) {
    font-size: 1em;
    line-height: 25px;
}
.info-services .info-service .is-info {
    line-height: 20px;
    background: rgba(255, 206, 12, 0.31);
    padding: 15px;
    margin-top: 20px;
}
.info-services .info-service p:nth-child(2) a {
    text-decoration: none;
    font-weight: 600;
    color: #ffce0c;
}
.de-packs .price-info {
    text-align: center;
    margin-top: 100px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}
.section-polish-faruri {
    background: url(../images/faruri-bg.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top, center !important;
}
.form-response {
    padding: 30px;
    text-align: center;
    color: #3a9415;
}
.section-det-int {
    background: url(../images/det-int-cover.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right bottom, center !important;
}
.section-det-motor {
    background: url(../images/det-motor-cover.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top, center !important;
}
.section-vopsire-etrieri {
    background: url(../images/vopsire-etrieri-cover.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top, center !important;
}
.section-pregatire-iarna {
    background: url(../images/pregatire-iarna-cover.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top, center !important;
}
.section-pack-prot {
    background: url(../images/ppf-bg.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top, center !important;
}
.section-tratament-hidrofob {
    background: url(../images/tratament-hidro-cover.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top, center !important;
}
.section-protectie-nano {
    background: url(../images/tratament-nano-cover.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right, top !important;
}
.section-wrap {
    background: url(../images/wrap-cover.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right bottom -100px, center !important;
}
.section-b2b {
    background: url(../images/b2b-bg.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right bottom -100px, center !important;
}
.section-folii-geamuri {
    background: url(../images/folii-geamuri-bg.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right bottom -100px, center !important;
}
.wrap-trims {
    background: url(../images/wrap-trims.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right bottom -120px, center !important;
}
.wrap-elements {
    background: url(../images/wrap-elements.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right bottom -120px, center !important;
}
.wrap-chrome {
    background: url(../images/wrap-chrome.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top -50px, center !important;
}
.wrap-headlight {
    background: url(../images/wrap-headlight.png), url(../images/header_pattern.jpg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right top -150px, center !important;
}
/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #1d1d1d; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #333333; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffce0c; 
}
/* GALLERY */
.gallery {
    padding: 5%;
    box-sizing: border-box;
}
.gallery .gallery-title {
    font-size: 2em;
    text-align: center;
    font-family: 'amcap_eternalregular';
}
.gallery .gallery-content {
    margin-top: 5%;
}
.gallery .gallery-content .gallery-img {
    position: relative;
    display: block;
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
.gallery .gallery-content .gallery-img img {
    width: 100%;
    display: block;
    float: left;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.gallery .gallery-content .gallery-img img:hover {
    box-shadow: 0px 0px 0px 5px #ffce0c;
}
.gallery .gallery-content .before:hover img {
    box-shadow: 0px 0px 0px 5px #000;
}
.gallery .work-info {
    text-align: center;
    margin-top: 40px;
    font-size: 2em;
}
.gallery .work-info .facebook-btn-work {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: #4267b2;
    font-size: 0.8em;
    font-weight: 100;
    font-family: 'amcap_eternalregular';
    line-height: 30px;
}
.gallery .work-info .facebook-btn-work:hover {
    color: #21499b;
}
.container .container-paragraph {
    line-height: 25px;
    margin-bottom: 20px;
}
.container .container-paragraph-title {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 25px;
}
.container .container-list {
    margin-top: 10px;
}
.container .container-list li {
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    line-height: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.container .container-list li:hover {
    border-bottom: 1px solid #ffce0c;
}
.container .container-list li:hover i {
    margin-right: 25px;
}
.container .container-list li i {
    margin-right: 20px;
    color: #ffce0c;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.container .container-warning {
    padding: 20px;
    margin-top: 40px;
    background: #ffd3d3;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}
/* FORM */
.container .contact-form {
    background: url(../images/header_pattern.jpg);
    padding: 5%;
    width: 70%;
    float: left;
    box-sizing: border-box
}
.container .contact-form .contact-form-msg {
    text-align: center;
    font-family: 'amcap_eternalregular';
    color: #fff;
    font-size: 1.4em;
}
.container .contact-form .contact-form-msg-info {
    color: #fff;
    font-weight: 100;
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 5%;
}
.container .contact-sidebar {
    float: left;
    overflow: hidden;
    width: 30%;
}
.container .contact-program {
    background: #ffce0c;
    padding: 15% 13%;
    box-sizing: border-box;
}
.container .contact-program .program-title {
    text-align: center;
    font-family: 'amcap_eternalregular';
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
}
.container .contact-program ul {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.container .contact-program ul li {
    line-height: 30px;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: #000;
}
.container .contact-program ul li:hover {
    border-bottom: 1px solid #000;
}
.container .contact-program ul li a {
    text-decoration: none;
    color: #000;
}
.facebook-box {
    background: #000;
    padding: 50px 0;
}
.facebook-box iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*CALCULATOR*/

.container .products-list {
    float: left;
    width: 70%;
    margin-right: 2%;
}
.price-sidebar {
    float: left;
    width: 28%;
    position: sticky;
    top: 30px;
}
.container .total-price {
    background: url(../images/header_pattern.jpg);
    padding: 10%;
    box-sizing: border-box;
    overflow: hidden;
}
.container .total-price-form {
    background: url(../images/header_pattern.jpg);
    padding: 0 10% 10% 10%;
    box-sizing: border-box;
}
.container .total-price .price-title {
    font-family: 'amcap_eternalregular';
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}
.container .total-price .price-sum {
    font-size: 2.2em;
    text-align: center;
    font-weight: 100;
    margin-top: 30px;
    color: #fff;
}
.container .products-list .product-row {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.container .products-list .products-section-title {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}
.container .products-list .product-row:hover {
    border: 1px solid #ffce0c;
}
.container .products-list .product-row:hover .row-price {
    font-weight: 700;
}
.container .products-list .product-row label {
    float: left;
    cursor: pointer;
    display: inline-flex;
}
.container .products-list .product-row .row-price {
    float: right;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.14);
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
}
input[type="checkbox"]:checked {
    border: 1px solid #000;
    background: #000;
}
input[type="checkbox"]:checked::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #fff;
}
.container .products-list .product-row:hover input[type="checkbox"] {
    border: 1px solid #000000;
}
.product-selected {
    border: 1px solid #ffce0c !important;
    background: #ffce0c;
    padding: 20px !important;
}
.check-spacing {
    margin: 20px 0;
    overflow: hidden;
}
.option-bold {
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
}
/* PRODUCTS LOGOS */
.product-logos {
    width: 100%;
}
.background-black {
    background: #000 !important;
}
.product-logos li {
    margin-right: 5%;
    display: inline-block;
    width: 16%;
    float: left;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.product-logos li:hover {
    box-shadow: 0px 0px 30px #ffce0c;
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
}
.product-logos li img {
    width: 100%;
}
.product-logos li:last-child {
    margin-right: 0;
}
.container-footer {
    padding: 2%;
    box-sizing: border-box;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*CAR*/
.car-polish {
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../images/squares-bg.svg);
    background-color: #171717;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 150%;
}
.car-polish .car-p-images {
    overflow: hidden;
}
.car-polish .car-p-title {
    padding: 5%;
    text-align: center;
    background-image: url(../images/header_pattern.jpg);
    box-sizing: border-box;
}
.car-polish .car-p-title p:first-child {
    font-size: 2em;
    color: #fff;
    font-family: 'amcap_eternalregular';
}
.car-polish .car-p-title p:nth-child(2) {
    font-size: 1.25em;
    line-height: 25px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.54);
    font-weight: 100;
}
.car-polish .car-side {
    float: left;
    width: 50%;
    padding-top: 5%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.car-polish .side-dirty::before {
    position: absolute;
    content: "INAINTE";
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    left: 10%;
    color: #262626;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.car-polish .side-clean::before {
    position: absolute;
    content: "DUPA";
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    right: 10%;
    color: #262626;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.car-polish .side-clean:hover::before {
    color: #ffce0c;
}
.car-polish .side-dirty:hover::before {
    color: #ffce0c;
}
.car-polish .side-clean {
    background: rgba(0, 0, 0, 0.52);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.car-polish .side-clean:hover {
    background: rgba(0, 0, 0, 0.37);
}
.car-polish .car-side img {
    display: block;
    width: 50%;
}
.car-polish .car-side .clean-car {
    margin-right: auto;
}
.car-polish .car-side .dirty-car {
    margin-left: auto;
}
.car-polish .side-car-list {
    position: absolute;
    width: 40%;
    top: 20%;
}
.car-polish .car-side .list-clean {
    right: -500px;
    text-align: right;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.car-polish .side-clean:hover .list-clean {
    right: 10%;
}
.car-polish .side-car-list li a {
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 100;
    display: inline-block;
}
.car-polish .side-car-list li a:hover {
    border-bottom: 1px solid #ffce0c;
    padding: 20px 10px 20px 0;
}
.car-polish .side-car-list li a i {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.16);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.car-polish .side-car-list li a:hover i {
    color: #ffce0c;
}
.car-polish .side-car-list .side-car-list-btn {
    padding: 20px;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.car-polish .side-car-list .side-car-list-btn:hover {
    padding: 20px;
    background: #ffce0c;
    color: #000;
}
.car-polish .side-clean:hover .side-car-list-btn {
    border: 1px solid #ffce0c;
}
/* INFO POLISH */
.info-polish h6 {
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    text-align: center;
}
.info-polish .ip-subtitle {
    text-align: center;
    line-height: 25px;
}
.info-polish .ip-graph {
    background: #000;
    padding: 3%;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;
}
.info-polish .ip-graph .ip-row {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 400;
    line-height: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.info-polish .ip-graph .ip-row:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    padding-left: 40px;
}
.info-polish .ip-graph .clearcoat {
    background: rgb(227, 227, 227);
    padding-top: 150px;
}
.info-polish .ip-graph .paint {
    background: #ffce0c;
}
.info-polish .ip-graph .primer {
    background: #535353;
    color: #000000;
}
.info-polish .ip-graph .caroserie {
    background: #8e8e8e;
    color: #000000;
}
.info-polish .ip-graph .worn-col {
    float: left;
    width: 20%;
    overflow: hidden;
    box-sizing: border-box;
}
.info-polish .ip-graph .worn-col:hover .w-info {
    color: #ffce0c;
}
.info-polish .ip-graph .worn-row {
    width: 100%;
    padding: 10%;
    box-sizing: border-box;
}
.info-polish .ip-graph .w-info {
    text-align: center;
    padding: 0px 3% 70px 3%;
    color: #fff;
    font-size: 0.875em;
    border-left: 1px solid rgba(255, 255, 255, 0.31);
    margin-bottom: 20px;
}
.info-polish .ip-graph .w-clearcoat {
    background: rgb(227, 227, 227);
    padding-top: 75%;
}
.info-polish .ip-graph .w-paint {
    background: #ffce0c;
}
.info-polish .ip-graph .w-primer {
    background: #535353;
}
.info-polish .ip-graph .w-caroserie {
    background: #8e8e8e;
}
.info-polish .ip-graph .zgarieturi-adanci .w-info {
    border-right: 1px solid rgba(255, 255, 255, 0.31);
}
.info-polish .ip-graph .w-clearcoat {
        position: relative;
}
.info-polish .ip-graph .factori-externi .w-clearcoat::before {
    position: absolute;
    content: url(../images/factori-externi.svg);
    width: 95%;
    top: -2px;
    left: 2.5%;
}
.info-polish .ip-graph .impact-mecanic .w-clearcoat::before {
    position: absolute;
    content: url(../images/impact-mecanic.svg);
    width: 95%;
    top: -2px;
    left: 2.5%;
}
.info-polish .ip-graph .holograme .w-clearcoat::before {
    position: absolute;
    content: url(../images/holograme.svg);
    width: 95%;
    top: -12px;
    left: 2.5%;
}
.info-polish .ip-graph .zgarieturi-medii .w-clearcoat::before {
    position: absolute;
    content: url(../images/zgarieturi-medii.svg);
    width: 95%;
    top: -2px;
    left: 2.5%;
}
.info-polish .ip-graph .zgarieturi-adanci .w-clearcoat::before {
    position: absolute;
    content: url(../images/zgarieturi-adanci.svg);
    width: 95%;
    top: -2px;
    left: 2.5%;
}
/* GEAR */
.gear {
    padding: 5%;
    box-sizing: border-box;
    background-image: url(../images/header_pattern.jpg);
}
.gear .gear-title {
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    color: #ffce0c;
    text-align: center;
}
.gear .gear-subtitle {
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    font-size: 1.125em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.54);
}
.gear .gear-products {
    margin-top: 5%;
}
.gear .gear-products .gear-box {
    float: left;
    width: 33.3%;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.gear .gear-products .gear-box:hover {
    background: #ffce0c;
}
.gear .gear-products .gear-box:hover .g-product-title {
    color: #000;
}
.gear .gear-products .gear-box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
}
.gear .gear-products .gear-box .g-product-title {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    bottom: 30px;
    width: 100%;
    left: 0;
}
.gear .gear-products .rupes1 {
    background: rgba(0, 0, 0, 0.6);
}
.gear .gear-products .rupes2 {
    background: rgba(0, 0, 0, 0.3);
}
.gear .gear-products .rupes3 {
    background: rgba(0, 0, 0, 0.6);
}
/* NANO IMG */
.pnc-img {
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../images/squares-bg.svg);
    background-color: #171717;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 3000px;
    padding: 3%;
    position: relative;
}
.pnc-img .pnc-img-car {
    width: 100%;
}
.pnc-img .pnc-img-car img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
.pnc-img .pnc-boxes {
    overflow: hidden;
    position: absolute;
    width: 400px;
}
.pnc-img .pnc-boxes .pnc-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.pnc-img .pnc-boxes .pnc-box:hover {
    background: rgba(0, 0, 0, 0.4);
}
.pnc-img .pnc-boxes .pnc-box img {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.pnc-img .pnc-boxes .pnc-box p {
    float: left;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.56);
}
.p-info-green {
    padding: 15px 15px 15px 75px;
    background: rgb(233, 244, 210);
    position: relative;
}
.p-info-green::before {
    position: absolute;
    content: "\f164";
    left: 15px;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #8aac7e;
}
.p-info-red {
    padding: 15px 15px 15px 75px;
    background: rgb(191, 58, 58);
    position: relative;
    line-height: 20px;
    margin-top: 20px;
}
.p-info-red::before {
    position: absolute;
    content: "\f071";
    left: 15px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #7b2020;
}
.p-explain-img {
    float: left;
    width: 70%;
    overflow: hidden;
}
.p-explain-img img {
    float: left;
}
.content-box-black {
    background-image: url(../images/header_pattern.jpg);
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.defects-zoom {
    width: 55%;
}
.structura-far {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-right: 3%;
}
.p-explain-defects {
    background: rgba(0, 0, 0, 0.42);
    float: left;
    width: 30%;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}
.box-polish-far {
    padding-top: 60px;
}
.p-explain-defects .p-e-d-title {
    color: #ffce0c;
    margin-bottom: 20px;
}
.p-explain-defects ul {
    margin-bottom: 20px;
}
.p-explain-defects ul li {
    font-weight: 300;
    line-height: 30px;
}
.p-explain-defects ul li .fas {
    margin-right: 15px;
    color: #ffce0c;
}
.far-boxes {
    overflow: hidden;
}
.far-box {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.far-box:hover {
    background: rgba(255, 255, 255, 0.1);
}
.far-box:hover .far-box-step {
    color: #ffce0c;
}
.far-box .step-nr {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    top: -15px;
    left: 15px;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5);
    background: #ffce0c;
}
.far-box .far-box-step {
    color: #fff;
    font-size: 1.250em;
    font-weight: 600;
}
.far-box .far-box-desc {
    line-height: 25px;
    color: rgba(255, 255, 255, 0.51);
    font-weight: 300;
}
.far-box img {
    width: 100%;
    margin-top: 50px;
}
.far-boxes h3 {
    font-size: 2em;
    font-family: 'amcap_eternalregular';
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}
/* GARAJ */
.garaj {
/*    padding-top: 0;*/
    padding-bottom: 0;
}
.garaj-box {
    padding: 50px;
    height: 600px;
    box-sizing: border-box;
    background-image: url(../images/garaj-main.png), url(../images/header_pattern.jpg);
    background-position: top right, center;
    background-repeat: no-repeat, repeat;
    background-size: 1000px, 56px;
    position: relative;
}
.garaj h3 {
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
.garaj-text {
    width: 900px;
}
.garaj-text p {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}
.garaj-text ul {
    margin-top: 30px;
    overflow: hidden;
}
.garaj-text ul li {
    padding: 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1%;
    width: 45%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.garaj-text ul li i {
    color: #fff;
    margin-right: 20px;
}
.garaj-text ul li:hover {
    border: 1px solid #ffce0c;
}
.garaj-text ul li:hover i {
    color: #ffce0c;
}
.garaj-text .garaj-btn {
    margin-top: 30px;
    background: #ffce0c;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-block;
}
.garaj-text .garaj-btn:hover {
    color: #000;
}
/* INTERIOR DETAILING */
.di-boxes {
    margin-top: 0px;
}
.di-box {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    float: left;
    background: #000;
    padding: 30px;
    box-sizing: border-box;
    height: 310px;
    box-shadow: 0px 0px 0px 0px #ffce0c;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.di-box:hover {
    box-shadow: 0px 0px 0px 10px #ffce0c;
}
.di-title {
    font-size: 1.4em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    text-shadow: 0px 0px 13px #000;
}
.di-desc {
    color: rgba(255, 255, 255, 0.67);
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
}
.di-list {
    margin-top: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}
.di-list i {
    color: #ffce0c;
    margin-right: 10px;
}
.di-vacuum {
    background-image: url(../images/di-vacuum.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right center;
    background-size: contain, auto;
}
.di-carpet {
    background-image: url(../images/di-carpet.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right center;
    background-size: contain, auto;
}
.di-clean {
    background-image: url(../images/di-textil.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right center;
    background-size: contain, auto;
}
.di-dash {
    background-image: url(../images/di-dash.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right center;
    background-size: contain, auto;
}
.di-step {
    background: #ffce0c;
    padding: 1px 10px;
    border-radius: 2px;
    margin-right: 5px;
}
.di-p-info {
    text-align: center;
    margin-top: 3%;
    color: #fff;
}
/* CALCULATOR DI */
.calc-d .calc-d-head {
    background-image: url(../images/calc-head-bg.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right, center;
    padding: 30px;
    box-sizing: border-box;
}
.calc-d .calc-d-head p:first-child {
    font-size: 2em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    text-shadow: 0px 0px 13px #000;
}
.calc-d .calc-d-head p:nth-child(2) {
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin-top: 5px;
}
.calc-d .calc-container {
    background: #efefef;
    padding: 30px;
}
.calc-d .calc-container .calc-fields {
    width: 70%;
    margin-right: 3%;
    float: left;
}
.calc-d .calc-container .calc-fields .field-title {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
}
.calc-d .calc-container .calc-price {
    width: 27%;
    float: left;
    position: sticky;
    top: 30px;
    background-image: url(../images/header_pattern.jpg);
    padding: 30px;
    box-sizing: border-box;
}
.calc-d .calc-container .calc-price p:first-child {
    text-align: center;
    font-size: 1.4em;
    font-family: 'amcap_eternalregular';
    color: #fff;
}
.calc-d .calc-container .calc-price .price-value {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-size: 2em;
}
.item-selected {
    border: 1px solid #ffce0c !important;
    background: #ffce0c;
    padding: 20px !important;
}
.calc-d .calc-container .calc-fields .item-row {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.calc-d .calc-container .calc-fields .item-row label {
    float: left;
    cursor: pointer;
    display: inline-flex;
}
.calc-d .calc-container .calc-fields .item-row label p{
    line-height: 20px;
}
.calc-d .calc-container .calc-fields .item-row .item-price {
    float: right;
    font-weight: 700;
}
.i-row-spacer {
    padding: 10px 0;
    box-sizing: border-box;
}
.calc-d .calc-container .calc-category {
    margin-bottom: 30px;
}
.calc-d .calc-container .calc-category .calc-category-box {
    float: left;
    width: 48%;
    margin-right: 4%;
    background: #000;
    height: 250px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.calc-d .calc-container .calc-category .calc-category-box:hover {
    box-shadow: 0px 0px 0px 10px #ffce0c;
}
.calc-d .calc-container .calc-category .calc-category-box:hover .ccb-btn {
    background: #ffce0c;
    color: #000;
}
.calc-d .calc-container .calc-category .ccb-textil {
    background-image: url(../images/box-fabric.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right center;
    background-size: contain, auto;
}
.calc-d .calc-container .calc-category .ccb-piele {
    background-image: url(../images/box-leather.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right center;
    background-size: contain, auto;
}
.calc-d .calc-container .calc-category .calc-category-box p:first-child {
    font-size: 1.4em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    text-shadow: 0px 0px 13px #000;
    
}
.calc-d .calc-container .calc-category .calc-category-box p:nth-child(2) {
    font-weight: 300;
    color: #fff;
    line-height: 17px;
    margin-top: 10px;
    text-shadow: 0px 0px 13px #000;
}
.calc-d .calc-container .calc-category .ccb-btn {
    display: inline-block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 30px;
}
.calc-d .calc-container .calc-category .ccb-active {
    box-shadow: 0px 0px 0px 10px #ffce0c;
}
.ccb-selected {
    margin-bottom: 20px; 
}
/* CALL BTN */
.call-btn {
    display: none;
    position: fixed;
    background: #ffce0c;
    padding: 15px;
    right: 20px;
    bottom: 20px;
    border-radius: 30px;
    font-size: 2em;
    line-height: 30px;
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
    height: 30px;
    width: 30px;
    text-align: center;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.call-btn:hover {
    box-shadow: 0px 0px 25px #ffce0c;
    background: #fff;
    z-index: 2;
}
/* WRAP PAGE */
.wrap-box {
    margin-bottom: 50px;
}
.wb-head {
    background-image: url(../images/header_pattern.jpg);
    background-color: #000;
    padding: 3%;
    box-sizing: border-box;
    position: relative;
}
.wb-img {
    position: absolute;
    right: 0;
    top: -60px;
    width: 500px;
}
.wb-head h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    font-family: 'amcap_eternalregular';
}
.wb-head h2 {
    color: #fff;
    line-height: 25px;
}
.wb-head p:nth-child(3) {
    color: #ffce0c;
    font-weight: 700;
    font-size: 1.250em;
}
.wb-new::before {
    position: absolute;
    content: "NOU";
    top: -20px;
    left: 20px;
    background: #ffce0c;
    padding: 10px;
    font-weight: 300;
    font-family: 'amcap_eternalregular';
}
.wb-head-btns {
    margin-top: 30px;
}
.wb-head-btns .wb-btn {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.11);
    text-decoration: none;
    color: #fff;
    font-size: 0.875em;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 5px;
}
.wb-head-btns .wb-btn:hover {
    background: #ffce0c;
    color: #000;
}
.wb-desc {
    margin-top: 50px;
}
.wb-desc .wb-desc-title {
    font-size: 1em;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.wb-desc .wb-section-nr {
    background: #ffce0c;
    padding: 15px;
    box-sizing: border-box;
    margin-right: 10px;
}
.wb-desc .wb-desc-content {
    line-height: 25px;
    margin-bottom: 10px;
}
.wb-desc .wb-desc-content-title {
    font-weight: 700;
    margin-top: 30px;
}
.wb-desc ul {
    margin-top: 20px;
}
.wb-desc ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    line-height: 20px;
}
.wb-desc ul li i {
    margin-right: 10px;
    color: #ffce0c;
}
.cont-iarna {
    position: relative;
}
.container-content {
    width: calc(100% - 500px);
    float: left;
}
.container-sidebar {
    float: right;
    width: 450px;
    position: sticky;
    top: 30px;
}
.container-sidebar .c-sidebar {
    background: #000;
    padding: 30px;
    box-sizing: border-box;
    background: url(../images/header_pattern.jpg);
}
.container-sidebar .c-sidebar .c-s-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.container-sidebar .c-sidebar .c-s-btn:hover {
    border: 1px solid #ffce0c;
}
.container-sidebar .c-sidebar .c-s-btn:hover i {
    margin-left: 10px;
}
.container-sidebar .c-sidebar .c-s-btn i {
    float: left;
    color: #ffce0c;
    font-size: 1.3em;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.container-sidebar .t-sidebar {
    padding: 30px;
    box-sizing: border-box;
    background-image: url(../images/sidebar-winter-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    background-color: #000000;
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
}
.container-sidebar .t-sidebar-b2b {
    background-image: url(../images/sidebar-b2b-bg.png);
    background-position: right bottom, center;
}
.container-sidebar .t-sidebar-etrieri {
    background-image: url(../images/sidebar-etrieri-bg.png);
    background-position: right;
}
.container-sidebar .t-sidebar p:first-child {
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}
.container-sidebar .t-sidebar p span {
    display: block;
}
.container-sidebar .t-sidebar p:nth-child(2) {
    font-family: 'amcap_eternalregular';
    font-size: 1em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-weight: 100;
}
.cont-faq h3 {
    font-size: 1.875em;
    font-weight: 100;
    font-family: 'amcap_eternalregular';
    text-align: center;
}
/* PACHETE PROTECTIE */
.prot-packs {
    background-image: url(../images/header_pattern.jpg);
    background-color: #000;
    padding: 5%;
    box-sizing: border-box;
}
.prot-packs .pp-title {
    text-align: center;
    font-family: 'amcap_eternalregular';
    font-size: 3em;
    color: #fff;
}
.prot-packs .prot-packs-container {
    margin-top: 5%;
}
.prot-packs .prot-packs-container .pp-box {
    float: left;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.prot-packs .prot-packs-container .pp-box:hover {
    box-shadow: 0px 0px 25px rgba(255, 206, 12, 0.21);
    background: #000;
}
.prot-packs .prot-packs-container .pp-box .pp-box-cover {
    background-image: url(../images/squares-bg.svg);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.prot-packs .prot-packs-container .pp-box .pp-box-cover .pp-box-img {
    width: 100%;
}
.prot-packs .prot-packs-container .pp-box .pp-box-title {
    text-align: center;
    padding: 50px;
}
.prot-packs .prot-packs-container .pp-box .pp-box-title p:first-child {
    font-size: 1.4em;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 5px;
}
.prot-packs .prot-packs-container .pp-box .pp-box-title p:nth-child(2) {
    font-family: 'amcap_eternalregular';
    font-size: 2.5em;
    color: #ffce0c;
}
.prot-packs .prot-packs-container .pp-box .pp-box-features {
    padding: 50px;
    box-sizing: border-box;
}
.prot-packs .prot-packs-container .pp-box .pp-box-features .pp-feature-off a {
    color: rgba(255, 255, 255, 0.3);
}
.prot-packs .prot-packs-container .pp-box .pp-box-features .pp-feature-off::before {
    position: absolute;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 18px;
    color: rgba(255, 255, 255, 0.2);
}
.prot-packs .prot-packs-container .pp-box .pp-box-features ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.prot-packs .prot-packs-container .pp-box .pp-box-features ul li:hover {
    border-bottom: 1px solid #ffce0c;
}
.prot-packs .prot-packs-container .pp-box .pp-box-features ul li::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.prot-packs .prot-packs-container .pp-box .pp-box-features ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 30px;
    padding: 10px;
    display: block;
}
/* ERROR 404 */
.error-page {
    background-image: url(../images/404-bg.png), url(../images/header_pattern.jpg);
    background-size: 100%, auto;
    background-color: #000;
    background-attachment: fixed;
    background-repeat: no-repeat, repeat;
    padding: 3% 0;
    box-sizing: border-box;
}
.error-page .error-box .error-box-content h1 {
    font-family: 'amcap_eternalregular';
    font-weight: 100;
    font-size: 3em;
    color: #fff;
}
.error-page .error-box .error-box-content p {
    color: #fff;
    line-height: 25px;
}
.error-page .error-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
.error-page .error-title {
    text-align: center;
    margin-top: 50px;
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    position: relative;
}
.error-page .error-title::before {
    position: absolute;
    content: "Ooops...";
    font-size: 0.5em;
    font-family: 'Exo 2', sans-serif;
    top: -30px;
    color: rgba(255, 255, 255, 0.35);
}
.error-page .error-desc {
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-size: 1.250em;
}
.error-page .error-pages {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 100px;
}
.error-page .error-pages .error-page-box {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.error-page .error-pages .error-page-box a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    border: 4px solid rgba(255, 255, 255, 0.1);
    padding: 100px 50px;
    box-sizing: border-box;
    display: block;
    font-size: 2em;
    color: #fff;
    font-family: 'amcap_eternalregular';
    text-shadow: 0px 0px 20px #000;
}
.error-page .error-pages .error-page-box a:hover {
    border: 4px solid #ffce0c;
}
.error-page .error-pages .epb-ext {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/det-ext.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.error-page .error-pages .epb-int {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/det-int.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.error-page .error-pages .epb-pack-prot {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/ppf-bg-small.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.error-page .error-pages .epb-wrap {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/wrap.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.error-page .error-pages .error-page-box a .epb-desc {
    font-family: 'Exo 2', sans-serif;
    display: block;
    font-size: 0.4375em;
    text-shadow: 0px 0px 10px #000;
}
/* CLIENTI OVERVIEW */
.clienti-overview {
    background-image: url(../images/login-bg.png), url(../images/header_pattern.jpg);
    background-size: cover, auto;
    background-attachment: fixed;
    background-position: center;
    background-color: #000;
}
.clienti-overview .co-section .co-section-head {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.clienti-overview .co-section .co-section-head .co-logo {
    position: absolute;
    width: 180px;
    box-shadow: 0px 0px 40px rgba(255, 206, 12, 0.27);
    left: 0;
    z-index: 1;
}
.clienti-overview .co-section .co-section-head .co-menu {
    float: left;
    padding-left: 250px;
    height: 80px;
}
.clienti-overview .co-section .co-section-head .co-menu .co-nav {
    display: none;
}
.clienti-overview .co-section .co-section-head .co-menu .co-nav ul li {
    float: left;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
}
.clienti-overview .co-section .co-section-head .co-menu .co-nav ul li:hover {
    border-bottom: 1px solid #ffce0c;
}
.clienti-overview .co-section .co-section-head .co-menu .co-nav ul li:hover a {
    font-weight: 700
}
.clienti-overview .co-section .co-section-head .co-menu .co-nav ul li a {
    padding: 32px 25px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
.clienti-overview .co-section .co-container {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.clienti-overview .co-section .co-phones .co-img {
    float: right;
}
.clienti-overview .co-section .co-phones .co-phones-heading {
    float: left;
    margin-top: 180px;
    width: calc(100% - 700px);
}
.clienti-overview .co-section .co-phones .co-phones-heading h1 {
    font-size: 2.7em;
    font-family: 'amcap_eternalregular';
    color: #fff;
}
.clienti-overview .co-section .co-phones .co-phones-heading h2 {
    font-size: 1.125em;
    color: rgba(255, 255, 255, 0.5);
}
.clienti-overview .co-section .co-phones .co-phones-heading .co-heading-description {
    margin-top: 50px;
    color: #fff;
    font-weight: 300;
    width: 80%;
    line-height: 25px;
}
.clienti-overview .co-section .co-container .co-section-img {
    width: 700px;
    margin-top: -50px;
    margin-bottom: -250px;
}
.clienti-overview .co-section .co-yellow-box {
    background: #ffce0c;
    box-sizing: border-box;
}
.clienti-overview .co-section .co-yellow-box .co-container {
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
}
.clienti-overview .co-section .co-yellow-box .co-container .co-yb-btn {
    display: inline-block;
    text-decoration: none;
    padding: 20px 30px;
    background: #000;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
}
.clienti-overview .co-section .co-yellow-box .co-container .co-yb-btn:hover {
    color: #ffce0c;
}
.clienti-overview .co-section .co-yellow-box .co-container .co-yb-btn i {
    margin-right: 20px;
    color: #ffce0c;
}
.clienti-overview .co-istoric-programari {
    padding: 150px 30px 150px 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}
.clienti-overview .co-garantii {
    padding: 100px 30px 100px 30px;
    box-sizing: border-box;
}
.clienti-overview .section-img-left {
    float: left;
}
.clienti-overview .section-img-right {
    float: right;
}
.clienti-overview .section-text-right {
    float: right;
    width: calc(100% - 850px);
    text-align: right;
}
.clienti-overview .section-text-left {
    float: left;
    width: calc(100% - 850px);
    text-align: left;
}
.clienti-overview .co-section-title {
    font-size: 2em;
    font-family: 'amcap_eternalregular';
    color: #fff;
}
.clienti-overview .co-section-desc {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
    line-height: 25px;
}
.co-istoric-programari .co-section-title {
    margin-top: 100px;
}
.co-garantii .co-section-title {
    margin-top: 100px;
}
/* TIMELINE */
.timeline {
    position: relative;
}
.timeline .timeline-section {
    margin-bottom: 50px;
    position: relative;
/*    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);*/
}
.timeline .timeline-section .timeline-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
/*    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);*/
    width: 70px;
}
.timeline .timeline-section .timeline-left .timeline-line {
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    left: 50%;
    position: relative;
}
.timeline .timeline-section .timeline-left .timeline-icon {
    width: 100%;
    height: 70px;
    background: #ffce0c;
    font-size: 1.5em;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 1;
}
.timeline .timeline-section .timeline-content {
    padding-left: 80px;
    position: relative;
}
.timeline .timeline-section .timeline-content .t-section-head {
    margin-bottom: 20px;
    background-color: #000;
    background-image: url(../images/header_pattern.jpg);
    padding: 24px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 1;
}
.timeline .timeline-section .timeline-content .t-section-head p {
    font-size: 1.4em;
    font-family: 'amcap_eternalregular';
    color: #ffce0c;
}
.timeline .timeline-section .timeline-content .t-section-content {
    margin-bottom: 50px;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item .tsc-item-title {
    line-height: 25px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item .tsc-item-desc {
    line-height: 25px;
    margin-bottom: 10px;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10c";
    font-size: 1.2em;
    width: 70px;
    color: #e0e0e0;
    height: 40px;
    line-height: 40px;
    left: -80px;
    top: 10px;
    text-align: center;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-garage::before {
    content: "\f494";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-bulb::before {
    content: "\f0eb";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-tools::before {
    content: "\f7d9";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-name::before {
    content: "\f1f9";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-covid::before {
    content: "\e074";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-activity::before {
    content: "\f013";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-user::before {
    content: "\f234";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-car::before {
    content: "\f1b9";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-cake::before {
    content: "\f1fd";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-training::before {
    content: "\f19d";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-award::before {
    content: "\f559";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-love::before {
    content: "\f004";
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item:hover::before {
    color: #ffce0c;
}.timeline .timeline-section .timeline-content .t-section-content .tsc-item:hover::before {
    color: #ffce0c;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item .tsc-images {
    margin-top: 30px;
    margin-bottom: 10px;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item .tsc-images .gallery-img {
    width: 300px;
    display: inline-block;
    position: relative;
    display: block;
    width: 20%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item .tsc-images .gallery-img:hover {
    box-shadow: 0px 0px 0px 5px #ffce0c;
}
.timeline .timeline-section .timeline-content .t-section-content .tsc-item .tsc-images .gallery-img img {
    width: 100%;
}
/* TEAM */
.team {
    padding: 5%;
    background-color: #000;
    background-image: url(../images/login-bg.png), url(../images/header_pattern.jpg);
    background-size: 100%, inherit;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}
.team .team-title {
    text-align: center;
    font-family: 'amcap_eternalregular';
    color: #fff;
    font-size: 2em;
    line-height: 30px;
}
.team .team-members {
    margin-top: 50px;
    display: flex;
}
.team .team-members .t-member {
    margin-right: 2%;
    margin-bottom: 3%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px #000;
    float: left;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.team .team-members .t-member:hover {
    box-shadow: 0px 0px 20px #ffce0c;
}
.team .team-members .t-member .t-member-img img {
    width: 100%;
}
.team .team-members .t-member .t-member-desc {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.team .team-members .t-member .t-member-desc .t-member-name {
    font-weight: 600;
    color: #ffce0c;
    font-size: 1.3em;
}
.team .team-members .t-member .t-member-desc .t-member-ocup {
    color: #fff;
    line-height: 20px;
    font-size: 0.8em;
    margin-top: 10px;
}
/* FLOTE */
.section-flota {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.18);
    margin-bottom: 5%;
}
.section-flota .flota-head {
    background-image: url(../images/header_pattern.jpg);
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.section-flota .flota-head::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    background: #ffce0c;
    width: 500px;
}
/*
.s-flota-angajati .flota-head::after {
    position: absolute;
    content: "";
    background-image: url(../images/flota-angajati.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 280px;
    width: 450px;
    right: 50px;
    top: -60px;
}
*/
.s-flota-angajati .flota-head .fh-img {
    position: absolute;
    width: 450px;
    right: 60px;
    top: -50px;
}
.s-flota-dealeri .flota-head .fh-img {
    position: absolute;
    width: 600px;
    right: 0px;
    top: -50px;
}
.s-flota-tr-marfa .flota-head .fh-img {
    position: absolute;
    width: 600px;
    right: 0px;
    top: -50px;
}
.section-flota .flota-head .fh-title {
    font-size: 2em;
    font-family: 'amcap_eternalregular';
    color: #fff;
}
.section-flota .flota-head .fh-desc {
    font-size: 1.125em;
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}
.section-flota .flota-content {
    padding: 3%;
    box-sizing: border-box;
    position: relative;
}
.section-flota .flota-content .f-content-left {
    float: left;
    width: calc(100% - 500px);
}
.section-flota .flota-content .f-content-right {
    float: right;
    position: sticky;
    width: 380px;
    height: 30px;
    margin-top: 100px;
    top: 30px;
    margin-bottom: 30px;
}
.section-flota .flota-content .f-content-left .f-c-paragraph {
    line-height: 25px;
}
.section-flota .flota-content .f-content-left .f-c-title {
    font-weight: 600;
    margin: 20px 0;
}
.section-flota .flota-content .f-content-left .f-c-list li {
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    line-height: 25px;
}
.section-flota .flota-content .f-content-left .f-c-list li:hover {
    border-bottom: 1px solid #ffce0c;
}
.section-flota .flota-content .f-content-left .f-c-list li:hover i {
    margin-right: 30px;
}
.section-flota .flota-content .f-content-left .f-c-list li i {
    margin-right: 20px;
    color: #ffce0c;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.section-flota .flota-content .f-content-right .f-content-btn {
    display: block;
    text-align: center;
    background: #000;
    padding: 30px;
    box-sizing: border-box;
    font-family: 'amcap_eternalregular';
    text-decoration: none;
    font-size: 1.125em;
    color: #fff;
    box-shadow: 0px 0px 0px rgb(255, 206, 12);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.section-flota .flota-content .f-content-right .f-content-btn:hover {
    box-shadow: 0px 0px 0px 5px rgb(255, 206, 12);
}
.section-flota .flota-content .f-content-right .f-content-btn i {
    margin-right: 20px;
    color: #ffce0c;
}
/* VE PALETAR */
.ve-paletar {
    background-color: #000;
    background-image: url(../images/header_pattern.jpg);
    padding: max(5%, 30px);
}
.ve-paletar h1 {
    text-align: center;
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    color: #fff;
}
.ve-paletar .paletar-container {
    margin-top: 50px;
}
.ve-paletar .paletar-container .ve-color {
    float: left;
    width: 20%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.ve-paletar .paletar-container .ve-color:hover {
    border: 1px solid #ffce0c;
}
.ve-paletar .paletar-container .ve-color:hover .ve-desc {
    background: #ffce0c;
}
.ve-paletar .paletar-container .ve-color img {
    width: 100%;
    margin-bottom: -40%;
}
.ve-paletar .paletar-container .ve-color .ve-desc {
    background: rgb(255, 255, 255);
    padding: 40% 10px 30px 10px;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.ve-paletar .paletar-container .ve-color .ve-desc p {
    font-weight: 700;
    text-align: center;
    color: #000000;
}
.racing-rosso:hover .ve-desc {
    background: #ff0000 !important;
}
/* LOADER */
.loader {
    position: fixed;
    align-items: center;
    z-index: 2000;
    background: #000;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #000;
    background-image: url(../images/login-bg.png), url(../images/header_pattern.jpg);
    background-size: cover, inherit;
    background-position: center;
    box-sizing: border-box;
}
.loader .loader-icon {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 21em;
    height: 21em;
    border-radius: 50%;
    background: #ffdd00;
    background: -moz-linear-gradient(left, #ffdd00 10%, rgba(255,221,0, 0) 42%);
    background: -webkit-linear-gradient(left, #ffdd00 10%, rgba(255,221,0, 0) 42%);
    background: -o-linear-gradient(left, #ffdd00 10%, rgba(255,221,0, 0) 42%);
    background: -ms-linear-gradient(left, #ffdd00 10%, rgba(255,221,0, 0) 42%);
    background: linear-gradient(to right, #ffdd00 10%, rgba(255,221,0, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader .loader-icon::before {
    width: 50%;
    height: 50%;
    background: #ffdd00;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader .loader-icon::after {
    background: rgb(0, 0, 0);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader .loader-logo {
    position: absolute;
    width: 90px;
    left: calc(50% - 45px);
    z-index: 3;
}
/* ACREDITED */
.acredited {
    position: absolute;
    top: 0;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.79);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: calc(50% - 100px);
}
.acredited img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
/* TRATAMENT CERAMIC PRODUCT */
.tc-product-box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 50px;
}
.crystal-serum-ultra {
    background-color: #000;
    background-image: url(../images/crystal-serum-ultra-bg.png);
    background-position: right -400px top;
    background-repeat: no-repeat;
}
.tc-product-box .tc-pb-content {
    padding: 50px;
    box-sizing: border-box;
    width: 70%;
}
.tc-product-box .tc-pb-footer {
    height: 120px;
    background: #ffce0c;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
}
.tc-product-box .tc-pb-footer .tc-pb-btns {
    overflow: hidden;
}
.tc-product-box .tc-pb-footer .tc-pb-btns .tc-pb-btn {
    float: left;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    background: rgb(0, 0, 0);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.tc-product-box .tc-pb-footer .tc-pb-btns .tc-pb-btn i {
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.tc-product-box .tc-pb-footer .tc-pb-btns .tc-pb-btn:hover i {
    color: #ffce0c;
}
.tc-product-box .tc-pb-content .tc-pb-title {
    font-size: 2em;
    font-family: 'amcap_eternalregular';
    color: #fff;
}
.tc-product-box .tc-pb-content .tc-pb-subtitle {
    line-height: 25px;
    color: #fff;
    margin-top: 20px;
    width: 70%;
}
.tc-product-box .tc-pb-content .tc-pb-title span {
    color: #000;
    background: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px #ffce0c;
}
.tc-product-box .tc-pb-content .tc-pb-list {
    margin-top: 30px;
}
.tc-product-box .tc-pb-content .tc-pb-list li {
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}
.tc-product-box .tc-pb-content .tc-pb-list li i {
    margin-right: 10px;
    color: #ffce0c;
}
.tc-product-box .tc-pb-content .tc-pb-more-info {
    height: 400px;
    margin-top: 0px;
    display: none;
}
.csu-diagram {
    width: 500px;
}
.tc-product-box .tc-pb-footer .tc-pb-product {
    position: absolute;
    right: 80px;
    bottom: -20px;
    width: 250px;
}
.tc-product-box .tc-pb-footer .tc-pb-product img {
    width: 100%;
}
.tc-product-box .tc-pb-footer .tc-pb-product::before {
    position: absolute;
    content: "9";
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #ff0000;
    right: -10px;
    top: 0;
    z-index: 1;
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    line-height: 65px;
    text-align: center;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.tc-product-box .tc-pb-footer .tc-pb-product::after {
    position: absolute;
    content: "ani";
    width: 75px;
    height: 75px;
    right: -10px;
    top: 0;
    z-index: 2;
    line-height: 120px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.tc-product-box .tc-pb-footer .tc-pb-product:hover::before {
    box-shadow: 0px 0px 0px 4px rgb(255, 255, 255), 0px 0px 30px #ffffff;
}
.tc-product-box .ceramic-gifts {
    margin-top: 30px;
}
.tc-product-box .tc-pb-gift {
    padding: 20px;
    box-sizing: border-box;
    width: 350px;
    float: left;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.tc-product-box .tc-pb-polish {
    width: 250px;
}
.crystal-serum-light .tc-pb-gift {
    padding: 20px;
    box-sizing: border-box;
    width: 350px;
    float: left;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.tc-product-box .tc-pb-gift:hover {
    background: #ffce0c;
}
.tc-product-box .tc-pb-gift:hover p:first-child,
.tc-product-box .tc-pb-gift:hover p:nth-child(2) {
    color: #000000;
}
.tc-product-box .tc-pb-gift img {
    position: absolute;
    right: -30px;
    top: -10px;
    width: 180px;
}
.tc-product-box .tc-pb-gift p:first-child {
    font-weight: 700;
    font-size: 1.5em;
    color: #ffce0c;
}
.tc-product-box .tc-pb-gift p:nth-child(2) {
    color: #fff;
    margin-top: 10px;
}
.crystal-serum-light .tc-pb-gift p:first-child{
    color: #000;
}
.crystal-serum-light .tc-pb-gift p:nth-child(2){
    color: #000;
}
.crystal-serum-light {
    background-color: #fff;
    background-image: url(../images/crystal-serum-light-bg.png);
    background-position: right -400px top;
    background-repeat: no-repeat;
}
.crystal-serum-light .tc-pb-content .tc-pb-title {
    color: rgb(0, 0, 0);
}
.crystal-serum-light .tc-pb-content .tc-pb-subtitle {
    color: #000;
}
.crystal-serum-light .tc-pb-content .tc-pb-title span {
    background: #000;
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px;
}
.crystal-serum-light .tc-pb-footer {
    background: #000;
}
.crystal-serum-light .tc-pb-footer .tc-pb-product::before {
    position: absolute;
    content: "5";
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #000000;
    right: -10px;
    top: 0;
    z-index: 1;
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    line-height: 65px;
    text-align: center;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.crystal-serum-light .tc-pb-footer .tc-pb-product:hover::before {
    box-shadow: 0px 0px 0px 4px rgb(255, 255, 255), 0px 0px 30px #ff0000;
}
.crystal-serum-light .tc-pb-content .tc-pb-list li {
    color: #000;
}
.crystal-serum-light .tc-pb-footer .tc-pb-btns .tc-pb-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.halo .tc-pb-footer .tc-pb-product::before {
    position: absolute;
    content: "2";
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #ffffff;
    right: -10px;
    top: 0;
    z-index: 1;
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #000000;
    line-height: 65px;
    text-align: center;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.halo .tc-pb-footer .tc-pb-product::after {
    color: #000;
}
.halo .tc-pb-footer .tc-pb-product:hover::before {
    box-shadow: 0px 0px 0px 4px rgb(0, 0, 0), 0px 0px 30px #ffffff;
}
.tc-product-box .tc-pb-expand {
    padding: 50px;
    box-sizing: border-box;
    background-image: url(../images/header_pattern.jpg);
}
.tc-product-box .tc-pb-expand .tc-pb-expand-title {
    color: #fff;
    font-size: 1.5em;
}
.tc-product-box .tc-pb-expand ul {
    margin-top: 50px;
}
.tc-product-box .tc-pb-expand ul li {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    line-height: 1.5;
}
.tc-product-box .tc-pb-expand ul li i {
    margin-right: 20px;
    color: #ffce0c;
}
.tc-product-box .tc-pb-expand ul li span {
    font-weight: 600;
    color: #ffce0c;
}
/* FOLII GEAMURI */
.folii-geamuri {
    background-image: url(../images/header_pattern.jpg);
    padding: 5%;
}
.folii-geamuri h1 {
    text-align: center;
    font-family: 'amcap_eternalregular';
    color: #fff;
    font-size: 2em;
}
.folii-geamuri .fg-car {
    background-image: url(../images/city-bg.png);
    background-position: bottom;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 50px;
    height: 360px;
    position: relative;
}
.folii-geamuri .fg-car .fg-car-box {
    width: 100%;
    position: relative;
    left: 0;
    bottom: -120px;
}
.folii-geamuri .fg-car .fg-car-box img {
    position: absolute;
    left: 0;
    right: 0;
    width: 1208px;
    margin-left: auto;
    margin-right: auto;
}
.folii-geamuri .fg-car .fg-car-box .fg-car-base {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.folii-geamuri .fg-car .fg-car-tr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
.folii-geamuri .fg-car .fg-car-tr .fg-tr-box {
    width: 24%;
    margin-right: 1%;
    float: left;
    background: #000;
    height: 300px;
    text-align: center;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.folii-geamuri .fg-car .fg-car-tr .fg-tr-box:hover {
    box-shadow: 0px 0px 0px 4px #ffce0c;
}
.folii-geamuri .fg-car .fg-car-tr .fg-tr-box-selected {
    box-shadow: 0px 0px 0px 4px #ffce0c;
}
.folii-geamuri .fg-car .fg-car-tr .tr-5 {
    background: rgba(0, 0, 0, 0.95);
}
.folii-geamuri .fg-car .fg-car-tr .tr-20 {
    background: rgba(0, 0, 0, 0.80);
}
.folii-geamuri .fg-car .fg-car-tr .tr-35 {
    background: rgba(0, 0, 0, 0.65);
}
.folii-geamuri .fg-car .fg-car-tr .tr-50 {
    background: rgba(0, 0, 0, 0.50);
}
.folii-geamuri .fg-car .fg-car-tr .fg-tr-box p:first-child {
    margin-bottom: 5px;
}
.folii-geamuri .fg-car .fg-car-tr .fg-tr-box p:nth-child(2) {
    color: #ffce0c;
    font-family: 'amcap_eternalregular';
    font-size: 2em;
}
.folii-geamuri .fg-car .fg-car-tr .fg-tr-box p:nth-child(3) {
    font-size: 0.875em;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.46);
}
.folii-geamuri .fg-car-box-footer {
    height: 200px;
    background-image: url(../images/squares-bg.svg);
    background-size: 100%;
    background-position: bottom;
    background-color: #1a1a1a;
}
.fg-car-hide {
    display: none;
}
.fg-car-5 {
    z-index: 100;
}
/* PREGATIRE MASINA IARNA PI */
.container-winter {
    background-image: url(../images/pi-bg.png), url(../images/header_pattern.jpg);
    background-size: 100%, auto;
    background-position: center top;
    background-repeat: no-repeat, repeat;
}
.pi-head {
    padding: 10% 3% 10% 3%;
}
.pi-head .pi-head-title {
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    text-align: center;
    color: #fff;
}
.pi-head .pi-head-subtitle {
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 1.4em;
    margin-top: 1%;
}
.pi-head .pi-head-desc {
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 1.3;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.pi-head .pi-head-discount {
    text-align: center;
    font-size: 4em;
    color: #fff;
    font-family: 'amcap_eternalregular';
    text-shadow: 0px 0px 30px rgba(255, 206, 12, 0.8);
}
.pi-head .pi-head-discount-box {
    margin: 5% 0;
    text-align: center;
}
.pi-head .pi-head-discount-durr {
    color: rgba(255, 255, 255, 0.5);
}
.pi-content {
/*
    background-image: url(../images/header_pattern.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-color: #000;
*/
    padding: 3%;

}
.pi-content p:first-child {
    text-align: center;
    color: #fff;
    font-size: 1.175em;
}
.pi-content .pi-select-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 0;
    box-sizing: border-box;
}
.pi-content .pi-select-box .pi-select-car {
    width: 49%;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    padding: 5%;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.pi-content .pi-select-box .pi-select-car:hover {
    border: 3px solid #ffce0c;
    box-shadow: 0px 0px 20px rgba(255, 206, 12, 0.5);
}
.pi-content .pi-select-box .pi-select-car:hover img {
    opacity: 1;
}
.pi-content .pi-select-box .pi-select-car p:first-child{
    font-size: 1.6em;
    font-family: 'amcap_eternalregular';
}
.pi-content .pi-select-box .pi-select-car p:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    font-size: 0.875em;
}
.pi-content .pi-select-box .pi-select-car img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    opacity: 0.2;
}
.pi-content .pi-select-box .pi-car-new {
    margin-right: 2%;
}
.pi-content .pi-select-box .pi-car-selected {
    border: 3px solid #ffce0c !important;
    box-shadow: 0px 0px 20px rgba(255, 206, 12, 0.5);
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}
.pi-content .pi-select-box .pi-car-selected .pi-select-class {
    display: block !important;
}
.pi-content .pi-select-box .pi-car-selected img {
    opacity: 1;
}
.pi-content .pi-select-box .pi-car-selected::before {
    content: "SELECTAT";
    position: absolute;
    font-weight: 600;
    font-size: 0.875em;
    left: calc(50% - 50px);
    top: 0px;
    width: 100px;
    padding: 10px 0;
    background: #ffce0c;
}
.pi-content .pi-selected-box {
    background: rgba(0, 0, 0, 0.4);
    padding: 3%;
}
.pi-content .pi-selected-box .pi-selected-info {
    font-size: 1em;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    color: #fff;
}
.pi-content .pi-selected-box .pi-selected-info-title {
    font-size: 1.4em;
    text-align: center;
    font-family: 'amcap_eternalregular';
}
.pi-content .pi-selected-box .pi-selected-box-packs {
    margin-top: 50px;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack {
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 50px 0 20px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    position: relative;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack:hover {
    box-shadow: 0px 0px 30px rgba(255, 206, 12, 0.37);
    border: 1px solid #ffce0c;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack:hover .pi-price {
    background: rgba(255, 206, 12, 0.1);
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack > p:first-child {
    font-size: 1.2em;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack > p:nth-child(2) {
    font-size: 2em;
    color: #ffce0c;
    font-family: 'amcap_eternalregular';
    text-align: center;
    margin: 10px 0;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack > p:nth-child(3) {
    text-align: center;
    font-family: 'amcap_eternalregular';
    color: #fff;
    margin-bottom: 20px;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack-img {
    background-image: url(../images/squares-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack-img  img {
    width: 100%;
}
.pi-content .pi-selected-box .pi-selected-box-packs .included-services {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options {
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
/*    overflow: hidden;*/
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option:hover {
    background: rgba(255, 255, 255, 0.1);
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-icon {
    
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-icon img {
    width: 35px;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-icon {
    float: left;
    width: 50px;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-services {
    float: right;
    width: calc(100% - 70px);
    font-size: 0.9em;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-services .pi-pack-services-title {
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-services .pi-pack-services-desc {
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    line-height: 15px;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-option .pi-pack-services .pi-pack-services-dur {
    color: #fff;
    line-height: 20px;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-basic-coating {
    background: rgba(248, 248, 248, 0.12);
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-standard-coating {
    background: rgba(248, 248, 248, 0.12);
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-pack-options .pi-pack-elite-coating {
    background: rgba(255, 206, 12, 0.2);
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack .pi-pack-prices {
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.pi-content .pi-selected-box .pi-selected-box-packs .pi-selected-box-pack .pi-pack-prices .pi-pp-select {
    font-size: 1em;
}
.pi-content .pi-select-box .pi-select-car .pi-select-class {
    margin-top: 30px;
    display: none;
}
.pi-content .pi-select-box .pi-select-car .pi-select-class .pi-select-class-item {
    float: left;
    width: 25%;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.pi-content .pi-select-box .pi-select-car .pi-select-class .pi-select-class-item:hover {
    border: 1px solid #ffce0c;
    box-shadow: 0px 0px 20px rgba(255, 206, 12, 0.5);
}
.pi-content .pi-select-box .pi-select-car .pi-select-class .pi-select-class-item p {
    font-size: 1em;
}
.pi-content .pi-select-box .pi-select-car .pi-select-class .pi-select-class-item img {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 100%;
    opacity: 1;
    margin-top: 15px;
}
.pi-select-class-text {
    color: #fff;
    margin: 30px 0;
}
.pi-content .pi-select-box .pi-select-car .pi-select-class-item-selected {
    border: 1px solid #ffce0c !important;
    box-shadow: 0px 0px 20px rgba(255, 206, 12, 0.5);
}
.pi-price {
    margin: 30px 0;
    text-align: center;
    padding: 30px;
    background: rgb(25, 25, 25);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.pi-price .pi-price-old {
    font-size: 1em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: line-through;
}
.pi-price .pi-price-new {
    font-family: 'amcap_eternalregular';
    font-size: 2.3em;
    color: #ffce0c;
}
.box-badge-best-buy::before {
    position: absolute;
    content: "BEST BUY";
    top: -15px;
    background: #ffce0c;
    padding: 10px;
    box-sizing: border-box;
    width: 110px;
    text-align: center;
    font-size: 0.7em;
    font-weight: 800;
    left: calc(50% - 55px);
    box-shadow: 0px 0px 30px rgba(255, 206, 12, 0.7);
}
.box-badge-best-q::before {
    position: absolute;
    content: "BEST QUALITY";
    top: -15px;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    width: 110px;
    text-align: center;
    font-size: 0.7em;
    font-weight: 800;
    left: calc(50% - 55px);
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.7);
}
.pi-select-pack .pi-select-pack-btn {
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}
.pi-select-pack .pi-select-pack-btn-selected {
    background: #ffce0c;
}
.pi-select-pack .pi-select-pack-btn input[type="checkbox"] {
    float: left;
}
.pi-select-pack .pi-select-pack-btn p {
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    color: #000;
    line-height: 20px;
}
.pi-select-pack input[type="checkbox"],
.pi-select-pack input[type="radio"] {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid rgb(0, 0, 0);
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}
.pi-select-pack input[type="checkbox"]:checked {
    border: 2px solid #000;
    background: #000;
}
.pi-more-services {
    margin-top: 30px;
}
.pi-more-services .pi-more-services-title {
    font-size: 1.3em !important;
    margin-bottom: 50px;
}
.pi-product-option {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.pi-product-option input[type="checkbox"],
.pi-product-option input[type="radio"] {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid rgb(0, 0, 0);
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    visibility: hidden;
}
.pi-product-option input[type="checkbox"]:checked {
    border: 2px solid #000;
    background: #000;
}
.pi-product-option .pi-product-selected-price {
    font-size: 1.25em;
    font-weight: 700;
    color: #ffce0c;
}
.pi-product-selected {
    border: 1px solid #ffce0c !important;
    position: relative;
}
.pi-product-selected::before {
    position: absolute;
    content: "SELECTAT";
    font-size: 0.8em;
    padding: 5px;
    font-weight: 700;
    box-sizing: border-box;
    color: #000000;
    width: 75px;
    text-align: center;
    right: 20px;
    top: -23px;
    background: #ffce0c;
}
.pi-pack-total-price {
    margin-top: 50px;
    background: #ffce0c;
    padding: 15px;
    box-sizing: border-box;
}
.pi-pack-total-price p {
    font-size: 1em;
    font-weight: 600;
    color: #000 !important;
}
.pi-pack-total-price .price-value {
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #000;
}
/* WINTER POPUP */

.win-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 111;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
}
.win-popup-content {
    width: 1200px;
    background-image: url(../images/pi-bg.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-position: center top;
    box-shadow: 0px 0px 150px rgba(255, 206, 12, 0.42);
    padding: 80px 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.win-popup-content .win-headline {
    font-family: 'amcap_eternalregular';
    font-size: 2.7em;
    color: #fff;
}
.win-popup-content .win-subtitle {
    line-height: 25px;
    color: #fff;
    font-size: 1.5em;
    margin: 10px 0 50px 0;
}
.win-popup-content .win-discount {
    font-size: 4.2em;
    font-family: 'amcap_eternalregular';
    color: #fff;
    text-shadow: 0px 0px 40px rgba(255, 206, 12, 0.7); 
}
.win-popup-content .win-discount-info {
    color: #fff;
    font-size: 2em;
    margin-top: 10px;
    line-height: 25px;
    font-family: 'amcap_eternalregular';
}
.win-popup-content .win-cta {
    margin-top: 80px;
}
.win-popup-content .win-cta .win-cta-btn {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'amcap_eternalregular';
    font-size: 1.2em;
}
.win-popup-content .win-cta .win-close {
    background: #fff;
    color: #000;
}
.win-popup-content .win-cta i {
    margin-right: 20px;
    color: #000;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.win-popup-content .win-cta .win-go {
    background: #ffce0c;
    color: #000;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.win-popup-content .win-cta .win-go:hover {
    box-shadow: 0px 0px 30px rgba(255, 206, 12, 0.7);
}
.win-popup-content .win-cta .win-cta-btn:hover i{
    margin-right: 30px;
}
.spring-container {
    padding: 0;
}
.car-polish .car-p-title h1 {
    font-size: 3em;
    font-family: 'amcap_eternalregular';
    color: #fff;
}
.car-polish .car-p-title h2 {
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: #ff0000;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
    display: inline-block;
}
.car-polish .car-p-title h3 {
    margin-top: 40px;
    font-size: 1.5em;
    color: #fff;
    line-height: 25px;
}
.spring-offer-title {
    margin-top: 20px;
    clear: both;
    overflow: hidden;
}
.spring-offer-title .seats {
    display: inline-block;
    font-size: 1em !important;
    font-weight: 700 !important;
    color: #ffce0c !important;
    background: #000 !important;
    padding: 18px;
    box-sizing: border-box;
    font-style: italic;
    margin-top: 0 !important;
}
.container-spring {
    background-image: url(../images/header_pattern.jpg);
    padding: 120px 20px 20px 20px;
    box-sizing: border-box;
}
.container-spring .cs-exterior {
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}
.container-spring .cs-exterior .cs-e-head {
    background-image: url(../images/det-ext.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #000;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.container-spring .cs-exterior .cs-e-head h4 {
    font-family: 'amcap_eternalregular';
    font-size: 2.3em;
    text-align: center;
    color: #fff; 
}
.cs-e-packs {
    overflow: hidden;
    padding: 30px;
}
.cs-e-packs .cs-e-pack {
    float: left;
    width: 32%;
    margin-right: 1%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.cs-e-packs .cs-e-pack:hover {
    border: 1px solid #ffce0c;
}
.cs-e-packs .cs-e-pack .cs-e-pack-head {
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    background-image: url(../images/squares-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom -50px center;
    background-size: cover;
}
.cs-e-packs .cs-e-pack .cs-e-pack-head p:first-child {
    font-size: 1.2em;
    line-height: 40px;
}
.cs-e-packs .cs-e-pack .cs-e-pack-head p:nth-child(2) {
    font-family: 'amcap_eternalregular';
    font-size: 2.3em;
    color: #ffce0c;
    line-height: 40px;
}
.cs-e-packs .cs-e-pack .cs-e-pack-head p:nth-child(3) {
    line-height: 40px;
}
.cs-e-packs .cs-e-pack .cs-e-pack-head p span {
    font-weight: 700;
    color: #ffce0c;
}
.cs-e-packs .cs-e-pack .cs-e-pack-price {
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}
.cs-e-packs .cs-e-pack .cs-e-pack-services {
    padding: 20px;
    box-sizing: border-box;
}
.cs-e-packs .cs-e-pack .cs-e-pack-services .cs-e-pack-service {
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.cs-e-packs .cs-e-pack .cs-e-pack-services .cs-e-icon {
    float: left;
    width: 50px;
    
}
.cs-e-packs .cs-e-pack .cs-e-pack-services .cs-e-text {
    float: right;
    width: calc(100% - 70px);
    font-size: 0.9em;
    text-align: left;
}
.cs-e-pack-service-important {
    background: rgba(147, 255, 0, 0.10) !important;
}
.cs-e-pack-service-important::before {
    position: absolute;
    content: "IMPORTANT";
    right: 20px;
    top: -20px;
    width: 120px;
    background: #78c300;
    color: #000;
    font-family: 'amcap_eternalregular';
    padding: 5px;
    box-sizing: border-box;
    font-size: 1em;
}
.cs-e-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35px;
}
.cs-e-text .cs-e-text-title {
    font-weight: 600;
}
.cs-e-text .cs-e-text-desc {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    line-height: 15px;
}
.cs-e-text .cs-e-text-dur {
    line-height: 15px;
    margin-top: 5px;
}
.cs-e-prices {
    margin: 50px 0;
}
.cs-e-prices .cs-e-prices-price {
    font-weight: 700;
    color: #ffce0c;
}
.cs-e-pp {
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    
}
.cs-e-pp li .pack-price span {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7em;
    vertical-align: middle;
    margin-right: 10px;
    font-style: italic;
}
.discount20 {
    position: relative;
}
.discount25 {
    position: relative;
    border: 1px solid #ffce0c !important;
}
.discount20::before {
    position: absolute;
    content: "-20%";
    left: 20px;
    top: -20px;
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    background: #343434;
    color: #ffffff;
    height: 50px;
    width: 100px;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.discount25::before {
    position: absolute;
    content: "-25%";
    left: 20px;
    top: -20px;
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    background: #ffce0c;
    color: #000000;
    height: 50px;
    width: 100px;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.container-spring .cs-ceramic {
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    margin-top: 50px;
}
.container-spring .cs-ceramic .cs-e-head {
    background-image: url(../images/crystal-serum-ultra-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #000;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.container-spring .cs-ceramic .cs-e-head h4 {
    font-family: 'amcap_eternalregular';
    font-size: 2.3em;
    text-align: center;
    color: #fff; 
}
.cs-e-pack-img {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.cs-ceramic .cs-e-packs .cs-e-pack .cs-e-pack-head {
    background-position: bottom -20px center !important;
    background-size: 180%;
}
.ps-coating {
    background: rgba(255, 255, 255, 0.15) !important;
}

.container-spring .cs-interior {
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    margin-top: 50px;
}
.container-spring .cs-interior .cs-e-head {
    background-image: url(../images/det-int.png);
    background-repeat: no-repeat;
    background-position: right top -200px;
    background-color: #000;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.container-spring .cs-interior .cs-e-head h4 {
    font-family: 'amcap_eternalregular';
    font-size: 2.3em;
    text-align: center;
    color: #fff; 
}
.cs-e-full-width {
    width: 100% !important;
    margin-right: 0;
}
.container-spring .cs-faruri {
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    margin-top: 50px;
}
.container-spring .cs-faruri .cs-e-head {
    background-image: url(../images/polis-faruri.png);
    background-repeat: no-repeat;
    background-position: right top ;
    background-color: #000;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.container-spring .cs-faruri .cs-e-head h4 {
    font-family: 'amcap_eternalregular';
    font-size: 2.3em;
    text-align: center;
    color: #fff; 
}
.cs-e-pack-service-none {
    background: rgba(255, 0, 0, 0.15) !important;
}
.cs-e-pack-service-green {
    background: rgba(108, 255, 0, 0.15) !important;
}
.price-info-tva {
    text-align: center;
    color: #fff;
    line-height: 25px;
    padding: 20px;
    box-sizing: border-box;
}
/*SPRING OFFERS HOME*/
.spring-offers-home {
    padding: 5%;
    box-sizing: border-box;
}
.spring-offers-home .soh-content {
    background-image: url(../images/spring-bg.png), url(../images/header_pattern.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right bottom, center;
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
}
.spring-offers-home .soh-content .soh-title {
    font-family: 'amcap_eternalregular';
    font-size: 3em;
    color: #fff;
}
.spring-offers-home .soh-content .soh-discount {
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    color: #fff;
    background: #ff0000;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}
.spring-offers-home .soh-content .soh-discount span {
    display: block;
    font-size: 0.6em;
    color: #000;
}
.spring-offers-home .soh-content .soh-desc {
    color: #fff;
    line-height: 25px;
    width: 600px;
    margin-top: 20px;
    font-size: 1.2em;
}
.spring-offers-home .soh-content .soh-btn {
    display: inline-block;
    padding: 20px;
    background: #ffce0c;
    color: #000;
    text-decoration: none;
    font-family: 'amcap_eternalregular';
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.spring-offers-home .soh-content .soh-btn:hover {
    box-shadow: 0px 0px 10px #ffce0c;
    padding: 20px 25px;
}
.container-spring .contact-btn {
    display: table;
    margin-top: 30px;
    box-sizing: border-box;
    background: #ffce0c;
    font-family: 'amcap_eternalregular';
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 20px 40px;
    font-size: 1.35em;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.container-spring .contact-btn:hover {
    box-shadow: 0px 0px 10px #ffce0c;
    padding: 20px 55px;
}
/*NEW GALERY*/
.new-gallery .ng-project {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.new-gallery .ng-project .ng-project-cover {
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.new-gallery .ng-project .ng-project-cover img {
    width: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.new-gallery .ng-project .ng-project-info {
    background: #000;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.new-gallery .ng-project .ng-project-info .ng-project-title {
    
    font-size: 1em;
    text-align: center;
    color: #fff;
}
.new-gallery .ng-project .ng-project-info .ng-project-title span {
    color: #ffce0c;
    font-weight: 300;
    font-family: 'amcap_eternalregular';
}
.new-gallery .ng-project .ng-project-expand {
    position: fixed;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    z-index: 200;
    height: 100vh;
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
    overflow: auto;
    display: none;
}
.new-gallery .ng-project .ng-project-expand .ng-pe-title {
    text-align: center;
    font-family: 'amcap_eternalregular';
    font-size: 2em;
    color: #ffce0c;
}
.new-gallery .ng-project .ng-project-expand .ng-pe-color {
    color: #fff;
}
.new-gallery .ng-project:hover  {
    box-shadow: 0px 0px 0px 5px #ffce0c;
}
.ng-pe-gallery {
    margin-top: 30px;
    overflow: hidden;
}
.ng-pe-gallery img {
    width: 49%;
    margin-right: 1%;
    float: left;
    margin-bottom: 1%;
}
.ng-close {
    padding: 20px;
    background: #ffce0c;
    color: #000;
    font-family: 'amcap_eternalregular';
    cursor: pointer;
    margin-bottom: 30px;
}