@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;
}
/****/
.sliderMenuBg {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.sliderMenuLogo {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-evenly;
    z-index: 99;
}
.sliderMenuLogo img {

    height: 58px;
    margin: 6px 0 0 0;
}
.squareWrapper p:nth-child(1) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #494949;
    margin: 23px 0 0 0;
    text-transform: uppercase;
}
.sliderMenuBg .navbar {
    padding: 0;
    justify-content: flex-end;
    z-index: 99;
}
.sliderMenuBg .navbar li a {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #494949;
}
.sliderMenuBg .navbar-expand-sm .navbar-nav .nav-link {
    padding: 2.0rem 1.5rem;
}
.sliderMenuBg .navbar-expand-sm .navbar-nav .nav-link span:hover {
    border-bottom: 2px solid #3B9BFF;
    margin-top: 7px;

}
.topSlideFormBg .address {
    display: flex;
    align-items: center;
    z-index: 99;
}
.topSlideFormBg .address p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}
.topSlideFormBg .address img {
    margin-right: 14px;
}
.topSlideFormBg .address p span {
    font-size: 14px;
    font-weight: 400;
}
.topMenuRight {
    z-index: 99;
}
.topMenuRight p:nth-child(1) {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 15px 0 4px 0;
    margin: 0;
    text-align: center;
}
.topMenuRight p:nth-child(1) img {
    padding: 0 10px 0 0;
    vertical-align: top;
}
.topMenuRight p:nth-child(2) {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
}
.sliderMenuPhone {
    z-index: 99;
    text-align: right;
}
.sliderMenuPhone a {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 1rem;
}
.sliderMenuPhone a img {
    padding: 0 20px 0 0;
    vertical-align: bottom;
}
.sliderMenuBottomBg {
    padding: 0;
    margin-top: -72px;
}
.topSlider {
    padding: 0;
}
.topSlider .topSlide {
    position: relative;
}
.topSlider .topInfo {
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 0;
}
.topSlider .topInfo p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 21px 0;
}
.topSlider .topInfo p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.topSlideBtn {
    display: block;
    margin: 55px auto 0 auto;
    width: 233px;
    height: 56px;
    background: #3C9BFF;
    border-radius: 5px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 20px;
}
.topSlider .slick-prev {
    width: 36px;
    height: 70px;
    background: url('../img/topSliderArrowPrev.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 45px;
}
.topSlider .slick-next {
    width: 36px;
    height: 70px;
    background: url('../img/topSliderArrowRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 45px;
}
.topSlider img {
    width: 100%;

}
#services {
    background: #E4E4E4;
    padding-bottom: 30px;
}
.servicesHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    margin: 34px 0 28px 0;
}
.servicesRecord {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 30px;
}
.servicesRecord 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: #333333;
    margin: 110px 0 6px 0;
}
.servicesRecord p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin: 0 0 20px 0;
}
.servicesRecord button {
    width: 289px;
    height: 50px;
    background: #DDE9F4;
    border-radius: 5px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1E69B8;
    margin-bottom: 37px;
}
.servicesRecord0 {
    background: #FFFFFF url("../img/services/0.png") no-repeat 50% 13%;
}
.servicesRecord1 {
    background: #FFFFFF url("../img/services/1.png") no-repeat 50% 13%;
}
.servicesRecord2 {
    background: #FFFFFF url("../img/services/2.png") no-repeat 50% 13%;
}
.servicesRecord3 {
    background: #FFFFFF url("../img/services/3.png") no-repeat 50% 13%;
}
.servicesRecord4 {
    background: #FFFFFF url("../img/services/4.png") no-repeat 50% 13%;
}
.servicesRecord5 {
    background: #FFFFFF url("../img/services/5.png") no-repeat 50% 13%;
}
.servicesRecord6 {
    background: #FFFFFF url("../img/services/6.png") no-repeat 50% 13%;
}
.servicesRecord7 {
    background: #FFFFFF url("../img/services/7.png") no-repeat 50% 13%;
}
.servicesRecord8 {
    background: #FFFFFF url("../img/services/8.png") no-repeat 50% 13%;
}
.servicesRecord9 {
    background: #FFFFFF url("../img/services/9.png") no-repeat 50% 13%;
}
.servicesRecord10 {
    background: #FFFFFF url("../img/services/10.png") no-repeat 50% 13%;
}
.servicesRecord11 {
    background: #FFFFFF url("../img/services/11.png") no-repeat 50% 13%;
}
.servicesRecord0:hover {
    background: #1E69B8 url("../img/services/hover/0.png") no-repeat 50% 13%;
}
.servicesRecord1:hover {
    background: #1E69B8 url("../img/services/hover/1.png") no-repeat 50% 13%;
}
.servicesRecord2:hover {
    background: #1E69B8 url("../img/services/hover/2.png") no-repeat 50% 13%;
}
.servicesRecord3:hover {
    background: #1E69B8 url("../img/services/hover/3.png") no-repeat 50% 13%;
}
.servicesRecord4:hover {
    background: #1E69B8 url("../img/services/hover/4.png") no-repeat 50% 13%;
}
.servicesRecord5:hover {
    background: #1E69B8 url("../img/services/hover/5.png") no-repeat 50% 13%;
}
.servicesRecord6:hover {
    background: #1E69B8 url("../img/services/hover/6.png") no-repeat 50% 13%;
}
.servicesRecord7:hover {
    background: #1E69B8 url("../img/services/hover/7.png") no-repeat 50% 13%;
}
.servicesRecord8:hover {
    background: #1E69B8 url("../img/services/hover/8.png") no-repeat 50% 13%;
}
.servicesRecord9:hover {
    background: #1E69B8 url("../img/services/hover/9.png") no-repeat 50% 13%;
}
.servicesRecord10:hover {
    background: #1E69B8 url("../img/services/hover/10.png") no-repeat 50% 13%;
}
.servicesRecord11:hover {
    background: #1E69B8 url("../img/services/hover/11.png") no-repeat 50% 13%;
}
.servicesRecord:hover p {
    color: #FFFFFF;
}
.rowLent {
    padding: 0;
    background: #072D55;
}
.rowLentHeader p {
    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 .slick-track {
    display: flex;
    align-items: center;
}
.slickSliderWrapper .slick-slide {
    margin: 0 5px;
}
.dealerHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    margin: 30px 0 15px 0;
}
.dealerSlider .reviewVideoInnerPage .play {
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.dealerSlider .dealerSlide {
    width: 616px !important;
    height: 347px!important;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
}
.dealerSlider .reviewVideoInnerPage {
    width: 616px;
    height: 347px;
    background-size: cover;
}
.dealerSlider .dealerSlide iframe {
    width: 616px !important;
    height: 347px!important;
}
.dealerSlider .slick-prev {
    width: 90px;
    height: 344px;
    background: url('../img/reviewsLeft.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 0;
    margin-top: -1px;
}
.dealerSlider .slick-next {
    width: 90px;
    height: 344px;
    background: url('../img/reviewsRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 0;
    margin-top: -1px;
}
.reviewText {
    margin-bottom: 40px;
}
.reviewText p {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #3A3D46;
    margin: 0 0 20px 0;
}
.reviewText p:nth-child(1) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1E69B8;
    margin: 48px 0 20px 0;
}
.priceBg {
    background: #E4E4E4;
    padding: 0 0 30px 0;
}
.priceHeader h1 {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    margin: 30px 0 20px 0;
}
.priceIcon {
    width: 100%;
    height: 189px;
    background: #FFFFFF;
    border: 4px solid #DDE9F4;
    box-sizing: border-box;
}
.priceIcon0 {
    background: #FFFFFF url("../img/priceIcon/0.png") no-repeat 50% 50%;
}
.priceIcon1 {
    background: #FFFFFF url("../img/priceIcon/1.png") no-repeat 50% 50%;
}
.priceIcon2 {
    background: #FFFFFF url("../img/priceIcon/2.png") no-repeat 50% 50%;
}
.priceIcon3 {
    background: #FFFFFF url("../img/priceIcon/3.png") no-repeat 50% 50%;
}
.priceIcon4 {
    background: #FFFFFF url("../img/priceIcon/4.png") no-repeat 50% 50%;
}
.priceIcon5 {
    background: #FFFFFF url("../img/priceIcon/5.png") no-repeat 50% 50%;
}
.priceIcon6 {
    background: #FFFFFF url("../img/priceIcon/6.png") no-repeat 50% 50%;
}
.priceIcon7 {
    background: #FFFFFF url("../img/priceIcon/7.png") no-repeat 50% 50%;
}
.priceIcon8 {
    background: #FFFFFF url("../img/priceIcon/8.png") no-repeat 50% 50%;
}
.priceIcon9 {
    background: #FFFFFF url("../img/priceIcon/9.png") no-repeat 50% 50%;
}
.priceIcon10 {
    background: #FFFFFF url("../img/priceIcon/10.png") no-repeat 50% 50%;
}
.priceIcon0:hover {
    background: #1E69B8 url("../img/priceIcon/hover/0.png") no-repeat 50% 50%;
}
.priceIcon1:hover {
    background: #1E69B8 url("../img/priceIcon/hover/1.png") no-repeat 50% 50%;
}
.priceIcon2:hover {
    background: #1E69B8 url("../img/priceIcon/hover/2.png") no-repeat 50% 50%;
}
.priceIcon3:hover {
    background: #1E69B8 url("../img/priceIcon/hover/3.png") no-repeat 50% 50%;
}
.priceIcon4:hover {
    background: #1E69B8 url("../img/priceIcon/hover/4.png") no-repeat 50% 50%;
}
.priceIcon5:hover {
    background: #1E69B8 url("../img/priceIcon/hover/5.png") no-repeat 50% 50%;
}
.priceIcon6:hover {
    background: #1E69B8 url("../img/priceIcon/hover/6.png") no-repeat 50% 50%;
}
.priceIcon7:hover {
    background: #1E69B8 url("../img/priceIcon/hover/7.png") no-repeat 50% 50%;
}
.priceIcon8:hover {
    background: #1E69B8 url("../img/priceIcon/hover/8.png") no-repeat 50% 50%;
}
.priceIcon9:hover {
    background: #1E69B8 url("../img/priceIcon/hover/9.png") no-repeat 50% 50%;
}
.priceIcon10:hover {
    background: #1E69B8 url("../img/priceIcon/hover/10.png") no-repeat 50% 50%;
}
.priceTableToggle td {
    padding: 0;
}
.priceTableToggle table {
    margin: 0;
}
.priceBg .col-xl-4,.priceBg .col-lg-6, .priceBg .col-md-6 {
    padding: 0;
}
.priceTable {
    background: #F2F2F2;
}
.priceTable tr:last-child {
    border: none;
}
.collapsePriceTable td:nth-child(1) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #3A3D46;
    padding-left: 25px;
    background: url("../img/priceDot.png") no-repeat 2% 50%;
}
.collapsePriceTable td:nth-child(2) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    color: #1E69B8;;
    width: 32%;
    text-align: right;
}
.collapsePriceTable td:nth-child(2) span {
    font-weight: normal;
}
.collapsePriceTable td {
    padding: 24px 26px 24px 10px;
}
.collapsePriceTable tr {
    border-bottom: 1px dashed #B8B8B8;
}
.stockBg {
    background: #072D55;
}
.stockLeftFormWrapperTop {
    display: flex;
    align-items: center;
    margin-top: 49px;
    margin-bottom: 28px;
}
.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;
}
.stockDesk {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-shadow: 2px 2px #000000;
}
.stockLeftFormWrapper a {
    display: block;
    width: 435px;
    height: 69px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #1E69B8;
    text-decoration: none;
    margin: 0 0 45px 0;
    padding-top: 25px;
}
.stockRightFormWrapper {
    text-align: right;
}
.stockRightFormWrapper img {
    margin-top: 30px;
}
.carServicePageEmployeeWrapper {
    text-align: center;
}
.carServicePageHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    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;
}
.dealerSlide img {
    margin: 0 auto;
    height: 344px;
}
.warrantyHeader p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    margin: 30px 0;
}
.warrantyHeader p span {
    font-weight: bold;
    color: #FD3636;
}
.warrantyBg {
    padding-bottom: 40px;
}
.warrantyBlock {
    background: #C7C7C7;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 72px 99px 69px 99px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.warrantyText p:nth-child(1) {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #454545;
    text-align: right;
}
.warrantyText p:nth-child(1) span {
    font-size: 16px;
}
.warrantyText p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #454545;
    margin: 0;
}
.botomRecordBg {
    background: #D7D7D7;
}
.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;
    line-height: 26px;
    color: #454545;
    margin: 35px 0 10px 0;
}
.botomRecorLeft p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #454545;
    margin: 0 0 44px 0;
}
.botomRecordRigth a {
    display: block;
    width: 241px;
    height: 53px;
    background: #1E69B8;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding-top: 18px;
}
.botomRecordRigth a:nth-child(1) {
    margin: 26px 0 14px 0;
}
.botomRecordRigth a:nth-child(2) {
    margin: 0 0 26px 0;
}
.bottomLineBg {
    margin-top: 40px;
    background: #072D55;
}
.bottomLineLeft p:nth-child(1) {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 28px 0 10px 0;
    text-transform: uppercase;
}
.bottomLineLeft a:nth-child(2) {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
}
.bottomLineLeft a:nth-child(2) img {
    padding: 0 20px 0 0;
    vertical-align: text-bottom;
}
.bottomLineRight p:nth-child(1) {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF;
    margin: 28px 0 19px 0;
}
.bottomLineRight p:nth-child(1) img {
    padding: 0 10px 0 0;
}
.bottomLineRight p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 4px;
    margin-right: 16px;
}
.bottomLineRight p:nth-child(2) img {
    padding: 0 10px 0 0;
    vertical-align: top;
}
.bottomLineRight p:nth-child(3) {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: right;
    margin-right: 16px;
}
.fixedMenu {
    position: fixed!important;
    top: 0;
    left: 0!important;
    z-index: 99999!important;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    display: block!important;
}
/**/
.heliHeadBg {
    background: #FFFFFF;
}
.heliContentBg {
    position: relative;
    background: #E4E4E4;
}
.heliContentBg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 57.2%);
    height: 100%;
    background: #C6C6C6;
    z-index: 0;
}
.heliContentBg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 53%);
    height: 100%;
    background: #C6C6C6;
}
.heliContentBg div {
    z-index: 1;
}
.heliContent {
    display: flex;
    padding: 48px 0 41px 0;
}
.heliImg {
    display: grid;
    margin: 0 34px -22px 46px;
}
.promoContent .promoVideo {
    width: 435px;
    height: 315px;
    box-sizing: border-box;
    display: block;
}
.promoContent iframe {
    width: 435px!important;
    height: 315px!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;
}
.heliForm p:nth-child(1) {
    font-weight: 700;
    font-size: 26px;
    line-height: 105.8%;
    text-align: center;
    color: #3A3D46;
    margin: 51px 0 3px 0;
}
.heliForm p:nth-child(2) {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #3A3D46;
    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%;
    text-transform: uppercase;
    color: #3A3D46;
}
.heliForm button {
    display: block;
    width: 337px;
    height: 64px;
    background: #1E69B8;
    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: 400;
    font-size: 14px;
    line-height: 105.8%;
    text-align: center;
    color: #3A3D46;
}
.modalForms {
    width: 698px;
    height: 667px;
    text-align: center;
    background: #F2F2F2;
    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: #3A3D46;
    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: #3A3D46;
    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: #3A3D46;
    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: #3A3D46;
}
.modalForms form button {
    width: 349px;
    height: 93px;
    background: #1E69B8;
    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: 99999!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: 99999!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;
}
@media (max-width: 1921.98px) {
    .heliContentBg:before {
        width: calc(100% - 60%);
    }
    .heliContentBg:after {
        width: calc(100% - 54%);
    }
}
@media (max-width: 1399.98px) {
    .promoContent .promoVideo {
        width: 395px;
    }
    .promoContent iframe {
        width: 395px!important;
    }
    .heliContentBg:after {
        width: calc(100% - 59%);
    }
}
@media (max-width: 1199.98px) {
    .sliderMenuBg .navbar-expand-sm .navbar-nav .nav-link {
        padding: 1.5rem 0.5rem;
        text-align: center;
    }
    .squareWrapper p:nth-child(1) {
        margin: 12px 0 0 0;
    }
    .topSlider img {
        height:  459px;
    }
    .servicesRecord button {
        width: 220px;
    }
    .warrantyBlock {
        padding: 72px 47px 69px 47px;
    }
    .priceIcon {
        width: 100%;
    }
    .heliImg img {
        width: 172px;
    }
    .promoContent .promoVideo {
        width: 338px;
        height: 255px;
    }
    .promoContent iframe {
        width: 338px!important;
        height: 255px!important;
    }
}
@media (max-width: 991.98px) {
    .sliderMenuBg .navbar-expand-sm .navbar-nav .nav-link {
        padding: 1.5rem 1.5rem;
        text-align: center;
    }
    .topSlideFormBg .address {
        padding: 0;
    }
    .stockLeftFormWrapperTop p:nth-child(1) {
        font-size: 46px;
    }
    .stockLeftFormWrapperTop p:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
    }
    .stockDesk {
        font-size: 20px;
    }
    .stockLeftFormWrapper a {
        width: 100%;
    }
    .warrantyText p:nth-child(2) {
        font-size: 12px;
    }
    .warrantyBlock {
        padding: 35px 15px 35px 15px;
    }
    .botomRecorLeft {
        margin-right: 25px;
    }
    .botomRecorLeft p:nth-child(2) {
        font-size: 19px;
    }
    .heliContentBg:before {
        background: none;
    }
    .heliContentBg:after {
        background: none;
    }
    .heliContent {
        justify-content: center;
    }
    .heliContentBg {
        margin-bottom: 40px;
    }
}

.corpBg {
    background: #DBDBDB;
    margin-top: 20px;
    margin-bottom: -40px;
}
.corpHeader {
    font-family: CenturyGothicBold, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    margin: 40px 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: #1E69B8;
}
.corpContentText p strong {
    font-weight: 700;
    color: #1E69B8;
}
.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: 8px solid #B7D7F4;
    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: #1E69B8;
    margin: 30px 0 10px -114px;
}
.corpFormWrapper input {
    font-family: CenturyGothic, sans-serif;
    display: block;
    margin: 0 auto;
    width: 501px;
    height: 39px;
    border: none;
    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: #1E69B8;
    font-weight: bold;
}
.corpFormWrapperBottom button {
    font-family: CenturyGothic, sans-serif;
    width: 226px;
    height: 39px;
    border: none;
    background: #1E69B8;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 14px 0 36px 0;
}
.warrantyHeader p {
    margin-top: 120px;
}
@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;
    }
}
