@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: 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: 'Open Sans', 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;
}
.slick-dots {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.modal {
    z-index: 9999;
}
.modal-header {
    position: absolute;
    border: none;
    right: -22px;
    top: -22px;
    width: 26px;
    height: 26px;
    padding: 0;
}
.modal-header .btn-close {
    background: transparent url("../img/closeModal.svg") no-repeat;
    opacity: 1;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 999;
    background-size: contain;
    position: absolute;
}
.modal-body .btn-close {
    background: transparent url("../img/closeModal.svg") no-repeat;
    opacity: 1;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 999;
    background-size: contain;
}
.modal-body {
    padding: 0;
}
.carousel-control-prev {
    opacity: 1;
}
.carousel-control-next {
    opacity: 1;
}
#rh-badge {
    display: none!important;
}
#myVideo img {
    width: 100%;
}
/* Start Main Page Styles */

.headerTopLeft {
    display: flex;
    justify-content: center;
    background: url("../img/headerTopLeftBorder.png") no-repeat 100% 50%;
}
.headerTopLeft button {
    background: #fff;
}
.headerTopLeft p {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #020202;
    margin: 15px 20px 0 20px;
}
.headerTopRight {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}
.headerTopRightWrapper {
    align-items: center;
}
.headerTopRightWrapper a {
    display: inline-block;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #B58D00;
    text-decoration: none;
    margin: 28px 0 0 0;
    background: url("../img/phoneIcon.png") no-repeat 0 50%;
    padding-left: 15px;
}
.headerTopRightWrapper span {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    display: block;
    padding-left: 10px;
}
.headerTopContainer {
    padding: 4px 0;
}
.headerTopContentBg {
    background: url("../img/headerTopContentBg.jpg") no-repeat 0;
    background-size: cover;
}
.headerTopContentLeft p:nth-child(1) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.85);
    margin: 97px 0 0 0;
}
.headerTopContentLeft p:nth-child(2) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.85);
}
.headerTopContentLeft p:nth-child(3) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.85);
    margin: 25px 0 40px 0;
}
.headerTopContentLeft p:nth-child(4) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.85);
    margin: 25px 0 198px 0;
}
.headerTopContentForm {
    width: 470px;
    height: 349px;
    background: rgba(255, 255, 255, 0.7);
    margin: 72px auto 81px auto;
}
.headerTopContentForm p:nth-child(1) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 36px 0 0px 0;
    margin: 0;
}
.headerTopContentForm p:nth-child(2) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.headerTopContentForm select {
    display: block;
    width: 317px;
    height: 40px;
    border: 1px solid #6C6C6C;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3A3D46;
    padding-left: 19px;
    margin: 18px auto 9px auto;
    background: #FFFFFF url("../img/selectMark.png") no-repeat 95% 50%;
}
.headerTopContentForm input[type="text"] {
    width: 317px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #6C6C6C;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3A3D46;
    display: block;
    margin: 0 auto 18px auto;
    padding-left: 19px;
}
.headerTopContentForm button {
    display: block;
    width: 317px;
    height: 54px;
    background: #B58D00;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto 0 auto;
}
.headerTopContentForm .personalDataForms {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #3A3D46;
    margin: 14px 0 0 0;
}
.headerTopContentForm .personalDataForms label {
    margin-right: 11px;
}
.servicesRecord {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    text-align: center;
}
.servicesRecord p:nth-child(1) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    padding: 129px 0 7px 0;
    margin: 0;
}
.servicesRecord a {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-decoration-line: underline;
    color: #B58D00;
   margin: 0 auto 14px auto;
}
.servicesRecord0 {
    background: #FFFFFF url('../img/services/0.png') no-repeat 50% 13%;
}
.servicesRecord1 {
    background: #FFFFFF url('../img/services/1.png') no-repeat 50% 20%;
}
.servicesRecord2 {
    background: #FFFFFF url('../img/services/2.png') no-repeat 50% 20%;
}
.servicesRecord3 {
    background: #FFFFFF url('../img/services/3.png') no-repeat 50% 20%;
}
.servicesRecord4 {
    background: #FFFFFF url('../img/services/4.png') no-repeat 50% 13%;
}
.servicesRecord5 {
    background: #FFFFFF url('../img/services/5.png') no-repeat 50% 20%;
}
.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% 20%;
}
.servicesRecord10 {
    background: #FFFFFF url('../img/services/10.png') no-repeat 50% 25%;
}
.servicesRecord11 {
    background: #FFFFFF url('../img/services/11.png') no-repeat 50% 13%;
}
.servicesHeader p {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 36px 0 32px 0;
}
.services {
    margin-bottom: 102px;
}
.stockBg {
    background: #D3D3D3;
    padding-bottom: 53px;
}
.stockHeader p {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 23px 0 41px 0;
}
.stockLeftFormWrapper {
    width: 100%;
    height: 396px;
    background: url("../img/stockLeftFormWrapper.jpg") no-repeat 0;
    text-align: center;
    background-size: cover;
}
.stockLeftFormHeader {
    display:inline-block;
    max-width: 454px;
    background: #8B6D00;
    padding: 9px 73px;
    margin: 22px auto 23px auto;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.stockLeftFormTimer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stockLeftFormTimer p {
    width: 106px;
    height: 131px;
    background: #FFFFFF;
    margin: 0 5px 29px 5px;
}
.stockLeftFormTimer span:nth-child(1) {
    display: block;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #000000;
    margin: 33px auto 0 auto;
}
.stockLeftFormTimer span:nth-child(2) {
    display: block;
    font-family: CenturyGothic,sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
.stockLeftFormBottom {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 8px #000000, 0px 4px 8px #000000, 0px 4px 8px #000000;
    text-align: left;
    padding-left: 63px;
    margin: 0 0 25px 0;
}
.stockLeftFormBottom2 {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 63px;
}
.srockActionWrapper p:nth-child(1) {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 74px;
    text-transform: uppercase;
    color: #8B6D00;
    margin: 0 0 13px 0;
}
.srockActionWrapper p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #3A3D46;
    margin-bottom: 35px;
}
.srockActionWrapper select {
    background: #FFFFFF url('../img/selectMark.png') no-repeat 95% 50%;
    border-radius: 5px;
    width: 418px;
    height: 54px;
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
    margin: 0 0 9px 0;
    border: none;
}
.srockActionWrapper input[type="text"] {
    width: 418px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
    border: none;
    margin: 0 0 18px 0;
}
.srockActionWrapper button {
    width: 418px;
    height: 54px;
    background: #B58D00;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.srockActionWrapper .personalDataForms {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: left;
    padding-left: 15px;
    color: #3A3D46;
    margin: 14px 0 0 0;
}
.srockActionWrapper .personalDataForms label {
    margin-right: 11px;
}
.srockActionWrapper {
    background: url("../img/srockActionWrapper.png") no-repeat 55% -5%;
}
.popularHeader p {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 46px 0 38px 0;
}
.popular table {
    margin-bottom: 41px;
}
.popular td:nth-child(1) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #3A3D46;
    padding: 24px 10px 24px 10px;
}
.popular td:nth-child(1) span {
    color: #B58D00;
    display: inline-block;
    margin-right: 10px;
}
.popular td:nth-child(2) {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #B58D00;
    text-align: right;
    padding: 24px 10px 24px 10px;
}
.popular td:nth-child(2) strong {
    font-weight: 900;
}
.popular tr:nth-child(odd) {
    background: #D3D3D3;
}
.popular tr:nth-child(even) {
    background: #EDEDED;
}
.popular2 {
    background: #D3D3D3;
    padding-top: 60px;
}
.popular2 img {
    width: 100%;
}
.popular2 button {
    width: 418px;
    height: 69px;
    background: #B58D00;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin: 41px auto 29px auto;
}
.mobileAppHeader p:nth-child(1) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0 10px 0;
}
.mobileAppHeader p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #8B6D00;
    margin: 0 0 10px 0;
}
.mobileAppImg {
    text-align: right;
}
.mobileAppText ul {
    list-style: none;
    margin-bottom: 28px;
}
.mobileAppText ul li {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 105.8%;
    color: #000000;
}
.mobileAppText ul li::before {
    content: "\2022";
    color: #FF006B;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.mobileAppText a:nth-last-child(3) {
    margin: 0 18px 0 15px;
    display: inline-block;
}
.mobileAppText 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: #000000;
    margin: 19px 0 0 0;
    max-width: 365px;
}
.warrantyBg {
    background: #D3D3D3;
    padding-bottom: 60px;
}
.warrantyHeader p {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0;
}
.warrantyBlock {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 72px 99px 69px 99px;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
}
.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;
}

