@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@font-face {
    font-family: Roboto;
    src:url('../fonts/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: Gotic, sans-serif;
    src:url('../fonts/centurygothic.ttf');
    font-display: fallback;
}
@font-face {
    font-family: GoticBold, sans-serif;
    src: url('../fonts/centurygothic_bold.ttf');
    font-display: fallback;
}
* {
    outline-style: none;
}
body {
    font-family: Gotic, sans-serif;
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button {
    border: none;
}
.ytb_wrapper {
    width: 100%;
    background-position: center;
    background-size: cover;
}
.ytb_built_in {
    width: 100%;
    background-position: center;
    background-size: cover;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.modal {
    z-index: 9999;
}
.modal-header {
    position: absolute;
    border: none;
    right: -22px;
    top: -22px;
    width: 45px;
    height: 45px;
    padding: 0;
}
.modal-header .btn-close {
    background: transparent url("../img/closeModal.svg") no-repeat;
    opacity: 1;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    z-index: 999;
}
.modal-body {
    padding: 0;
}
.carousel-control-prev {
    opacity: 1;
}
.carousel-control-next {
    opacity: 1;
}
.navbar {
    margin: 0;
}
#rh-badge {
    display: none!important;
}
#myVideo {
    width: 100%;
    padding: 0;
}
.slick-prev:before, .slick-next:before {
    content: ''!important;
}
/* CustomOptions Start */
.ui-selectmenu-open {
    z-index: 9999;
    height: 200px!important;
    overflow: overlay;
}
.ui-menu {
    background: #fff;
    border: none;
}
.ui-menu .ui-menu-item-wrapper span {
    width: 12px;
    height: 17px;
    margin-left: 5px;
}
.ui-menu .ui-menu-item-wrapper:hover {
    background: #293aaf;
    color: #fff;
}
/****/
.topMenuBg {
    background: #14110C;
}
.topMenuLeft {
    display: flex;
    align-items: center;
}
.topMenuLeft img {
    margin-right: 25px;
}
.topMenuLeftWrapper {
    display: grid;
}
.topMenuLeftWrapper a:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
    margin: 26px 0 10px 0;
    text-decoration: none;
}
.topMenuLeftWrapper p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.topMenuCenter p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin: 35px 0 0 0;
    text-transform: uppercase;
}
.topMenuRight {
    text-align: right;
}
.topMenuRight a {
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    margin: 37px 0 0 0;
}
.topMenuRight a img {
    vertical-align: text-top;
    margin-left: 21px;
}
.sliderMenuBottomBg {
    padding: 0;
    position: relative;
}
.sliderNameService {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 20px;
}
.sliderNameService p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: -10px;
}
.sliderNameServiceSq {
    width: 106px;
    height: 90px;
    overflow: hidden;
    /*border: 1px solid #0d53f3;*/
    display: inline-block;
    margin-bottom: 20px;
}
.sliderNameServiceR {
    border-radius: 50%;
    width: 100px;
    display: flex;
    height: 100px;
    overflow: hidden;
    /*border: 1px solid #ff0000;*/
    margin: 0 auto;
    background: #FFFFFF;
}
.topSlide .img-fluid {
    width: 100%;
    margin: 0 auto;
}
.topSlider .topSlide {
    position: relative;
}
.topSlider .topInfo {
    position: absolute;
    top: 95px;
    right: 50%;
    text-align: center;
    width: 100%;
    padding-left: 10%;
    border-left: 1px solid #fff;
}
.topSlider .topInfo p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin: 0 0 19px 0;
    text-align: left;
}
.topSlider .topInfo p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0 0 23px 0;
    text-align: left ;
}
.topSlider .topInfo a:nth-child(3) {
    display: block;
    width: 190px;
    height: 52px;
    background: #FF8900;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 16px;
}
.leftSliderFloat {
    position: absolute;
    top: 135px;
    left: 0;
    text-align: center;
    width: 25%;
}
.leftSliderFloat p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    margin: 27px 0 0 0;
}
.leftSliderFloat p:nth-child(3) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.leftSliderFloat p:nth-child(4) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    margin: 2px 0 0 0;
}
.leftSliderBottomFloat {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 21%;
    left: 50%;
    transform: translateX(-50%);
}
.leftSliderBottomFloat p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.leftSliderBottomFloat p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.topSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    position: absolute;
    list-style-type: none;
    top: 37%;
    right: 3%;
    transform: rotate(90deg);
}
.topSlider button {
    display: block;
    width: 19px;
    height: 19px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: url("../img/slickDot.png") no-repeat;
    text-indent: -9999px;
}
.topSlider li {
    margin: 0 5px;
}
.topSlider li.slick-active button {
    background: url("../img/slickDotActive.png") no-repeat;
}
.topSlider .slick-prev {
    width: 43px;
    height: 30px;
    background: url('../img/topSliderArrowPrev.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 45%;
    top: 85%;
}
.topSlider .slick-next {
    width: 43px;
    height: 30px;
    background: url('../img/topSliderArrowRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 45%;
    top: 85%;
}
.servicesText {
    padding-right: 0;
}
.servicesText p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    margin: 34px 0 44px 0;
    border-right: 1px solid #A5A5A5;
}
.servicesHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
    margin: 34px 0 44px 0;
}

