@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;
    position: relative;
    margin: 0;
    z-index: 999;
    left: -50px;
    top: 40px;
}
.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;
}
/****/
.sliderMenuLogo {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-evenly;
    z-index: 99;
}
.squareWrapper p:nth-child(1) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 3px 0 10px 0;
    text-transform: uppercase;
}
.squareWrapper p:nth-child(2) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.squareWrapper p:nth-child(2) img {
    margin-right: 6px;
    margin-top: -2px;
}
.sliderMenuBg {
    margin-top: 29px;
}
.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: #FFF4DE;
}
.sliderMenuBg .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
}
.sliderMenuBottomBg {
    padding: 0;
    position: relative;
    margin-top: -117px;
}
.topSlider .topSlide {
    position: relative;
}
.topSlider .topInfo {
    position: absolute;
    top: 175px;
    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;
    color: #FFFFFF;
    margin: 0 0 22px 0;
}
.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;
    border-left: 1px solid #fff;
    padding-left: 13px;
}
.topSlide .img-fluid {
    width: 100%;
}
.topSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    position: absolute;
    list-style-type: none;
    top: 52%;
    right: 51%;
}
.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: 20px;
    height: 14px;
    background: url('../img/topSliderArrowPrev.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 42.5%;
    top: 54.5%;
}
.topSlider .slick-next {
    width: 20px;
    height: 14px;
    background: url('../img/topSliderArrowRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 49%;
    top: 54.5%;
}
.topSlideFormBg {
    margin-top: -159px;
    position: relative;
    top: -350px;
}
.topSlideFormText {
    z-index: 99;
}
.topSlideFormText a:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #FF3D00;
    text-decoration: none;
}
.topSlideFormText a:nth-child(1) img {
    margin-right: 9px;
}
.topSlideFormText a:nth-child(1) span {
    border-bottom: 1px dashed #FFFFFF;
    display: inline-block;
    padding-bottom: 10px;
}
.topSlideFormText .address {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 37px;
}
.topSlideFormText .address p {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}
.topSlideFormText .address img {
    margin-right: 14px;
}
.topSlideFormText .address p span {
    font-size: 14px;
    font-weight: 400;
}
.topSlideFormBottom {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 14px;
    text-align: center;
    margin: 0;
    padding-top: 17px;
}
.topSlideFormWrapper {
    z-index: 99;
}
.topSlideForm {
    width: 406px;
    height: 156px;
    background: linear-gradient(0deg, rgba(250, 250, 250, 0.1), rgba(250, 250, 250, 0.1)), linear-gradient(180deg, #FFA41C -17.95%, #FF551F 44.1%, #FF1A1A 100%);
    border-radius: 6px;
    float: right;
}
.heliImg {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.heliImg img {
    margin: 18px 0;
}
.topSlideFormWrapp {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.topSlideFormLeft {
    border-right: 1px solid #FFFFFF;
    padding-right: 20px;
}
.topSlideFormLeft p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 3px 0;
}
.topSlideFormLeft p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 3px 0;
}
.topSlideFormLeft p:nth-child(2) img {
    margin-right: 6px;
}
.topSlideFormLeft p:nth-child(3) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.topSlideFormRight a {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    text-decoration: none;
    background: #FFFFFF;
    padding: 19px 38px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    display: inline-block;
}
.topSlideFormRight a img {
    margin-right: 3px;
    vertical-align: sub;
}
.rowLent {
    padding: 0;
}
.slickSliderWrapper {
    background: #292929;
}
.slickSliderWrapper .slick-track {
    display: flex;
    align-items: center;
}
.slickSliderWrapper .slick-slide {
    margin: 0 5px;
}
.servicesHeader p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #464646;
    margin: 20px 0 30px 0;
}
.servicesHeader p span {
    font-weight: bold;
    color: #FD3636;
}
.servicesBlock {
    margin-bottom: 30px;
    position: relative;
}
.servicesBlock img {
    width: 100%;
}

