@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	padding: 0px;
	margin: 0px;
    font-family: "Montserrat", sans-serif;
    background-color: #0F1014;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Montserrat", sans-serif;
}
.center{
    width: 90%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}
/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 20px 0;
    transition: .2s;
    z-index: 10005;
}
header.scroll{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: .2s;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.header__item{
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}
.header__item-logo b{
	width: fit-content;
	height: auto;
	float: left;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 800;
}
.header__item ul{
    width: fit-content;
    height: auto;
    float: right;
}
.header__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 0 0 50px;
}
.header__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    position: relative;
}
.header__item ul > li > a::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    bottom: -6px;
    transition: .2s;
}
.header__item ul > li > a:hover::before{
    width: 100%;
    transition: .2s;
}
.header__item ul > li > a.active::before{
    width: 100%;
    transition: .2s;
}
.header__item__contacts{
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    margin: 0 0 0 70px;
}
.header__item__contacts-phone{
    width: fit-content;
    height: auto;
    float: right;
    color: #ffffff;
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    transition: .2s;
}
.header__item__contacts-phone:hover{
    transform: scale(1.1);
    transition: .2s;
}
.header__item__contacts-address{
    width: fit-content;
    height: auto;
    float: right;
    text-align: right;
    font-size: 12px;
    margin: 2px 0 0 0;
    color: #ffffff;
    opacity: 0.7;
}
/* HEADER */

/* MAIN */
.main{
    width: 100%;
    height: auto;
    float: left;
    background-color: #151A1A;
    position: relative;
}
.main__row{
    width: 100%;
    height: auto;
    float: left;
}
.main__item{
    width: 100%;
    height: 100vh;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    position: relative;
}
.main__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    text-align: left;
    padding: 0 5%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.main__item-description{
    width: 25%;
    height: auto;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.main video{
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.6;
    object-fit: cover;
}
/* MAIN */

/* CARS */
.cars{
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0 0;
    overflow: hidden;
    position: relative;
}
.cars__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.cars__item{
    width: initial;
    height: 55px;
    object-fit: contain;
    object-position: center;
    opacity: 0.4;
    transition: .2s;
}
.cars__item:hover{
    opacity: 1;
    transition: .2s;
}
.cars__item:nth-child(5){
    height: 40px;
}
/* CARS */

/* ABOUT */
.about{
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0 0;
}
.about__row{
    width: 100%;
    height: auto;
    float: left;
}
.about__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about__box:nth-child(1){
    width: 40%;
    height: auto;
}
.about__box:nth-child(2){
    width: 55%;
    height: auto;
}
.about__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
}
.about__box-description{
    width: 100%;
    height: auto;
    float: left;
    color: #dddddd;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
}
.about__item video{
    width: 100%;
    height: 400px;
    float: left;
    object-fit: cover;
    object-position: bottom;
    margin: 50px 0 0 0;
    opacity: 0.7;
}
/* ABOUT */