.servicesBlock {
    margin-bottom: 30px;
    position: relative;
}
.servicesRecord {
    background: #D9D9D9;
    mix-blend-mode: normal;
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
}
.servicesRecord p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #404040;
    margin: 0 0 5px 0;
}
.servicesRecord p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
    margin: 0;
}
.servicesRecord:hover {
    background: #404040;
}
.servicesRecord:hover p {
    color: #FFFFFF;
}
.servicesBlockButtons {
    text-align: right;
}
.servicesBlockText {
    margin: 0 7px 0 20px;
}
.servicesRecord button {
    width: 126px;
    height: 45px;
    background: #FF8900;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF3DB;
}
.servicesRecord button:nth-child(1) {
    margin-bottom: 10px;
}
.servicesRecord button:hover {
    background: #FFFFFF;
    color: #FF8900;
}
.servicesRecord {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#services {
    background: #FDF7F2;
}
.rowLent {
    padding: 0;
}
.topSlideFormBottom {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 0 0 0;
    margin: 0;
}
.slickSliderWrapper {
    background: #404040;
}
.slickSliderWrapper .slick-track {
    display: flex;
    align-items: center;
}
.slickSliderWrapper .slick-slide {
    margin: 0 5px;
}
.reviewText p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #464646;
    margin: 55px 0 44px 0;
    border-right: 1px solid #A5A5A5;
}
.reviewText {
    padding-right: 0;
}
.reviewSliderHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
    margin: 55px 0 44px 0;
}

