* {
    outline: none;
}

html, body {
    height: 100%;
}

body {
    /*min-width: 1400px;*/
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 23px;
}

h1, .h1 {
    font-size: 22px;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 12px 0;
    line-height: normal;
}

h2, .h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 10px 0;
    line-height: normal;
}

h3, .h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 8px 0;
    line-height: normal;
}

table {
    border-collapse: collapse;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.tablenull {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
}

.tablenull > tbody > tr > td,
.tablenull > tbody > tr > th,
.tablenull > thead > tr > td,
.tablenull > thead > tr > th,
.tablenull > tfoot > tr > td,
.tablenull > tfoot > tr > th {
    padding: 0px;
}

.tablenull.t100 {
    width: 100%;
}

.cr_warning {
    font-size: 13px;
    text-transform: none;
    width: 63%;
    color: #424242;
    float: left;
    text-align: center;
    margin-left: 30px;
    line-height: 15px;
    margin-top: 4px;
}

.vtop {
    vertical-align: top !important;
}

.vmiddle {
    vertical-align: middle !important;
}

.spanvmiddle {
    display: inline-block;
    height: 100%;
    width: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom !important;
}

.aleft {
    text-align: left !important;
}

.acenter {
    text-align: center !important;
}

.aright {
    text-align: right !important;
}

.ajust {
    text-align: justify !important;
}

.ajustblock {
    text-align: justify;
    text-justify: newspaper;
    text-align-last: justify;
    font-size: 1px;
    line-height: 0px;
}

.ajustblock > span,
.ajustblock > a,
.ajustblock > div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 13px;
    text-align: left;
}

.ajustblock > div {
/ / display: inline; /* Привет, IE7! */
/ / zoom: 1; /* Привет, IE7! */
}