/* STEPS */
.steps{
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0;
}
.steps-title{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.steps-description{
    width: 100%;
    height: auto;
    float: left;
    color: #dddddd;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    margin: 15px 0 0;
}
.steps__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.steps__item{
    width: 32%;
    height: auto;
    margin: 40px 0 0 0;
    border: 2px solid #1F2125;
    padding: 25px;
    box-sizing: border-box;
    background-color: #151a1a;
}
.steps__item b{
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}
.steps__item p{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 15px 0 0 0;
}
.steps__item span{
    width: 100%;
    height: auto;
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    margin: 15px 0 0 0;
}
/* STEPS */

/* ESTIMATE */
.estimate{
    width: 100%;
    height: auto;
    float: left;
}
.estimate__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url("../images/poster/estimate.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 50px;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    position: relative;
}
.estimate__row::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0F1014;
    opacity: 0.6;
}
.estimate__item{
    width: 50%;
    height: auto;
    position: relative;
}
.estimate__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
}
.estimate__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #dddddd;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    margin: 20px 0 0 0;
}
.estimate__item form{
    width: 95%;
    height: auto;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(21 26 26 / 70%);
    border: 1px solid #1F2125;
    padding: 25px;
    box-sizing: border-box;
    transition: .2s;
}
.estimate__item form > label{
    width: calc(50% - 7.5px);
    height: auto;
    margin: 0 0 15px;
    position: relative;
}
.estimate__item form > label:nth-child(1){
    width: 100%;
}
.estimate__item form > label:nth-child(8){
    width: 100%;
}
.estimate__item form > label > input,
.estimate__item form > label > select,
.estimate__item form > label > span{
    width: 100%;
    height: 45px;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    background-color: #373639;
    border: 1px solid #454850;
    padding: 0 15px;
    box-sizing: border-box;
}
.estimate__item form > label > input::placeholder,
.estimate__item form > label > select::placeholder{
    color: #888888;
}
.estimate__item form > label > input[type='file']{
    cursor: pointer;
}
.estimate__item form > label > span{
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    color: #888888;
}
.about__box-policy{
    width: 90%;
    height: auto;
    float: left;
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    margin: 10px 0 0 0;
}
.about__box-policy a{
    text-decoration: underline;
}
.estimate__item form > button{
    width: 100%;
    height: 45px;
    cursor: pointer;
    font-size: 14px;
    border: unset;
    background-color: #fff;
    color: #1C1C1C;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.estimate__item__result{
    width: 95%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: rgb(21 26 26 / 85%);
    border: 1px solid #1F2125;
}
.estimate__item__result p{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.estimate__item__result span{
    width: 100%;
    height: auto;
    float: left;
    color: #dddddd;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
    margin: 15px 0 0 0;
}
/* ESTIMATE */

/* REVIEWS */
.reviews{
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0 0;
}
.reviews-title{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.reviews-description{
    width: 100%;
    height: auto;
    float: left;
    color: #dddddd;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    margin: 15px 0 0;
}
.reviews__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews__item{
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0 0;
    border: 2px solid #1F2125;
    padding: 25px;
    box-sizing: border-box;
    background-color: #151a1a;
}
.reviews__item p{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 0 0 21px;
    position: relative;
}
.reviews__item p::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/stars.svg");
}
.reviews__item span{
    width: 100%;
    height: auto;
    float: left;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    position: relative;
}
.reviews__controlers{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
}
.reviews__controlers__box-more{
    width: fit-content;
    height: 45px;
    float: left;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    padding: 0 25px;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: center;
    transition: .2s;
}
.reviews__controlers__box-more:hover{
    background-color: #ffffff;
    color: #0F1014;
    transition: .2s;
}
.reviews__controlers__box button{
    width: 45px;
    height: 45px;
    background-color: unset;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    transition: .2s;
}
.reviews__controlers__box button:nth-child(2){
    margin: 0 0 0 10px;
}
.reviews__controlers__box button:hover{
    background-color: #ffffff;
    color: #0F1014;
    transition: .2s;
}
/* REVIEWS */

/* FAQ */
.faq{
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0;
}
.faq__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq__item{
    width: 48%;
    height: auto;
}
.faq__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
}
.faq__item__list{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.faq__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 31.3px 0;
    border-bottom: 2px solid #1F2125;
}
.faq__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.faq__box p::before{
    content: "+";
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #FFFFFF;
    font-weight: 200;
    font-size: 30px;
}
.faq__box.active p::before{
    content: "-";
}
.faq__box span{
    width: 100%;
    height: auto;
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    margin: 12px 0 0;
    display: none;
}
.faq__box:nth-child(1) span{
    display: block;
}
.faq__item-poster{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
}
/* FAQ */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0 100px;
    background-color: #151A1A;
    border-top: 2px solid #1F2125;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__item:nth-child(1){
    width: 28%;
    height: auto;
}
.footer__item:nth-child(2){
    width: 55%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}
