html, body {
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

.catalog-toggle {
    display: none;
}

.slider-thumb {
    max-width: 100%;
}

.clearfix:after, .ast-content:after {
    display: block;
    content: '';
    clear: both;
    float: none;
}

.contacts-info {
    margin: 40px;
}

.contacts-info.nomg {
    margin: 0;
}

.order-form-desc.tac {
    text-align: center;
}

.up-rep-form-block .fs90 label {
    font-family: 'Ubuntu-Light';
    font-size: 90%;
}

.order-form .fs90 label {
    font-family: 'Ubuntu-Light';
    font-weight: normal;
    font-size: 95%;
    margin: 1px 5px;
}

textarea {
    resize: none;
}

.g-recaptcha {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-popup-inner {
    max-width: 100%;
}

#system_adds-slick .item {
    margin-right: 15px;
    max-height: 250px;
    height: 250px;
    text-align: center;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#system_adds-slick .slick-prev:before, #system_adds-slick .slick-next:before {
    content: '';
    width: 14px;
    height: 20px;
    display: block;
    background-image: url(../images/sprite_ast.png);
    background-repeat: no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#system_adds-slick .slick-prev:before {
    background-position: -270px -13px;
    left: -26px;
}

#system_adds-slick .slick-next:before {
    background-position: -298px -13px;
    right: -26px;
}

#system_adds-slick .slick-prev:hover:before {
    background-position: -284px -13px;
}

#system_adds-slick .slick-next:hover:before {
    background-position: -312px -13px;
}

.toggle-phones,
#m-menu,
.js-show {
    display: none;
}

@media (max-width: 1300px) {
    .contact-page-form.order-form textarea, .contact-page-form.order-form input[type="text"] {
        max-width: 100%;
    }
}

@media (max-width: 1220px) {
    #horizontal-multilevel-menu li a {
        font-size: 12px;
    }
}

@media (min-width: 992px) {

    .rowwww__cust1 {
        width: 35%;
    }

    .rowwww__cust2 {
        width: 35%;
        text-align: center;
    }

    .rowwww__cust3 {
        width: 30%;
        text-align: right;
    }

    .f-navigation__item .mid {
        margin-top: -3px;
        margin-bottom: -3px;
    }

    .f-navigation__item {
        margin-right: 20px;
        width: -webkit-calc(23% - 20px);
        width: calc(23% - 20px);
    }

    .reason-1_4-title {
        font-size: 21px;
    }

    .link-clubs-map {
        width: 475px;
        -webkit-background-size: 175% 175%;
        background-size: 175%;
        height: 280px;
    }

    .index-news-single .media-body {
        width: 66.66666667%;
    }
}

@media screen and (min-width: 1200px) {

    .f-navigation__item {
        margin-right: 20px;
        width: 23%;
    }

    .f-navigation__item:last-of-type {
        margin-right: 0;
        width: 25%;
    }

    .reason-1_4-title {
        font-size: 22px;
    }

    .f-navigation {
        max-width: 100%;
    }

    .link-clubs-map {
        width: 586px;
        height: 345px;
        -webkit-background-size: auto;
        background-size: auto;
    }
}

/**/

@media screen and (max-width: 1229px) {
    .pravo-text,
    .shop-text,
    .advantage-text {
        height: auto !important;
    }
}

@media screen and (max-width: 1229px) {
    .pravo-title-middle {
        font-size: 50% !important;
    }
}

@media screen and (max-width: 1200px) {
    .f-bottom .rowwww {
        line-height: 1.5;
        padding: 10px 0;
    }

    .f-bottom .rowwww > div {
        text-align: center;
    }

    .h-cart {
        position: absolute;
        right: 10px;
        top: -30px;
    }

    .magic-banner-image-heigh,
    .magic-banner-image {
        left: 0;
        margin-left: 0;
    }

    .prompt-top {
        right: 0 !important;
    }

    .g-popup-inner {
        position: absolute;
        transform: translate(-50%, 0);
        left: 50%;
        margin-left: 0;
    }

    .contacts-form-block {
        margin-left: 0;
    }
}

