/* utils */
.fl-center {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.text-nowrap {
    white-space: nowrap;
}
.text-muted {
    color: #878787;
}
.text-accent {
    color: #f9b000;
}
.tel-link {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    white-space: nowrap;
    text-decoration: none;
}
.tel-link:hover {
    text-decoration: underline;
}

/* clearfix */
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
/* mobile nav */
.mobile-nav,
.mobile-nav * {
    box-sizing: border-box;
}
.mobile-nav {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: -375px;
    overflow: hidden;
    overflow-y: auto;
    width: 375px;
    height: 100%;
    padding: 20px 0;
    background: #fff;

    -webkit-overflow-scrolling: touch;
}
.mobile-logo {
    margin-left: 60px !important;
}
.mobile-logo img {
    max-width: 102px;
    margin-top: -5px;
}
@media(min-width: 1024px) {
    .mobile-nav {
        display: none;
    }
}
.mobile-nav--open {
    left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .23), 0 10px 40px rgba(0, 0, 0, .19);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .23), 0 10px 40px rgba(0, 0, 0, .19);
}
/* mobile menu */
.mobile-logo {
    display: block;
}
.mobile-menu {
    margin: 0;
    padding-left: 0;
}
.mobile-menu li {
    list-style: none;
}
 
.mobile-menu a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1 !important;
    display: block;
    padding: 15px 15px 15px 0 !important;
    margin: 0 15px;
    text-decoration: none;
    color: #45464b;
}
.mobile-menu li:first-child a {
    padding-top: 0 !important;
} 
.toggle-1:hover , .toggle-2:hover , .toggle-3:hover , .toggle-4:hover  {
    background: rgba(0, 0, 0, .3) !important;
}
 
.mobile-nav-toggle {
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 15px;
    height: 26px;
    margin: auto;
    padding: 0;
    background-color: transparent;
}
@media(min-width: 1024px) {
    .mobile-nav-toggle {
        display: none;
    }
}
.mobile-nav-toggle > span {
    position: relative;
    display: block;
    width: 30px;
    height: 26px;
    text-indent: -9999px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.mobile-nav-toggle > span:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    content: "";
    border-top: 2px solid #000;
}
.mobile-nav-overlay {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .3);
}
.mobile-nav-overlay--locked {
    display: block;
    visibility: visible;
}
.body-is-locked {
    overflow: hidden;
    height: 100%;
}
@media (min-width: 1024px) {
    .body-is-locked {
        overflow: visible;
    }
    .mobile-nav-overlay {
        z-index: -1001;
        top: -10000px;
        left: -10000px;
        visibility: hidden;
    }
}
.mobile-nav-toggle--open {
    left: 255px;
    background-color: transparent;
}
/* transition */
.mobile-nav,
.body-is-locked,
.mobile-nav-toggle,
.mobile-nav-toggle--open {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.mobile-nav .skew_fon {
    display: none;
}
.mobile-nav .head__nav-item {
    height: auto;
}
.mobile-nav .sub__menu-item {
    position: static;
    display: block;
    width: auto;
}
.mobile-nav .sub__menu-item a {
    padding-left: 25px;
}
.mobile-nav .sub__menu-item-list li {
    float: none;
    margin: 0;
}
/* adaptive */
/* .uid_parent {
    display: none;
} */

@media(max-width: 567px) {
    h1,
    #home > .text > span.big {
        font-size: 26px !important;
    }
    h2,
    form > div:first-child,
    #home > .text > span.toMargin {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    h4,
    #home > .text > span.yellowtop {
        font-size: 16px !important;
    }
}
@media(min-width: 576px) and (max-width: 767px) {
    h1,
    #home > .text > span.big {
        font-size: 30px !important;
    }
    h2,
    form > div:first-child,
    #home > .text > span.toMargin {
        font-size: 26px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    h4,
    #home > .text > span.yellowtop {
        font-size: 18px !important;
    }
}
@media(max-width: 374px) {
    .phonetime {
        display: none !important;
    }
}
@media(max-width: 767px) {
    /*form > input {
        display: block;
        width: 100%;
        margin: 15px auto 0;
    }*/
    .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content--about-img {
        padding: 30px 0;
    }
    .telega_descr__list-group--img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .telega_descr__list-group--img img {
        width: 50%;
    }
    .btn--call:not(.btn--call_mb) .btn__text {
        display: none !important;
    }
    #topLogo {
        width: 105px;
    }
    .btn--call:not(.btn--call_mb) {
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        border-radius: 50% !important;
    }
    .landing {
        margin-top: 62px;
    }
}
@media(min-width: 768px) {
    .btn--call {
        display: inline-block !important;
    }
    .btn__icon {
        display: none;
    }
}
@media(min-width: 768px) and (max-width: 1023px) {
    .landing {
        margin-top: 75px;
    }
}
@media(max-width: 1023px) {
    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }
    .mobile-hide {
        display: none !important;
    }
    /* clearfix */
    /* :after {
        clear: both;
        content: "";
        display: block;
    } */
    body {
        overflow-x: hidden;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        width: 100%;
    }
    a[name],
    [class^="anchor-"] {
        display: block;
        overflow: hidden;
        height: 0;
    }
    a[name] {
        text-decoration: none !important;
    }
    [class^="anchor-"] {
        position: relative;
        top: -50px;
    }
    .content > h1,
    .content > h2,
    .content > p {
        padding-right: 15px;
        padding-left: 15px;
    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        height: auto;
        border: none;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    }
    .landing {
        position: static;
        width: 100%;
    }
    .content {
        width: 100%;
    }
    #header > .headerContent {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        height: auto;
        padding: 15px;
    }
    #header > .headerContent > div {
        display: block;
        height: auto;
    }
    #header > .headerContent > div.mid {
        display: none;
    }
    #header > .headerContent > div.left {
        float: none;
        width: auto;
        margin-top: 0;
    }
    #topLogo {
        display: block;
        margin-left: 40px;
    }
    #header > .headerContent > .right {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        float: none;
        margin-top: 0;
    }
    #header > .headerContent > div.mid > ul > li > span {
        line-height: 1;
    }
    #header .clear {
        display: none !important;
    }
    .btn--call {
        white-space: nowrap;
    }
    .footer {
        height: auto;
        margin-top: -30px;
        padding-bottom: 20px;
    }
    span.footerSpanPC,
    span.footerSpan {
        width: 100%;
    }
    #home > .text {
        width: 100%;
        max-width: 700px;
    }
}
@media(min-width: 1024px) {
    .desktop-hide {
        display: none !important;
    }
}
/* home */
@media(max-width: 1023px) {
    #home {
        height: auto;
        padding-bottom: 75px;
    }
    #home > .text > span.big {
        line-height: 1.5;
    }
    #home > .text > span.big,
    #home > .text > span.yellowtop,
    #header_form {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media(max-width: 767px) {}