.bottomTopContentBg {
    background: url("../img/bottomTopContentBg.jpg") no-repeat 0;
    background-size: cover;
}
.headerBottomContentLeft p:nth-child(1) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    margin: 51px 0 0 0;
}
.headerBottomContentForm {
    width: 470px;
    height: 349px;
    background: rgba(255, 255, 255, 0.7);
    margin: 26px auto 36px auto;
}
.headerBottomContentForm p:nth-child(1) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 36px 0 0px 0;
    margin: 0;
}
.headerBottomContentForm p:nth-child(2) {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.headerBottomContentForm select {
    display: block;
    width: 317px;
    height: 40px;
    border: 1px solid #6C6C6C;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3A3D46;
    padding-left: 19px;
    margin: 18px auto 9px auto;
    background: #FFFFFF url("../img/selectMark.png") no-repeat 95% 50%;
}
.headerBottomContentForm input[type="text"] {
    width: 317px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #6C6C6C;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3A3D46;
    display: block;
    margin: 0 auto 18px auto;
    padding-left: 19px;
}
.headerBottomContentForm button {
    display: block;
    width: 317px;
    height: 54px;
    background: #B58D00;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto 0 auto;
}
.headerBottomContentForm .personalDataForms {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #3A3D46;
    margin: 14px 0 0 0;
}
.headerBottomContentForm .personalDataForms label {
    margin-right: 11px;
}

.footerTopLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url("../img/footerTopLeftBorder.png") no-repeat 100% 50%;
}
.footerTopLeft button {
    background: #fff;
}
.footerTopLeft p {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 0 35px;
}
.footerTopRight {
    display: grid;
    justify-content: space-evenly;
    padding: 0;
    align-items: center;
}
.footerTopContainer {
    padding: 0;
}
.footerTopContainerBg {
    background: #2C2C2C;
}