.footer__item-logo b{
	width: fit-content;
	height: auto;
	float: left;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 800;
}
.footer__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    margin: 20px 0 0 0;
}
.footer__box{
    width: 30%;
    height: auto;
}
.footer__box-title{
    width: fit-content;
    height: auto;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.footer__item form{
    width: 100%;
    height: auto;
    float: left;
    background-color: #373639;
    margin: 30px 0 0 0;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__item form > input{
    width: 65%;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    border: unset;
    background-color: unset;
    padding: 0 13px;
    box-sizing: border-box;
}
.footer__item form > button{
    width: 35%;
    height: 40px;
    border: unset;
    cursor: pointer;
    font-size: 13px;
    background-color: #1C1C1C;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    transition: .2s;
}
.footer__item form.success > button{
    color: rgb(28 28 28 / 0%);
    background-image: url("../images/icon/success.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: .2s;
}
.footer__box ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
}
.footer__box ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 13px 0 0 0;
}
.footer__box ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #929292;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    transition: .2s;
}
.footer__box ul > li > a:hover{
    color: #ffffff;
    transition: .2s;
}
.footer__box-networks{
    width: fit-content;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 20px 0 0 0;
    float: left;
}
.footer__box-networks a{
    width: 20px;
    height: 20px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
    transition: .2s;
    margin: 0 20px 0 0;
}
.footer__box-networks a:hover{
    opacity: 1;
    transition: .2s;
}
.footer__box-networks a:nth-child(1){
    background-image: url("../images/icon/instagram.svg");
}
.footer__box-networks a:nth-child(2){
    background-image: url("../images/icon/yelp.svg");
}
.footer__box-networks a:nth-child(3){
    background-image: url("../images/icon/facebook.svg");
}
/* FOOTER */

/* COPYRIGHT */
.copyright{
    width: 100%;
    height: auto;
    float: left;
    background-color: #151A1A;
}
.copyright__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #1F2125;
    padding: 35px 0;
}
.copyright__item{
    width: fit-content;
    height: auto;
}
.copyright__item-copy{
    width: fit-content;
    height: auto;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
}
.copyright__item-copy a{
    color: #666666;
    transition: .2s;
}
.copyright__item-copy > a:hover{
    color: #fff;
    transition: .2s;
}
/* COPYRIGHT */

/* DOCUMENTS */
.documents{
    width: 100%;
    height: auto;
    float: left;
    padding: 140px 0 80px;
}
.documents-title{
    width: 100%;
    height: auto;
    float: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
}
.documents-description {
    width: 100%;
    height: auto;
    float: left;
    color: #929292;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    margin: 30px 0 0;
}
.documents-description b{
    width: 100%;
    height: auto;
    float: left;
    text-transform: uppercase;
    margin: 0 0 10px;
}
/* DOCUMENTS */

/* CALL */
.call-btn{
    width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 2px solid #1F2125;
    background-color: #151a1a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url("../images/icon/call.svg");
    box-sizing: border-box;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 100005;
    animation: shadowPulse 2s infinite ease-in-out;
    transition: .2s;
}
@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 5px rgb(55, 54, 57, 0.6);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px rgb(55, 54, 57, 0.8);
        transform: scale(1.2);
    }
    100% {
        box-shadow: 0 0 5px rgb(55, 54, 57, 0.6);
        transform: scale(1);
    }
}
.call-btn:hover{
    background-color: #0F1014;
    transition: .2s;
}
/* CALL */

/* MANAGER */
.manager{
    width: 100%;
    height: auto;
    float: left;
    padding: 120px 0 60px;
}
.manager-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
}
.manager__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.manager__item{
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    border: 2px solid #1F2125;
    padding: 20px;
    box-sizing: border-box;
    background-color: #151a1a;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    transition: .2s;
}
.manager__item:hover{
    border: 2px solid #ffffff;
    transition: .2s;
}
.manager__box{
    width: 12%;
    height: auto;
}
.manager__box:nth-child(2){
    width: 16%;
}
.manager__box:nth-child(5){
    width: 18%;
}
.manager__block-poster{
    width: 100%;
    height: auto;
    float: left;
    display: none;
}
.manager__block-poster:nth-child(1){
    display: block;
}
.manager__block-poster img{
    width: 100%;
    height: 69px;
    float: left;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.manager__box-model{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 23px;
    text-transform: uppercase;
}
.manager__box-win{
    width: 100%;
    height: auto;
    float: left;
    color: #909090;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 23px;
}
.manager__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 23px;
}
.manager__box-data{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 23px;
    background-color: #151a1a;
    border: unset;
}
/* MANAGER */