.servicesBlock figure {
    background: #000000;
    position: relative;
}
.servicesBlock figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.servicesBlock figure:hover img {
    opacity: .2;
}
.servicesRecord {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    display: none;
}
.servicesRecord p:nth-child(1) {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #FFF3DB;
    margin: 10px 0;
}
.servicesRecord p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFF3DB;
    text-align: left;
}
.servicesRecord button {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFF3DB;
    width: 185px;
    height: 45px;
    background: #FF3D00;
    border-radius: 0;
    text-align: center;
}
.servicesRecord button:nth-child(1) {
    margin-bottom: 10px;
}
.servicesRecordShow .servicesRecord {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#services {
    background: #FDF7F2;
}
.reviewSliderBg {
    background: #ECE2DA;
    padding-bottom: 132px;
}
.reviewSlider .reviewVideoInnerPage .play {
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.reviewSlider .reviewVideoInnerPage {
    width: 100%;
    height: 346px;
    background-size: cover;
}
.reviewSlider .reviewSlider iframe {
    width: 100% !important;
    height: 346px!important;
    display: block!important;
}
.reviewSliderSync {
    margin: 17px 0 0 0;
}
.reviewSliderSync .reviewVideoInnerPage .play {
    height: 1%;
    display: none;
    width: 1%;
    opacity: 1;
    cursor: pointer;
    pointer-events: none;
}
.reviewSliderSync div {
    margin: 0 3px;
}
.reviewSliderSync .reviewVideoInnerPage {
    width: 100%;
    height: 58px;
    background-size: cover;
    pointer-events: none;
}
.reviewSliderSync .reviewSlider iframe {
    width: 100% !important;
    height: 58px!important;
    display: block!important;
}
.reviewSliderHeader p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #464646;
    margin: 20px 0 30px 0;
}
.reviewSliderHeader p span {
    font-weight: bold;
    color: #FD3636;
}
.reviewSlider .slick-prev {
    width: 58px;
    height: 58px;
    background: url('../img/reviewsLeft.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 13px;
}
.reviewSlider .slick-next {
    width: 58px;
    height: 58px;
    background: url('../img/reviewsRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 13px;
}
.reviewText {
    background: #FFFFFF;
    padding: 20px 42px;
}
.reviewText p {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #3A3D46;
    margin-bottom: 26px;
}
.reviewText p:nth-child(1) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3A3D46;
}
.priceBg {
    background: url("../img/priceBg.jpg") fixed;
    background-size: cover;
    padding-bottom: 50px;

}
.priceHeader h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 20px 0 30px 0;
}
.priceHeader h1 span {
    font-weight: bold;
    color: #FD3636;
}
.priceTableToggle table {
    margin-bottom: 11px;
}
.priceTableToggle table tr td:nth-child(1) {
    background: #FFFFFF url("../img/priceMarkDown.png") no-repeat 95% 50%;
    border-left: 8px solid #B8B8B8;
    padding: 22px 0 22px 28px;
    cursor: pointer;
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3A3D46;
}
.priceTableExpanded .priceTableToggle table tr td:nth-child(1) {
    background: #FFFFFF url("../img/priceMarkDownRevert.png") no-repeat 95% 50%;
}
.collapsePriceTable tr {
    border-bottom: 1px dashed #B8B8B8;
}
.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: 16px;
    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: 16px;
    line-height: 20px;
    color: #FD3636;
    width: 25%;
    text-align: right;
}
.collapsePriceTable td:nth-child(2) span {
    font-weight: normal;
}
.collapsePriceTable td {
    padding: 24px 26px 24px 10px;
}
.stockBg {
    background: url("../img/cashBack.png") no-repeat 100% 0,url("../img/stockBg.jpg") fixed;
background-size: contain,cover;
}
.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;
}
.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: #FF0000;
    text-decoration: none;
    margin: 0 0 45px 0;
    padding-top: 25px;
}
.carServicePageEmployeeWrapper {
    text-align: center;
}
.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;
}
.carServicePageHeader p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #464646;
    margin: 20px 0 30px 0;
}
.carServicePageHeader p span {
    font-weight: bold;
    color: #FD3636;
}
.people {
    background: #FDF7F2;
}
.reviewPhotoSliderBg {
    background: #ECE2DA;
    padding-bottom: 132px;
}
.reviewPhotoSliderSync {
    margin: 17px 0 0 0;
}
.reviewPhotoSliderSync div {
    margin: 0 3px;
}
.reviewPhotoSliderSync img {
    width: 101px;
    height: 91px;
}
.reviewPhotoSliderHeader p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #464646;
    margin: 20px 0 30px 0;
}
.reviewPhotoSliderHeader p span {
    font-weight: bold;
    color: #FD3636;
}
.reviewPhotoSlider .slick-prev {
    width: 58px;
    height: 58px;
    background: url('../img/reviewsLeft.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 13px;
}
.reviewPhotoSlider .slick-next {
    width: 58px;
    height: 58px;
    background: url('../img/reviewsRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 13px;
}
.reviewPhotoSlider img {
    width: 100%;
}
.reviews p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #464646;
    margin: 20px 0 30px 0;
}
.reviews p span {
    font-weight: bold;
    color: #FD3636;
}
.reviewVideoInnerPageWrapper {
    margin: 0 0 17px 0;
}
.reviewVideoInnerPage {
    width: 100%;
    height: 172px;
    background-size: cover;
}
#reviews {
    padding-bottom: 30px;
}
.warrantyHeader p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 20px 0 30px 0;
}
.warrantyHeader p span {
    font-weight: bold;
    color: #FD3636;
}
.warrantyBg {
    background: #292929;
    padding-bottom: 40px;
}
.warrantyBlock {
    background: #FFFFFF;
    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;
}
.botomRecordWrapper {
    display: flex;
    justify-content: space-evenly;
}
.botomRecorLeft p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #4A5668;
    margin: 36px 0 14px 0;
}
.botomRecordForm {
    background: url("../img/plankLeft.png") no-repeat 0% 7%,url("../img/plankRight.png") no-repeat 100% 7%,linear-gradient(54.5deg, #FFA41C -1.42%, #FF551F 54.12%, #FF1A1A 104.16%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 71px 130px;
    margin-top: -333px;
    margin-left: 131px;
}
.botomRecordForm p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding: 70px 0 10px 0;
    margin: 0;
}
.botomRecordForm p:nth-child(1) span {
    font-size: 26px;
}
.botomRecordForm {
    text-align: center;
}
.botomRecordForm input[type="text"] {
    display: block;
    width: 285px;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #796B6B;
    box-sizing: border-box;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
    margin: 0 auto 15px auto;
}
.personalDataForms {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 105.8%;
    color: #FFFFFF;
    margin-left: -68px;
}
.personalDataForms label {
    display: inline-block;
    text-align: center;
}
.personalDataForms label input[type="checkbox"] {
    position: relative;
    top: 12px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.botomRecordForm p:nth-last-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 14px 0 19px 0;
    text-align: left;
}
.botomRecordForm button {
    width: 285px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 83px;
}
.botomRecordRigth {
    background:url("../img/arrowBg.png") no-repeat 0 0;
}
.reviewSliderBg {
    background: #F2F2F2;
    padding-bottom: 132px;
}
.reviewSlider .reviewVideoInnerPage .play {
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.reviewSlider .reviewVideoInnerPage {
    width: 100%;
    height: 346px;
    background-size: cover;
}
.reviewSlider .reviewSlider iframe {
    width: 100% !important;
    height: 346px!important;
    display: block!important;
}
.reviewSliderSync {
    margin: 17px 0 0 0;
}
.reviewSliderSync .reviewVideoInnerPage .play {
    height: 1%;
    display: none;
    width: 1%;
    opacity: 1;
    cursor: pointer;
    pointer-events: none;
}
.reviewSliderSync div {
    margin: 0 3px;
}
.reviewSliderSync .reviewVideoInnerPage {
    width: 100%;
    height: 58px;
    background-size: cover;
    pointer-events: none;
}
.reviewSliderSync .reviewSlider iframe {
    width: 100% !important;
    height: 58px!important;
    display: block!important;
}
.reviewSliderHeader p {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #3A3D46;
    margin: 20px 0 30px 0;
}
.reviewSliderHeader p span {
    font-weight: bold;
    color: #FD3636;
}
.reviewSlider .slick-prev {
    width: 58px;
    height: 58px;
    background: url('../img/reviewsLeft.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 13px;
}
.reviewSlider .slick-next {
    width: 58px;
    height: 58px;
    background: url('../img/reviewsRight.png') no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 13px;
}
.bottomLineBg {
    background: #292929;
}
.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;
}
.servicesBlockText {
    padding: 30px;
}
.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;
}
.sliderNameServiceR img {
    max-width: 120px;
    margin: auto auto auto -10px;
}
.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: #FD3636;
    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 h1 {
    font-family: Roboto,sans-serif;
    font-weight: bold;
    font-size: 21px;
    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;
}
.sliderMenuBg2 {
    background: rgba(0, 0, 0, 0.85);
    display: none;
}
.sliderMenuBg2 .squareWrapper p:nth-child(1) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.sliderMenuBg2 .sliderMenuLogo {
    align-items: center;
    margin: 0;
}
.sliderMenuBg2 .navbar-expand-sm .navbar-nav .nav-link {
    padding: 1.5rem 1.5rem;
}
.sliderMenuBg2 .sliderMenuLogo img {
    width: 50px;
    height: 50px;
}
.floatPhone {
    position: fixed;
    top:10px;
    right: 13px;
    z-index: 99999;
    display: none;
}
.promoContent .promoVideo {
    width: 406px;
    height: 257px;
    box-sizing: border-box;
    display: block;
}
.promoContent iframe {
    width: 406px!important;
    height: 257px!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;
}
.promoContent {
    position: absolute;
    right: 12px;
    top: -335px;
}
.promoContent .promoVideo {
    border-radius: 10px;
}
@media (max-width: 1921.99px) {
    .topSlideFormBg {
        top: -150px;
    }
    .topSlider .slick-next {
        top: 64.5%;
        right: 48%;
    }
    .topSlider .slick-prev {
        top: 64.5%;
        left: 40%;
    }
    .topSlider .slick-dots {
        top: 61%;
        right: 51%;
    }
    .promoContent {
        top: -300px;
    }
}
@media (max-width: 1399.98px) {
    .botomRecordForm {
        margin-top: -333px;
    }
    .topSlider .slick-next {
        right: 45%;
        top: 75.5%;
    }
    .topSlider .slick-prev {
        top: 75.5%;
        left: 40%;
    }
    .topSlider .slick-dots {
        right: 48%;
        top: 71%;
    }
    .topSlideFormBg {
        top:-10px;
    }
    .promoContent {
        top: -280px;
    }
}
@media (max-width: 1199.98px) {
    .sliderMenuBg .navbar-expand-sm .navbar-nav .nav-link {
        padding: 0.5rem 1.2rem;
        text-align: center;
    }
    .topSlider .topInfo {
        top: 140px;
        width: 90%;
    }
    .topSlide .img-fluid {
        height: 555px;
    }
    .topSlider .slick-prev {
        top: 75.5%;
        left: 32%;
    }
    .topSlider .slick-next {
        right: 47%;
        top: 75.5%;
    }
    .topSlider .slick-dots {
        right: 52%;
        top: 71%;
    }
    .servicesBlockText {
        padding: 0 10px;
    }
    .reviewText p:nth-child(1) {
        font-size: 18px;
    }
    .reviewText p {
        font-size: 14px;
    }
    .warrantyBlock {
        padding: 72px 47px 69px 47px;
    }
    .servicesRecordShow .servicesRecord {
        padding: 15px;
    }
    .collapsePriceTable td:nth-child(2) {
        width: 30%;
    }
    .botomRecordForm {
        padding: 71px 85px;
    }
    .botomRecorLeft p {
        font-size: 18px;
    }
    .botomRecordForm {
        margin-top: -335px;
    }
}
@media (max-width: 991.98px) {
    .sliderMenuBottomBg {
        margin-top: -164px;
    }
    .sliderMenuBg .navbar-expand-sm .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
    .topSlider .topInfo {
        top: 175px;
    }
    .topSlider .slick-prev {
        top: 36.5%;
        left: 62%;
    }
    .topSlider .slick-next {
        right: 13%;
        top: 36.5%;
    }
    .topSlider .slick-dots {
        top: 32%;
        right: 18%;
    }
    .warrantyText p:nth-child(2) {
        font-size: 12px;
    }
    .warrantyBlock {
        padding: 35px 15px 35px 15px;
    }
    .botomRecordForm {
        padding: 0 26px;
        margin-top: -262px;
    }
    .promoContent {
        top: -155px;
    }
    .promoContent .promoVideo {
        width: 270px;
        height: 140px;
    }
}

.corpBg {
    background: #ECE2DA;
    margin-top: 30px;
    margin-bottom: -40px;
}
.corpHeader {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #3A3D46;
    margin: 20px 0 30px 0;
}
.corpHeader span {
    font-weight: bold;
    color: #FD3636;
}
.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: #FF3D00;
}
.corpContentText p strong {
    font-weight: 700;
    color: #FF3D00;
}
.corpContentText ul {
    font-family: Roboto,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
}
.corpFormWrapper {
    background: linear-gradient(54.5deg, #FFA41C -1.42%, #FF551F 54.12%, #FF1A1A 104.16%), #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 86%;
    margin: 10px auto -100px auto;
}
.corpFormWrapperHeader {
    font-family: CenturyGothicBold, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 0 0 0 -114px!important;
    padding: 30px 0 10px 0;
}
.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: #fff;
    margin: 14px 37px 36px 0;
}
.corpFormWrapperBottom p a {
    color: #fff;
}
.corpFormWrapperBottom button {
    font-family: CenturyGothic, sans-serif;
    width: 226px;
    height: 39px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2B2B2B;
    margin: 14px 0 36px 0;
}
.reviews p {
    margin-top: 200px;
}
@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;
    }
}
