@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;700;900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,700&display=swap');

:root {
    --red: #df3240;
    --orange: #eb740c;
    --gold: #d8bb86;
}

.mobile {
    display: none !important;
}

body, html {
    font-size: 10px;
    font-family: 'Inter';
    color: #131314;
    background-color: #0a0a0a;
    background-image: url(/img/bg_engine.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

footer {
    background-color: #0a0a0a8a;
    backdrop-filter: blur(6px);
}

a {
    color: var(--gold);
}

a:hover {
    color: var(--orange);
}

h1 {
    font-size: 8.3vh;
    font-weight: 700;
    letter-spacing: -1px;
}

h1 span {
    display: block;
    font-size: 64%;
    margin-top: -.1em;
}


h2 {
    font-family: inherit;
    font-size: 3em;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
}

red {
    color: var(--orange)
}

.white, a.white, p.white a {
    color: white;
}

.golden, a.golden, p.golden a {
    color: var(--gold);
}

.gradient-text {
    background-image: linear-gradient(110deg, #fe9601, #ea6d00);
    background: linear-gradient(110deg, #fe9601, #fe7500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accent {
    color: var(--red)
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.block {
    width: 100%;
    min-height: 10vh;
    box-sizing: border-box;
    /* padding: 20px; */
}

.darkbottom {
    position: absolute;
    z-index: 2;
    bottom: -60px;
    min-height: 200px;
    width: 100vw;
    left: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(10, 11, 12, 1) 40%,
            rgba(10, 11, 12, 1) 60%,
            rgba(0, 0, 0, 0) 100%);
}


.font1 {
    font-family: 'Montserrat';
}

.font2 {
    font-family: 'Carlito';
}


#menu.mobile {
    display: none !important;
}


button.main {
    background: url(../img/btnbg.png) no-repeat left bottom;
    background-size: cover;
    border-radius: 14px;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 280px;
    height: 70px;
    color: white;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: 900;
    font-family: 'Carlito';
    text-shadow: 4px 4px 10px black;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .33s ease-in-out;
    box-shadow: #ea6d00b3 0 0 60px;
    filter: hue-rotate(0deg);
}

button.main:hover {
    box-shadow: #ea6d00ef 0 0 20px;
    filter: hue-rotate(10deg);
}

.monitor {
    border-radius: 0 0 10px 10px;
    background-color: #000000e3;
    color: #b9b9b9;
    height: 40px;
    width: 200px;
    padding-top: 3px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.5em;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.monitor .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00ea8c;
    margin-right: 10px;
    box-shadow: 0 0 10px 1px #00ea8c;
    animation: blinking 1.2s infinite;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

/* EOF MAIN */
#menu {
    display: flex;
    position: fixed;
    z-index: 3;
    background-color: #120b0699;
    backdrop-filter: blur(5px);
    padding: 4px 4vw;
    width: 100%;
    box-sizing: border-box;
}



#menu * {
    box-sizing: border-box;
}

#menu .logo {
    max-width: 150px;
    float: left;
    box-sizing: border-box;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu ul li {
    font-size: 1.7em;
    padding: 15px;
    font-family: 'Carlito';
}

#menu #phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-top: 4px;
}

#menu #phone img {
    width: 32px;
    margin-left: 10px;
}

#menu #phone a.digits {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 2em;
}

#menu #phone a.digits img {
    width: 20px;
    margin: 0 10px 0 20px;
}



#menu.mobile #phone {
    width: 100vw !important;
    text-align: right;
}

#menu.mobile #logo {
    width: 25vw;
}

#menu.mobile #logo img {
    width: auto;
    height: 50px;
}






#hero {
    padding: 120px 7vw 40px;
    background: url(/img/hero.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
    height: 112vh;
    color: #fff
}

#hero h1 {
    font-size: 5em;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 100%;
}

#hero span {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1.5em;
    font-weight: 700;
}

#hero #info {
    display: block;
}

#hero #info .item {
    font-family: 'Carlito';
    font-size: 26px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

#hero #info img {
    width: 36px;
    padding-right: 15px;
}

#hero .extrainfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    z-index: 2;
    bottom: 100px;
    right: 100px;

}

#hero .extrainfo p {
    font-size: 14px;
    color: var(--gold);
    font-weight: bold;
}

#hero .extrainfo img {
    width: 22px;
    margin-right: 10px;
}


/* BENEFITS */

#benefits {
    background: url(/img/bg_engine.jpg) center top no-repeat;
    background-size: cover;
}


#benefits .info {
    margin: 0 auto;
    padding: 20px 30px;
    min-width: 50%;
    width: 70%;
    margin-top: 80px;
    border: 3px solid var(--orange);
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    font-family: 'Carlito';
    letter-spacing: 1px;
}


#benefits .items {
    padding-top: 50px;
    text-align: center;
}

#benefits .items .item {
    display: inline-block;
    padding: 20px;
    border-radius: 12px;
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    margin: 40px;
    text-align: left;
    overflow: hidden;

    background-color: #ea7013a7;
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
}