@media screen and (max-width: 1060px) {
    .ast-content .list-inline > li {
        height: 30px;
        display: block;
        margin-bottom: 10px;
        padding-right: 10px;
    }
}

/*
@media screen and (max-width: 989px) {

    .with-offers.ast-system-buy-top {
        text-align: center;
        position: relative;
        top: auto;
        margin-top: 0;
        right: auto;
    }
}
*/

@media screen and (max-width: 1023px) {

    .app-qr-code {
        display: none;
    }

    .order-form textarea, .order-form input[type="text"] {
        max-width: 100%;
    }

    footer .btn-info, .rowwww__cust3 {
        display: none;
    }

    #m-menu {
        position: fixed;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        top: 0;
        z-index: 99999;
        display: block;
        width: 290px;
        -webkit-transform: translateX(-290px);
        -ms-transform: translateX(-290px);
        transform: translateX(-290px);
        background: #ea2003;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }

    .reason-1_4-title, .advantage-title, .pravo-title, .shop-title, .tradein-title-middle, .cooperate-logo, .uslugi-logo, .updates-item-logo, .service-girl-title, .contact-item-logo, .updates-item-logo, .header-top-inner {
        background: rgb(234, 32, 38);
        background-image: none;
    }

    #m-menu.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .layout {
        margin: 0;
        overflow-x: hidden;
        position: relative;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }

    .layout.open {
        -webkit-transform: translateX(290px);
        -ms-transform: translateX(290px);
        transform: translateX(290px);
    }

    #m-menu .h-main-menu {
        padding: 20px 0 20px 20px;
        float: none;
        width: 100%;
    }

    #m-menu #horizontal-multilevel-menu {
        float: none;
        padding-left: 20px;
    }

    #m-menu #horizontal-multilevel-menu li {
        display: block;
        float: none;
        position: relative;
    }

    #m-menu #horizontal-multilevel-menu li a {
        text-align: left;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        opacity: 1;
        padding: 8px 0;
        margin-right: 30px;
        font-size: 14px;
    }

    #m-menu .arrow {
        position: absolute;
        display: block;
        cursor: pointer;
        width: 25px;
        height: 25px;
        right: 15px;
        top: 5px;
        background-image: url(../images/down-arrow.svg);
        background-repeat: no-repeat;
        -webkit-background-size: 60%;
        background-size: 60%;
        -ms-background-position: 50%;
        background-position: 50%;
    }

    #m-menu .arrow.up {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #m-menu #horizontal-multilevel-menu li ul.transition03.open {
        opacity: 1;
        visibility: visible;
        position: relative;
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        float: none;
        max-width: 100%;
    }

    #m-menu #horizontal-multilevel-menu li:hover ul {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .mobile-menu-btn {
        width: 25px;
        height: 25px;
        cursor: pointer;
        background-image: url(../images/menu.svg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        left: 10px;
        top: 15px;
    }

    .header-top-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .h-search-block, .h-right-col {
        float: none;
    }

    .h-cart {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h-cart-text {
        font-size: 0;
        margin-bottom: 0;
    }

    .h-cart-quantity {
        font-size: 25px;
        font-weight: bold;
    }

    .h-cart-button.btn-primary {
        background-color: transparent;
        border: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        font-size: 0;
        background-image: url(../images/cart.svg);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        display: block;
        width: 35px;
        height: 35px;
    }

    .article-about:before {
        content: none;
    }

    .article-about {
        padding-left: 0;
    }

    .ast-content .list-inline {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-toggle {
        display: block;
        cursor: pointer;
        font-family: 'Ubuntu-Medium';
        font-size: 18px;
        color: #ea2026;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 19px;
        text-shadow: 0 0 1px rgba(234, 32, 38, 0.2);
        -webkit-font-smoothing: subpixel-antialiased;
        position: relative;
        margin-bottom: 0;
    }
.toggle-phones .catalog-toggle {
    text-transform: none;
}
.toggle-phones .catalog-toggle:after {
    right: 15px;
}
    .catalog-toggle:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-right: 4px solid #ea2026;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        right: 25%;
        top: 10px;
    }

    .production-menu {
        display: none;
    }

    .production-menu.open {
        display: inline-block;
        padding-top: 10px;
    }

    .production-menu-block {
        padding: 10px 0;
    }

    .good-keys {
        margin-top: 20px;
    }

    .with-offers.ast-system-buy-top,
    .ast-system-buy-top {
        text-align: center;
        position: relative;
        top: auto;
        margin-top: 0;
        right: auto;
    }

    .ast-system-buy-top-outer {
        height: auto;
        margin-bottom: 40px;
    }

    .ast-system-desc-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .system-adv-title {
        height: 40px;
    }

    .system-adv {
        margin-bottom: 20px;
    }

    .ast-system-video iframe {
        display: block;
        max-width: 100%;
        margin: auto;
    }

    .ast-system-buy-bottom {
        padding-top: 0;
    }

    .contacts-form-block {
        margin-left: auto;
    }

    .contacts-form-block-wrap {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    table.cart-table {
        border: 0;
    }

    table.cart-table thead {
        display: none;
    }

    table.cart-table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table.cart-table td {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: center;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table.cart-table td:last-child {
        border-bottom: 0;
    }

    table.cart-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    table.cart-table tfoot td {
        display: none;
    }

    table.cart-table tfoot .cart-item-price.cart-table-footer-summ {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .modal-body {
        padding-top: 0;
    }

    .order-form .fs90 label {
        float: right;
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .pravos-list,
    .shop-list,
    .advantages-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-menu > li:before {
        content: none;
    }

    /***/
    .header-top-inner .zoom {
        width: 18px;
        height: 18px;
        cursor: pointer;
        position: relative;
        margin-left: 12px;
        opacity: 1;
    }

    .header-top-inner .zoom:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
        width: 17px;
        height: 17px;
        background: url(../images/sprite_ast.png) -245px 0px no-repeat;
    }

    .header-top-inner .zoom.close:after {
        background: url(../images/close.png) no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .h-call-back .h-callback-button {
        font-size: 0;
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/phone.svg) no-repeat;
        float: left;
        padding: 0;
        margin-left: 12px;
        -webkit-background-size: cover;
        background-size: cover;
        border: none;
    }
    .h-call-back .h-callback-button[data-target='#ModalQuestionManager'] {
        background: url(../images/help.svg) no-repeat;
    }

    .h-call-back {
        margin-left: 7px;
    }

    .h-search-block, .h-right-col {
        float: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h-search-block {
        position: absolute;
        right: 0px;
        top: 0;
        background: #ea2003;
        opacity: 0;
        max-width: 295px;
        visibility: hidden;
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
    }

    .h-search-block.open {
        opacity: 1;
        visibility: visible;
    }

    .h-logo {
	float: none;
	height: 62px;
	background: url('../images/AST-nash-adapt.png') 0px 0px no-repeat !important;
    }

/*
.h-logo {
    width: 106px;
    height: 120px;

    float: left;
    margin-top: -18px;
    margin-right: 15px;
}
*/

    .h-search-input {
        width: 240px;
    }

    .h-phone {
        font-size: 18px;
        text-shadow: none;
        color: #ffffff;
    }

    .h-phone > div > div {
     display: block;
     white-space: nowrap;
     line-height: 60px;
     /*padding-bottom: 10px;*/
    }

    /**/
    .antibanner-image {
        display: none;
    }

    .antibanner {
        height: auto;
        margin-bottom: 60px;
    }

    .response-image {
        display: none;
    }

    .response-has-img {
        padding-top: 0;
    }

    .response-has-img .response-text-block {
        padding-left: 20px;
    }

    .response-text-block.col-md-9 {
        width: 100%;
    }

    .antibanner-outer-text-inner {
        background: transparent;
        color: #b4b4b4;
    }

    .ast-content iframe {
        max-width: 100%;
    }

    .system-adds-image img {
        max-width: 100%;
    }

    .toggle-phones {
        display: block;
    }

    .toggle-phones-wrap {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-out;
    }

    .toggle-phones-wrap.open {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-out;
    }

    .contacts-info .main-info:after,
    .contacts-form-block-wrap:before {
        display: block;
        content: '';
        clear: both;
        float: none;
    }

    .ambass {
        margin: -40px 0 0 0 !important;
    }

    .contacts-form-block-wrap,
    .main-info {
        float: none !important;
    }

    .toggle-phone {
        cursor: pointer;
    }

    #d-menu {
        display: none;
    }

    #m-menu {
        display: block;
    }

    .ast-system-desc-text p {
        display: none;
      }
    .ast-system-desc-text p:first-of-type {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .ast-system-desc-text p.open {
        display: block;
       }
    .js-show.btn {
        margin: 0 auto 20px auto;
    }
    .tradein-profit-cell:not(:last-of-type) {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {

    .b-nav-inner-title {
        margin-top: 0;
    }

    .f-bottom .rowwww > div {
        padding-bottom: 15px;
    }

    .reason-1_4 {
        margin-bottom: 15px;
    }

    .reason-1_4:after {
        content: none;
    }

    .reason-1_4 .reason-1_4-info {
        opacity: 1;
        visibility: visible;
    }

    .f-logo-block, .f-slogan {
        display: none;
    }

    .link-clubs-map {
        position: relative;
        top: auto;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

    .index-map-block, .ast-index-news-block, .index-responses-block {
        margin-bottom: 25px;
    }

    .index-news-single .media-body {
        width: 100%;
    }

    .link-clubs-button, .btn {
        display: block;
        max-width: 280px;
        margin: auto;
    }

    .ast-reasons-links {
        margin-bottom: 0;
    }

    .index-news-single .media-object {
        margin-bottom: 10px;
        max-height: 100%;
    }

    .f-phone-block, .f-phone div, .f-phone-block > div, .f-phone > div > div, .f-phone > div > div > div {
        text-align: center;
        float: none;
        display: block;
        height: auto;
        width: 100%;
    }

    .f-phone-block a {
        display: block;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .f-top-row2 {
        padding-top: 0;
    }

    .rowwww__cust1 {
        margin-bottom: 10px;
    }

    #ModalCallBack .modal-content, #ModalOneClick .modal-content, .order-form textarea, .order-form input[type="text"] {
        max-width: 100%;
        width: 100%;
    }

    .ast-4reasons-block {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .main-slider-block {
        margin-top: 25px;
    }

    .main-slider-block .carousel {
        height: 200px;
    }

    /* .main-slider-block .carousel-control.left,
    .main-slider-block .carousel-control.right {
        display: none;
        } */
    .ast-content .list-inline > li {
        width: 33%;
    }

    .find-club-block:after {
        display: block;
        content: '';
        clear: both;
        float: none;
    }

    .uslugi-title a {
        font-size: 19px;
    }

    .karkey-spektr-single-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service-girl-title-picture {
        height: auto;
    }

    .service-girl-title {
        position: relative;
        margin-bottom: 20px;
    }

    .service-girl-picture {
        display: none;
    }

    .contacts-col, .contacts-cols {
        margin-bottom: 20px;
    }

    .up-rep-form-block {
        width: 100%;
        max-width: 800px;
    }

    .po-table .tradein-profit-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .ast-footer-to-bottom:after {
        content: none;
    }

    .ast-footer-to-bottom {
        margin-bottom: 0;
    }

    .modal-cart-close {
        margin-bottom: 15px;
    }

    .order-form .form-horizontal .control-label {
        margin-bottom: 10px;
    }

    #g_big_pager {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex: 1 0 auto;
        max-width: 100%;
    }

    .g-popup-inner .g-bigslider-arrows {
        display: none;
    }

    /**/
    .ast-system-main-block {
        padding-top: 0;
    }

    .system-magic-banner-heigh,
    .system-magic-banner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .system-magic-banner-heigh {
	height: auto !important;
    }

    .banner-systemzoom .prompt-left,
    .ast-system-main-block .prompt-left {
        position: relative !important;
        top: auto !important;
        left: 0 !important;
        padding-left: 18px;
        order: 1 !important;
        animation: none !important;
    }

    .ast-system-main-block .prompt-top {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        order: 2 !important;
    }

    .banner-systemhome .prompt-top {
	width: auto !important;
    }

    .ast-system-main-block .magic-banner-image-heigh,
    .ast-system-main-block .magic-banner-image {
        position: relative !important;
        top: auto !important;
        margin-top: 0 !important;
        order: 3 !important;
    }

    .ast-system-main-block .selected-text {
        background-image: none !important;
        color: #6e6e6e !important;
        padding-left: 0 !important;
    }

    .selected-text:after, .prompt-top:after {
        content: none;
    }

    .prompt-top-inner {
        background-image: none !important;
        background-color: #fff !important;
        color: #6e6e6e !important;
    }

    .ast-system-buy-top-outer {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .f-navigation__item {
        padding: 0 20px;
    }

    .b-nav-row {
        float: left;
    }

    .ast-reasons-link {
        float: none;
        width: 100%;
        padding: 0;
        min-height: 43px;
        padding-left: 60px;
        text-align: left;
        margin-bottom: 20px;
    }

    .ast-reasons-link a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .ast-reasons-link a:before {
        left: 20px;
    }

    /**/
    /**/
    .main-slider-block {
        padding-bottom: 0;
    }

    .news-detail .detail_picture {
        float: none;
        margin: 10px auto;
        display: block;
    }

    div.newsDiv {
        margin-left: 0;
    }

    .cat1-good-row-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cat1-good-row-inner > div {
        display: block;
        width: 100%;
    }

    .cat1-good-buy {
        border-left: none;
    }

    .good-top-right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ast-form-desc {
        margin-bottom: 0;
    }

    .prompt-left {
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        float: none;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        padding-left: 18px;
    }

    .prompt-top {
        position: static !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .magic-banner-image-heigh,
    .magic-banner-image {
        position: relative;
        top: 0;
        margin-top: 0;
        height: auto;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
	order: 3;
    }

    .magic-banner-image-heigh {
	height: auto !important;
    }

    .prompt-top:after {
        content: none;
    }

    .system-magic-banner {
        height: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .prompt-bottom {
        display: none;
    }

    .specs, .specs tbody {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }

    .ast-system-attrs {
        padding-top: 0;
    }

    .uslugi-picture {
        right: 0 !important;
    }

    .contacts-info {
        margin: 0;
    }

    h2.qa_section {
        margin-left: 0 !important;
    }

    .contact-item-text {
        margin-top: 20px;
    }

    .contacts-cols .col-xs-6 {
        width: 100%;
    }

    #ModalOneClick .inputtext {
        width: 100%;
        margin-top: 10px;
    }

    .good-system-compl-title {
        font-size: 12px;
        line-height: 1;
        height: auto;
    }

    .updates-item-logo {
        display: none;
    }

    .ast-content .where-buy-menu-block {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .link-clubs-map {
        display: none;
    }
}

@media screen and (max-width: 615px) {
    .ast-content .list-inline > li {
        width: 50%;
    }

    .tradein-title-picture {
        height: 255px;
    }

    .tradein-profit-table {
        font-size: 12px;
    }

    .tradein-profit-section, .tradein-profit-cell {
        padding-left: 0;
        padding-right: 0;
    }

    .karkey-banner {
        display: none;
    }

    .search-page input {
        max-width: -webkit-calc(100% - 75px);
        max-width: calc(100% - 75px);
    }

    .tradein-title-picture {
        margin-top: 0;
    }
}

@media screen and (max-width: 520px) {
    #system_adds-slick .item {
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .main-slider-block .carousel {
        height: 140px;
    }

#slider-animate {
        height: 140px;
}

#slider-animate .detail_picture {
        height: 140px;
}

    .pravo-picture,
    .shop-picture,
    .advantage-picture {
        max-width: 100%;
        right: 0 !important;
    }

    .pravo-title-picture,
    .shop-title-picture,
    .advantage-title-picture {
        height: 350px;
    }

    .contacts-info .col-xs-12 {
        margin-left: 0 !important;
    }

    .ast-system-main-block {
        padding-bottom: 0;
    }

    .ast-system-items {
        padding-top: 0;
    }
}

@media screen and (max-width: 375px) {
    .good-system-compl-table .col-xs-6 {
        width: 100%;
    }
}