/* stationTop Start */
.stationTopBg {
    padding-bottom: 20px;
    background: #EFEAEA;
    background-size: cover;
    border: 1px solid #C7C7C7;
}
.stationTopBgHidden {
    display: none;
    position: absolute;
    z-index: 999;
}
.stationTop {
    cursor: pointer;
    background: url("../img/stationTopMark.png") no-repeat 8% 24%;
    padding: 0 0 10px 31px;
}
.stationTop:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.stationTop span {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    color: #454545;
    border-bottom: 1px dashed #454545;
}
.stationTop a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #9E1717;
    text-decoration: none;
}
.stationTopUnitsBlock {
    padding: 0 55px 0 29px;
}
.stationTopUnits span {
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    border-bottom: 1px dashed #123154;
    cursor: pointer;
    line-height: 22px;
    margin-right: 13px;
}
.stationTopUnits span:hover,.stationTopUnits a:hover {
    color: #454545;
}

.stationTopUnits {
    padding: 8px 0 11px 31px;
    text-align: center;
}
.stationTopUnits a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #454545;
    text-decoration-line: none;
    border-bottom: 1px dashed #454545;
}
.topMapButton a {
    display: block;
    margin: 17px auto 22px auto;
    width: 215px;
    height: 31px;
    background: #FFFFFF;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    text-decoration: none;
    padding-top: 5px;
}
.topMapButton a:hover {
    background: #f8f3f3;
    color: #ff0000;
}
.stationTopBgHeader p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 105.8%;
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    margin: 21px 0 28px 0;
}
.showPhotoServices img:nth-child(2) {
    display: none;
}
.showMapServices img:nth-child(2) {
    display: none;
}
.allServiceMap {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 9999;
}
.allServiceMapContents {
    display: block!important;
}
/* stationTop End */

#photoStationModalName {
    cursor: pointer;
}
.photoStationModal .modal-dialog {
    max-width: 620px;
}
.photoStationModal .modal-body {
    padding: 21px 33px;
    background: #fff;
    max-height: 470px;
    border-radius: 20px;
    overflow: hidden;
}
.photoStationModal .photoStationModalWrapper {
    margin: 0 0 7px 0;
}
.photoStationModal .photoStationModalWrapperSync .slick-slide {
    box-sizing: border-box;
    opacity: .5;
    border: 3px solid #FFFFFF;
}
.photoStationModal .photoStationModalWrapperSync .slick-current {
    border: 3px solid #CA0030;
    opacity: 1;
}
.photoStationModal .modal-content {
    border-radius: 20px!important;
}
.photoStationModalInfo {
    display: flex;
    justify-content: space-between;
}
.photoStationModalInfo p:nth-child(1) {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #454545;
}
.photoStationModalInfo p:nth-child(1) span {
    margin-left: 5px;
    border-bottom: 1px dashed #D80000;

}
.photoStationModalInfo p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    text-align: center;
    color: #454545;
    margin-top: 1px;
    text-decoration: underline;
}
.photoStationModalInfo a:nth-child(3) {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #454545;
    text-decoration: none;
}
.photoStationModalInfo a:nth-child(3) span {
    margin-left: 7px;
}
.photoStationModalWrapper .slick-prev {
    width: 35px;
    height: 32px;
    background: url("../img/reviewVideoModalArrowPrev.png") no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: 15px;
}
.photoStationModalWrapper .slick-next {
    width: 35px;
    height: 32px;
    background: url("../img/reviewVideoModalArrowPrev.png") no-repeat;
    transform: rotate(
            180deg
    );
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: 15px;
    margin-top: -23px;
}
.photoStationModal .modal-header {
    position: absolute;
    border: none;
    right: -22px;
    top: -22px;
    width: 12px;
    height: 12px;
    padding: 0;
}
.photoStationModal .modal-header .btn-close {
    background: transparent url(../img/closeModal.svg) no-repeat;
    opacity: 1;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    top: 36px;
    left: -36px;
    z-index: 999;
    background-size: contain;
    position: absolute;
}
.slickSlider .slick-slide {
    margin: 0;
}
.slick-initialized .slick-slide {
    float: none!important;
    display: inline-block!important;
    vertical-align: middle!important;
}
.slick-prev:before {
    content: ''!important;
}
.slick-next:before {
    content: ''!important;
}
.slick-initialized .slick-slide {
    width: 100%;
}