#benefits .items .item .num {
    color: #3f1f05;
    font-size: 40px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
}

#benefits .items .item h4 {
    color: white;
    font-size: 25px;
    padding-bottom: 5px;
}

#benefits .items .item p {
    color: rgb(230, 230, 230);
    font-size: 1.3em;
    line-height: 155%;
}

#benefits .items .i1 {
    background-image: url(/icons/insurance.png)
}

#benefits .items .i2 {
    background-image: url(/icons/door.png)
}

#benefits .items .i3 {
    background-image: url(/icons/akb.png)
}

#benefits .items .i4 {
    background-image: url(/icons/spark.png)
}

#benefits .items .i5 {
    background-image: url(/icons/bus.png)
}

#benefits .items .i6 {
    background-image: url(/icons/canister.png)
}


#form {
    position: relative;
    display: block;
    margin: 30px auto;
    box-sizing: border-box;
    min-height: 300px;
    /* overflow-y: hidden; */
}

#form .bg {
    position: absolute;
    z-index: 1;
    opacity: .6;
    display: block;
    width: 100%;
    min-height: 200px;
    background: linear-gradient(99deg, rgba(235, 116, 12, 0) 15%, rgba(235, 116, 12, 1) 50%, rgba(235, 116, 12, 0) 85%)
}

#form .content {
    text-align: center;
    width: 100%;
    display: block;
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

#form p {
    color: white;
    opacity: 5;
}

#form p.credit {
    color: var(--gold);
    font-size: 10px;
    opacity: 0.6;
}


/* PRICES */

#price {}


#prices {
    color: white;
    font-size: 1.5em;
    display: block;
    font-weight: bold;
    width: 70%;
    margin: 50px auto;
}

#prices .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    margin-top: 14px;
    padding: 20px 10px;
    border-bottom: 2px solid rgba(128, 128, 128, 0.33);
    transition: background .33s ease-in;
    border-radius: 5px;
}

#prices .item:hover {
    background: #875e4d43;
}

#prices .item p:nth-of-type(2) {
    color: var(--orange)
}

#prices .item p {
    width: auto;
    display: inline-block;
}

#prices .item i {
    font-size: 0.5em;
    opacity: 0.5;
}

#prices .item sup {
    font-size: 0.9em;
    padding-right: 5px;
}

#shambo {
    background: url(/img/bg_shambo.jpg) center no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 60px;
}

#shambo h2 {
    margin-bottom: 80px;
}

#shambo .part {
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
}

#shambo .item {
    background: url(/img/platebg.png) center left no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    align-content: center;
    height: 62px;
    margin-bottom: 30px;
}

#shambo .item img {
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

#shambo .item p {
    padding-top: 3px;
    font-size: 20px;
    font-family: 'carlito';
    text-transform: uppercase;
}

/* FAQ */

#faq {
    background: url(/img/bg_faq.jpg) center no-repeat;
    background-size: 100%;
    background-attachment: scroll;
}

#faq .q {
    width: 70%;
    margin: 40px auto;
    border: 3px solid var(--orange);
    border-radius: 25px;
    padding: 20px 40px;
    padding-right: 80px;
    box-sizing: border-box;
    cursor: pointer;
    background: url(/icons/down.png) no-repeat center right;
    background-size: 50px;
    transition: all .5s;
}

#faq .q.active div {
    display: block;
    padding: 20px 0;
    padding-bottom: 10px;
    color: white;
    transition: all .5s;
    max-height: 50em;
    height: auto;
}

#faq .q div {
    max-height: 0em !;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

#faq .q h4 {
    color: var(--orange);
    font-size: 2em;
    font-family: 'Carlito';
}




#feedback button.owlbtn {
    color: var(--orange);
    font-size: 70px;
    background: transparent;
    padding: 30px;
    cursor: pointer;
}

#feedback .left, #feedback .right {
    display: block;
    height: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 80px;
}

.slideshow .item {
    border: 3px solid var(--orange);
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 250px;
    margin: 20px;
    background-color: #131314;
    box-shadow: 0 0 20px #d09d12a0;
}

.slideshow .item img {
    width: 20% !important;
    height: auto;
}

.slideshow .item .text {
    text-align: left;
    padding: 20px;
    color: var(--orange);
}

.slideshow .item .text img {
    width: 1.3em !important;
    display: inline-block;
    padding-right: 10px;
}

.slideshow .item h5 {
    font-family: 'Carlito';
    font-size: 1.7em;
    margin-bottom: 11px;
    color: var(--orange);
}

.slideshow .item p {
    padding-top: 10px;
    font-size: 1.3em;
    color: var(--gold);
}


#about .image {
    width: 50%;
    min-height: 200px;
    background: url('/img/woman.jpg') right center no-repeat;
    background-size: cover;
}

#about .text {
    box-sizing: border-box;
    padding: 1px 30px;
    max-width: 660px;
    font-size: .9em;
}

