@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');

@font-face {
    font-family: Roboto;
    src:url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: RobotoCon;
    src:url('../fonts/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: RobotoBold, sans-serif;
    src: url('../fonts/Roboto-Bold.ttf');
    font-display: fallback;
}
@font-face {
    font-family: RobotoMedium, sans-serif;
    src: url('../fonts/Roboto-Medium.ttf');
    font-display: fallback;
}
@font-face {
    font-family: GothicBold, sans-serif;
    src: url('../fonts/centurygothic_bold.ttf');
    font-display: fallback;
}
* {
    outline-style: none;
}
body {
    font-family: Gotic, sans-serif;
    overflow: visible!important;
    padding: 0!important;
}
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: 14px;
    top: 14px;
    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;
    background: url("../img/recordFastBg.jpg") no-repeat 0 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: #000;
    box-shadow: 0px 4px 30px 0px rgba(255, 255, 255, 0.25);
}
.topMenuLeft img {
    margin: 8px 0;
    float: right;
}
.topMenuCenter .navbar {
    padding: 0;
    justify-content: flex-end;
    z-index: 99;
}
.topMenuCenter .navbar li a {
    color: #FFF;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.topMenuCenter .navbar-expand-sm .navbar-nav .nav-link {
    padding: 2.0rem 1rem;
}
.topMenuCenter .navbar-expand-sm .navbar-nav .nav-link span:hover {
    color: #FF0000;
}
/*
.topMenuRight a:nth-child(1) {
    display: block;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
    margin: 15px 0 0 0;
}
.topMenuRight a:nth-child(1) img {
    margin-right: 15px;
    vertical-align: text-top;
}
.topMenuRight a:nth-child(2) {
    display: block;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: right;
    margin: -10px 0 0 0;
}
*/
.topNotSliderBg {
    background: url("../img/topNotSliderBg.jpg") no-repeat center center;
    background-size: cover;
}
.topNotSliderCenter {
    text-align: center;
}
.topNotSliderCenter p:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 57.143% */
    margin: 59px 0 20px 0;
    text-transform: uppercase;
}
.topNotSliderCenter p:nth-child(2) {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.topNotSliderCenter a:nth-child(3) {
    display: inline-block;
    width: 234px;
    height: 56px;
    background: #CB0A0A;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-decoration: none;
    padding-top: 18px;
    margin: 17px 19px 17px 0;
    border: 2px solid #CB0A0A;
}
.topNotSliderCenter a:nth-child(4) {
    display: inline-block;
    width: 234px;
    height: 56px;
    background: #CB0A0A;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-decoration: none;
    padding-top: 18px;
    margin: 17px 0 17px 0;
    border: 2px solid #CB0A0A;
}
.topNotSliderCenter a:hover {
    background: transparent;
    border: 2px solid #FBED8C;
}
.topNotSliderCenter img:nth-child(5) {
    margin-bottom: 23px;
}

.topNotSliderWrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.topNotSliderWrapper div {
    margin: 0 11px;
}
.topNotSliderWrapper img {
    display: block;
    margin: 0 auto;
}
.topNotSliderWrapper p:nth-child(2) {
    color: #FFF;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.topNotSliderWrapper p:nth-child(2) span {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.topNotSliderWrapper p:nth-child(3) {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 5px 0 101px 0;
}
.warantyIcon {
    margin-bottom: 12px!important;
}

.promoBg {
    background: url("../img/promoBg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
}
.promoHeader p:nth-child(1) {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 33px 0 15px 0;
}
.promoHeader p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px 0;
}
.heliImg {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 42px;
}
.promoContent {
    float: right;
}
.promoContent .promoVideo {
    width: 533px;
    height: 370px;
    box-sizing: border-box;
    display: block;
    background-attachment: unset;
    margin: 0 auto;
}
.promoContent iframe {
    width: 533px!important;
    height: 370px!important;
    box-sizing: border-box!important;
    display: block!important;
}
.ytb_wrapper .play {
    background: url("../img/videoExamplesPlay.svg") no-repeat center center;
    background-attachment: unset;
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.heliForm {
    text-align: center;
    width: 533px;
    height: 370px;
    background: #C7C7C7;
    margin: 0 auto 32px auto;
}
.heliForm p:nth-child(1) {
    color: #3A3D46;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 56px 0 0 0;
    margin: 0;
}
.heliForm p:nth-child(2) {
    color: #3A3D46;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px 0;
}
.heliForm input {
    width: 359px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    background: #FFF;
    color: #3A3D46;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    margin: 0 0 24px 0;
}
.heliForm button {
    display: block;
    width: 359px;
    height: 64px;
    background: #CB0A0A;
    border: 2px solid #CB0A0A;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto 16px auto;
}
.heliForm p:nth-last-child(1) {
    color: #3A3D46;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.8%;
}

.services {
    background: url("../img/servicesBg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
}
.servicesHeader p {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 50px 0 0 0;
    margin: 0;
}
.servicesBlock {
    margin-bottom: 30px;
    position: relative;
}
.servicesBlock img.figureBg {
    width: 100%;
}
.servicesBlock figure {
    background: #000000;
    position: relative;
}
.servicesBlock figure img.figureBg {
    opacity: 0.5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.servicesBlock figure:hover img.figureBg {
    opacity: .2;
}
.servicesRecord {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    text-align: left;
    padding: 20px;
}
.servicesBlock p:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: RobotoBold, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 40px;
    margin-right: 20px;
}
.servicesBlock0 {
    background: url("../img/services/hover/0.png") no-repeat 0% 12%;
}
.servicesBlock1 {
    background: url("../img/services/hover/1.png") no-repeat 0% 12%;
}
.servicesBlock2 {
    background: url("../img/services/hover/2.png") no-repeat 0% 12%;
}
.servicesBlock3 {
    background: url("../img/services/hover/3.png") no-repeat 0% 12%;
}
.servicesBlock4 {
    background: url("../img/services/hover/4.png") no-repeat 0% 12%;
}
.servicesBlock5 {
    background: url("../img/services/hover/5.png") no-repeat 0% 12%;
}
.servicesBlock6 {
    background: url("../img/services/hover/6.png") no-repeat 0% 12%;
}
.servicesBlock7 {
    background: url("../img/services/hover/7.png") no-repeat 0% 12%;
}
.servicesBlock8 {
    background: url("../img/services/hover/8.png") no-repeat 0% 12%;
}
.servicesBlock9 {
    background: url("../img/services/hover/9.png") no-repeat 0% 12%;
}
.servicesBlock10 {
    background: url("../img/services/hover/10.png") no-repeat 0% 12%;
}
.servicesBlock11 {
    background: url("../img/services/hover/11.png") no-repeat 0% 12%;
}
.servicesRecord img:nth-child(1) {
    margin: 50px 0 10px 0;
}
.servicesRecord p:nth-child(2) {
    color: #FFF;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 33px 0;
}
.servicesRecord button {
    display: block;
    width: 194px;
    height: 39px;
    border-radius: 50px;
    border: 2px solid #CB0A0A;
    background: #FFF;
    color: #F00;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto 37px auto;
}

.rowLent {
    background: linear-gradient(181deg, #A80000 6.42%, #220101 91.66%, #000 101.66%);
    padding: 0;
}
.rowLentHeader p {
    color: #FBED8C;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 10px 0;
    background: #000000;
}
.slickSliderWrapper .slick-track {
    display: flex;
    align-items: center;
}
.slickSliderWrapper .slick-slide {
    margin: 0 5px;
}

.reviewSliderBg {
    background: url("../img/promoBg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
}
.reviewSlider {
    margin: 0 0 71px 0;
}
.reviewSliderHeader p:nth-child(1) {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 20px 0;
}
.reviewSliderHeader p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 27px 0;
}
.reviewSlider .reviewVideoInnerPage .play {
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.reviewSlider .reviewVideoInnerPage {
    width: 614px;
    height: 346px;
    background-size: cover;
    border-left: 10px solid;
    border-right: 10px solid;
}
.reviewSlider .reviewSlider iframe {
    width: 614px!important;
    height: 346px!important;
    display: block!important;
    border-left: 10px solid;
    border-right: 10px solid;
}
.reviewSlider .slick-prev {
    width: 61px;
    height: 61px;
    background: url('../img/reviewsLeft.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: -40px;
}
.reviewSlider .slick-next {
    width: 61px;
    height: 61px;
    background: url('../img/reviewsRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: -40px;
}

.stockLeftFormWrapperBg {
    background: url("../img/stockLeftFormHeaderBg.png") no-repeat center center;
    padding: 0;
}
.stockLeftFormHeader {
    float: right;
    margin: 19px 0 21px 0;
}
.stockLeftFormTimer {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    clear: both;
    margin-right: 28px;
}
.stockLeftFormTimer p {
    width: 77px;
    height: 98px;
    padding: 16px 10px 16px 11px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px #000;
    margin: 0 5px 0 5px;
}
.stockLeftFormTimer span:nth-child(1) {
    display: block;
    color: #292929;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px auto 0px auto;
}
.stockLeftFormTimer span:nth-child(2) {
    display: block;
    color: #292929;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}
.srockActionWrapper {
    background: url("../img/srockActionWrapper.png") no-repeat 100% -5%;
    margin-left: 115px;
}
.srockActionWrapper p:nth-child(1) {
    color: #F00;
    font-family: Arial,sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 46px 0 18px 0;
}
.srockActionWrapper p:nth-child(2) {
    color: #3A3D46;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 45px 0;
}
.srockActionWrapper p:nth-child(3) {
    color: #3A3D46;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}
.srockActionWrapper a:nth-child(4) {
    display: inline-flex;
    height: 69px;
    padding: 25px 60px 23px 59px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.priceBg {
    background: #0C1014;
    padding-bottom: 51px;
}
.priceHeader h1 {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 20px 0;
}
.priceHeader p {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}
.priceIcon {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin:0;
}
/*
.priceTableToggle[aria-expanded="true"] p {
    background: #B21C2E;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
}
 */
.priceIcon p {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 0 0 24px 0px;
    margin: 0;
}
.priceIcon:hover {
    cursor: pointer;
}
/*
.priceIcon:hover p {
    background: #B21C2E;
    color: #FFFFFF;
}
 */
.priceTableToggle td {
    padding: 0;
}
.priceTableToggle table {
    margin: 0;
}
.priceBg .col-xl-4,.priceBg .col-lg-6, .priceBg .col-md-6 {
    padding: 0;
}
.priceTable {
    padding: 0 0;
    position: relative;
}
.priceTable tr:last-child {
    border: none;
}
.collapsePriceTable {
    background: #B21C2E;
    position: absolute;
    z-index: 999;
}
.collapsePriceTable td:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.collapsePriceTable td:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: right;
    width: 35%;
}
.collapsePriceTable td:nth-child(2) span {
    font-weight: normal;
}
.collapsePriceTable td {

}
.collapsePriceTable tr {
    border-bottom: 1px dashed #FF3C3C;
}
.tablePriceHeader {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.people {
    background: url("../img/promoBg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
}
.carServicePageEmployeeWrapper {
    text-align: center;
}
.carServicePageHeader p:nth-child(1) {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 20px 0;
}
.carServicePageHeader p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 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: #FFFFFF;
    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: #FFFFFF;
}

.warrantyBg {
    background: url("../img/warrantyBg.jpg") no-repeat center center;
    padding: 0;
    background-size: cover;
}
.warrantyHeader p:nth-child(1) {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 20px 0;
}
.warrantyHeader p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}
.warrantyWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.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: RobotoCon,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.corpBg {
    background: #282828;
}
.corpHeader {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 30px 0 30px 0;
    margin: 0;
}
.corpContent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.corpContentText {
    margin-left: 20px;
}
.corpContentText p {
    font-family: RobotoCon,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.corpContentText a {
    color: #FF0000;
}
.corpContentText p strong {
    font-weight: 700;
    color: #D0A33D;
}
.corpContentText ul {
    font-family: RobotoCon,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.corpFormWrapper {
    background: #000;
    border: 5px solid #0C1014;
    width: 100%;
    margin: 10px auto 40px auto;
}
.corpFormWrapperHeader {
    font-family: CenturyGothicBold, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 20px 0 10px 0;
}
.corpFormWrapper input {
    color: #FFF;
    font-family: "Century Gothic",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 0 auto;
    width: 501px;
    height: 39px;
    border: none;
    background: #000;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px;
    padding-left: 41px;
}
.corpFormWrapper input:nth-child(1) {
    background: #000 url("../img/corpInput1.png") no-repeat 1% 50%;
}
.corpFormWrapper input:nth-child(2) {
    background: #000 url("../img/corpInput2.png") no-repeat 1% 50%;
}
.corpFormWrapper input:nth-child(3) {
    background: #000 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: #fff;
    margin: 14px 37px 28px 0;
}
.corpFormWrapperBottom p a {
    color: #D0A33D;
    font-weight: bold;
}
.corpFormWrapperBottom button {
    font-family: CenturyGothic, sans-serif;
    width: 226px;
    height: 39px;
    border: none;
    background: #D0A33D;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
    margin: 14px 0 28px 0;
}

.dealerBg {
    background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0.00) 100%), #1B1B1B;
}
.reviewPhotoSlider {
    margin-bottom: 66px;
}
.dealerHeader p:nth-child(1) {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 20px 0;
}
.dealerHeader p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 27px 0;
}
.reviewPhotoSlider .reviewVideoInnerPage .play {
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.reviewPhotoSlider .dealerSlide {
    width: 616px !important;
    height: 347px!important;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
}
.reviewPhotoSlider .reviewVideoInnerPage {
    width: 614px;
    height: 346px;
    background-size: cover;
}
.reviewPhotoSlider .dealerSlide iframe {
    width: 614px !important;
    height: 346px!important;
}
.reviewPhotoSlider .slick-prev {
    width: 80px;
    height: 80px;
    background: url('../img/reviewsLeft.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: -40px;
}
.reviewPhotoSlider .slick-next {
    width: 80px;
    height: 80px;
    background: url('../img/reviewsRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: -40px;
}
.dealerSlide img {
    margin: 0 auto;
    height: 344px;
}

.botomRecordBg {
    background: #585858;
}
.botomRecordWrapper {
    display: flex;
    justify-content: space-evenly;
}
.botomRecorLeft p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #FBED8C;
    margin: 58px 0 20px 0;
}
.botomRecorLeft p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 44px 0;
}
.botomRecordRigth a {
    display: block;
    width: 350px;
    height: 83px;
    background: #FF0000;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 31px;
    border: 2px solid #FF0000;
}
.botomRecordRigth a:nth-child(1) {
    margin: 52px 0 18px 0;
}
.botomRecordRigth a:nth-child(2) {
    margin: 0 0 48px 0;
}
.botomRecordRigth a:hover {
    background: #fff;
    color: #F00;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.bottomLineBg {
    background: #000;
}
.bottomLineLeft img {
    display: block;
    margin: 34px auto 84px auto;
}
.bottomLineCenter {
    text-align: center;
}
.bottomLineCenter p:nth-child(1) {
    color: #FBED8C;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 37px 0 20px 0;
    text-transform: uppercase;
}
.bottomLineCenter p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.bottomLineCenter a:nth-child(3) {
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.bottomLineCenter a:nth-child(3) img {
    margin-right: 20px;
    vertical-align: middle;
}
.bottomLineRight p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 37px 0 20px 0;
}
.bottomLineRight p:nth-child(1) img {
    display: block;
    margin: 0 auto;
}
.bottomLineRight p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
.bottomLineRight p:nth-child(2) span {
    font-size: 16px;
    line-height: 19px;
}
.bottomLineRight p:nth-child(2) img {
    display: block;
    margin: 0 auto;
}

.fixedMenu {
    position: fixed!important;
    top: 0;
    left: 0!important;
    z-index: 999!important;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    display: block!important;
}

.modalForms {
    width: 466px;
    height: 608px;
    text-align: center;
    background: #DBDBDB;
    margin-top: 70px;
    border-radius: 0;
}
.modal-dialog {
    max-width: 466px!important;
}
.modalForms .modalFormsHeader p:nth-child(1) {
    color: #3A3D46;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 207px 0 10px 0;
}
.personalDataForms {
    color: #3A3D46;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.8%;
    margin: 23px 0;
}
.personalDataForms input[type="checkbox"] {
    position: relative;
    top: 12px;
    width: 28px;
    height: 15px;
}
.modalForms input[type="text"] {
    width: 285px;
    height: 58px;
    color: #3A3D46;
    text-align: center;
    font-family: "Century Gothic",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    background: #FFFFFF;
    display: block;
    border: none;
}
.modalForms .modalFormsHeader p:nth-child(1) span {
    font-size: 40px;
    line-height: 49.04px;
}
.modalForms p:nth-last-child(2) {
    color: #3A3D46;
    text-align: center;
    font-family: RobotoBold, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modalForms form button {
    width: 248px;
    height: 65px;
    color: #000;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 50px;
    border: 2px solid #F00;
    background: #FFF;
}
.successFormWrapper {
    width: 349px;
    height: 295px;
    background: #FFF;
    margin: 176px auto 0 auto;
}
.successFormWrapper p:nth-child(1) {
    color: #F00;
    text-align: center;
    font-family: RobotoBold, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 52px 0 20px 0;
    margin: 0;
}
.successFormWrapper p:nth-child(2) {
    color: #3A3D46;
    text-align: center;
    font-family: RobotoBold, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.successFormWrapper p:nth-child(2) span:nth-child(2) {
    color: #3A3D46;
    font-family: RobotoBold, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.successFormWrapper p:nth-child(2) span:nth-child(3) {
    color: #3A3D46;
    font-family: RobotoBold, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.postFooterBg {
    background: #484848;
}
.postFooter {
    margin: 26px 0 67px 0;
}
.postFooter p {
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}