.dealerSlider .reviewVideoInnerPage .play {
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
    background: url("../img/play.png") no-repeat center center;
}
.dealerSlider .dealerSlide {
    width: 357px !important;
    height: 281px!important;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
}
.dealerSlider .reviewVideoInnerPage {

    height: 281px;
    background-size: cover;
    border-radius: 6px;
}
.dealerSlider .dealerSlide iframe {
    width: 357px !important;
    height: 281px!important;
}
.dealerSlider .slick-prev {
    width: 43px;
    height: 30px;
    background: url('../img/reviewsLeft.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    margin-top: -1px;
    left: 43%;
    top: 120%;
}
.dealerSlider .slick-next {
    width: 43px;
    height: 30px;
    background: url('../img/reviewsRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 43%;
    top: 120%;
    margin-top: -1px;
}
.reviewSliderBg {
    padding-bottom: 110px;
}
.warrantyBg {
    background: url("../img/warrantyBg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 117px;
}
.warrantyWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.warrantyWrapper .warrantyBlock {
    text-align: center;
}
.warrantyText p:nth-child(1) {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 50px 0 20px 0;
}
.warrantyText p:nth-child(1) span {
    font-size: 16px;
    line-height: 22px;
}
.warrantyText p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.warrantyPreHead {
    padding: 0;
}
.warrantyPreHead p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 54px 0;
    border-right: 1px solid #FFFFFF;
}
.warrantyHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 54px 0;
}
.priceHeaderLeft p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    margin: 34px 0 43px 0;
}
.priceBg {
    background: #F3F3F3;
    padding-bottom: 30px;
}
.priceHeader h1 {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
    margin: 34px 0 43px 0;
}
.priceTableToggle table tr td:nth-child(1) {
    border-radius: 10px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #3A3D46;
    padding: 32px 20px;
    background: #FFFFFF url(../img/priceMarkDown.png) no-repeat 95% 50%;
}
.collapsePriceTable tr {
    border-bottom: 1px dashed #B8B8B8;
}
.collapsePriceTable td:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #3A3D46;
    padding: 24px 10px 24px 25px;
    background: url(../img/priceDot.png) no-repeat 2% 50%;
}
.collapsePriceTable td:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #FF8900;
    width: 25%;
    padding: 24px 10px 24px 10px;
    text-align: right;
}
.collapsePriceTable td:nth-child(2) span {
    font-weight: normal;
}
.priceTableExpanded .priceTableToggle table tr td:nth-child(1) {
    background: #FFFFFF url("../img/priceMarkDownRevert.png") no-repeat 95% 50%;
}
.stockBg {
    background: #E6E6E6;
}
.stockLeftFormWrapperTop {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.stockLeftFormWrapper2 {
    padding-left: 0;
}
.stockLeftFormWrapper {
    background: #FF8900;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 69px;
    margin: 40px 0;
}
.stockLeftFormWrapperTop p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.stockLeftFormWrapperTop p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0 0 0 26px;
    text-transform: none;
}
.stockDesk {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.stockLeftFormWrapper a {
    display: block;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
    background: #FFDCB1;
    border-radius: 10px;
    width: 435px;
    height: 95px;
    text-decoration: none;
    padding-top: 38px;
}
.stockRightFormWrapper {
    text-align: left;
    padding-right: 0;
}
.stockRightFormWrapper img {
    width: 90%;
}
.cashBackWrapper {
    background: #FF8900;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 40px 0;
    padding: 40px;
}
#stationSlider {
    padding-bottom: 110px;
}
.people {
    background: #F2F2F2;
}
.carServicePageEmployeeWrapper {
    text-align: center;
}
.carServicePageHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 30px 0 20px 0;
}
.carServicePageEmployee {
    display: inline-block;
    margin: 0 23px 24px 23px;
}
.carServicePageEmployee p:nth-child(2) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    margin: 8px 0 0 0;
}
.carServicePageEmployee p:nth-child(3) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #454545;
}
.carServicePageHeaderLeft p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #464646;
    margin: 55px 0 44px 0;
    border-right: 1px solid #A5A5A5;
}
.carServicePageHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
    margin: 55px 0 44px 0;
}
.carServicePageHeaderLeft {
    padding-right: 0;
}
#reviews {
    padding-bottom: 110px;
    background: #E6E6E6;
}
.dealerHeaderLeft {
    padding-right: 0;
}
.dealerHeaderLeft p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #464646;
    margin: 55px 0 44px 0;
    border-right: 1px solid #A5A5A5;
}
.dealerHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
    margin: 55px 0 44px 0;
}
.bottomLineBg {
    background: #292929;
}
.bottomLineLeft p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 28px 0 10px 0;
}
.bottomLineLeft a {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 0 0 106px 0;
    text-decoration: none;
}
.bottomLineLeft a img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.bottomLineCenter {
    text-align: center;
}
.bottomLineCenter img {
    margin-top: 28px;
}
.bottomLineCenter p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 45px 0;
    text-transform: uppercase;
}
.bottomLineRight {
    text-align: right;
}
.bottomLineRight p:nth-child(1) {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 29px 0 19px 0;
}
.bottomLineRight p:nth-child(1) img {
    margin-right: 6px;
}
.bottomLineRight p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 12px 4px 0;
}
.bottomLineRight p:nth-child(2) img {
    margin-right: 9px;
    vertical-align: text-bottom;
}
.bottomLineRight p:nth-child(3) {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0 12px 0 0;
}
.fixedMenu {
    position: fixed!important;
    top: 0;
    left: 0!important;
    z-index: 9999!important;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    display: block!important;
}
.heliBg {
    background: #F3F3F3;
    margin-top: 21px;
}
.heliText {
    padding-right: 0;
}
.heliText p {
    border-right: 1px solid #A5A5A5;
    height: 63px;
    margin: 34px 0 44px 0;
}
.heliHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
    margin: 34px 0 44px 0;
}
.promoContent .promoVideo {
    width: 536px;
    height: 398px;
    box-sizing: border-box;
    display: block;
}
.promoContent iframe {
    width: 536px!important;
    height: 398px!important;
    box-sizing: border-box!important;
    display: block!important;
}
.ytb_wrapper .play {
    background: url("../img/videoExamplesPlay.svg") no-repeat center center;
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.heliForm {
    text-align: center;
    background: #404040;
    width: 536px;
    height: 398px;
    float: right;
    margin-bottom: 75px;
}
.heliForm p:nth-child(1) {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 41px 0 3px 0;
    margin: 0;
}
.heliForm p:nth-child(2) {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 23px 0;
}
.heliForm input {
    display: block;
    background: #FFFFFF;
    border: 1px solid #404040;
    width: 337px;
    height: 64px;
    margin: 0 auto 24px auto;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 105.8%;
    color: #454545;
}
.heliForm button {
    display: block;
    width: 337px;
    height: 64px;
    background: #FD3636;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    margin: 0 auto 21px auto;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.heliForm p:nth-last-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.modalForms {
    width: 698px;
    height: 667px;
    text-align: center;
    background: #000000;
    margin-top: 70px;
}
.modal-dialog {
    max-width: 698px!important;
}
.modalForms .modalFormsHeader p:nth-child(1) {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin: 123px 0 10px 0;
}
.personalDataForms {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 105.8%;
    color: #FFFFFF;
    margin: 23px 0;
}
.personalDataForms input[type="checkbox"] {
    position: relative;
    top: 12px;
    width: 28px;
    height: 15px;
}
.modalForms input[type="text"] {
    width: 285px;
    height: 58px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FFFFFF;
    display: block;
}
.modalForms .modalFormsHeader p:nth-child(1) span {
    font-size: 40px;
    line-height: 49.04px;
}
.modalForms p:nth-last-child(2) {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.modalForms form button {
    width: 349px;
    height: 93px;
    background: #FF8900;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 25px 0 0 0;
}
.fixedMenu {
    position: fixed!important;
    top: 0;
    left: 0!important;
    z-index: 9999!important;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    display: block!important;
}
.btn-close {
    background: none;
}
#recordForm > div > div > div.modal-body > button {
    width: 66px;
    height: 23px;
}
.modal {
    z-index: 9999;
}
.breadcrumbs {
    font-family: Roboto,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    margin: 20px 0;
}
.autoNewsContent p {
    font-family: Roboto,sans-serif!important;
    font-size: 16px!important;
    line-height: 21px!important;
    color: #454545!important;
    margin: 10px 0!important;
}
.breadcrumbs {
    font-family: Roboto,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    margin: 20px 0;
}
.autoNewsContent p {
    font-family: Roboto,sans-serif!important;
    font-size: 16px!important;
    line-height: 21px!important;
    color: #454545!important;
    margin: 10px 0!important;
}
.closeModalsDesk {
    margin-top: 20px;
    margin-left: -54px;
}
.fixedMenu {
    position: fixed!important;
    top: 0;
    left: 0!important;
    z-index: 9999!important;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    display: block!important;
}
.personalDataForms label {
    display: inline-block;
    text-align: center;
}
.personalDataForms label input[type="checkbox"] {
    position: relative;
    top: 12px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.modal-header .btn-close {
    background: transparent url("../img/closeModal.svg") no-repeat;
    opacity: 1;
    width: 45px;
    height: 45px;
    padding: 0;
    position: relative;
    margin: 0;
    z-index: 999;
    left: -50px;
    top: 40px;
}
.topMenuBlockListWrapper {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-x: hidden;
    z-index: 9999;
    width: 20%;
    padding: 0 0 75px 0;
}
.topMenuBlockListTop {
    background: #000000;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    padding: 0 32px 56px 32px;
}
.topMenuBlockListTop p {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0;
    padding: 50px 0 23px 0;
}
.topMenuBlockListTop ul {
    padding: 0;
    list-style-type: none;
}
.topMenuBlockListTop img {
    position: absolute;
    top:10px;
    right: 10px;
}
.topMenuBlockListTop ul a {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 0 7px 0;
}
.topMenuBlockListTop ul li {
    border-bottom: 1px dashed #FFFFFF;
    margin-bottom: 12px;
}
.topMenuBlockListTop ul li:last-child {
    border: none;
}
@media (max-width: 1920.98px) {
    .stockLeftFormWrapper {
        padding: 69.5px;
    }
}
@media (max-width: 1399.98px) {
    .stockLeftFormWrapper {
        padding: 40px;
    }
}
@media (max-width: 1199.98px) {
    .topMenuLeftWrapper p:nth-child(2) {
        font-size: 10px;
    }
    .topMenuLeftWrapper a:nth-child(1) {
        font-size: 21px;
    }
    .topSlider .topInfo {
        top: 20px;
        padding-left: 10%;
    }
    .topSlider .slick-dots {
        top:65%;
    }
    .topSlider .topInfo p:nth-child(1) {
        font-size: 35px;
    }
    .topSlider .topInfo p:nth-child(2) {
        font-size: 16px;
    }
    .stockLeftFormWrapperTop p:nth-child(1) {
        font-size: 46px;
    }
    .stockLeftFormWrapperTop p:nth-child(2) {
        font-size: 16px;
    }
    .stockDesk {
        font-size: 20px;
    }
    .stockLeftFormWrapper a {
        width: 340px;
        height: 70px;
        padding-top: 26px;
    }
    .stockLeftFormWrapper {
        padding: 23.5px;
    }
    .reviewText p {
        font-size: 17px;
    }
    .bottomLineLeft p {
        font-size: 14px;
    }
    .bottomLineLeft a {
        font-size: 20px;
    }
    .promoContent .promoVideo {
        width: 100%;
    }
    .heliForm {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .topMenuRight a img {
        margin-left: 12px;
    }
    .topSlider .topInfo p:nth-child(1) {
        font-size: 27px;
        line-height: 35px;
    }
    .topSlider .topInfo p:nth-child(2) {
        font-size: 14px;
    }
    .leftSliderFloat {
        top: 55px;
    }
    .leftSliderBottomFloat {
        bottom: 6%;
    }
    .topSlider .slick-prev {
        left: 23%;
    }
    .topSlider .slick-next {
        right: 23%;
    }
    .servicesText p {
        font-size: 15px;
    }
    .reviewText p {
        font-size: 14px;
    }
    .reviewSliderHeader p {
        font-size: 29px;
    }
    .servicesHeader p {
        font-size: 29px;
    }
    .warrantyPreHead p {
        font-size: 15px;
    }
    .warrantyHeader p {
        font-size: 29px;
    }
    .warrantyWrapper {
        padding: 0;
    }
    .warrantyBg {
        padding: 0 0 117px 0;
    }
    .priceHeaderLeft p {
        font-size: 15px;
    }
    .priceHeader h1 {
        font-size: 29px;
    }
    .cashBackWrapper {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        text-align: center;
        margin-bottom: 0;
    }
    .stockLeftFormWrapper {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0px;
        margin-top: 0;
        padding-left: 12px;
    }
    .stockRightFormWrapper {
        padding-right: 12px;
    }
    .stockLeftFormWrapper2 {
        padding-left: 12px;
    }
    .stockLeftFormWrapperTop {
        justify-content: center;
    }
    .stockLeftFormWrapper {
        text-align: center;
    }
    .stockLeftFormWrapper a {
        margin: 0 auto;
    }
    #stationSlider .reviewText p {
        font-size: 12px;
    }
    .carServicePageHeaderLeft p {
        font-size: 13px;
    }
    .carServicePageHeader p {
        font-size: 29px;
    }
    .dealerHeaderLeft p {
        font-size: 16px;
    }
    .dealerHeader p {
        font-size: 29px;
    }
    .bottomLineLeft {
        padding: 0;
    }
    .bottomLineCenter p {
        font-size: 18px;
    }
    .heliHeader p {
        font-size: 29px;
    }
    .heliForm {
        margin-top: 20px;
    }
}

.corpBg {
    background: #E6E6E6;
    margin-bottom: -40px;
}
.corpHeader {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: right;
    text-transform: uppercase;
    color: #464646;
    margin: 30px 0 20px 0;
}
.corpContent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.corpContentText {
    margin-left: 20px;
}
.corpContentText p {
    font-family: Roboto,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
}
.corpContentText a {
    color: #FF5C00;
}
.corpContentText p strong {
    font-weight: 700;
    color: #FF5C00;
}
.corpContentText ul {
    font-family: Roboto,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
}
.corpFormWrapper {
    background: #FFFFFF;
    border: 5px solid #FFBFAB;
    width: 86%;
    margin: 10px auto -50px auto;
}
.corpFormWrapperHeader {
    font-family: CenturyGothicBold, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #464646;
    margin: 30px 0 10px -114px;
}
.corpFormWrapper input {
    font-family: CenturyGothic, sans-serif;
    display: block;
    margin: 0 auto;
    width: 501px;
    height: 39px;
    border: none;
    color: #4A5668;
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px;
    padding-left: 41px;
}
.corpFormWrapper input:nth-child(1) {
    background: #FFFFFF url("../img/corpInput1.png") no-repeat 1% 50%;
}
.corpFormWrapper input:nth-child(2) {
    background: #FFFFFF url("../img/corpInput2.png") no-repeat 1% 50%;
}
.corpFormWrapper input:nth-child(3) {
    background: #FFFFFF url("../img/corpInput3.png") no-repeat 1% 50%;
}
.corpFormWrapperBottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.corpFormWrapperBottom p {
    font-family: CenturyGothic, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4A5668;
    margin: 14px 37px 36px 0;
}
.corpFormWrapperBottom p a {
    color: #FF5C00;
    font-weight: bold;
}
.corpFormWrapperBottom button {
    font-family: CenturyGothic, sans-serif;
    width: 226px;
    height: 39px;
    border: none;
    background: #FF8900;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 14px 0 36px 0;
}
.dealerBg {
    padding-top: 120px;
}
#reviews {
background: #F2F2F2;
}
@media (max-width: 1399.98px) {
    .corpFormWrapper {
        width: 100%;
    }
}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
    .corpContent {
        display: grid;
    }
    .corpContent img {
        margin: 0 auto 20px auto;
    }
    .corpContentText {
        margin-bottom: 20px;
    }
}