.ajustblock:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.f10 {
    font-size: 10px !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.em {
    font-style: italic !important;
}

.strong {
    font-weight: bold !important;
}

h1.strong {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.t-upper {
    text-transform: uppercase !important;
}

.t-lower {
    text-transform: lowercase !important;
}

.m-t0 {
    margin-top: 0 !important;
}

.p-t0 {
    padding-top: 0 !important;
}

.toggle-block {
    display: none;
}

.red {
    color: #ff0000;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -234px auto;
}

.header {
    height: 111px;
    width: 1345px;
    padding: 16px 27.5px 0;
    margin: 0 auto;
    position: relative;
}

.breadcrumbs_wr {
    width: 1345px;
    margin: 0 auto;
    padding: 0 27.5px 21px;
}

.content {
    width: 1345px;
    margin: 0 auto;
    padding: 0 27.5px 30px;
}

.header_wr.fixed ~ .content {
    padding-top: 127px;
}

.header_wr {
    width: 100%;
    background: #fff;
}

.header .logo {
    margin-bottom: 17px;
}

.header .logo img {
    float: left;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .logo a:hover img {
    opacity: 0.7;
}

.header .fav-btn {
    float: right;
    position: relative;
    top: -46px;
    padding-left: 26px;
    background-image: url(/img/fav-btn.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .fav-btn:hover,
.header .fav-btn.selected {
    background-image: url(/img/fav-btn_hover.png);
}

.header_wr {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_wr.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.header_wr.fixed.hide-header-fixed {
    top: -147px;
}

.header_wr.fixed .header {
    height: 47px;
    padding-top: 19px;
}

.header_wr.fixed .header .logo {
    position: relative;
    z-index: 1;
}

.header_wr.fixed .header .top-menu {
    position: absolute;
    width: 100%;
    top: 31px;
    left: 0;
}

.header_wr.fixed .header .top-menu .lvl1 .parent .sub-menu {
    top: 35px;
}

.header_wr.fixed .header .fav-btn {
    top: -20px;
    margin-top: 9px;
}

.text_free_siluet {
    font-size: 18px;
    font-family: Arial;
    text-align: center;
    width: 1000px;
    box-sizing: border-box;
    padding: 0 50px;
    margin: 0 auto 40px auto;
}

.text_free_siluet span {
    font-style: italic;
    display: block;
    font-family: Arial;
}

.list_free_siluet {
    width: 100%;
    margin: 0 auto;
}

.item_free_siluet {
    display: inline-block;
    width: 30%;
    height: 630px;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
}

.item_free_siluet.grey {
    background: #ececec;
    box-sizing: border-box;
    padding: 17% 40px;
    font-size: 18px;
    font-family: Arial;
    line-height: 21px;
}

.item_free_siluet img {
    display: block;
    width: 100%;
    height: 100%;
}

.bigimg_bg.modnye-tendentsii {
    position: relative;
}

.link_trend {
    font-size: 36px;
    color: #fff;
    font-family: Arial;
    text-decoration: none;
    position: absolute;
    top: 48%;
    right: 15%;
    text-shadow: 1px 1px 2px black, 0 0 15px #0a0a0a;
}

.link_trend:hover {
    text-decoration: underline;
}

.h1_txt {
    text-align: center;
    font-size: 30px;
}

.another_models {
    width: 101.66%;
    margin-left: -1.66%;
}

.another_models .item {
    display: inline-block;
    /*margin-right:1%;*/
    margin-left: 1.66%;
}

.exclusive-wr .another_models .item {
    margin-right: 0%;
}

@media (max-width: 1399px) {
    .link_trend {
        right: 10%;
        font-size: 30px;
    }

    .item_free_siluet {
        height: 530px;
    }

    body {
        line-height: 17px;
        font-size: 10px;
        min-width: auto;
    }

    .cr_warning {
        margin-top: 0;
    }

    /*.wrapper
    {
        margin:0 auto;
    }*/
    .header {
        height: 88px;
        width: auto;
        padding: 10px 40px 0;
    }

    .content {
        width: auto;
        padding: 0 40px 18px;
    }

    .breadcrumbs_wr {
        width: auto;
        padding: 0 40px 11px;
    }

    .header_wr.fixed ~ .content {
        padding-top: 98px;
    }

    .header .logo {
        margin-bottom: 12px;
    }

    .header .logo img {
        width: 115px;
        height: 22px;
    }

    .header .top-menu .lvl1 > li {
        font-size: 11px;
        padding: 0 4px;
        line-height: 11px;
    }

    .header .top-menu .lvl1 .parent .sub-menu {
        top: 71px;
        padding: 22px 0 45px;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside {
        width: auto;
        padding: 0 40px;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 > li > a {
        border-bottom: 2px solid #d6d6d6;
        margin-bottom: 7px;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li {
        line-height: 21px;
    }

    .header .fav-btn {
        padding-left: 18px;
        top: -40px;
        background-size: 15px 15px;
        line-height: 15px;
    }

    .header_wr.fixed .header {
        height: 35px;
        padding-top: 13px;
    }

    .header_wr.fixed .header .top-menu {
        top: 23px;
    }

    .header_wr.fixed .header .top-menu .lvl1 .parent .sub-menu {
        top: 25px;
    }

    .header_wr.fixed .header .fav-btn {
        margin-top: 7px;
    }
}

.footer_wr .footer {
    text-transform: uppercase;
    font-size: 12px;
}

.footer .cr_client {
    float: left;
    font-size: 11px;
}

.footer .cr_pixel {
    float: right;
    font-size: 11px;
    margin-right: 60px;
}

.footer .cr_pixel a {
    text-decoration: none;
}

.footer .cr_pixel a:hover {
    text-decoration: underline;
}

.footer .btn-menu {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    background: url(/img/footer-arrow.jpg) 95px 5px no-repeat;
    width: 110px;
}

.footer .bottom-menu-col {
    float: left;
}

.footer .bottom-menu-col + .bottom-menu-col {
    margin-left: 200px;
}

.footer .footer-clearfix {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #d6d6d6;
}

.footer .bottom-menu {
    display: none;
}

.footer .bottom-menu:before,
.footer .bottom-menu:after {
    content: '';
    display: table;
    clear: both;
}

.footer .bottom-menu ul {
    list-style: none;
    padding-left: 0;
    min-height: 140px;
    padding-top: 0px;
    margin-top: 0px;
}

.footer .bottom-menu li {
    margin-bottom: 7px;
}

.footer .bottom-menu .bottom-menu-title {
    margin-bottom: 6px;
}

.footer .bottom-menu li a {
    opacity: 1;
    font-size: 12px !important;
}

#show {
    display: none;
    cursor: pointer;
    position: absolute;
}

#show img {
    width: auto;
    height: auto;
}

.header_wr.hide-header-fixed .logo {
    text-align: center;
}

.header_wr.hide-header-fixed .logo img {
    float: none;
}

.socoal_right_footer li {
    margin-bottom: 20px !important;
    display: block;
}

.socoal_right_footer {
    margin-top: 44px;
    float: right;
}

.footer_wr .bottom-menu-col ul:first-of-type:before {
    content: "";
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    width: 270px;
    margin-top: 130px;
}

@media (max-width: 780px) {
    .header_wr.hide-header-fixed .logo {
        text-align: left;
    }

    .header .logo img {
        float: none;
    }

    .header .top-menu {
        display: none;
        position: absolute;
        left: -300px !important;
        width: 300px !important;
        height: 100% !important;
        padding-top: 15px;
        top: 0;
        background: #000;
        overflow: hidden;
    }

    .header .top-menu li {
        color: #fff;
        font-size: 14px !important;
        display: block !important;
        text-align: left;
    }

    .header .top-menu .parent div {
        padding: 15px !important;
        border-bottom: #34383c solid 1px;
    }

    .header .top-menu a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 15px !important;
        text-align: left;
        border-bottom: #34383c solid 1px;
        font-size: 14px;
    }

    .header .top-menu .sub-menu {
        background: #000 !important;
        /*top: 85px !important;*/
    }

    .header .top-menu .sub-menu .inside {
        padding: 0 !important;
    }

    .header .top-menu .lvl1 .parent:hover .sub-menu {
        display: none;
    }

    .header .top-menu .sub-menu .lv2 {
        position: static !important;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside li {
        width: 100% !important;
        display: border-left: !important;;
    }

    .header .top-menu .sub-menu li {
        display: block;
        width: 100%;
    }

    #show {
        display: inline-block;
    }

    .header .top-menu.show_mmenu {
        display: block;
        position: fixed !important;
        z-index: 99999;
    }

    .show_body {
        overflow: hidden;
    }

    .show_wrap {
        transition: .5s;
        transform: translateX(300px);
    }

    .blocks .black-bg.summer_action {
        background-size: 100%;
    }
}

.bg_text_full {
    width: 100% !important;
}

.bottom-map ul {
    margin-right: 50px;
}

.bottom-map:after {
    content: '';
    display: table;
    clear: both;
}

.towns_ul {
    display: table;
    width: 100%;
    padding-left: 0;
}

.towns_ul li {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.bottom-map div.fl {
    margin-right: 20px;
}

.mfp-wrap {
    z-index: 100000 !important;
}

br.show-for-mob {
    display: none;
}

.another_models .item .title:first-letter {
    text-transform: uppercase;
}

.detail h1.strong:first-letter {
    text-transform: uppercase;
}

.block_map_footer {
    background: #ececec;
    margin: 234px 0 -234px 0;
}

#map {
    height: 370px;
    width: 95%;
    margin: -30px auto 0 auto;
}

#map .baloon {
    padding: 10px 20px 10px 10px;
}

#map .baloon p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

#map .baloon .baloon_phone {
    text-decoration: none;
    padding: 3px 15px 3px 25px;
    display: inline-block;
    font-size: 14px;
    background: url(/images/baloon_phone.png) no-repeat left center;
}

#map .baloon .baloon_schema {
    font-size: 14px;
}

.priceElementBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 47px;
    line-height: 47px;
    background: #ececec;
    padding: 0 25px;
    box-sizing: border-box;
}

.leftPriceElem {
    display: inline-block;
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}

.rigthPriceElem {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

@media (max-width: 1100px) {
    .link_trend {
        display: block;
        position: static;
        margin: 40px 0 20px 0;
        text-align: center;
    }

    .blocks td {
        vertical-align: top;
    }

    .blocks .label {
        height: auto;
    }

    .blocks .title {
        line-height: 16px;
    }

    .blocks .black-bg td {
        font-size: 18px;
        padding: 18% 0;
    }

    .item_free_siluet {
        height: 430px;
    }

    .item_free_siluet.grey {
        font-size: 13px;
        line-height: 16px;
    }

    br.show-for-mob {
        display: block;
    }

    br.hide-for-mob {
        display: none;
    }
}

@media (max-width: 1330px) {
    .block_map_footer {
        margin: 0;
    }

    .breadcrumb-navigation li {
        font-size: 10px;
    }

    .footer .bottom-menu-col + .bottom-menu-col {
        margin-left: 60px;
    }

    .footer_wr .bottom-menu-col ul:first-of-type:before {
        width: 180px;
    }
}

@media (max-width: 1100px) {
    .bigimg_bg .bg_text,
    .bigimg-2_bg .bg_text {
        width: 100% !important;
    }

    .magaziny-wr {
        text-align: center;
    }

    .bigslider_bg .desc {
        text-align: left;
        margin-top: 180px;
        display: inline-block;
        width: auto !important;
    }

    .blocks td {
        vertical-align: top;
    }

    .blocks .label {
        height: auto;
    }

    .blocks .title {
        line-height: 16px;
    }

    .blocks .black-bg td {
        font-size: 18px;
        padding: 18% 0;
    }
}

@media (max-width: 1000px) {
    .cr_warning {
        display: none;
    }

    .list_free_siluet,
    .text_free_siluet {
        width: 100%;
    }

    .text_free_siluet {
        padding: 0;
    }

    .item_free_siluet {
        width: 30%;
        height: 380px;
    }

    .item_free_siluet.grey {
        padding: 12% 40px;
    }
}

@media (max-width: 930px) {
    .descr,
    .descr tbody,
    .descr tr,
    .descr td {
        display: block;
        width: 100%;
    }

    .descr .txt {
        padding-bottom: 50px;
        box-sizing: border-box;
    }
}

@media (max-width: 910px) {
    .detail .img {
        border: 0 none;
        vertical-align: top;
    }

    .detail .img img {
        width: auto;
    }

    .detail {
        overflow: hidden;
        display: block;
    }

    .detail td {
        display: block;
        width: 100% !important;
    }
}

@media (max-width: 820px) {
    .footer .bottom-menu-col {
        width: 40%;
        margin-right: 10%;
    }

    .footer .bottom-menu-col + .bottom-menu-col {
        margin-left: 0;
    }

    .item_free_siluet {
        width: 47%;
        height: 465px;
    }

    .text_free_siluet {
        font-size: 16px;
    }

    .item_free_siluet.grey {
        padding: 20% 40px;
    }

    .socoal_right_footer {
        float: left;
    }

    .socoal_right_footer li {
        margin-bottom: 0px !important;
        display: inline-block;
        margin-right: 10px;
    }

    .priceElementBlock {
        padding: 0px 4% !important;
        height: 30px !important;
        line-height: 32px !important;
    }

    .itemListPrice {
        padding: 0px 4% !important;
        height: 30px !important;
        line-height: 32px !important;
    }
}

@media (max-width: 780px) {
    .blocks td,
    .blocks .black-bg,
    .blocks img {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .blocks .black-bg td {
        font-size: 14px;
    }

    .blocks .title {
        margin: 10px 0 20px 0;
        font-size: 9px;
    }

    .blocks .item .btns,
    .another_models .item .img .btns {
        display: none !important;
    }

    .video_mobile {
        width: 100%;
        height: 400px;
    }

    .header_wr.hide-header-fixed .logo {
        text-align: left;
    }

    .header .logo img {
        float: none;
    }

    .header .top-menu {
        display: none;
        position: absolute;
        left: -300px !important;
        width: 300px !important;
        height: 100% !important;
        padding-top: 15px;
        top: 0;
        background: #000;
        overflow: hidden;
    }

    .header .top-menu li {
        color: #fff;
        font-size: 14px !important;
        display: block !important;
        text-align: left;
    }

    .header .top-menu .parent div {
        padding: 15px !important;
        border-bottom: #34383c solid 1px;
    }

    .header .top-menu a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 15px !important;
        text-align: left;
        border-bottom: #34383c solid 1px;
        font-size: 14px;
    }

    .header .top-menu .sub-menu {
        background: #000 !important;
        /*top: 85px !important;*/
    }

    .header .top-menu .sub-menu .inside {
        padding: 0 !important;
    }

    .header .top-menu .lvl1 .parent:hover .sub-menu {
        display: none;
    }

    .header .top-menu .sub-menu .lv2 {
        position: static !important;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside li {
        width: 100% !important;
        display: border-left: !important;;
    }

    .header .top-menu .sub-menu li {
        display: block;
        width: 100%;
    }

    #show {
        display: inline-block;
    }

    .header .top-menu.show_mmenu {
        display: block;
        position: fixed !important;
    }

    .show_body {
        overflow-x: hidden;
    }

    .show_wrap {
        transition: .5s;
        transform: translateX(300px);
    }

    .header .fav-btn {
        top: -35px;
    }

    .slider {
        margin-top: -30px;
    }

    .btns_wr a {
        width: 100%;
        margin-bottom: 20px;
    }

    .btns_wr a > div {
        width: auto;
    }

    .btns_wr a .name {
        font-size: 14px;
        text-decoration: none;
    }

    .btns_wr a .img img {
        width: auto;
    }

}

@media (max-width: 740px) {
    .bigimg_bg.sagitta .bg_text {
        height: auto;
    }

    .bigimg_bg.sagitta {
        background-image: url(/img/preim-760.jpg);
    }

    .bigimg_bg.modnye-tendentsii .bg_text {
        height: auto;
    }

    .bigimg_bg.modnye-tendentsii {
        background-image: url(/img/moda-760.jpg);
    }

    .another_models .item .img {
        height: 300px;
    }

    .another_models .item .img .btns {
        padding: 0 2px;
        overflow: hidden;
    }

    .gray_wr .gray_inside .bottom-menu a {
        display: block;
        text-align-last: left;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .link_trend {
        font-size: 25px;
        line-height: 28px;
    }
}

@media (max-width: 640px) {
    .blocks .black-bg td {
        font-size: 11px;
        padding: 12% 0;
        line-height: 18px;
    }

    .slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 3px;
        height: 3px;
    }

    .item_free_siluet {
        display: block;
        margin: 0 auto 5% auto;
        width: 80%;
        height: auto;
    }

    .item_free_siluet.grey {
        min-height: 465px;
        padding: 30% 40px 0 40px;
    }
}

@media (max-width: 600px) {
    /*.blocks td,
    .blocks .black-bg,
    .blocks img {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .blocks .black-bg td {
        font-size: 14px;
    }
    .blocks .title {
        margin: 10px 0 20px 0;
        font-size: 9px;
    }*/
    .another_models .item .img {
        height: 250px;
    }

    .btns_wr a .name {
        text-align-last: left;
    }

    .link_trend {
        font-size: 20px;
        line-height: 23px;
    }

    .another_models .item {
        width: 49%;
        margin-right: 0%;
    }

}

@media (max-width: 536px) {
    .video_mobile {
        height: 300px;
    }

    .detail .img img {
        width: 100%;
    }

    .blocks .item .btns {
        overflow: hidden;
        padding: 0 2px;
    }

    .footer .bottom-menu-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer .bottom-menu-col ul {
        min-height: auto;
    }

    .footer .bottom-menu-col + .bottom-menu-col {
        margin-left: 0;
    }

    .footer .cr_pixel {
        margin-right: 0;
    }

    .footer .cr_client,
    .footer .cr_pixel {
        font-size: 7px;
    }

    .link_trend {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 500px) {
    .towns_ul li {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
        margin-left: 20px;
    }

    .another_models .item .img {
        height: 200px;
    }

    .btns_wr a .name {
        padding-left: 15px;
    }
}

@media (max-width: 420px) {
    .hide-for-xs {
        display: none;
    }

    .another_models .item .img .detail-link {
        height: 220px;
    }

    .bigimg_bg {
        margin-bottom: 30px !important;
    }

    .content {
        padding: 0 15px 18px;
    }

    .bigslider_bg .desc {
        margin-top: 10px;
    }

    .magaziny-wr .desc {
        margin-top: 80px;
    }

    .bigslider_bg .desc a {
        display: block;
    }

    .video_mobile {
        height: 200px;
    }

    .another_models .item .img {
        height: 150px;
    }

    .more {
        width: 100%;
    }

    .btns_wr a .img,
    .btns_wr a .img img {
        display: block;
        width: 100%;
    }

    .btns_wr a .name {
        display: block;
        margin-top: 15px;
    }

    .item_free_siluet.grey {
        min-height: 365px;
    }
}

.show-for-mob {
    display: none;
    text-align: center;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 12% 0px;
    margin: 2px 0;
}

.fabr-show-for-mob {
    display: none;
}

@media (max-width: 390px) {
    .footer .cr_client,
    .footer .cr_pixel {
        font-size: 7px;
    }

    .priceSectionElement {
        width: 100%;
    }

    .another_models .item .itemListPrice .price, .another_models .item .itemListPrice .oldprice, .another_models .item .itemListPrice .price {
        font-size: 10px;
    }
}

@media (max-width: 930px) {
    .fabr-show-for-mob {
        display: block !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .fabr-hide-for-mob {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .show-for-mob {
        display: block !important;
    }

    .hide-for-mob {
        display: none !important;
    }

    .blocks .label.bottom,
    .blocks.shap.catalog .label {
        padding-bottom: 0;
    }

    .footer_wr .bottom-menu-col ul:after {
        content: "";
        height: 1px;
        background: #d6d6d6;
        position: absolute;
        width: 270px;
    }

    .footer_wr .bottom-menu-col ul:first-of-type:before {
        display: none;
    }

    .footer .bottom-menu ul {
        min-height: auto;
        margin-bottom: 30px;
    }

    li.bottom-menu-title {
        display: none;
    }
}

.descr .txt {
    background: #ececec;
    color: #000;
}

.item-name {
    background: #efefef;
}

.more-link {
    display: block;
    height: 36px;
    line-height: 36px;
    border: #d2d2d2 solid 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_push {
    height: 234px;
}

.bottom-wr {
    background: #ececec;
    padding: 0 0 31px;
}

.bottom-wr .bottom {
    width: 1350px;
    padding: 28px 20px 0;
    margin: 0 auto;
    border-top: #d6d6d6 solid 1px;
    min-height: 250px;
}

.bottom-wr .bottom > div {
    vertical-align: top;
    text-align-last: left;
}

.bottom-wr .bottom .menu .title {
    font-size: 14px;
    color: #333;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.bottom-wr .bottom .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-wr .bottom .menu ul li {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

.bottom-wr .bottom .menu.i3 ul li {
    text-transform: none;
    padding-left: 14px;
    background: url(/img/menu-li.png) no-repeat left center;
}

.bottom-wr .bottom .menu ul li a {
    color: #7e7e7e;
    text-decoration: none;
    border-bottom: transparent solid 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-wr .bottom .menu ul li a:hover {
    border-color: #7e7e7e;
}

.bottom-wr .bottom .moscow-block .title {
    font-size: 14px;
    color: #333;
    line-height: 13px;
    margin-bottom: 4px;
}

.bottom-wr .bottom .moscow-block .address {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 16px;
    margin-bottom: 7px;
}

.bottom-wr .bottom .moscow-block .phone {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 17px;
    margin-bottom: 7px;
}

.bottom-wr .bottom .moscow-block .schedule {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 16px;
    margin-bottom: 16px;
}

.bottom-wr .bottom .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-wr .bottom .cr-wr .social-networks {
    margin: 22px 0;
}

.bottom-wr .bottom .social-networks li {
    display: inline-block;
    margin-left: 4px;
}

.bottom-wr .bottom .social-networks li:first-child {
    margin-left: 0;
}

.bottom-wr .bottom .social-networks li a {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-wr .bottom .social-networks li.ig a {
    background-image: url(/img/ig.png);
}

.bottom-wr .bottom .social-networks li.fb a {
    background-image: url(/img/fb.png);
}

.bottom-wr .bottom .social-networks li.vk a {
    background-image: url(/img/vk.png);
}

.bottom-wr .bottom .social-networks li a:hover {
    opacity: 0.7;
}

.bottom-wr .bottom .footnote {
    color: #424242;
    line-height: 15px;
}

.bottom-wr .bottom .cr-wr .cr-client {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
}

.bottom-wr .bottom .cr-wr .cr-pixel {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}

.bottom-wr .bottom .cr-wr .cr-pixel a {
    text-decoration: none;
    border-bottom: transparent solid 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-wr .bottom .cr-wr .cr-pixel a:hover {
    border-color: #000;
}

.leopard table .img {
    vertical-align: top;
}

.leopard table .txt {
    vertical-align: middle;
}

.leopard table td p {
    font-size: 14px;
}

.banner__fur_coat {
    margin: 0px 0 40px 0;
    background: url('/img/bg/banner_full_w.jpg') no-repeat 0 0;
    width: 100%;
    height: 153px;
    background-size: contain;
}

.dropdown_menu_footer.twice {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
}

.dropdown_menu_footer {
    display: none;
    padding-left: 8px !important;
}

.dropdown_menu_footer li a {
    text-transform: none;
    font-size: 12px;
}

.dropdown_li_footer:hover > .dropdown_menu_footer {
    display: block;
}

.dropdown_li_footer {
    position: relative;
}

.dropdown_li_footer:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    top: 13px;
    left: 80px;
    position: absolute;
    -webkit-transform: rotate(-133deg);
    -ms-transform: rotate(-133deg);
    transform: rotate(-133deg);
    border-bottom: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
}

.dropdown_li_footer:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

.bottom-wr .bottom .menu.i0 .dropdown_li_footer {
    min-width: 178px;
}

.leopard_text {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
}

.bottom__links {
    padding: 0;
    margin: 20px 0 10px 0;
}

.bottom__links li {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bottom__links li:hover {
    border-color: #000;
}

.bottom__links li:last-child {
    margin-right: 0;
}

.bottom__links li a {
    display: block;
    padding: 9px 18px;
    color: #3f3f3f;
    text-decoration: none;
    text-shadow: 0 0 1px #9c9c9c;
}

@media (max-width: 900px) {
    .leopard_text {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_992_w.jpg') no-repeat 0% 0;
        height: 271px;
        background-size: contain;
    }
}

@media (max-width: 768px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_768_w.jpg') no-repeat 0% 0;
        height: 217px;
        background-size: contain;
    }
}

@media (max-width: 690px) {
    .dropdown_li_footer:before {
        display: none;
    }

    .dropdown_li_footer:hover > .dropdown_menu_footer {
        display: none;
    }

    .dropdown_menu_footer.twice {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .dropdown_li_footer i {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        top: 13px;
        right: 45px;
        position: absolute;
        -webkit-transform: rotate(-133deg);
        -ms-transform: rotate(-133deg);
        transform: rotate(-133deg);
        border-bottom: 1px solid #7e7e7e;
        border-right: 1px solid #7e7e7e;
    }

    .dropdown_li_footer.open i {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
    }
}

@media (max-width: 480px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_480_w.jpg') no-repeat 0% 0;
        height: 236px;
        background-size: contain;
    }

    .leopard_text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 320px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_320_w.jpg') no-repeat 0% 0;
        height: 162px;
        background-size: contain;
    }
}

@media (max-width: 1389px) {
    .bottom-wr .bottom {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .bottom-wr .bottom {
        text-align: center;
    }

    .bottom-wr .bottom > div {
        margin: 0 15px;
    }

    .wrapper {
        min-height: auto;
        margin: 0 auto;
    }

    .footer_push {
        display: none;
    }
}

@media (max-width: 1023px) {
    .another_models {
        width: 101.58%;
        margin-left: -1.58%;
    }

    .another_models .item {
        margin-left: 1.58%;
    }
    
}

@media (max-width: 767px) {
    .another_models {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }

    .another_models .item {
        margin-left: 0;
    }
}

@media (max-width: 687px) {
    .bottom-wr .bottom > div {
        width: 200px;
        margin: 0 auto;
        display: block;
        text-align: center;
        text-align-last: center;
        margin-top: 15px;
    }

    .bottom-wr .bottom > div:first-child {
        margin-top: 0;
    }

    .bottom-wr .bottom .menu.i3 ul li {
        padding-left: 0;
        background: none;
    }
}

@media (max-width: 600px) {
    .exclusive-wr .title-heading {
        font-size: 16px;
        margin: -25px 0 20px 0;
    }
}

@media (max-width: 440px) {
    #logo-link {
        display: inline-block;
        margin-left: 20%;
    }

    .header_wr.fixed .header .fav-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 1000;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

table.detail {
    table-layout: fixed;
}

.header__contacts {
    position: absolute;
    bottom: 42px;
    color: #333;
}

.fixed .header__contacts,
.top-menu .header__contacts {
    display: none;
}

.header__city {
    position: relative;
    padding-left: 17px;
    font-size: 14px;
}

.header__city:before {
    content: '';
    background: url(/images/header_placemark.png) no-repeat;
    width: 12px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}

.header__phone a {
    font-size: 20px;
    color: #333;
    display: block;
    text-decoration: none;
}

@media (max-width: 1399px) {
    .header__city:before {
        top: 0;
    }
}

@media (max-width: 768px) {
    .header__contacts {
        display: none;
    }

    .top-menu.show_mmenu .header__contacts {
        display: block;
        position: relative;
        bottom: auto;
        color: #fff;
        text-align: left;
        padding: 20px 0 0 20px;
    }

    .header__city {
        font-size: 16px;
    }

    .header__city:before {
        top: 0;
        background: url(/images/header_placemark_black.png) no-repeat;
    }

    .header__phone a {
        font-size: 16px !important;
        border-bottom: none !important;
    }

    .header {
        margin-bottom: 15px;
    }

    .breadcrumbs_wr {
        margin-top: -30px;
    }

}

@media (max-width: 480px) {
    .bottom__links li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 47%;
        height: 45px;
        line-height: 14px;
        position: relative;
    }
    .bottom__links li:nth-child(2n) {
        margin-right: 0;
    }
    .bottom__links li a {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

.skidki-2019 {
    background-image: url(/img/bg-skidki-2019.jpeg) !important;
}

.summer_action {
    background: #ececec !important;
    font-size: 26px !important;
    text-align: center !important;
    line-height: 42px !important;
    padding-left: 0 !important;
}

.summer_action div, .summer_action td {
    color: #000 !important;
}