#contacts {
    padding: 50px;
    padding-left: 15vw;
    box-sizing: border-box;
}

#contacts a.link {
    margin: 50px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 2.6em;
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

#contacts a.link img {
    width: 2.77em;
    box-sizing: border-box;
    padding-right: 30px;
    cursor: pointer;
}

#credits {
    padding: 50px;
    padding-right: 10vw;
    box-sizing: border-box;
}


#modal{
    width: 100vw;
    height: 100vh;
    background-color: #0a0a0a;
    position: fixed;
    z-index: 99;
}



/* MOBILE */
/* -----======== MOBILE ========----- */
@media (orientation: portrait) {
    #form h4{font-size:1.4em}
    
    .content {
        box-sizing: border-box;
        min-width: 100% !important;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .w50 {
        width: 100%;
        display: block;
    }

    footer {
        flex-direction: column !important;
    }

    body, html {
        background-image: url(/img/bg_engine.jpg);
        background-position: bottom 330px center;
        background-repeat: no-repeat;
        background-size: 200%;
    }

    #contacts a.link {
        font-size: 2em;
    }

    #contacts a.link img {
        font-size: 1.3em;
    }

    #about {
        flex-direction: column;
    }

    #about .image {
        width: 100%;
    }

    #feedback .right, #feedback .left {
        display: none;
    }

    .slideshow.w60 {
        width: 100%;
    }

    .slideshow .item {
        min-height: 370px;
        max-height: 400px;
    }

    .slideshow .item p {
        font-size: 1.14em
    }

    .slideshow .item img {
        width: 40% !important;
    }
    
    .owl-carousel .owl-item img{
        object-fit: cover;
    }

    #faq .q {
        width: 90%;
    }

    #faq .q h4 {
        font-size: 1.6em;
    }

    #shambo {
        background-size: contain;
        background-position: top center;
        background: url(/img/bg_shmobile.jpg) no-repeat;
        background-size: contain;
        background-attachment: fixed;
    }

    #shambo .content {
        flex-direction: column;
    }

    #shambo .part {
        width: 100%;
        padding: 20px;
    }

    #shambo .item {
        height: 70px;
        align-items: center;
        background: #eb740cba;
        border-radius:15px;
    }

    #shambo .item p {
        font-size: 1.4em;
        line-height: 1;
    }
    
    #shambo .item img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    #shambo h2 {
        margin-bottom: 20px;
    }

    #shambo .item {
        margin-bottom: 10px;
    }

    #faq {
        background-attachment: fixed;
    }
    
    #faq p{line-height:1.2}

    #prices {
        width: 90%;
    }

    #prices .item p {
        font-size: 1.2em;
    }


    #benefits .items .item {
        width: 80vw;
        height: 220px;
        margin: 10px;
        box-sizing: border-box;
    }

    #benefits .items .item h4 {
        line-height: 1;
    }

    #benefits .items .item p {
        line-height: 1.2;
        font-size: 1.4em;
    }

    #benefits .info p {
        line-height: 1;
    }

    #benefits .info p:nth-child(2) {
        line-height: 2;
    }

    #hero {
        height: auto;
        background: url(/img/hero_m.jpg) bottom center no-repeat;
        background-size: cover;
    }

    #hero span {
        line-height: 0.9;
        font-size: 1.3em;
    }

    #hero h1 {
        text-align: center;
        font-size: 4.2em;
    }

 

    #hero #info .item {
        width: 100%;
        background: rgba(0, 0, 0, 0.475);
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        backdrop-filter: blur(3px);
        margin-bottom: 10px;
        font-size:18px;
    }

    #hero .extrainfo {
        right: auto;
        left: auto;
        bottom: 20px;
        width: 100%;
        text-align: center;
        padding-top: 55px;
        position: relative;
        justify-content: center;
    }

    #hero .bottom {
        /* padding-bottom: 40px; */
        width: 100%;
        text-align: center;
        bottom: 0;
        z-index: 9;
        position: fixed;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
    }

    #hero .bottom .main {
        width: 90%;
        padding-bottom: 20px;
    }


    .monitor {
        margin: 0 auto;
        position: fixed;
        z-index: 12;
        display: block;
        bottom: -20px;
        left: 0;
        right: 0;
        display: flex;
        align-items: start;
        border-radius: 10px;
        padding-top: 5px;
        background-color: #382814fb;
        font-size: 12px;
        width: 160px;
    }

    .monitor .circle {
        margin-top: 2px;
    }

    #form a {
        font-size: .7em;
    }


    #menu.mobile {
        padding: 5px;
        display: flex !important;
        flex-direction: row;
    }

    #mobilemenu {
        height: 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: #0a0a0a6f;
        backdrop-filter: blur(4px);
        position: fixed;
        z-index: 3;
    }

    #benefits p.fz20{
        font-size: 1.4em;
    }
    
    #menu #phone a.digits{1.4em; padding-left:10px;}
    #menu #phone a.digits img{display:none}
}