@media (min-width: 768px) and (max-width: 1023px) {}
/* why */
@media(max-width: 1023px) {
    .regVsSmartW {
        height: auto;
        padding-top: 25px !important;
        padding-bottom: 0 !important;
    }
    .why {
        width: 100%;
    }
    .why > .right {
        margin-left: 0;
    }
    .yellowBlock {
        height: auto;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
    }
    .why > div > div > img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .why > div > div > span {
        display: block;
        margin-left: 0;
        text-align: center;
    }
}
@media(max-width: 767px) {
    .why {
        padding-right: 15px;
        padding-left: 15px;
    }
    .why > .right,
    .why > .left {
        float: none;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .why > .right,
    .why > .left {
        width: 50%;
    }
    .why > .right {
        padding-left: 3%;
    }
    .why > div > div {
        min-height: 160px;
    }
    .why > div > div > span {
        padding-right: 8px;
        padding-left: 8px;
    }
}
/* regVsSmartService */

@media(max-width: 1023px) {
    .regVsSmartService {
        height: auto;
        padding: 20px 15px 40px;
    }
    .regVsSmartService h1 {
        padding-top: 0;
    }
    .regVsSmartService > div > div > img {
        width: 15px;
        margin-right: 10px;
    }
    .regVsSmartService > div > div > span {
        height: auto;
    }
    .regVsSmartService > div > div > span br {
        display: none;
    }
}
/* contactForm */
@media(max-width: 1023px) {
    .contactForm {
        height: auto;
        padding: 40px 15px;
        border-top: 3px solid #aaa;
        border-bottom: 3px solid #aaa;
        background: #e7e7e7;
    }
    /*.contactForm > .content > form {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        text-align: center;
    }*/
    .contactForm > .content > img {
        display: block;
        width: 80px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0;
    }
}
@media(max-width: 767px) {
    /* .contactForm > .content > form > input {
        display: block;
        margin: 15px auto 0;
        width: 280px;
    } */
    .contactLeft > div {
        width: 280px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}
/* contact */
@media(max-width: 1023px) {
    .contactLeft,
    .contactRight {
        height: auto;
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .contactLeft {
        text-align: center;
    }
    .contactLeft > div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height: auto;
    }
    .contactLeft > div > img {
        width: 30px;
        margin-right: 10px;
    }
    .contactLeft > form {
        margin: 40px 0;
    }
    .contactLeft > form > input {
        width: 280px;
        margin: 15px auto 0;
    }
    [id^="ymaps"] {
        width: 100% !important;
    }
}
@media(max-width: 767px) {
    .contactLeft,
    .contactRight {
        display: block;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .contactLeft,
    .contactRight {
        float: left;
        width: 50%;
    }
}
/* popupl */
@media(max-width: 1023px) {
    #popupl {
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #popupl > .lblock > .cross {
        position: absolute;
        top: 15px;
        right: 15px;
        float: none;
    }
    #popupl > .lblock {
        position: absolute;
        top: 70px;
        right: 10px;
        left: 10px;
        overflow: hidden;
        width: calc(100% - 20px);
        max-width: 553px;
        height: auto;
        margin: auto;
        margin-bottom: 10px;
        padding: 40px 15px;
        border-radius: 5px;
        background: #e7e7e7;
    }
    .lblockt1 {
        font-size: 20px;
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .lblockt2 {
        font-size: 14px;
        width: 100%;
    }
    input.popupi {
        width: 100%;
    }
    input[type="submit"].bron {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}
/* reviews */
#reviews > div > .bottom > .left > span, #reviews > div > .top > div.left > .nameandcity > span.name {
    color: #fff;
}

.review .nameandcity .model {
	padding-top: 7px;
}

@media(max-width: 1023px) {
    .bx-wrapper {
        margin-right: 15px;
        margin-left: 15px;
        border-width: 1px;
        border-color: #f1f1f1;
        border-radius: 5px;
    }
    .bx-wrapper .bx-controls-direction {
        display: none;
    }
}
@media(max-width: 767px) {
    .bx-viewport,
    .bx-wrapper {
        height: auto !important;
    }
    #reviews .review {
        padding: 30px;
    }
    #reviews clear {
        display: none;
    }
    #reviews > div > .top,
    #reviews > div > .bottom {
        width: 100%;
        height: auto;
        margin: 0;
    }
    #reviews > div > .top > div.left,
    #reviews > div > .top > div.right,
    #reviews > div > .bottom > .left {
        display: block;
        float: none;
        width: 100%;
    }
    #reviews > div > .bottom > .right {
        display: none;
    }
    #reviews > div > .top > div.left > .nameandcity > span.city {
        font-size: 14px;
        top: 8px;
    }
    #reviews > div > .top > div.right > span {
        font-size: 14px;
        font-weight: bold;
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }
    #reviews > div > .bottom > .left > span {
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }
    #reviews > div > .bottom > .left > span br {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .bx-wrapper .bx-prev {
        left: 10px;
    }
    .bx-wrapper .bx-next {
        right: 10px;
    }
}
/* telega_descr */
@media(max-width: 1023px) {
    .new-title:before {
        display: none;
    }
    .gidImage,
    .telega_descr {
        display: none;
    }
    .telega_descr--mob {
        padding: 15px 15px 40px 15px;
    }
    .telega_descr__header {
        margin-bottom: 20px;
    }
    .telega_descr__intro {
        position: relative;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        border: 1px solid #cccacd;
        border-radius: 8px;
    }
    .telega_descr__intro::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        background: #cccacd;
    }
    .telega_descr__intro p {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        margin: 0;
        padding: 15px;
        text-align: center;
        color: #45464b;
    }
    .telega_descr__sub-title,
    .telega_descr__list li {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 5px 0;
        padding: 0;
        color: #45464b;
    }
    .telega_descr__title {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        margin: 0 0 20px 0;
        padding: 0;
        text-align: center;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #45464b;
    }
    .telega_descr__sub-title {
        font-weight: bold;
        text-align: left;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .telega_descr__list {
        margin: 0 0 20px 0;
        padding: 0 0 0 18px;
    }
    .telega_descr__list li:last-child {
        margin-bottom: 0;
    }
    .telega_descr__body {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .telega_descr__footer p {
        font-size: 13px;
        line-height: 18px;
    }
}
@media(max-width: 767px) {
    .telega_descr__intro::before {
        width: 40px;
        height: 1px;
    }
    .bfImg-brand--mob {
        max-width: 226px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .telega_descr__intro {
        max-width: 610px;
    }
    .telega_descr__intro::before {
        width: 1px;
        height: 40px;
    }
    .telega_descr__intro,
    .telega_descr__list-group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .telega_descr__list-group {
        width: 50%;
        flex-direction: column;
    }
    .telega_descr__list-group.telega_descr__list-group--img {
        background: #3B3B3B;
        border-radius: 8px;
    }
    .telega_descr__intro p {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    .telega_descr__list-item {
        padding-left: 3%;
    }
    .telega_descr__footer {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}
@media(min-width: 1024px) {
    .telega_descr--mob {
        display: none;
    }
}
/* tBlockOne */
@media(max-width: 1023px) {
    .tBlockOne {
        width: 100%;
        height: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .tBlockOne > div,
    .tBlockOne > div > * {
 /*       display: block;
        float: none;
        width: 100%;
        height: auto;
        margin-right: auto !important;
        margin-left: auto !important;*/
    }
    .tBlockOne > div {
        /*margin-bottom: 20px;*/
        display: block;
        float: none;
        width: calc(100%/3 - 12px);
        height: auto;
        margin: 0;
    }
    .tBlockOne > div > * {
        max-width: 320px;
    }
    .tBlockOne > div > span > .tBlockHat,
    .tBlockOne > div > span > .tBlockHatNoStand {
        width: 100%;
    }
    .tBlockOne > div > span > .tBlockHatNoStand {
        margin-bottom: 7px;
    }
    .tBlockOne > div > span > .tBlockOneTop {
        display: none !important;
    }
    .tBlockOne > div > span > .tBlockOneModel {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        padding: 15px;
        border-top: 1px solid #cccacd;
        border-right: 1px solid #cccacd;
        border-left: 1px solid #cccacd;
        border-radius: 8px 8px 0 0;
        background: #fff;
    }
    .tBlockOne > div > span > .tBlockOneModel > span.name {
        padding-left: 0;
    }
    .tBlockOne > div > span > .tBlockOneModel > img {
        position: static;
    }
    .tBlockOne > div > span > .tBlockOnePhoto {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 15px;
        border-right: 1px solid #cccacd;
        border-left: 1px solid #cccacd;
        background: #fff;
    }
    .tBlockOne > div > span > .tBlockOnePhoto > img {
        position: static;
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .tBlockOne > div > span > .tBlockOnePhoto > table {
        position: absolute;
        top: 0;
        right: 15px;
        left: auto;
        margin: 0 !important;
    }
    .tBlockOne > div > span > .tBlockOnePhoto.noStand > table {
        top: 15px;
    }
    .tBlockOne > div > span > .tBlockOnePhoto > table + p {
        margin: 0;
        padding: 15px 0;
    }
    .tBlockOne > div > span > .noStand > p {
        position: static;
        display: block;
        width: 100%;
    }
    .tBlockOne > div > span > .tBlockOnePrice {
        width: 100%;
        height: auto;
        padding: 15px;
        border: 1px solid #cccacd;
        border-radius: 0 0 8px 8px;
        background: #fff;
    }
    .tBlockOne > div > span > .tBlockOnePrice > span.oldPrice {
        margin: 0;
        padding: 0;
    }
    .tBlockOne > div > span > .tBlockOnePrice > span {
        margin: 0;
    }
    .btn_order {
        width: 100%;
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tBlockOne > div {
/*        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;*/
    }
}
@media (min-width: 992px) and (max-width: 1023px) {
    .tBlockOne > div {
/*        -webkit-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
        width: 33.33333%;
        min-width: 33.33333%;
        max-width: 33.33333%;*/
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .tBlockOne {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}
/* regVsSmart */
@media(max-width: 1023px) {
    .regVsSmart {
        height: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .vsBlock {
        width: 100%;
        height: auto;
        background: none;
    }
    .vsBlock > .row > .left,
    .vsBlock > .row > .right {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }
    .vsBlock > .row > div > div > span,
    .vsBlock > .row > div > div > img {
        margin: 0;
    }
}
@media(max-width: 767px) {
    .vsBlock > .row {
        width: 100%;
    }
    .vsBlock > .row > div > div > img,
    .vsBlock > .row > div > div > span {
        display: block;
        margin: 0 auto !important;
    }
    .vsBlock > .row > div > div > span {
        text-align: center;
    }
    .vsBlock .text-nowrap {
        font-size: 16px !important;
    }
    .vsBlock .rowOne > span > img {
        margin-left: 10px;
        vertical-align: middle;
    }
    .vsBlock > .row > div > div > span br {
        display: none;
    }
    .vsBlock__left {
        padding-bottom: 35px;
        border-bottom: 3px solid #f9b000;
    }
    .vsBlock__right {
        padding-top: 35px;
    }
    .vsBlock .rowOne > img {
        display: none !important;
    }

    /* about */
    .b-about [src="n_images/smart_logo.png"] {
        display: none;
    }
    .b-about [src="n_images/zavod.jpg"] {
        display: block;
        float: none !important;
        margin: -15px 0 15px 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .vsBlock {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
    }
    .vsBlock__left {
        border-right: 2px solid #f9b000;
    }
    .vsBlock__right {
        border-left: 2px solid #f9b000;
    }
    .vsBlock__left,
    .vsBlock__right {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .vsBlock .rowOne,
    .vsBlock .rowO {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .vsBlock .rowOne {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .vsBlock > .row > .right > .rowOne > span,
    .vsBlock > .row > .right > .rowO > img {
        margin: 0;
    }
    .vsBlock .rowO .text-nowrap {
        white-space: normal;
    }
}
/* compareModels */
@media(max-width: 1023px) {
    .b-compare__inner {
        padding: 10px;
    }
    .b-compare__title {
        font-size: 18px;
        line-height: 28px;
        position: relative;
        margin: 0 0 20px 0;
        padding: 0 0 10px 0;
        text-align: left;
        color: #45464b;
    }
    .b-compare__title::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 2px;
        content: "";
        background: #f9b000;
    }
    .b-compare__item--caption strong,
    .b-compare__item--caption p {
        font-size: 14px;
        line-height: 18px;
        color: #45464b;
    }
    .b-compare__item--caption p {
        margin: 0;
        padding: 0;
    }
    .b-compare__item--caption strong {
        display: block;
        margin-bottom: 5px;
    }
    .b-compare__item--preview .b-compare__inner {
        border: 1px solid #cccacd;
        border-radius: 4px;
    }
    .b-compare__item--preview strong,
    .b-compare__item--preview b {
        font-size: 14px;
        line-height: 18px;
        display: block;
        text-align: center;
    }
    .b-compare__img {
        display: block;
        width: 130px;
        margin: 0 auto 5px;
    }
    .b-compare__feature {
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        height: 0;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        opacity: 0;

        -webkit-overflow-scrolling: touch;
    }
    .b-compare__feature--show {
        height: auto;
        opacity: 1;
    }
    .b-compare__table {
        width: 99.9%;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .b-compare__table th,
    .b-compare__table td {
        white-space: nowrap;
    }
    .b-compare__table th {
        line-height: 20px;
        padding-right: 6px;
        padding-bottom: 10px;
        padding-left: 6px;
        color: #45464b;
    }
    .b-compare__table th:first-child {
        padding-left: 0;
        text-align: left;
    }
    .b-compare__table td {
        font-size: 13px;
        line-height: 18px;
        padding: 6px;
        text-align: center;
        color: #45464b;
        border-right: 1px solid #cccacd;
        background: #fff;
    }
    .b-compare__table td:first-child {
        border-left: 1px solid #cccacd;
    }
    .b-compare__table tr td:first-child {
        text-align: left;
    }
    .b-compare__table tbody tr:first-child td {
        border-top: 1px solid #cccacd;
    }
    .b-compare__table tbody tr:last-child td:first-child {
        border-right-color: transparent;
    }
    .b-compare__table tbody tr:last-child td {
        border-bottom: 1px solid #cccacd;
    }
    .b-compare__table tr:nth-child(odd) td {
        background: #f2f2f2;
    }
    .b-compare__table {
        margin-top: 20px;
    }
    .b-compare__table-divider {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
    }
    .b-compare__btn {
        width: 255px;
        height: 48px;
        margin: 20px auto 0;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        text-decoration: none !important;
        border-radius: 4px;
        outline: none !important;
        background: #f9b000;
    }
    .b-compare__btn:hover {
        background: #e6a102;
    }
    .b-compare__btn-text {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }
    .b-compare__btn-text--show {
        display: none;
    }
    .b-compare__btn--active .b-compare__btn-text--hide {
        display: none;
    }
    .b-compare__btn--active .b-compare__btn-text--show {
        display: inline-block;
    }
}
@media(max-width: 767px) {
    .b-compare__item {
        margin-right: auto;
        margin-left: auto;
    }
    .b-compare__item--caption .b-compare__inner {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .b-compare__row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-left: -15px;
    }
    .b-compare__inner {
        height: 100%;
    }
}
/* popupcard */
@media(max-width: 1023px) {
    /*.popupcard,*/
    .popupcardNOStand {
        position: fixed;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    /*.popupcard > .cardblock > .close,*/
    .popupcardNOStand > .cardblock > .close {
        position: absolute;
    }
    /*.popupcard > .cardblock > .cname,*/
    /*.popupcardNOStand > .cardblock > .cname {
        font-weight: bold;
        line-height: 28px;
        color: #45464B;
        margin: 0;
    }*/
    /*.popupcard > .cardblock > .cname > span,*/
    /*.popupcardNOStand > .cardblock > .cname > span {
        color: #F9B023;
    }*/
    /*.popupcard > .cardblock > .left,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .left {
        height: auto;
        margin: 0;
    }*/
    /*.popupcard > .cardblock > .left > img,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .left > img {
        width: auto;
        height: auto;
        margin: 0;
    }*/
    /*.popupcard > .cardblock > .right,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .right {
        height: auto;
        margin: 0 0 20px 0;
    }*/
    /*.popupcard > .cardblock > .right > table.th,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .right > table.th {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        color: #45464B;
        width: 100%;
        margin: 0;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }*/
    /*.popupcard > .cardblock > .right > table.th > tbody > tr td,*/
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle .right > table.th > tbody > tr td {
        font-size: 13px !important;
        line-height: 20px;
        height: auto;
        white-space: nowrap;
        padding: 0 5px;
    }
    /*.popupcard > .cardblock > .right > table.th > tbody > tr td:first-child,*/
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle .right > table.th > tbody > tr td:first-child {
        font-weight: normal;
        color: #45464B;
    }
    /*.popupcard > .cardblock > .des,*/
    .popupcardNOStand > .cardblock > .des {
        width: 100%;
        position: static;
        margin: 0;
    }
    /*.popupcard > .cardblock > .des > .title,*/
    /*.popupcardNOStand > .cardblock > .des > .title,*/
    /*.popupcard > .cardblock > .right > span.title,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .right > span.title {
        font-weight: bold;
        color: #45464B;
        margin-bottom: 10px;
    }*/
    /*.popupcard > .cardblock > .des > p,*/
    .popupcardNOStand > .cardblock > .des > p {
        line-height: 18px;
        color: #45464B;
        margin-bottom: 20px;
    }
    /*.popupcard .body_form,*/
    /*.popupcardNOStand .body_form {
        margin: 0 !important;
    }*/
    /*.popupcard .body_form input:not([type="submit"]),*/
    /*.popupcardNOStand .body_form input:not([type="submit"]) {
        font-size: 14px;
        height: 40px;
        color: #000000;
        padding: 0 10px;
        text-transform: none;
        border-color: #CCCACD;
        border-radius: 4px;
        outline-color: #faaf00;
    }*/
    /*.popupcard .body_form input:not([type="submit"])::-webkit-input-placeholder,*/
    /*.popupcardNOStand .body_form input:not([type="submit"])::-webkit-input-placeholder {
        font-size: 14px;
        color: #878787;
        text-transform: none;
    }*/
    /*.popupcard .body_form input:not([type="submit"])::-moz-placeholder,*/
    /*.popupcardNOStand .body_form input:not([type="submit"])::-moz-placeholder {
        font-size: 14px;
        color: #878787;
        text-transform: none;
    }*/
    /*.popupcard .body_form input:not([type="submit"]):-ms-input-placeholder,*/
    /*.popupcardNOStand .body_form input:not([type="submit"]):-ms-input-placeholder {
        font-size: 14px;
        color: #878787;
        text-transform: none;
    }*/
    /*.popupcard .body_form input:not([type="submit"]):-moz-placeholder,*/
    /*.popupcardNOStand .body_form input:not([type="submit"]):-moz-placeholder {
        font-size: 14px;
        color: #878787;
        text-transform: none;
    }*/
    /*.popupcard .body_form [type="submit"],*/
    /*.popupcardNOStand .body_form [type="submit"] {
        font-size: 14px;
        font-weight: bold;
        text-transform: none;
        height: 48px;
        border-radius: 4px;
    }*/
    [type="submit"][disabled="disabled"] {
        pointer-events: none;
        cursor: default;
    }
}
@media(max-width: 767px) {
    /*.popupcard > .cardblock,*/
    /*.popupcardNOStand > .cardblock {
        top: 10px;
        padding: 15px;
        width: calc(100% - 20px);
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        left: 10px;
        right: 10px;
    }*/
    /*.popupcard > .cardblock > .close,*/
    /*.popupcardNOStand > .cardblock > .close {
        top: -10px;
        right: -10px;
    }*/
    /*.popupcard > .cardblock > .left,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .left {
        float: none;
        width: 100%;
    }*/
    /*.popupcard > .cardblock > .cname {
        font-size: 18px;
        margin-bottom: 10px;
    }*/
    /*.popupcardNOStand > .cardblock > .cname {
        font-size: 18px !important;
        line-height: 28px;
        margin-bottom: 10px;
    }*/
    /*.popupcard > .cardblock > .cname > span,*/
    /*.popupcardNOStand > .cardblock > .cname > span {
        font-size: 14px !important;
        line-height: 18px;
        display: block;
        padding-left: 0 !important;
    }*/
    /*.popupcard > .cardblock > .left > img,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .left > img {
        max-width: 130px;
    }*/
    /*.popupcard > .cardblock > .right,*/
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle .right {
        width: 100%;
        margin-bottom: 10px;
    }
    /*.popupcard > .cardblock > .des > .title,*/
    .popupcardNOStand > .cardblock > .des > .title,
    /*.popupcard > .cardblock > .right > span.title,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .right > span.title {
        font-size: 14px;
        line-height: 18px;
    }*/
    /*.popupcard > .cardblock > .right > table.th,*/
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle .right > table.th {
        padding-bottom: 10px;
    }
    /*.popupcard > .cardblock > .des > p,*/
    .popupcardNOStand > .cardblock > .des > p {
        font-size: 13px;
    }
    /*.popupcard .body_form input,*/
    /*.popupcardNOStand .body_form input {
        width: 100%;
    }*/
}
@media (min-width: 768px) and (max-width: 1023px) {
    /*.popupcard > .cardblock > .left,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .left {
        width: 50%;
    }*/
    /*.popupcard > .cardblock > .left {
        float: left;
    }*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .left {
        float: right;
    }*/
    /*.popupcard > .cardblock > .cname {
        font-size: 24px !important;
        margin-bottom: 20px;
    }*/
    /*.popupcardNOStand > .cardblock > .cname {
        font-size: 20px !important;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }*/
    /*.popupcard > .cardblock > .cname > span,*/
    /*.popupcardNOStand > .cardblock > .cname > span {
        font-size: 18px;
        line-height: inherit;
        padding-left: 5px !important;
    }*/
    /*.popupcard > .cardblock > .left > img,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .left > img {
        width: 250px;
    }*/
    /*.popupcard > .cardblock > .des,*/
    /*.popupcardNOStand > .cardblock > .des,
    .popupcard > .cardblock > .right,
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle .right {
        float: right;
        width: 50%;
    }*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .right {
        float: left;
    }*/
    /*.popupcard > .cardblock > .des,*/
    .popupcardNOStand > .cardblock > .des {
        margin-top: -10px;
    }
    /*.popupcard > .cardblock > .des > .title,*/
    /*.popupcardNOStand > .cardblock > .des > .title,*/
    /*.popupcard > .cardblock > .right > span.title,*/
    /*.popupcardNOStand > .cardblock > .popupcardNOStand__middle .right > span.title {
        font-size: 16px;
        line-height: 20px;
    }*/
    /*.popupcard > .cardblock > .des > p,*/
    .popupcardNOStand > .cardblock > .des > p {
        font-size: 14px;
    }
    /*.popupcard .body_form,*/
    /*.popupcardNOStand .body_form {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }*/
    /*.popupcard .body_form input:not([type="submit"]),*/
    /*.popupcardNOStand .body_form input:not([type="submit"]) {
        margin: 0 8px 15px;
        width: 200px;
    }*/
    /*.popupcard .body_form [type="submit"],*/
    /*.popupcardNOStand .body_form [type="submit"] {
        width: 228px;
    }*/
}
/*@media (min-width: 1024px) {*/
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .left {
        display: inline-block;
        float: left;
        width: 260px;
        height: 260px;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .left > img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right {
        display: inline-block;
        float: left;
        width: calc(100% - 260px - 32px);
        margin-left: 32px;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right > table.th {
        width: 100%;
        margin-top: 16px;
        border-collapse: collapse;
        font-size: 11pt;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right > table.th > thead > tr td {
        color: #fff;
        font-size: 18pt;
        padding-bottom: 10px;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right > table.th > tbody > tr td:nth-child(1) {
        color: #fff;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right > table.th > tbody > tr td {
        height: 22px;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right > table.th > tbody > tr td:nth-child(2) {
        color: #fff;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-align: right;
    }
/*}*/

/* pp-body */
.pp-page {
    line-height: 1.5;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1000px;
    background-color: #f1f1f1;
}
.pp-page__header {
    padding-top: 20px;
}
.pp-page__logo {
    display: block;
}
.pp-page__back-link {
    font-size: 14px;
}
.pp-page h1 {
    line-height: 1.2;
    text-align: left;
}
@media(max-width: 1023px) {}
@media(max-width: 767px) {
    .pp-page__logo {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .pp-page__logo {
        float: left;
    }
    .pp-page__header .pp-page__back-link {
        float: right;
        margin-top: 10px;
    }
}

/* b-cost */
@media(max-width: 1023px) {
    .popupcard > .cardblock > .bottomLine {
        font-size: 14pt;
    }
    .popupcard > .cardblock > .bottomLine > .red {
        font-size: 16pt;
    }
/*    .b-cost__sum {
        color: #FF0000;
        padding-right: 5px;
    }
    .b-cost__sum-old,
    .b-cost__promo,
    .b-cost__text {
        line-height: 18px;
        color: #45464B;
        display: inline-block;
    }*/
}
@media(max-width: 860px) {
    .popupcard > .cardblock, .popupcardNOStand > .cardblock {
        width: calc(100% - 30px);
    }
}
@media(max-width: 767px) {
    /*.b-cost {
        margin-bottom: 5px;
    }
    .b-cost__sum {
        font-size: 16px;
        line-height: 20px;
    }
    .b-cost__sum-old,
    .b-cost__promo,
    .b-cost__text {
        font-size: 13px;
    }*/
}
@media (min-width: 768px) and (max-width: 1023px) {
    /*.b-cost {
        float: left;
        width: 50%;
        margin-top: 30px;
        margin-bottom: 25px;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .b-cost__item:first-child {
        margin-bottom: 5px;
    }
    .b-cost__sum {
        font-size: 18px;
        line-height: 28px;
    }
    .b-cost__sum-old,
    .b-cost__promo,
    .b-cost__text {
        font-size: 14px;
    }*/
}

/* cardblock-switch */
@media(max-width: 1023px) {
    /*.popupcardNOStand > .cardblock.hide {
        display: none !important;
    }
    .popupcardNOStand > .cardblock > *:not([class="cname"]),
    .popupcardNOStand > .cardblock > *:not([class="cardblock-switch"]) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .popupcardNOStand > .cardblock > .cname {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        text-align: center;
    }
    .popupcardNOStand > .cardblock > .cardblock-switch {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .cardblock-switch {
        margin: 0 auto 20px;
    }
    .cardblock-switch__title {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        padding: 0;
        margin-bottom: 10px;
    }
    .cardblock-switch__inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 0 -10px;
    }
    .cardblock-switch .sPhotoBlock {
        position: relative;
        -webkit-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        margin: 0 !important;
        padding-left: 10px;
        text-align: center;
    }
    .cardblock-switch img {
        width: 100%;
        border: 1px solid #CCCACD;
        border-radius: 8px;
        padding-top: 10px;
    }
    .cardblock-switch .active {
        border-color: #ffa706;
    }
    .cardblock-switch span {
        position: absolute;
        left: auto;
        right: 0;
        width: calc(100% - 15px);
        bottom: 12px;
        line-height: 1;
        color: #45464B;
        margin: auto;
        padding: 0;
        text-align: center;
        white-space: nowrap;
    }*/
}
@media(max-width: 767px) {
/*    .cardblock-switch__inner {
        width: calc(100% + 10px);
    }
    .cardblock-switch img {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 35px;
    }
    .cardblock-switch span {
        font-size: 13px;
    }*/
}
@media (min-width: 768px) and (max-width: 1023px) {
/*    .cardblock > .popupcardNOStand__middle .left {
        text-align: right;
    }
    .cardblock-switch__inner {
        width: calc(350px + 10px);
    }
    .popupcardNOStand__middle {
        margin-bottom: 30px;
    }
    .cardblock-switch img {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 35px;
    }
    .cardblock-switch span {
        font-size: 14px;
        font-weight: bold;
    }*/
}
@media(min-width: 1024px) {
    .cardblock-switch__title {
        display: none;
    }
    .cardblock-switch .cardblock-switch__inner img {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        border: 2px solid #cccacd;
    }
}

/* uid_parent */
@media(max-width: 1023px) {
    .uid_parent {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        top: auto;
        bottom: 10px;
        height: 54px;
        padding-left: 11px;
        background: #F9B000;
        text-align: center;
        -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    }
    .uid_parent .adlabs_uid {
        margin: 0;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        color: #45464B;
    }
    .uid_parent .adlabs_uid::before {
        content: "Бонус-код";
        display: block;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        margin-bottom: 5px;
    }
}
@media(max-width: 767px) {
    .uid_parent {
        width: 118px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .uid_parent {
        width: 139px;
    }
}
@media (max-width: 1200px) { 
    #reviews .slick-prev, #reviews .slick-next {
        z-index: 10;
        top: 50%;
        margin-top: -30px;
    }
    #reviews .slick-prev {
        left: 6px;
    }
    #reviews .slick-next {
        right: 6px;
    }
}

@media (max-width: 1023px) {
    .lblockt1 br {
        display: none;
    }
    #header {
        background: linear-gradient(0deg, #2C2C2C 0%, #3C3C3C 100%);
    }
    .phonetime > span {
        color: #fff;
    }
    .mobile-nav-toggle > span::before {
        border-top: 2px solid #fff;
    }
    .mobile-nav-toggle > span {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .landing {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #home {
        width: auto;
        min-height: 350px;
    }
    .home-form-text {
        background-position: 0 37px;
        padding-left: 80px;
        padding-right: 20px;
        font-size: 18px;
        background-size: 60px auto;
    }
    #home > .text > span.big, #home > .text > span.yellowtop, #header_form {
        padding-left: 0;
    }
    #home > .text > span.toMargin {
        font-size: 20px;
        line-height: 28px;
    }
    #home > .text > span.big {
        font-size: 40px;
        line-height: 1;
    }
    #home img {
        top: -130px;
        width: 900px;
        left: 0;
    }      
    .home-form .inputs {
        margin: 40px 40px 30px 45px;
    }
    .telega_descr__title {
        color: #fff;
        text-transform: none;
        font-weight: 400;
        text-align: left;
    }
    .telega_descr--mob {
        padding: 0;
    }
    .telega_descr__intro {
        max-width: 100%;
    }
    .telega_descr__intro p {
        color: #fff;
        font-weight: 400;
    }
    .telega_descr__img {
        border-radius: 8px;
        width: 100%;
        margin: 0 auto;
    }
    .telega_descr__sub-title, .telega_descr__list li {
        color: #fff;
    }
    .content > h1, .content > h2, .content > p, .tBlockOne {
        padding-left: 0;
        padding-right: 0;
    }
 
    .tBlockOne > div > * {
        max-width: 100%;
    }
    .tBlockOne > div > span > .tBlockOneModel > span.name {
        padding: 0;
    }
    .tBlockOne > div > span > .tBlockOnePrice {
        border: none;
        border-radius: 0;
    }
    .tBlockOne .btn_order{
        margin-top: 0;
    }
    .new-title {
        line-height: 1.3;
    }
    .contactForm {
        background: none;
        padding: 0;
        margin-top: 0;
        border: none;
        margin-bottom: 15px;
    }
    .contactForm .content {
        padding: 15px;
    }
    /*.contactForm input {
        width: 100%;
    }*/
    /*.contactForm > .content > form {
        padding-top: 15px;
    }*/
    .contactForm .p {
        margin-bottom: 25px;
    }
    .contactForm .flex {
        flex-wrap: wrap;
    }
    /*.contactForm .button {
        width: 100%;
    }*/
    .compare {
        border-radius: 10px;
        padding-top: 15px;
    }
    .compare .new-title {
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .compare .content {
        padding: 15px;
    }
    .b-compare {
        color: #fff;
        padding: 0;
    }
    .b-compare__item .b-compare__title_m {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        margin-bottom: 8px;
    }
    .b-compare__item .b-compare__title_m + p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
    .b-compare__item {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }
    .b-compare__title {
        text-align: center;
    }
    .b-compare__title:after {
        left: 50%;
        margin-left: -44px;
    }
    .b-compare__img_wrapper {
        display: flex;
        align-items: flex-start;
        gap: 0 8px;
        margin-top: 20px;
        width: 100%;
    }
    .b-compare__img_item {
        width: 50%;
        background: #fff;
        border-radius: 8px;
        padding-top: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .b-compare__img_item p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 4px;
        color: #3C3C3C;
        text-align: center;
    }
    .block-truckves {
        padding-top: 20px;
    }
    .block-truckves .tBlockOne > div > span > .tBlockOnePhoto.noStand {
        border-radius: 0;
    }
    .block-truckves .tBlockOne > div > span > .tBlockOnePhoto.noStand {
        border-top: none;
    }
    .compare {
        padding-bottom: 20px;
    }
    .block-truckves .tBlockOne > div > span > .tBlockHatNoStand {
        margin-top: 10px;
    }
    .why {
        padding: 0;
        margin-top: 0;
    }
    .why .row {
        flex-wrap: wrap;
    }
    .why > div > div > span {
        margin-top: 7px;
    }
    .regVsSmartW {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .review {
        min-height: 350px;
        height: auto;
    }

    .review .city {
        padding-top: 15px;
        position: static;
    }
    .review .bottom {
        padding-top: 10px;
    }
    #reviews {
        padding-top: 0;
        margin-bottom: 15px;
    }
    .b-about {
        padding: 15px;
        border-radius: 8px;
    }
    .b-about-text img {
        margin: 0px 0px 15px 16px;
        display: block;
    }
    .b-about .new-title {
        margin-bottom: 20px;
    }
    .service-center-list > div {
        width: calc(100% / 2 - 15px);
        min-height: auto;
    }
    .regVsSmartService {
        padding: 20px 0 0;
        margin-bottom: 5px;
    }
    .contacts-info {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .contacts-info-phone {
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .contacts-text {
        margin-bottom: 15px;
    }
    .contacts-info-right {
        text-align: center;
        width: 100%;
    } 
    .map-section {
        margin-right: 0;
    }
    .map-section-frame iframe {
        max-width: 100%;
        width: 100%;
    }
    .map-section-frame {
        margin-bottom: 20px;
    }
    .map-container {
        flex-wrap: wrap;
    }
    .map-section {
        width: 100%;
    }
    .footer {
        margin-top: 0;
        border-radius: 8px;
        margin-bottom: 15px;
        padding-top: 10px;
    }
    .footer-row {
        flex-wrap: wrap;
        padding: 15px 15px 0;
    }
    .footer-text {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    .footer-text-right .btn {
        margin-bottom: 0;
    }
    /*.contactForm input {
        margin-bottom: 15px;
    }
    .contactForm input, .contactForm .button {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }*/
    .contactForm .flex {
        justify-content: center;
    }
    .contactForm .content {
        background-size: cover;
    }
    /*.contactForm .button {
        margin-top: 0;
        text-align: center;
    }*/
    #reviews > div > .bottom > .left {
        width: 100%;
        float: none;
    }
    #reviews > div > .bottom {
        height: auto;
    }
    #reviews > div > .top > div.right {
        display: none;
    }
    .footer-text-right .btn {
        width: 170px;
        display: block;
    }
    .contactForm .p {
        max-width: 100%;
    }
    .block-forshab .tBlockOne > div > span > .tBlockOnePhoto.noStand {
        border-radius: 0;
    }
 
    .block-truckves .tBlockOne > div > span > .tBlockHatNoStand, .block-forshab .tBlockOne > div > span > .tBlockHat {
        margin-top: 0;
    }
    .regVsSmartService .new-title {
        margin-bottom: 15px;
    }
    /*#reviews {
        margin-right: -15px;
    }*/
    .mobile-nav {
        background: #242424;
        color: #fff;
 
    }
    .mobile-menu a {
        color: #fff;
        padding: 12px 16px;
        border-bottom: 1px solid #606060;
    }
    .mobile-menu li:first-child a {
        border: none;
    }
    .mobile-nav__contacts {
        margin-top: 32px;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
    }
    .mobile-nav__contacts a.tel {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.02em;
        color: #fff;
        text-decoration: none;
    }
    .mobile-nav__contacts a.mail {
        color: #fff;
        margin-top: 16px;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: -0.02em;
    }
    .mobile-nav__contacts .time {
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
        margin-bottom: 16px;
    }
    .mobile-nav__contacts .btn.btn--call.fl-center {
        text-align: center; 
    }
    .mobile-nav__contacts .btn {
        max-width: 170px;
    }
}
@media (max-width: 991px) {
    [class^="anchor-"] {
        top: -30px;
    }
    .why .row {
        gap: 12px;
    }
    .why .row > div:not(.yellow-bg) {
        width: calc(100% / 2 - 6px);
        height: 152px;
        overflow: hidden;
    }
    .why .row > div.yellow-bg {
        height: 152px;
    }
    .why > div > div > img {
        height: 100%;
    }
    .why .row > div {
        width: 100%;
    }
    .tBlockOne {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 16px;
    }

    .tBlockOne > div.left, .tBlockOne > div.mid, .tBlockOne > div.right {
        margin: 0;
        min-width: 305px;
    }

    .tBlockOne > div.left .tomorrow, .tBlockOne > div.mid .tomorrow, .tBlockOne > div.right .tomorrow {
        margin: 0;
    }
    .contactForm > .content > form {
        padding: 25px;
    } 
}
@media (max-width: 767px) {
    
    #home img {
        width: 500px;
        position: absolute;
        top: 30px;
        left: auto;
        right: -40px;
    }
    #home { 
        min-height: 300px;
    }
    .home-form {
        flex-wrap: wrap;
    }
    .home-form-text {
        flex: 0 0 100%;
        min-height: 184px;
        padding-top: 50px;
    }
    .home-form .inputs {
        margin: 0;
        margin-top: 20px;
    }
    #home > .text > span.big {
        padding: 0;
    }
    /*.home-form .inputs {
        margin-left: 0;
        margin-top: 15px;
        max-width: 450px;
    }*/
    .home-form .inputs #header_form {
        padding: 0;
    }
    .home-form {
        margin-bottom: 0;
    }
    .new-title {
        font-size: 26px;
    }
    .new-title::first-letter {
        font-size: 40px;
    }
    .review {
        min-height: auto;
    }
    .popupcard > .cardblock > .left,
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .left {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .popupcard > .cardblock > .left > img,
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .left > img {
        width: 50%;
    }
    .popupcard > .cardblock >.cname {
        font-size: 22px;
        line-height: 24px;
    }
    .popupcard > .cardblock > .right,
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right {
        margin: 0;
        margin-top: 15px;
        width: 100%;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right > table.th {
        margin-top: 5px;
    }
    .popupcard > .cardblock > .des {
        width: 100%;
        margin-top: 15px;
    }
    .popupcard .body_form, .popupcardNOStand .body_form {
        flex-direction: column;
    }
    .popupcard .body_form, 
    .popupcardNOStand .body_form {
        flex-direction: column;
        gap: 12px;
    }
    .popupcard .body_form input[type="text"], 
    .popupcard .body_form input[type="tel"], 
    .popupcardNOStand .body_form input[type="text"], 
    .popupcardNOStand .body_form input[type="tel"] {
        width: 100%;
        margin: 0;
    }
    .popupcard .b-form-submit,
    .popupcardNOStand .b-form-submit {
        margin: 0;
        width: 100%;
    }
    .popupcard > .cardblock,
    .popupcardNOStand > .cardblock {
        height: 90vh;
        overflow: auto;
        padding: 10px;
    }
    .popupcardNOStand > .cardblock > .popupcardNOStand__middle > .right > table.th > tbody > tr td {
        width: 50%;
        white-space: normal;
    }
    .popupcard .body_form input[type='submit'].sord,
    .popupcardNOStand .body_form input[type='submit'].sord {
        width: 100%;
    }
    .popupcard-form__policy {
        margin: 0;
        width: 100%;
    }
    .popupcard > .cardblock >.cname {
        display: flex;
        flex-direction: column;
    }
    .popupcard > .cardblock >.cname span {
        padding: 0!important;
        font-size: 16px!important;
    }
    .popupcard > .cardblock > .bottomLine {
        font-size: 12pt;
    }
    .why > div > div > span {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .why > div > div > span > span.big {
        font-size: 16px;
        line-height: 22px;
    }
    .block-forshab .tBlockOne > div > span > .noStand {
        height: auto;
    }
    .b-about-text img {
        width: 180px;
    }
    .contactForm > .content > form {
        flex-direction: column;
    }

    .contactForm .body_form input[type="text"], .contactForm .body_form input[type="tel"] {
        width: 100%;
        margin: 0;
    }

    .contactForm .body_form input[type="text"] {
        margin-bottom: 7px;
    }
    .contactForm .b-form-submit {
        width: 100%;
    }

    .contactForm .button {
        width: 100%;
        text-align: center;
        height: 44px;
        padding: 10px;
    }

    .contactForm .popupcard-form__policy {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .contactForm > .content > form {
        padding: 10px;
    }
}
@media (max-width: 500px) {
    [class^="anchor-"] {
        top: 0;
    }
    #home>.text {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center; 
    }
    #home img {
        left: 50%;
        transform: translateX(-50%);
        top: 135px;
        width: 300px;
    }
    .b-about-text img {
        margin-left: 0;
    }
    .tBlockOne > div.left, .tBlockOne > div.mid, .tBlockOne > div.right {
        width: 100%;
    }
    .block-truckves .tBlockOne .btn-c {
        width: 100%;
        padding: 16px;
    }

    .tBlockOne .btn_order {
        margin: 0;
        max-width: 100%;
        padding: 10px;
    }
    #header > .headerContent .left {
        margin: 0;
    }
    .home-form .button {
        width:  100%;
    }
    .home-form-text {
        line-height: 25px;
    }
    .tBlockOne > div > span > .tBlockOnePhoto > img {
        width:  70%;
    }
    .tBlockOne .btn-c {
        padding: 10px 15px;
    }
    .tBlockOne > div > span > .tBlockOnePrice {
        margin-top: -8px;
    }
    .block-truckves .tBlockOne > div > span > .tBlockHatNoStand, 
    .block-forshab .tBlockOne > div > span > .tBlockHat {
        font-size: 22px;
        line-height: 26px;
    }
    .block-truckves .tBlockOne > div > span > .tBlockHatNoStand br, 
    .block-forshab .tBlockOne > div > span > .tBlockHat br {
        display: none;  
    }
    .tBlockOne > div:hover {
        transform: none;
    }
    .b-compare__img_item img {
        width: 100%;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .popupcard > .cardblock, .popupcardNOStand > .cardblock {
        width: calc(100% - 6px);
    }
    .popupcardNOStand > .cardblock >.cname {
        font-size: 21px;
        line-height: 26px;
    }
    .cardblock-switch__inner {
        gap: 0 5px;
    }
    .cardblock-switch .sPhotoBlock {
        width: calc(100%/3 - 4px);
    }
    .why > div > div > span > span.big {
        font-size: 14px;
        line-height: 18px;
    }
    .why .row > div .arrow {
        width: 32px;
        height: 32px;
    }
    .popupcard > .cardblock > .right > span.title, 
    .popupcardNOStand > .cardblock .right > span.title {
        font-size: 15px;    
    }
    .b-about-text img {
        width: auto;
        margin: 0 auto 15px;
        float: none;
    }
    .home-form .body_form .loader {
        margin: 0 auto 14px;
    }
}
@media (max-width: 400px) {
    .b-about-text img {
        width: 100%;
    }
}
.mobile-menu a {
    font-family: 'Manrope', sans-serif;
}
/* NEW COMPARE CSS*/
@media (max-width: 1023px) {
    .compare-vert-text1,
    .compare-vert-text2 {
        display: none;
    }
}
/*WHOLESALE*/
@media (max-width: 1023px) {
    .wholesale {
        padding: 0 16px;
    }
}
@media (max-width: 991px) {
    .wholesale__wrapper {
        flex-direction: column;
    }
    .wholesale__block.wholesale__block--form {
        margin: 0 auto;
        margin-top: 32px;
    }
}
@media (max-width: 767px) {
    .wholesale {
        margin: 0 -15px;
    }
    .wholesale__special {
        flex-direction: column;
        padding-left: 24px;
    }
    .wholesale__special p {
        margin: 0;
        margin-top: 48px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .btn.btn--spesial {
        padding: 11px 18px;
        align-self: flex-start;
    }

    .wholesale__special:before {
        width: 28px;
        height: 26px;
        background-size: 28px 26px;
        left: 18px;
        top: 27px;
    }
    .wholesale .content {
        padding: 40px 0;
    }
    .wholesale .title {
        font-size: 28px;
        line-height: 36px;
    }
    .wholesale__block.wholesale__block--form {
        padding: 24px 16px;
    }
    ul.product_features li br {
        display: none;
    }
    .wholesale__wrapper {
        margin-bottom: 32px;
    }
    .wholesale__special {
        padding: 24px 16px;
    }
    .popupcard.pp_wholesale .cardblock {
        max-width: 600px;
        width: calc(100% - 30px);
        height: auto;
    }
    .pp_wholesale__wrapper .pp_wholesale__title {
        font-size: 22px;
        line-height: 24px;
        padding-right: 27px;
    }
    .pp_wholesale__wrapper .pp_wholesale__title + p {
        margin-bottom: 12px;
    }
    .pp_wholesale__wrapper .discount_block {
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .wholesale__block.wholesale__block--form {
        width: 100%;
    }
}