@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@font-face {
    font-family: 'Roboto Flex';
    src:url('../fonts/RobotoFlex.ttf');
}
@font-face {
    font-family: RoadRadioBold;
    src:url('../fonts/RoadRadio-Bold.ttf');
}
* {
    outline-style: none;
}
body {
    font-family: 'Roboto Flex', 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: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    padding: 0;
}
.modal-header .btn-close {
    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;
}
/* 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: 15px;
    height: 19px;
    margin-left: 5px;
}
.ui-menu .ui-menu-item-wrapper:hover {
    background: #293aaf;
    color: #fff;
}
/* CustomOptions End */

/* Start Main Page Styles */

.topLogoBg {
    border-bottom: 1px solid #C0BDBD;
    padding: 12px 0;
}
.topDescriptionWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.topDescriptionWrap p:nth-child(1) {
    color: #6E6E6E;
    font-family: "Roboto Flex",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px 0 0;
}
.topDescriptionWrap a {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 10px;
    text-decoration: none;
}
.topDescriptionWrap a:active {
    color: #00A2F5!important;
}
.geoLinksTop {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.geoLinkTopWrap a {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.geoLinkTopWrap a img {
    vertical-align: sub;
}
.headSoc a {
    display: flex;
    padding: 8px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.menuTopBg .navbar {
    justify-content: center;
    padding: 11px 0;
}
.menuTopBg .navbar a {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-right: 1px solid #000;
    padding-top: 0;
    padding-bottom: 0;
}
.menuTopBg .navbar li:nth-last-child(1) a {
    border-right: none;
}

.topBlockBg {
    background: url("../img/topBlockBg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 483px;
}
.topBlockBg .container {
    position: relative;
}
.topBlockHead {
    width: 395px;
    height: 185px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    margin-top: 104px;
    padding: 0;
}
.topBlockHead p {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding: 33px 24px 57px 29px;
}
.topBlockHead p strong {
    color: #00A2F5;
    font-family: "Roboto Flex",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.topBlockHeadBtn button {
    width: 279px;
    height: 52px;
    border-radius: 30px;
    background: #00A2F5;
    box-shadow: -6px -4px 0 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 18.4px */
    text-transform: uppercase;
    margin-left: 116px;
    position: relative;
    top: -24px;
}
.topBlockHeadBtn button img {

    margin-right: 7px;
}
.topBlockHeadBtn button span {
    vertical-align: middle;
}
.topBlockHeadWrap {
    position: absolute;
    right: 0;
    width: 395px;
}

.modelRangeHeader p:nth-child(1) {
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 20px 0 0 0;
}
.modelRangeHeader p:nth-child(2) {
    color: #000;
    text-align: center;
    text-shadow: 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 15.022px;
    font-style: normal;
    font-weight: 100;
    line-height: 110%;
    margin: 0 0 16px 0;
}
.modelRangeBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modelRange {
    width: 24%;
    border-radius: 20px;
    background: #EDEDED;
    padding: 15px 18px 20px 18px;
    margin-bottom: 25px;
}
.modelRange p:nth-child(1) {
    color: #000;
    text-align: right;
    font-family: RoadRadioBold,sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 35px 0;
}
.modelRange a {
    display: block;
    width: 80%;
    padding: 7px 0;
    margin: 17px auto 20px auto;
    border-radius: 30px;
    background: #000;
    box-shadow: -6px -4px 0 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 18.4px */
    text-transform: uppercase;
    text-decoration: none;
}
.modelRange a img {
    margin: 0 20px 0 15px;
}

.mobileAppLeftHeaderBg {
    background: url("../img/mobileAppLeftHeaderBg.png") no-repeat center center;
    background-size: cover;
    border-radius: 25.037px;
    border-right: solid 4px #fff;
}
.mobileAppLeftHeader p:nth-child(1) {
    width: 60%;
    margin: 18px auto 7px auto;
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    border-radius: 8.346px;
    background: #FFF;
    padding: 10px 0;
}
.mobileAppLeftHeader p:nth-child(2) {
    color: #000;
    text-align: center;
    text-shadow: 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 100;
    line-height: 110%;
}
.mobileAppCash {
    margin-top: 115px;
}
.mobileAppCash p:nth-child(1) {
    width: 40%;
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    border-radius: 8.346px;
    background: #fff;
    padding: 7px 0;
    margin: 0 0 0 5%;
}
.mobileAppCashBottom {
    border-radius: 8.346px;
    background: #FFF;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    margin: 8px 0 25px 5%;
}
.mobileAppCashBottom p {
    color: #000;
    text-align: center;
    font-family: "Roboto Flex",sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
}
.mobileAppRightHeaderBg {
    background: url("../img/mobileAppRightHeaderBg.png") no-repeat center center;
    background-size: cover;
    border-radius: 25.037px;
    border-left: solid 4px #fff;
}
.mobileAppRightHeader p:nth-child(1) {
    width: 50%;
    margin: 18px auto 7px auto;
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    border-radius: 8.346px;
    background: #FFF;
    padding: 10px 0;
}
.mobileAppRightHeader p:nth-child(2) {
    color: #000;
    text-align: center;
    text-shadow: 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF, 0 0 8.346px #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 100;
    line-height: 110%;
}
.mobileAppToBottom {
    margin-top: 226px;
}
.mobileAppToBottom a {
    display: block;
    width: 40%;
    padding: 7px 0;
    margin: 17px auto 22px auto;
    border-radius: 30px;
    background: #000;
    box-shadow: -6px -4px 0 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
    text-decoration: none;
}
.mobileAppToBottom a img {
    margin: 0 20px 0 15px;
}

.servicesHeader p {
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 48px 0 39px 0;
}
.servicesBlock {
    margin-bottom: 33px;
}
.servicesBlock img {
    width: 100%;
}
.servicesBlock p:nth-child(2) {
    color: #4A5668;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 8px 0;
}
.servicesBlock p:nth-child(3) {
    color: #4A5668;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.servicesBlock figure {
    background: #000000;
    position: relative;
    border-radius: 16.691px;
}
.servicesBlock figure img {
    border-radius: 16.691px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.servicesBlock figure:hover img {
    opacity: .5;
}

.servicesRecord {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.servicesRecord button {
    display: block;
}
.servicesRecord button:nth-child(1) {
    width: 186px;
    height: 33px;
    background: #365C96;
    font-family: CenturyGothic, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.servicesRecord button:nth-child(2) {
    width: 186px;
    height: 33px;
    background: #365C96;
    font-family: CenturyGothic, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.servicesRecord button:hover {
    background: #fff!important;
    color: #000!important;
}
.servicesRecordShow .servicesRecord {
    display: block;
}

.warrantyBg {
    background: url("../img/warrantyBg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 535px;
}
.warrantyHeader {
    margin: 187px 0 10px 0;
}
.warrantyHeader p:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 10px 0;
}
.warrantyHeader p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}
.warrantyBottom {
    border-radius: 30px;
    background: #000;
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.warrantyBottom p:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Flex",sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 39px */
    text-transform: uppercase;
    margin: 33px 0;
}
.warrantyBottom a:nth-child(2) {
    display: block;
    width: 30%;
    padding: 7px 0;
    border-radius: 25.037px;
    background: #FFF;
    box-shadow: -5.007px -3.338px 0 0 rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}
.warrantyBottom a img {
    margin: 0 17px 0 15px;
}
.warrantyBottom a span {
    vertical-align: middle;
}
/* price Start */
.priceBg {
    background: #E6E6E6;
    padding-bottom: 100px;
    margin-top: 3px;
}
.priceHeader p {
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 20px 0 29px 0;
}
.priceTableToggle table tr td:nth-child(1) {
    border-radius: 20px;
    color: #3A3D46;
    font-family: "Roboto Flex",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    text-transform: uppercase;
    padding: 24px 16px 24px 20px;
    background:  url('../img/priceMarkDown.png') no-repeat 95% 50%, #FFFFFF url("../img/priceTable.png") no-repeat 0% 50%;
    cursor: pointer;
}

.collapsePriceTable tr {
    border-bottom: 1px dashed #B8B8B8;
    background: #E7E7E7;
}
.collapsePriceTable 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 25px;
    background: url('../img/priceDot.png') no-repeat 2% 50%;
}
.collapsePriceTable td:nth-child(2) {
    font-family: 'Roboto Flex',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #007AD3;
    width: 25%;
    padding: 24px 10px 24px 10px;
    text-align: right;
}
.collapsePriceTable td:nth-child(2) span {
    font-weight: normal;
}
.priceTable .collapsePriceTable {
    margin-top: -23px;
}
.priceTableExpanded .priceTableToggle table tr td:nth-child(1) {
    background: #FFFFFF url("../img/priceMarkDownRevert.png") no-repeat 95% 50%;
}
/* price Stop */

.reviewSlide p {
    display: flex;
    align-items: center;
    width: 267.057px;
    height: 408.931px;
    border-radius: 20px;
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.reviewSlide video {
    width: 267.057px;
    height: 408.931px;
    border-radius: 20px;
    margin: 0 4px;
}
.reviewSliderWrapper {
    margin: 16px 0;
}
.progress-bar {
    width: 100%;
    height: 6px;
    background: #E8E8E8;
    position: relative;
    margin-top: 20px;
    border-radius: 3px;
}

.handle {
    width: 166px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: left 0.2s ease; /* плавное движение */
}
.mainMapHeader p {
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 24px 0;
}
.mainMapBg iframe {
    filter: grayscale(100%);
    margin-bottom: 20px;
}

.botomRecordBg {
    background: #E6E6E6;
}
.botomRecordWrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.botomRecorLeft p {
    color: #4A5668;
    font-family: "Roboto Flex",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 35px 0 30px 0;
}
.botomRecordRigth a {
    display: block;
    width: 279px;
    padding: 7px 0;
    border-radius: 30px;
    background: #000;
    box-shadow: -6px -4px 0 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}
.botomRecordRigth a img {
    margin: 0 17px 0 15px;
}
.botomRecordRigth a:nth-child(1) {
    margin: 31px 0 10px 0;
}
.botomRecordRigth a:nth-child(2) {
    margin: 0 0 26px 0;
    background: #00A2F5;
}

.footerLogoBg {
    background: #000;
    border-bottom: 1px solid #C0BDBD;
    padding: 12px 0;
}
.footerDescriptionWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.footerDescriptionWrap p:nth-child(1) {
    color: #fff;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px 0 0;
}
.footerDescriptionWrap a {
    color: #fff;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 10px;
    text-decoration: none;
}
.geoLinksFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geoLinkTopWrap .navbar {
    justify-content: center;
    padding: 11px 0;
}
.geoLinkTopWrap .navbar a {
    color: #fff;
    font-family: "Roboto Flex", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-right: 1px solid #fff    ;
    padding-top: 0;
    padding-bottom: 0;
}
.geoLinkTopWrap .navbar li:nth-last-child(1) a {
    border-right: none;
}
.headSocFooter a {
    display: flex;
    padding: 8px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: RoadRadioBold, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.footerTopBg {
    background: #000;
}
.footerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerTopLeft a {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Flex", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
}
.footerTopLeft a span {
    vertical-align: middle;
}
.footerTopRight {
    display: grid;
    align-items: center;
    justify-content: center;
}
.footerRightTop {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 18px 0 0 0;
}
.footerRightTop span {
    color: #FFF;
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footerRightBottom p {
    color: #FFF;
    font-family: "Roboto Flex", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px 0 24px 0;
}
.footerBottomBg {
    background: #000;
}
.footerBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.footerBottom a {
    color: #FFF;
    text-align: right;
    font-family: "Roboto Flex", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
}
.footerBottom a:nth-last-child(1) {
    border-right: none;
}

.innerModelBg {
    border-radius: 20px;
    background: #EDEDED;
    margin-bottom: 20px;
}
.innerModelTopLeft p:nth-child(1) {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 25px 0 30px 0;
}
.innerModelTopLeft p:nth-child(2) {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 30px 0;
}
.innerModelTopLeft a:nth-child(3) {
    display: block;
    width: 278px;
    padding: 11px 0;
    margin: 0;
    border-radius: 30px;
    background: #000;
    box-shadow: -6px -4px 0 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
    text-decoration: none;
}
.innerModelTopLeft a:nth-child(3) img {
    margin: 0 20px 0 15px;
}
.innerModelTopLeft a:nth-child(3) span {
    vertical-align: middle;
}
.innerModelBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.innerModelBottom ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style-type: none;
}
.innerModelBottom ul li {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 13px 0;
    background: url("../img/innerModelBottomMark.png") no-repeat 0 0;
    padding: 4px 0 2px 42px;
}

/* oNas Start */
.oNasPreTopBg {
    background: url("../img/oNasPreTopBg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 167px;
}
.oNasPreTop p:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 48px 0 10px 0;
}
.oNasPreTop p:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 27px 0;
}
.oNasTopText p:nth-child(1) {
    color: #000;
    text-align: center;
    font-family: RoadRadioBold,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 25px 0 21px 0;
}
.oNasTopBottom {
    display: flex;
    justify-content: space-between;
}
.oNasTopBottom ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 57px;
}
.oNasTopBottom li {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    background: url('../img/innerModelBottomMark.png') no-repeat 0 50%;
    padding-left: 40px;
    margin-bottom: 14px;
}
.oNasContentBg {
    background: #F3F0F2;
    padding-bottom: 30px;
}
.oNasContentHeader {
    text-align: center;
}
.oNasContentHeader p:nth-child(1) {
    color: #000;
    text-align: center;
    font-family: RoadRadioBold, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 30px 0 0 0;
}
.oNasContentHeader img {
    margin-top: -15px;
}
.oNasContentTextBottom {
    width: 44%;
    display: inline-grid;
    margin: 0 30px;
}
.oNasContentTextBottom ul {
    margin: 0 0 5px 0;
}
.oNasContentTextBottom li {
    color: #454545;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
    margin: 0;
}
.oNasContentTextBottom p {
    color: #454545;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 30px 0;
}
/* oNas End */

/* Stock Page Start */
.stockPageRow {
    margin: 0 0 30px 0;
}
.stockPageWrapper {
    width: 440px;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.50);
    border-radius: 10px;
    margin: 0 auto;
    border: 1px solid #B5B5B5;
}
.stockPageBlock {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #D9D9D9;
    padding-left: 23px;
}
.stockPageBlock p:nth-child(1) {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    margin: 0;
    padding: 17px 0 0 0;
}
.stockPageBlock p:nth-child(2) {
    line-height: 16px!important;
    margin-top: 5px!important;
}
.stockAbonement p:nth-child(2) {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
    margin: 0;
}
.stockAbonement p:nth-child(3) {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}
.stockAbonement p:nth-child(4) {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #007AD3;
    margin: 0;
}
.stockAbonement a:nth-child(5) {
    display: block;
    font-weight: 600;
    font-size: 12px;
    text-decoration-line: underline;
    color: #007AD3;
    margin: 0;
}
.stockAbonement a:nth-child(6) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 22px 0 0 0;
}
.stockAbonement a:nth-child(6) img {
    margin: 0 13px 0 6px;
}
.stockAbonement a:nth-child(6) span {
    vertical-align: text-top;
}
.stockAbonement a:nth-child(6):hover {
    background: #0C0F53;
}
.stockAbonement {
    background: #E6E6E6 url("../img/innerPages/stockPage/abonement.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.stockDescentCollapse p:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #007AD3;
    margin: 26px 0;
}
.stockDescentCollapse a:nth-child(4) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 30px 0 0 0;
}
.stockDescentCollapse a:nth-child(4) img {
    margin: 0 13px 0 6px;
}
.stockDescentCollapse a:nth-child(4) span {
    vertical-align: text-top;
}
.stockDescentCollapse a:nth-child(4):hover {
    background: #0C0F53;
}
.stockDescentCollapse {
    background: #E6E6E6 url("../img/innerPages/stockPage/descentСollapse.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.stockDiagnostics p:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #007AD3;
    margin: 26px 0;
}
.stockDiagnostics a:nth-child(4) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
}
.stockDiagnostics a:nth-child(4) img {
    margin: 0 13px 0 6px;
}
.stockDiagnostics a:nth-child(4) span {
    vertical-align: text-top;
}
.stockDiagnostics a:nth-child(4):hover {
    background: #0C0F53;
}
.stockDiagnostics {
    background: #E6E6E6 url("../img/innerPages/stockPage/diagnostics.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.stockVip p:nth-child(2) {
    color: #000;
    margin: 0 0 10px 0;
}
.stockVip a:nth-child(3) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 34px 0 0 0;
}
.stockVip a:nth-child(3) img {
    margin: 0 13px 0 6px;
}
.stockVip a:nth-child(3) span {
    vertical-align: text-top;
}
.stockVip a:nth-child(3):hover {
    background: #0C0F53;
}
.stockVip {
    background: #E6E6E6 url("../img/innerPages/stockPage/vip.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.stockPageBlockTimer p {
    color: #000;
    text-align: center;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 7px 0;
}
.electronDiagnostics p:nth-child(1) {
    margin: 0;
    padding: 13px 0 9px 0;
}
.electronDiagnostics p:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.electronDiagnostics p:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #007AD3;
    margin: 0px 0 5px 0;
}
.electronDiagnostics a:nth-child(4) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
}
.electronDiagnostics a:nth-child(4) img {
    margin: 0 13px 0 6px;
}
.electronDiagnostics a:nth-child(4) span {
    vertical-align: text-top;
}
.electronDiagnostics a:nth-child(4):hover {
    background: #0C0F53;
}
.electronDiagnostics {
    background: #EFEAEA url("../img/innerPages/stockPage/electronDiagnostics.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.stockGaranty p:nth-child(1) {
    margin: 0;
    padding: 13px 0 9px 0;
    text-transform: none;
}
.stockGaranty p:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin: 0 0 14px 0;
}
.stockGaranty a:nth-child(3) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 24px 0 0 0;
}
.stockGaranty a:nth-child(3) img {
    margin: 0 13px 0 6px;
}
.stockGaranty a:nth-child(3) span {
    vertical-align: text-top;
}
.stockGaranty a:nth-child(3):hover {
    background: #0C0F53;
}
.stockGaranty {
    background: #EFEAEA url("../img/innerPages/stockPage/stockGaranty.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.tinkoffDiagnostics p:nth-child(1) {
    margin: 0;
    padding: 13px 0 9px 0;
}
.tinkoffDiagnostics p:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.tinkoffDiagnostics p:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #BD0005;
    margin: 0px 0 59px 0;
}
.tinkoffDiagnostics a:nth-child(4) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
}
.tinkoffDiagnostics a:nth-child(4) img {
    margin: 0 13px 0 6px;
}
.tinkoffDiagnostics a:nth-child(4) span {
    vertical-align: text-top;
}
.tinkoffDiagnostics a:nth-child(4):hover {
    background: #0C0F53;
}
.tinkoffDiagnostics {
    background: #EFEAEA url("../img/innerPages/stockPage/tinkoffDiagnostics.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.skidkaGaranty p:nth-child(1) {
    margin: 0;
    padding: 13px 0 9px 0;
    text-transform: none;
}
.skidkaGaranty p:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin: 0 0 14px 0;
}
.skidkaGaranty a:nth-child(3) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 14px 0 0 0;
}
.skidkaGaranty a:nth-child(3) img {
    margin: 0 13px 0 6px;
}
.skidkaGaranty a:nth-child(3) span {
    vertical-align: text-top;
}
.skidkaGaranty a:nth-child(3):hover {
    background: #0C0F53;
}
.skidkaGaranty {
    background: #EFEAEA url("../img/innerPages/stockPage/skidkaGaranty.jpg") no-repeat 100% 0;
    padding-bottom: 14px;
    background-size: contain;
}
.skidkaDiagnostics p:nth-child(1) {
    margin: 0;
    padding: 6px 0 5px 0;
    text-transform: none;
}
.skidkaDiagnostics p:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.skidkaDiagnostics p:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #BD0005;
    margin: 0px 0 5px 0;
}
.skidkaDiagnostics a:nth-child(4) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 13px 0 0 0;
}
.skidkaDiagnostics a:nth-child(4) img {
    margin: 0 13px 0 6px;
}
.skidkaDiagnostics a:nth-child(4) span {
    vertical-align: text-top;
}
.skidkaDiagnostics a:nth-child(4):hover {
    background: #0C0F53;
}
.skidkaDiagnostics {
    background: #EFEAEA url("../img/innerPages/stockPage/skidkaDiagnostics.jpg") no-repeat 100% 0;
    padding-bottom: 10px;
    background-size: contain;
}
.mobGaranty p:nth-child(1) {
    margin: 0;
    padding: 5px 0 9px 0;
    text-transform: uppercase;
}
.mobGaranty p:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px 0;
    line-height: 19px;
}
.mobGaranty a:nth-child(3) {
    display: block;
    width: 147px;
    height: 37px;
    background: #000;
    box-shadow: -4.644px -3.096px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFF;
    font-family: "Roboto Flex",sans-serif;
    font-size: 12.383px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 14.24px */
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
}
.mobGaranty a:nth-child(3) img {
    margin: 0 13px 0 6px;
}
.mobGaranty a:nth-child(3) span {
    vertical-align: text-top;
}
.mobGaranty a:nth-child(3):hover {
    background: #0C0F53;
}
.mobGaranty {
    background: #EFEAEA url("../img/innerPages/stockPage/mobGaranty.jpg") no-repeat 100% 0;
    padding-bottom: 10px;
    background-size: contain;
}
.mobGaranty p:nth-child(2) span {
    color: #007CEF;
    font-size: 16px;
    font-weight: 700;
}
.stockPageBg {
    margin: 32px 0 34px 0;
}
/* Stock Page End */

