* {
    box-sizing: border-box;
}

@font-face {
    font-family: "AA Haymaker";
    src: url("../fonts/16839.ttf") format("ttf");
}

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #000000;

}

ul,
li,
p,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

.container {
    /* max-width: 1200px; */
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.header {
    background: url('../img/header-bg.png') no-repeat center top;

    padding-top: 40px;
    padding-bottom: 70px;

}

.header-top,
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-socials,
.footer-socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
}

.slick-track {
    display: flex !important;
    align-items: center;

}


.slider-item {

    max-width: 325px;
    height: 438px;
    padding-top: 120px;
    background: black;
    background: linear-gradient(230deg, transparent 50px, black 0);
    border: 4px solid #fff;
    border-top: none;
    border-right: none;
    position: relative;
    -webkit-box-shadow: 0px 0px 22px 1px rgba(255, 255, 255, 0.54);
    box-shadow: 0px 0px 22px 1px rgba(255, 255, 255, 0.54);
    transition: linear 1s;


}

.slick-btn {
    position: absolute;
    font-family: 'icomoon' !important;
    z-index: 100;
    background: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 10em;
    cursor: pointer;

}

.slick-btn:hover {
    color:#ffff00;
    transition: .4s;

}


.slick-prev {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.slick-prev:after {
    content: "\e901";
}

.slick-next {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);

}

.slick-next:after {
    content: "\e900";

}




.slider-item__img {
    width: 385px;
    height: 240px;
    position: relative;
    z-index: 1000;
    display: block;
    margin-left: -40px;
    margin-bottom: 20px;
    transition: linear 1s;

}


.corolla .slider-item__img,
.yaris .slider-item__img,
.corolla-hr .slider-item__img {
    height: 220px;
    margin-top: 20px;
}

.ttt {
    width: 550px;
    height: 300px;
    margin-left: -100px;
    margin-top: -60px;
}

.slider-item__title {
    /* width: 280px; */
    width: 90%;
    margin: 0 auto;

}


.slick-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px !important;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
}



.slick-center .slider-item {
    height: 660px;
    max-width: 485px !important;
    padding-top: 140px;
}

.slick-center .slider-item__img {
    width: 585px;
    height: 390px;
    position: relative;
    z-index: 1300;
    margin-left: -70px;
}

.slick-center .c-hr .slider-item__img {
    height: 350px;
    margin-top: 30px;
}

.slick-center .corolla .slider-item__img {
    height: 290px;
    margin-top: 90px;
}

.slick-center .yaris .slider-item__img {
    height: 340px;
    margin-top: 40px;
}

.slick-center .corolla-hr .slider-item__img {
    height: 350px;
    margin-top: 40px;
}




.slick-center .ttt {
    width: 800px;
    height: 450px;
    margin-left: -150px;
    margin-top: -30px;
    margin-bottom: 10px;

}

.slick-center .slider-item__title {
    /* width: 400px; */
    width: 90%;
}



.slick-center .slider-item:before {
    height: 92%;
}

.slick-center .slider-item:after {
    width: 90%;
}

.slider-item:before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 85%;
    background: #fff;
    z-index: 1;

}

.slider-item:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 85%;
    height: 4px;
    background: #fff;

}






.slider-item__num {
    position: absolute;
    background: transparent;
    top: -100px;
    z-index: 1000;
    right: -130px;
    font-size: 172px;
    color: #fff;
    line-height: 1.2;

}

.slider-item__num span {
    color: rgb(255, 255, 0);
}











#range {
    -webkit-appearance: none;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;

}

#range:focus {
    outline: none;
}

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #fff;

}

#range::-webkit-slider-thumb {
    /* box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0px 0px 0.8px rgba(0, 0, 88, 0.67);
    border: 2px solid rgba(0, 30, 0, 0.57); */
    height: 5px;
    width: 25%;
    border-radius: 0px;
    background: #ffff00;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -0.5px;
}

#range:focus::-webkit-slider-runnable-track {
    background: #fffff0;
}

#range::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #ffffd6;
    border-radius: 0px;
    border: 0px solid #010101;
}