.recordForm .modal-dialog {
    width: 593px!important;
    height: 425px!important;
}
.recordForm .modal-content {
    height: 425px;
    background: #D8D8D8;
    border: 5px solid #E37B00;
}
.recordForm .modal-body select {
    display: block;
    width: 418px;
    height: 69px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
    border: none;
    margin: 0 auto;
    background: #FFFFFF url("../img/selectMark.png") no-repeat 95% 50%;
}
.recordForm .modalFormsHeader p {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 36px 0 16px 0;
}
.recordForm .modal-body label {
    margin: 0 auto 21px auto;
    display: block;
    text-align: center;
}
.recordForm .modal-body input[type="text"] {
    width: 418px;
    height: 69px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
    border: none;
}
.recordForm .modal-body button {
    width: 418px;
    height: 69px;
    background: #E37B00;
    border-radius: 5px;
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.recordForm .personalDataForms {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-left: 15px;
    color: #3A3D46;
    margin: 14px 0 0 0;
}
.recordForm .personalDataForms label {
    margin: 0;
    padding-right: 10px;
}
.recordForm .modal-header .btn-close {
    background: transparent url('../img/closeModalRecord.png') no-repeat;
    opacity: 1;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    top: 36px;
    left: -36px;
    z-index: 999;
    background-size: contain;
    position: absolute;
}

.successForm .modal-dialog {
    height: 345px!important;
}
.successForm .modal-content {
    width: 593px;
    background: #D8D8D8;
    border: 5px solid #E37B00;
}
.successForm .successFormWrapperTop {
    width: 446px;
    height: 202px;
    margin: 58px auto 57px auto;
    background: #FFFFFF;
    border-radius: 10px;
}
.successFormWrapper p {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
}
.successForm .modalFormsHeader p {
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 34px 0 24px 0;
}
.successForm .modal-header .btn-close {
    background: transparent url('../img/closeModalRecord.png') no-repeat;
    opacity: 1;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    top: 36px;
    left: -36px;
    z-index: 999;
    background-size: contain;
    position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .headerTopRight img {
        display: none;
    }
    .headerTopLeft button {
        width: 25%;
    }
    .stationTop span {
        font-size: 12px;
    }
    .stationTop a {
        font-size: 12px;
    }
    .stationTopUnits span {
        font-size: 12px;
    }
    .stationTopUnits a {
        font-size: 12px;
    }
    .stockLeftFormTimer p {
        width: 90px;
    }
    .stockLeftFormBottom {
        font-size: 16px;
    }
    .stockLeftFormBottom2 {
        font-size: 16px;
    }
    .srockActionWrapper {
        background: url(../img/srockActionWrapper.png) no-repeat 95% -5%;
    }
    .warrantyBlock {
        padding: 89px 40px 62px 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .headerTopRight img {
        display: none;
    }
    .headerTopLeft p {
        font-size: 0;
    }
    .headerTopRightWrapper a {
        margin-top: 12px;
    }
    .stationTop span {
        font-size: 15px;
    }
    .headerTopContentLeft {
        text-align: center;
    }
    .headerTopContentForm {
        margin: 0px auto 81px auto;
    }
    .headerTopContentLeft p:nth-child(3) {
        margin: 25px 0 90px 0;
    }
    .stockLeftFormWrapper {
        background-size: cover;
    }
    .srockActionWrapper {
        text-align: center;
        background: url(../img/srockActionWrapper.png) no-repeat 100% -5%;
    }
    .srockActionWrapper .personalDataForms {
        justify-content: center;
    }
    .mobileAppImg {
        text-align: center;
    }
    .mobileAppText {
        padding-left: 165px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .warrantyBlock {
        padding: 72px 12px 69px 22px;
    }
    .headerBottomContentLeft p:nth-child(1) {
        text-align: center;
    }
}
@media (max-width: 1399.98px) {
    .srockActionWrapper {
        background: url(../img/srockActionWrapper.png) no-repeat 70% -5%;
    }
}