/* Abonement Page Start */
.abonementPageTopFluid {
    background: url("../img/innerPages/abonementPage/abonementPageTopFluid.jpg") no-repeat top center;
    background-size: cover;
}
.abonementPageTopLeft p:nth-child(1) {
    font-weight: 800;
    font-size: 36px;
    margin: 66px 0 0 0;
    color: #3793FF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
}
.abonementPageTopLeft p:nth-child(2) {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0 0 36px 0;
}
.abonementPageTopLeft p:nth-child(3) {
    font-weight: 600;
    font-size: 21px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0;
    line-height: 12px;
}
.abonementPageTopLeft p:nth-child(3) span {
    font-weight: 800;
    font-size: 36px;
}
.abonementPageTopLeft p:nth-child(4) {
    font-weight: 600;
    font-size: 21px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0;
}
.abonementPageTopLeft p:nth-child(4) span {
    font-weight: 800;
    font-size: 36px;
}
.abonementPageTopLeft p:nth-child(5) {
    background: rgba(189, 0, 5, 0.75);
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0 0 90px 0;
    padding: 0 44px;
}
.abonementPageTopLeft p:nth-child(5) span {
    font-weight: 800;
    font-size: 36px;
}
.abonementPageTopRight img {
    margin-top: 50px;
}
.abonementContentHeader p {
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #D80000;
    margin: 30px 0;
}
.abonementContentSliderWrapper {
    width: 100%;
    height: 321px;
    background: linear-gradient(180deg, #4A4A4A 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    margin: 0 auto 55px auto;
    padding: 35px 60px;
}
.abonementContentSlider .slick-prev {
    width: 45px;
    height: 45px;
    background: url("../img/innerPages/abonementPage/abonementSliderArrowPrev.png") no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: -50px;
}
.abonementContentSlider .slick-next {
    width: 45px;
    height: 45px;
    background: url("../img/innerPages/abonementPage/abonementSliderArrowPrev.png") no-repeat;
    transform: rotate(180deg);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: -50px;
    margin-top: -17px;
}
.abonementContentList {
    position: relative;
}
.abonementContentList ul {
    padding: 0;
    list-style-type: none;
}
.abonementContentList li {
    font-weight: 600;
    font-size: 18px;
    color: #454545;
}
.abonementContentList li span {
    font-weight: bold;
    color: #D80000;
}
.abonementContentList p {
    font-weight: bold;
    font-size: 24px;
    color: #454545;
    margin-top: 31px;
}
.abonementContentList p span {
    font-weight: bold;
    font-size: 30px;
    color: #D80000;
}
.abonementContentListRight p {
    margin-top: 85px;
}
.abonementContentListBottom p {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #D80000;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #C4C4C4;
}.abonementContentHeader p {
     font-weight: 800;
     font-size: 30px;
     text-align: center;
     text-transform: uppercase;
     color: #D80000;
     margin: 30px 0;
 }
.abonementContentSliderWrapper {
    width: 100%;
    height: 321px;
    background: linear-gradient(180deg, #4A4A4A 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    margin: 0 auto 55px auto;
    padding: 35px 60px;
}
.abonementContentSlider .slick-prev {
    width: 45px;
    height: 45px;
    background: url("../img/innerPages/abonementPage/abonementSliderArrowPrev.png") no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    left: -50px;
}
.abonementContentSlider .slick-next {
    width: 45px;
    height: 45px;
    background: url("../img/innerPages/abonementPage/abonementSliderArrowPrev.png") no-repeat;
    transform: rotate(180deg);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 999;
    right: -50px;
    margin-top: -17px;
}
.abonementContentList {
    position: relative;
}
.abonementContentList ul {
    padding: 0;
    list-style-type: none;
}
.abonementContentList li {
    font-weight: 600;
    font-size: 18px;
    color: #454545;
}
.abonementContentList li span {
    font-weight: bold;
    color: #D80000;
}
.abonementContentList p {
    font-weight: bold;
    font-size: 24px;
    color: #454545;
    margin-top: 31px;
}
.abonementContentList p span {
    font-weight: bold;
    font-size: 30px;
    color: #D80000;
}
.abonementContentListRight p {
    margin-top: 32px;
}
.abonementContentListBottom p {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #D80000;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #C4C4C4;
}
.abonementPageFormLeftWrapper {
    width: 487px;
    height: 298px;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0.85) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 10px;
    margin: 440px 0 16px 0;
    padding: 12px 0 0 21px;
}
.abonementPageFormLeft p:nth-child(1) {
    font-weight: 600;
    font-size: 30px;
    color: #414141;
    text-shadow: 0 0 10px #FFFFFF;
}
.abonementPageFormLeft ul {
    padding: 0;
    list-style-type: none;
}
.abonementPageFormLeft li {
    font-size: 18px;
    color: #000000;
    text-shadow: 0 0 5px #FFFFFF;
}
.abonementPageFormLeft li span {
    font-weight: bold;
    color: #D80000;
}
.abonementPageFormFluid {
    background: url("../img/innerPages/abonementPage/abonementPageFormFluid.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 43px;
}

.abonementPageFormRight {
    width: 390px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    background: url("../img/modalFormsBg.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
    margin: 255px 0 0 0;
}
.abonementPageFormRight .ui-widget {
    width: 324px;
    height: 48px;
    border: 1px solid #404040;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0 0 0 38px;
    background: url("../img/stationTopMark.png") no-repeat 5% 50%,url("../img/selectMarkForms.png") no-repeat 93% 50% #FFFFFF;
    margin: 42px auto 0 auto;
}
.abonementPageFormRight .ui-widget .ui-selectmenu-text {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #454545;
    text-align: left;
    margin: 12px 0 0 0;
}

.abonementPageFormRight select {
    width: 324px;
    height: 48px;
    border: 1px solid #404040;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    color: #454545;
    padding: 0 0 0 38px;
    background: url("../img/stationTopMark.png") no-repeat 5% 50%,url("../img/selectMarkForms.png") no-repeat 100% 50% #FFFFFF;
    margin: 16px 0 0 0;
}
.abonementPageFormRight input {
    width: 324px;
    height: 48px;
    border: 1px solid #404040;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    color: #454545;
    padding: 0 0 0 38px;
    background: #FFFFFF url("../img/phoneIconForms.png") no-repeat 5% 50%;
    margin: 15px 0 0 0;
}

.abonementPageFormRight button {
    width: 324px;
    height: 52px;
    background: #CA0030;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}
.abonementPageFormRight button:hover {
    background: #8d0027;
}
.abonementPageFormRightHeader {
    background: #00317A;
    margin: 23px 0 21px 0;
}
.abonementPageFormRightHeader p:nth-child(1) {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0;
    padding: 7px 0 0 0;
}
.abonementPageFormRightHeader p:nth-child(2) {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0;
    padding: 0 0 7px 0;
}
.abonementPageTimer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.abonementPageTimer p{
    margin: 0 7px;
}
.abonementPageTimer span:nth-child(1) {
    width: 71px;
    height: 95px;
    border: 2px solid #530C0C;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Roboto Flex',sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #A50027;
}
.abonementPageTimer span:nth-child(2) {
    font-family: 'Roboto Flex',sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}
/* Abonement Page End */

/* VIP-card Page Start */
.vipcardPageTopFluid {
    background: url("../img/innerPages/vipcardPage/vipcardPageTopFluid.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
}
.vipcardPageTopLeft p:nth-child(1) {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 85px 0 30px 0;
}
.vipcardPageTopLeft p:nth-child(2) {
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    color: #FFFFFF;
    margin: 0 0 85px 0;
}
.vipcardPageTopLeft p:nth-child(2) span {
    color: #3793FF;
}
.vipcardPageTopLeft a:nth-child(3) {
    display: block;
    width: 324px;
    height: 62px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    background: #007AD3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 20px 0 0 0;
    text-decoration: none;
    margin: 0 0 85px 0;
}
.vipcardPageTopLeft a:nth-child(3):hover {
    background: #0C0F53;
}
.vipDirectorInfo img {
    position: absolute;
    bottom: 32px;
}
.vipCardPageContentLeft p:nth-child(1) {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #454545;
    margin: 36px 0 11px 0;
}
.vipCardPageContentLeft p:nth-child(2) {
    font-weight: 800;
    font-size: 30px;
    color: #D80000;
    margin: 0 0 11px 0;
}
.vipCardPageContentLeft p:nth-child(3) {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #454545;
    margin: 0 0 11px 0;
}
.vipCardPageContentLeft ul {
    padding: 0;
    list-style-type: none;
}
.vipCardPageContentLeft li {
    font-weight: 600;
    font-size: 18px;
    color: #454545;
}
.vipCardPageContentLeft li span {
    font-weight: bold;
    color: #D80000;
}
.vipCardPageContentLeft p:nth-child(5) {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #D80000;
}
.vipCardPageFormLeftWrapper {
    width: 487px;
    height: 298px;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0.85) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 10px;
    margin: 440px 0 16px 0;
    padding: 12px 0 0 21px;
}
.vipCardPageFormLeft p:nth-child(1) {
    font-weight: 600;
    font-size: 30px;
    color: #414141;
    text-shadow: 0 0 10px #FFFFFF;
}
.vipCardPageFormLeft ul {
    padding: 0;
    list-style-type: none;
}
.vipCardPageFormLeft li {
    font-size: 18px;
    color: #454545;
    text-shadow: 0 0 5px #ffffff;
}
.vipCardPageFormLeft li span {
    font-weight: bold;
    color: #D80000;
}
.vipCardPageFormFluid {
    background: url("../img/innerPages/vipcardPage/vipCardPageFormFluid.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 43px;
}

.vipCardPageFormRightHeaderBlock p {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #D80000;
    margin: 35px 0 0 0;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 4px rgba(255, 255, 255, 0.25);
}
.vipCardPageFormRight {
    width: 390px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    background: url("../img/modalFormsBg.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
    margin: 32px auto 0 auto;
}
.vipCardPageFormRight .ui-widget {
    width: 324px;
    height: 48px;
    border: 1px solid #404040;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0 0 0 38px;
    background: url("../img/stationTopMark.png") no-repeat 5% 50%,url("../img/selectMarkForms.png") no-repeat 94% 50% #FFFFFF;
    margin: 42px auto 0 auto;
}
.vipCardPageFormRight .ui-widget .ui-selectmenu-text {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #454545;
    text-align: left;
    margin: 12px 0 0 0;
}
.vipCardPageFormRight select {
    width: 324px;
    height: 48px;
    border: 1px solid #404040;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    color: #454545;
    padding: 0 0 0 38px;
    background: url("../img/stationTopMark.png") no-repeat 5% 50%,url("../img/selectMarkForms.png") no-repeat 100% 50% #FFFFFF;
    margin: 16px 0 0 0;
}
.vipCardPageFormRight input {
    width: 324px;
    height: 48px;
    border: 1px solid #404040;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    color: #454545;
    padding: 0 0 0 38px;
    background: #FFFFFF url("../img/phoneIconForms.png") no-repeat 5% 50%;
    margin: 15px 0 0 0;
}

.vipCardPageFormRight button {
    width: 324px;
    height: 52px;
    background: #CA0030;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}
.vipCardPageFormRight button:hover {
    background: #8d0027;
}
.vipCardPageFormRightHeader {
    background: #080E28;
    margin: 23px 0 21px 0;
}
.vipCardPageFormRightHeader p:nth-child(1) {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0;
    padding: 7px 0 0 0;
}
.vipCardPageFormRightHeader p:nth-child(2) {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
    margin: 0;
    padding: 0 0 7px 0;
}
.vipCardPageTimer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vipCardPageTimer p{
    margin: 0 7px;
}
.vipCardPageTimer span:nth-child(1) {
    width: 71px;
    height: 95px;
    border: 2px solid #530C0C;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Roboto Flex',sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #A50027;
}
.vipCardPageTimer span:nth-child(2) {
    font-family: 'Roboto Flex',sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}
.vipCardPageContentRight img {
    margin-top: 40px;
}
.personalDataForms {
    width: 395px;
    margin: 17px auto 12px auto;
}
.personalDataForms input {
    display: none;
}
.personalDataForms {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.personalDataForms label {
    display: inline-block!important;
}
.personalCheckForms {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #FFFFFF;
    margin: 0 8px 0 0;
    cursor: pointer;
}
.personalCheckForms:after {
    content: "";
    position: absolute;
    display: none;
}
.personalDataForms input:checked ~ .personalCheckForms:after {
    display: inline-block;
}
.personalCheckForms:after {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    margin: -1px 8px 0 -5px;
    cursor: pointer;
    background: url("../img/personalDataFormsIcon.jpg") center no-repeat;
}
/* VIP-card Page End */
.slick-prev:before {
    content: "" !important;
}
.slick-next:before {
    content: "" !important;
}

.calculatorWrapper {
    border-radius: 30px;
    background: #F5F5F5;
    padding: 18px 50px;
    margin: 23px 0 41px 0;
}
.calculatorTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calculatorTopLeft p {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}
.calculatorTopRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calculatorTopRight p {
    margin: 0;
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.calculatorTopRight a {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    margin: 0 15px;
}

.calculatorWrapper .slider-container {
    width: 100%;
    margin: 50px auto 18px auto;
    text-align: center;
    position: relative;
}

.calculatorWrapper .slider-wrapper {
    position: relative;
    width: 100%;
}

/* Ползунок — визуальный, не интерактивный */
.calculatorWrapper #mileageSlider {
    width: 100%;
    margin-bottom: 30px;
    pointer-events: none;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
}

.calculatorWrapper #mileageSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

.calculatorWrapper #mileageSlider::-moz-range-thumb {
    width: 0;
    height: 0;
}

/* Ромбик над ползунком */
.calculatorWrapper #thumbIndicator {
    position: absolute;
    top: -35px;
    left: 0;
    transform: translateX(-50%);
    font-size: 20px;
    color: red;
    pointer-events: none;
}

/* Индикатор прямо на треке */
.calculatorWrapper #trackMarker {
    position: absolute;
    top: 0;
    width: 40px; /* увеличена ширина линии */
    height: 6px; /* толщина линии совпадает с треком */
    background: #000;
    pointer-events: none;
    transform: translateX(-50%);
    border-radius: 3px;
    margin-top: 31px;
}

/* Шкала чисел под ползунком */
.calculatorWrapper .slider-values {
    position: relative;
    width: 100%;
    height: 20px;
}

.calculatorWrapper .slider-values span {
    color: #727272;
    text-align: center;
    font-family: RoadRadioBold, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;

    position: absolute;
    top: 0;
    transform: translateX(-50%);
    cursor: pointer;
    user-select: none;
}

.calculatorWrapper .slider-values span:hover {
    color: #ff6600;
    font-weight: bold;
}

.calculatorHeaderTable p {
    color: #000;
    font-family: RoadRadioBold, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 10px 0;
}
#carInfoTableCaption {
    color: #000;
    font-family: RoadRadioBold, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 10px 0;
}
#carInfo {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
}
#workInfo {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 10px 0;
}
#carInfoTable tr td {
    color: #000;
    font-family: "Roboto Flex",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}
#carInfoTable tr:nth-child(1) td {
    color: #727272;
    font-family: "Roboto Flex",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
#carInfoTable tr:nth-last-child(4) td {
    border-bottom: 1px solid #000;
}
#carInfoTable tr:nth-last-child(3) td, #carInfoTable tr:nth-last-child(2) td,#carInfoTable tr:nth-last-child(1) td {
    color: #000;
    font-family: RoadRadioBold, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.calculatorBottomBlock {
    border-radius: 15px;
    background: #000;
    box-shadow: -6px -4px 0 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto 0;
}
.calculatorBottomBlock p {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Flex",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    margin: 0;
    padding: 38px 0;
}
.calculatorBottomBlock a {
    color: #FFF;
    font-family: RoadRadioBold, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-decoration: none;
    margin: 0 20px;
}
.calculatorBottomBlock a img {
    margin: 0 10px 0 0;
}
.calculatorResultTab {
    display: none;
}
.activeModel {
    color: #00A2F5!important;
}
.hiddenCalcRow {
    display: none;
}