#range::-moz-range-thumb {
    box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0px 0px 0.8px rgba(0, 0, 88, 0.67);
    border: 2px solid rgba(0, 30, 0, 0.57);
    height: 10px;
    width: 300px;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
}

#range::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

#range::-ms-fill-lower {
    background: #fff;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

#range::-ms-fill-upper {
    background: #fff;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

#range::-ms-thumb {
    /* box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0px 0px 0.8px rgba(0, 0, 88, 0.67); */
    height: 33px;
    width: 300px;
    border-radius: 0px;
    background: #edef71;
    cursor: pointer;
    height: 32px;
}

#range:focus::-ms-fill-lower {
    background: #fff;
}

#range:focus::-ms-fill-upper {
    background: #fff;
}






.header-price {
    display: flex;
    justify-content: center;
    align-items: center;


}

.header-price__text {
    font-size: 75px;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 35px;

}

.about {
    padding-bottom: 40px;
}

.about-outter {
    border: 2px solid #fff;
    width: 80%;
    margin: 0 auto;
    padding: 3% 0;
    background: #000000;
    margin-top: -2%;
}

.about-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #ffff00;
    width: 90%;
    margin: 0 auto;
    padding: 45px 20px;

}

.about__title {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 70px;
    text-align: center;

}

.about__text {
    text-align: center;
    font-size: 45px;
    line-height: 1.2;

}

.feedback {
    background: url('../img/test.png') no-repeat center top/cover;
    padding-bottom: 250px;

}



.feedback-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}

.feedback-title {

    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;

}


.form-box {
    border: 1px solid #ffff00;
    border-radius: 15px;
    height: 645px;
    width: 643px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 70px;
    background: #000000;
    opacity: .8;

}

form {
    display: flex;
    flex-direction: column;
    position: absolute;

    top: 50%;
    transform: translate(0, -50%);

}

.input-name,
.input-number {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 37px;
    font-style: italic;
    line-height: 1.467;
    text-align: left;
    padding-left: 27px;

}

.input-name {
    margin-bottom: 60px;
}

.input-number {
    margin-bottom: 40px;
}

.input-btn {
    display: flex;
    justify-content: center;
    background: #ffff00;
    font-size: 37px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 1.467;
    text-align: center;
    border-radius: 10px;
    padding: 30px 80px;
    max-width: 80%;
    margin: 0 auto;
}


.features {
    background: url('../img/features-bg.png') no-repeat center bottom;

    padding-bottom: 350px;
    -webkit-box-shadow: 0px -8px 15px 15px #000000;
    box-shadow: 0px -8px 15px 15px #000000;
    box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4);
}

.features-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    max-width: 55%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
}

.features-title:before {
    content: '“';
    font-family: "AA Haymaker";
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 124px;
    font-weight: 500;
    line-height: 1.2;
}

.features-title:after {
    content: '”';
    font-family: "AA Haymaker";
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 124px;
    font-weight: 500;
    line-height: 1.2;
}






.features-wrapper {
    background: url('../img/features-box-bg.png') no-repeat center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;

}

.features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;

}

.features-item__text {
    font-size: 43px;
    line-height: 1.2;
    text-align: center;
    max-width: 95%;
    margin-top: 40px;
    margin-bottom: 140px;
}


.white-line {
    background: #fff;
    height: 17px;
}


.footer {
    padding-top: 190px;
    padding-bottom: 50px;
}

.footer-bottom {
    margin-top: 100px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;

}

.popup {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #000000;
    overflow: auto;
    z-index: 200;
    transition: 1s;
    right: -100%;
}





.popup-wrapper {
    width: 50%;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #Fff;
    height: 40%;
    animation-name: popupopen;
    animation-duration: 1s;
    padding-right: 15px;
    padding-left: 15px;

}

@keyframes popupopen {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }

}

.popup-wrapper p {
    font-size: 1.3rem;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.popupclose {
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background: #ffff00;
    font-size: 1.3rem;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 1.467;
    text-align: center;
    border-radius: 10px;
    padding: 15px 40px;
    max-width: 80%;
    margin: 0 auto;
}