/* stationTop Start */
.stationTopBg {
    padding-top: 20px;
    /*background: #F3EFEF;*/
    border-top: 1px solid #C7C7C7;
    background: #EDEDED;
    background-size: cover;
}
.stationTopBgHidden {
    display: none;
    position: absolute;
    z-index: 9999;
    display: none;
}
.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 Flex',sans-serif;
    font-size: 13px;
    color: #454545;
    border-bottom: 1px dashed #454545;
}
.stationTop a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #007CEF;
    text-decoration: none;
}
.stationTopUnitsBlock {
    padding: 0 55px 0 29px;
}
.stationTopUnits span {
    display: inline-block;
    font-family: 'Roboto Flex',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 15px;
    text-align: left;
}
.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;
}
.allServiceMap {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 9999;
}
.allServiceMapContents {
    display: contents;
}
.allServiceMap .showMapServices {
    display: block;
    margin: -53px auto 0 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;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.allServiceMap .showMapServices:hover {
    background: #f8f3f3;
    color: #ff0000;
}
/* stationTop End */

/* modalForms Start */
.modalForms {
    width: 466px;
    text-align: center;
    background: #F2F2F2;
    margin-top: 70px;
    padding-bottom: 40px;
}
.modal-dialog {
    max-width: 466px!important;
}
.modalForms .modalFormsHeader p:nth-child(1) {
    font-family: RobotoBold,sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 105.8%;
    text-align: center;
    color: #3A3D46;
    margin: 23px 0 5px 0;
    text-transform: uppercase;
}
.modalForms .modalFormsHeader p:nth-child(2) {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 105.8%;
    text-align: center;
    color: #3A3D46;
}
.modalForms .ui-widget {
    width: 255px;
    height: 53px;
    border: none;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 0 0 39px;
    margin: 0 14px 10px 0;
    background: url("../img/stationTopMark.png") no-repeat 5% 50%,url("../img/selectMarkForms.png") no-repeat 93% 50% #FFFFFF;
}
.modalForms .ui-widget .ui-selectmenu-text {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    text-align: left;
    padding-top: 16px;
}
.modalForms textarea {
    width: 255px;
    height: 150px;
    border: none;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 10px 0 0 39px;
    margin: 10px 14px 10px 0;
    line-height: 105.8%;
    color: #454545;
    font-weight: 400;
    font-size: 14px;
}
.modalForms .personalDataForms {
    font-family: 'Arial',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 105.8%;
    color: #3A3D46;
    margin: 11px auto;
}
.modalForms .personalDataForms input[type="checkbox"] {
    position: relative;
    top: 12px;
    width: 28px;
    height: 15px;
}
.modalForms input[type="text"] {
    width: 255px;
    height: 53px;
    border: none;
    border-radius: 30px;
    padding: 0 0 0 39px;
    background: url('../img/phoneIconForms.png') no-repeat 5% 50% #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    margin: 0 13px 0 0;
    line-height: 105.8%;
    color: #454545;
}
.modalForms p:nth-last-child(2) {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3A3D46;
    margin: 0 0 17px 0;
}
.modalForms form button {
    width: 280px;
    height: 56px;
    border-radius: 30px;
    background: #000;
    box-shadow: -6px -4px 0 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
}
.modalForms form button img {
    margin: 0 16px 0 0;
}
.modalForms .personalCheckForms {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    border-radius: 5px;
    margin: 0 8px 0 0;
    cursor: pointer;
    vertical-align: middle;
}
.modalForms .personalCheckForms:after {
    content: "";
    position: absolute;
    display: none;
}
.modalForms .personalCheckForms:after {
    content: "";
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin: -2px 8px 0 -9px;
    cursor: pointer;
    background: url("../img/personalDataFormsIcon.jpg") center no-repeat;
}
.careForm p:nth-last-child(4) {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3A3D46;
    margin: 0 0 17px 0;
}
.careForm p:nth-last-child(2) {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 105.8%;
    text-align: center;
    color: #3A3D46;
    margin: 7px 0;
}
.careForm a:nth-last-child(1) {
    font-family: RobotoBold,sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3D46;
    text-decoration: none;
}
.careForm a:nth-last-child(1) span {
    border-bottom: 1px dashed #3A3D46;
}
.successForm .modalFormsHeader p:nth-child(1) {
    margin: 23px 0;
}
.successForm .modalFormsHeader p:nth-child(2) {
    font-size: 14px;
    line-height: 16px;
}
.successForm .modalFormsHeader p:nth-child(3) {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 105.8%;
    /* or 13px */
    text-align: center;
    color: #3A3D46;
    margin: 29px 0 7px 0;
}
.successForm .modalFormsHeader a:nth-child(4) {
    font-family: RobotoBold,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #007AD3;
}
.successForm .modalForms {
    height: 440px;
}
.abonementModalWrapper .play {
    background: url("../img/videoExamplesPlay.svg") no-repeat center center;
    height: 100%;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.abonementModal .modal-dialog {
    max-width: 720px;
}
.abonementModal .modal-content {
    background: none;
    border: none;
}
.ytbVideoModal {
    width: 720px;
    height: 401px;
}
.videoServer {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/**/

/* carService Page Start (Dynamic) */
.carServicePageHeader h1 {
    font-size: 28px;
    text-align: center;
    color: #080E28;
    text-transform: uppercase;
    margin: 31px 0 10px 0;
}
.carServicePageHeader h1 span {
    color: #D80000;
}
.carServicePageHeader p {
    font-family: RobotoCon, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #454545;
    margin: 0 0 25px 0;
}
.carServicePageHeader p {
    font-family: RobotoCon, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    margin: 0 0 30px 0;
}
.carServicePageHeader p b {
    font-weight: bold;
}
.carServicePageSlider .slick-prev {
    width: 36px;
    height: 36px;
    background: url("../img/innerPages/carServicePage/reviewVideoModalArrowPrev.png") no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 99;
    left: 18px;
}
.carServicePageSlider .slick-next {
    width: 36px;
    height: 36px;
    background: url("../img/innerPages/carServicePage/reviewVideoModalArrowNext.png") no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 99;
    right: 18px;
}
.carServicePageSlider {
    margin: 0 0 7px 0;
}
.carServicePageSliderSync img {
    margin: 0 3px;
}
.carServicePageSliderSync .slick-slide {
    box-sizing: border-box;
    opacity: .5;
    border: 3px solid #FFFFFF;
}
.carServicePageSliderSync .slick-current {
    border: 3px solid #CA0030;
    box-sizing: border-box;
    opacity: 1;
}
.carServicePageFormWrapperBlock {
    padding: 0;
}
.carServicePageFormWrapper {
    text-align: left;
    margin: 45px 0 0 0;
}
.carServicePageFormWrapper a {
    font-family: RobotoCon, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #454545;
    display: inline-block;
    margin:  0 0 13px 10px;
    text-decoration: none;
}
.carServicePageFormWrapper a:nth-child(1) span {
    background: url("../img/innerPages/carServicePage/carServicePageFormMark.png") no-repeat 100% 35%;
    border-bottom: 1px dashed #D80000;
    padding-bottom: 5px;
    width: 220px;
    display: inline-flex;
}
.carServicePageFormWrapper a:nth-child(2) span {
    background: url("../img/innerPages/carServicePage/carServicePageFormMark.png") no-repeat 100% 35%;
    border-bottom: 1px dashed #D80000;
    padding-bottom: 5px;
    width: 220px;
    display: inline-flex;
}
.carServicePageFormWrapper a:nth-child(3) span {
    background: url("../img/innerPages/carServicePage/carServicePageFormMark.png") no-repeat 100% 35%;
    border-bottom: 1px dashed #D80000;
    padding-bottom: 5px;
    width: 220px;
    display: inline-flex;
}
.carServicePageFormWrapper a:nth-child(4) span {
    background: url("../img/innerPages/carServicePage/carServicePageFormMark.png") no-repeat 100% 35%;
    border-bottom: 1px dashed #D80000;
    padding-bottom: 5px;
    width: 220px;
    display: inline-flex;
}
.carServicePageFormWrapper a:nth-child(1) img {
    margin-right: 17px;
}
.carServicePageFormWrapper a:nth-child(2) img {
    margin-right: 18px;
}
.carServicePageFormWrapper a:nth-child(3) img {
    margin-right: 13px;
}
.carServicePageFormWrapper a:nth-child(4) img {
    margin-right: 15px;
}
.carServicePageNav {
    width: 216px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    display: none;
    background: #FFFFFF url("../img/innerPages/carServicePage/carServicePageFormMarkUp.png") no-repeat 90% 15%;
}
.carServicePageNav a {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 80%;
    display: flex;
    align-items: center;
    color: #454545;
    text-decoration: none;
    padding: 12px;
    width: 140px;
    background: url("../img/innerPages/carServicePage/carServicePageRoutesArrow.png") no-repeat 100% 50%;
    margin: 0;
}
.carServicePageNav a span {
    background: none!important;
    width: 105px!important;
    border-bottom: 1px dashed #D80000;
    padding-bottom: 5px;
}
.carServicePageFormWrapper form {
    border: 1px dashed #C7C7C7;
    background: #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top:10px;
    padding: 18px;
    text-align: center;
}
.carServicePageFormWrapper input {
    width: 240px;
    height: 48px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
    color: #454545;
    padding: 0 0 0 38px;
    background: #FFFFFF url("../img/phoneIconForms.png") no-repeat 5% 50%;
    margin: 0;
}
.carServicePageFormWrapper button {
    width: 240px;
    height: 50px;
    background: #CA0030;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 14px 0 0 0;
}
.carServicePageFormWrapper button:nth-child(1):hover {
    background: #8d0027;
}
.carServicePageFormWrapper button:nth-child(3):hover {
    background: #004E3B;
}
.carServicePageFormWrapper form span {
    font-family: 'Roboto Flex',sans-serif;
    font-size: 13px;
    text-align: center;
    color: #454545;
    display: block;
    position: relative;
    top: 10px;
}
.carServicePageListsHeader p {
    font-family: RobotoConBold, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #454545;
    margin: 28px 0 14px 0;
}
.carServicePageLists {
    display: flex;
    justify-content: space-between;
}
.carServicePageLists ul {
    padding: 0;
    list-style-type: none;
}
.carServicePageLists li {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #454545;
    border-bottom: 1px solid #D1D1D1;
}
.carServicePageEmployeesBg {
    background: #E7E7E7;
}
.carServicePageEmployeesHeader p {
    font-family: RobotoConBold, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #454545;
    margin: 28px 0 14px 0;
    text-align: center;
}
.carServicePageEmployeeWrapper {
    text-align: center;
}

.carServicePageEmployee {
    display: inline-block;
    margin: 0 23px 24px 23px;
}
.carServicePageEmployee p:nth-child(2) {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    margin:8px 0 0 0;
}
.carServicePageEmployee p:nth-child(3) {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #454545;
    margin: 0;
}
.carServicePageHeader p {
    margin-bottom: 0;
}
.yandexBestPlace {
    text-align: center;
    margin: 0 10px 10px 0;
}
.mainYandexBage {
    margin: 15px 10px 11px 0;
    display: block;
    width: 150px;
    height: 50px;
}
.main2gisBage {
    margin: 15px 0 11px 0;
    display: block;
    width: 150px;
    height: 50px;
}
.bageCont {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.topRecordFormButtonGroup button:nth-child(1) {
    width: 156px;
    height: 42px;
    background: #CA0030;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    /*border-radius: 30px 0px 0px 30px;*/
    border-radius: 30px 24px 24px 30px;
    font-weight: 600;
    margin-right: 6px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.topRecordFormButtonGroup img:nth-child(2) {
    position: absolute;
    display: none;
}
.topRecordFormButtonGroup button:nth-child(3) {
    width: 156px;
    height: 42px;
    background: #008D6B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    /*border-radius: 30px 0px 0px 30px;*/
    border-radius: 30px 24px 24px 30px;
    font-weight: 600;
    margin-left: 6px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.topRecordForm button:nth-child(1):hover {
    background: #8d0027;
}
.topRecordForm button:nth-child(3):hover {
    background: #004E3B;
}
.topRecordFormButtonGroup {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.topRecordFormButtonGroupInner button:nth-child(1) {
    font-size: 10px;
    width: 120px;
}
.topRecordFormButtonGroupInner img {
    width: 38px;
    height: 38px;
    display: block;
    margin: 4px;
}
.topRecordFormButtonGroupInner button:nth-child(3) {
    font-size: 9px;
    width: 120px;
}
.stationsAllTop p {
    color: #D80000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%; /* 22.4px */
    text-transform: uppercase;
    margin: 20px 0 0 0;
    background: #DCDCDC;
    padding: 12px 0;
}
.quadcopterRediz {
    display: flex;
    justify-content: space-evenly;
    margin-top: 18px;
}
.quadcopterRediz a {
    width: 376px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #D6D6D6;
    background: #FFF url("../img/innerPages/carServicePage/quadcopterRediz.png") no-repeat 5% 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    color: #530C0C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding-left: 74px;
    padding-right: 20px;
}
.quadcopterRedizAll {
    margin-top: 10px;
}
.quadcopterRedizAll a {
    width: 255px;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    background-size: 40px;
}
.carServicePageFormWrapperBlockAll a {
    display: block;
    width: 350px!important;
    margin: 0 auto 13px auto;
}
.carServicePageFormWrapperBlockAll a span {
    width: 289px!important;
    display: inline-flex!important;
}
.carServicePageFormWrapperAll {
    margin: 32px 0 30px 0;
}
.carServicePageFormWrapperBlockAll {
    padding: 0 12px;
}
.carServicePageFormWrapperAllForm {
    margin: 20px 0 0 0;
}
.carServicePageNavAll a {
    width: 140px!important;
    display: inline-block!important;
    margin: 0!important;
}
.carServicePageNavAll a span {
    background: none !important;
    width: 105px !important;
}
.stationsLeftAll {
    border-right: 1px solid #C2C2C2;
}
.stationsAll {
    margin: 20px 0;
}
.carServicePageListsHeaderAll {
    border-top: 1px solid #C2C2C2;
    margin: 28px 0 0 0;
}
.stationsAllTop p {
    color: #D80000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%; /* 22.4px */
    text-transform: uppercase;
    margin: 20px 0 0 0;
    background: #DCDCDC;
    padding: 12px 0;
}
.reviewMainVideoWrapper {
    display: flex;
    justify-content: space-between;
}
.reviewMainVideoWrap {
    width: 205px;
    height: 150px;
    position: relative;
}
.reviewsTopBlock .videoServer {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
    cursor: pointer;
}
.videoServer {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.playServer {
    background: url("../img/videoExamplesPlay.svg") no-repeat center center;
    width:25%;
    height:25%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background-size: contain;
}
.reviewsTopBlock {
    margin-bottom: 40px;
}
.reviewsTopBlock p:nth-child(1) {
    color: #000;
    font-family: Roboto,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 20px 0;
    text-align: center;
}
/* carService Page End (Dynamic) */
.fixedMenu {
    position: fixed!important;
    top: 0;
    left: 0!important;
    z-index: 9999!important;
    width: 100%!important;
    display: block!important;
    background: #fff!important;
}
.fixedMenu2 {
    position: fixed!important;
    top: 75px;
    left: 0!important;
    z-index: 9999!important;
    width: 100%!important;
    display: block!important;
    background: #fff!important;
}
.fixedStations {
    position: fixed!important;
    top: 110px!important;
}
.sviblovo {
    background: url("../img/sviblovo.gif") no-repeat 6% 10%;
    padding: 0 0 10px 31px;
}
.current_link {
    color: #00A2F5!important;
}