*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.hidden {
    display: none !important;
}

.slick-slide:focus {
    outline: none;
}

.slider {
    display: none;
}


.slick-initialized {
    display: block !important;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
}

a {
    color: #006699;
    text-decoration: none;
}

a:hover {
    color: #00a1d8;
    /* text-decoration: underline; */
}

h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    position: relative;
}

.container::before {
    content: "";
    overflow: hidden;
    display: block;
}

.container::after {
    content: "";
    overflow: hidden;
    display: block;
}

.head {
    position: absolute;
    width: 100%;
    top: 0;
}

.head.fixed {
    z-index: 900;
    width: 100%;
    top: 0;
    background: #ffffff;
    position: fixed;
    box-shadow: 0px 5px 10px rgba(123, 123, 123, 0.25);
}
.head.fixed .basket {
    display: block;
}

.head .mobile_menu {
    display: none;
}

.head .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
}


/*
.head .logo {
    width: 197px;
    flex-shrink: 0;
}
*/

.head .more {
    display: flex;
    width: 210px;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head .phone {
    font-size: 25px;
    font-weight: 300;
    align-self: flex-start;
    padding-bottom: 5px;
    /*padding-top: 11px*/
}

.head .phone span {
    font-size: 16px;
}

.head .basket {
    /* display: none;
    position: absolute;
    bottom: 5px;
    right: 141px;
    */
    font-size: 18px;
    width: 75px;
}

.head .basket a {
    color: #cc0000;
}


#location {
/*    right: 0px;
    position: absolute;
    bottom: 5px;*/
    /* left: 901px; */
    /**/
    text-align: right;
    /* height: 18px; */
    font-size: 16px;
    color: #5ea0b6;
    cursor: pointer;
}

#location .arrow {
    display: inline-block;
    width: 12px;
    height: 15px;
    background: url(/images/location_arrow.jpg) no-repeat 0 6px;
}

.head .menu {
    /*width: 572px;*/
    margin-left: 20px;
    font-weight: 300;
}

.head .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.head .menu li {
    padding: 5px 11px;
}

.head .menu li:last-child a {
    color: #cc0000;
}

.block_search {
    margin-top: 80px;
}

.block_search .form {
    background: url(/images/forms/yellow_block.png) no-repeat top left;
    width: 1000px;
    height: 203px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.block_search .know_auto {
    position: absolute;
    width: 269px;
    height: 35px;
    background: url(/images/forms/know_auto_back.png) no-repeat top left;
    bottom: 35px;
    left: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    padding-top: 8px;
    cursor: pointer;
    display: none;
}

.block_search .tire_search_form_in {
    font-weight: 300;
    font-size: 16px;
    width: auto;
}

.block_search .tire_search_form {width: 100%; position: relative; display: flex;}

.form_ui { display: flex; width: 100%; flex-direction: row; justify-content: space-between;}
    .form_ui .row_1{ margin: 24px 0 0 32px; display: flex; flex-direction: row; flex-wrap: wrap; max-width: 520px;}
        .form_ui .col_select {flex-direction: column;}
        .col_brand { margin-left: 49px;}
        .col_sezon {flex-shrink: 0; width: 250px; height: 75px; position: relative; margin: 12px 0 0 0;}
        .col_radio {flex-direction: column; margin: 15px 0 0 75px}
            .radio_line { position: relative; display: flex; flex-direction: row; width: 150px; height: 23px;}
                .tire_cargo_icon {background: url(/images/forms/tire_cargo_ico.png);}
                .tire_spike_icon {background: url(/images/forms/tire_spike_icon.png);}
                .tire_runflat_icon {background: url(/images/forms/tire_runflat_icon.png);}
                .radio_line .icon { width: 30px; height: 22px; flex-shrink: 0; font-size: 0; line-height: 0; background-position: top center; background-repeat: no-repeat; }
                .radio_line .radio { margin: 3px 0 0 3px; position: relative;}
                .radio_line .label { margin: 0px 0 0 5px;}
    .form_ui .row_submit {width: 88px; height: 199px; flex-shrink: 0;}


.block_search .tire_width_label {
/*    position: absolute;
    top: 24px;
    left: 207px;*/
    width: 63px;
    height: 20px;
}

.block_search .tire_width_in {
/*    position: absolute;
    top: 46px;
    left: 202px;*/
    width: 90px;
    height: 30px;
}

.block_search .tire_profile_label {
/*    position: absolute;
    top: 24px;
    left: 300px;*/
    width: 75px;
    height: 20px;
}

.block_search .tire_profile_in {
/*    position: absolute;
    top: 46px;
    left: 294px;*/
    width: 90px;
    height: 30px;
}

.block_search .tire_diameter_label {
/*    position: absolute;
    top: 24px;
    left: 392px;*/
    width: 70px;
    height: 20px;
}

.block_search .tire_diameter_in {
/*    position: absolute;
    top: 46px;
    left: 387px;*/
    width: 90px;
    height: 30px;
}

.block_search .tire_brand_label {
/*    position: absolute;
    top: 24px;
    left: 522px;*/
    width: 95px;
    height: 20px;
}

.block_search .tire_brand_in {
/*    position: absolute;
    top: 46px;
    left: 517px;*/
    width: 165px;
    height: 30px;
}

.block_search .tire_season_label {
    position: absolute;
    top: 23px;
    left: 0px;
    width: 62px;
    height: 25px;
    color: #362905;
    font-size: 24px;
    line-height: 20px;
}

.block_search .tire_season_in {
    position: absolute;
}

.block_search .tire_spike_label {
/*    position: absolute;
    top: 87px;
    left: 599px;*/
    width: 50px;
    height: 20px;
}

.block_search .tire_spike_in {
/*    position: absolute;
    top: 90px;
    left: 551px;*/
    width: 45px;
    height: 16px;
}

.block_search .tire_runflat_label {
/*    position: absolute;
    top: 111px;
    left: 599px;*/
    width: 50px;
    height: 20px;
}




.block_search .tire_runflat_in {
/*    position: absolute;
    top: 112px;
    left: 551px;*/
    width: 45px;
    height: 16px;
}

.block_search .tire_cargo_label {
/*    position: absolute;
    top: 134px;
    left: 599px;*/
    width: 50px;
    height: 20px;
}

.block_search .tire_cargo_in {
/*    position: absolute;
    top: 135px;
    left: 551px;*/
    width: 45px;
    height: 16px;
}

.block_search .tire_send {
    width: 88px;
    height: 199px;
    border: none;
    cursor: pointer;
    background: url(/images/forms/send_tire.png) no-repeat top left;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}

.block_search .niceRadioContainer {
    width: 121px;
    height: 27px;
    background: url(/images/forms/radio_back.png) no-repeat top left;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 80px;
}

.block_search .niceRadioContainer .label {
    color: #362905;
    font-size: 14px;
    line-height: 12px;
}

.block_search .niceRadioContainer .label1 {
    position: absolute;
    top: -19px;
    left: -6px;
}

.block_search .niceRadioContainer .label2 {
    position: absolute;
    top: -19px;
    left: 44px;
}

.block_search .niceRadioContainer .label3 {
    position: absolute;
    top: -19px;
    left: 83px;
}

.block_search .niceRadioContainer .icon {
    position: absolute;
    width: 20px;
    height: 20px;
}

.block_search .niceRadioContainer .icon1 {
    top: 30px;
    left: 1px;
}

.block_search .niceRadioContainer .icon2 {
    top: 30px;
    left: 51px;
}

.block_search .niceRadioContainer .icon3 {
    top: 30px;
    left: 98px;
}

.block_search .radio1 {
    position: absolute;
    z-index: 2;
    left: 3px;
    top: 4px;
    width: 20px;
    height: 20px;
}

.block_search .radio2 {
    position: absolute;
    z-index: 2;
    left: 50px;
    top: 4px;
}

.block_search .radio3 {
    position: absolute;
    z-index: 2;
    left: 98px;
    top: 4px;
    width: 20px;
    height: 20px;
}

.block_search .niceRadio {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    opacity: 0;
}

.block_search .niceRadio + .niceRadioImg {
    width: 20px;
    height: 20px;
    display: block;
    background: url(/images/forms/radio.png);
    overflow: hidden;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.block_search .niceRadio:checked + .niceRadioImg {
    background-position: 0 -20px;
}

.block_search .niceRadio2 {
    width: 41px;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: 0;
}

.block_search .niceRadio2 + .niceRadioImg {
    width: 41px;
    height: 15px;
    display: block;
    cursor: pointer;
    background: url(/images/forms/my_check.png);
    overflow: hidden;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.block_search .niceRadio2:checked + .niceRadioImg {
    background-position: 0px -15px;
}

.block_search .header {
    flex-shrink: 0;
    font-size: 34px;
    font-weight: 300;
    width: 300px;
    height: 83px;
    color: #362905;
    margin-left: 60px;
    margin-top: 49px;
    letter-spacing: 1.3px;
}

.block_search .chosen-select {
    width: 80px;
    background: transparent;
}

.block_search .chosen-select_wilde {
    width: 180px;
}

.block_search .form_label {
    font-size: 14px;
    line-height: 17px;
    color: #362905;
}

.block_search .chosen-container-single .chosen-single {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #362905;
    font-size: 21px;
    font-weight: 300;
    border-radius: 0;
    border-bottom: 2px solid #362905;
    box-shadow: none;
}

.block_search .icon1 {
    background: url("/images/forms/tire_season_icon_1.png");
    width: 20px;
    height: 20px;
}

.block_search .icon2 {
    background: url("/images/forms/tire_season_icon_2.png");
    width: 20px;
    height: 20px;
}

.block_search .icon3 {
    background: url("/images/forms/tire_season_icon_3.png");
    width: 20px;
    height: 20px;
}

.block_search .office {
    /*  position: absolute;
    top: 203px;
     left: 542px;
    bottom: 1px; right: 231px;*/
    position: relative;
    width: 228px;
    height: 30px;
    font-size: 16px;
    background: rgb(21,21,21);
    background: linear-gradient(90deg, rgba(21,21,21,1) 0%, rgba(53,53,53,1) 83%, rgba(100,100,100,1) 100%);
}

.block_search .office a {
    color: #aaa;
    text-decoration: underline;
}

.block_search .office a:hover {
    color: #fff;
    text-decoration: none;
}

.block_search .office .sex_icon {
    position: absolute;
    top: 6px;
    left: 16px;
    background: url("/images/persona.jpg") center no-repeat;
    width: 17px;
    height: 18px;
}

.block_search .office .login {
    position: absolute;
    top: 6px;
    left: 41px;
    width: 120px;
    /* height: 13px; */
    overflow: hidden;
}

.block_search .office .logout {
    position: absolute;
    top: 6px;
    left: 170px;
    width: 45px;
    /* height: 12px; */
}

.block_search .office .registration {
    position: absolute;
    top: 6px;
    left: 119px;
    width: 45px;
    height: 20px;
}

.block_search .basket {
    /* position: absolute;
   top: 203px;
    left: 769px;
    bottom: 1px; right: 0px;*/
    width: 228px;
    height: 30px;
    overflow: hidden;
}

.block_search .basket .status_empty {
    width: 228px;
    height: 29px;
    background: url(/images/basket_status_empty.jpg) no-repeat top left;
    text-align: center;
    color: #f0f0e0;
    font-size: 12px;
    padding: 9px 0 0 0;
}

.block_search .basket .filled {
    position: relative;
    width: 228px;
    height: 29px;
    background: url(/images/basket_filled.jpg) repeat-x top center;
}

.block_search .basket .filled .counter {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 27px;
    height: 24px;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    padding: 1px 0 0 12px;
    background: url(/images/basket_counter.jpg) no-repeat top left;
    text-align: center;
}

.block_search .basket .filled .summa {
    position: absolute;
    top: 9px;
    left: 40px;
    /* height: 16px; */
    color: #ffffff;
    font-size: 23px;
    line-height: 12px;
}

.block_search .basket .filled .link {
    position: absolute;
    top: 9px;
    left: 158px;
    font-size: 16px;
    line-height: 12px;
}

.block_search .basket .filled a {
    color: #FFF;
    text-decoration: underline;
}

.block_search .basket .filled a:hover {
    color: #FFF;
    text-decoration: none;
}

/*

.block_slider {
    margin-top: 40px;
}

.block_slider .container {
    position: relative;
    width: auto;
}

.block_slider .slider {
    max-width: 1200px;
    margin: auto;
}

.block_slider .prev {
    background: url(/images/slider_arrow.png) center no-repeat;
    width: 40px;
    height: 84px;
    z-index: 35;
    position: absolute;
    left: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.block_slider .next {
    background: url(/images/slider_arrow.png) center no-repeat;
    width: 40px;
    height: 84px;
    z-index: 35;
    position: absolute;
    right: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
    cursor: pointer;
}

.slick-dots li button {
    background: #ffffff;
}
*/

.block_content {
    font-size: 16px;
    /* font-size: 16px; */
    line-height: 1.4;
}

.block_content .title_area {
    font-size: 35px;
    padding: 20px 0 5px;
    color: #362905;
    font-weight: 300;
    margin-top: 10px;
}

.block_content .title_area h1 {
    max-width: 730px;
}

.block_content .links_area {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0 0 2px;
}

.block_content .links_area a {
    /* padding: 0 10px 0; */
}

.block_content .links_area a:first-child {
    padding-left: 0;
}

.block_content .black_line {
    width: 100%;
    height: 1px;
    background: #f5f5f5;
}

.block_content .content_area {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0 40px;
    color: #362905;
}

.block_content .flex_catalog {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.item_card {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    transition: all 300ms;
    cursor: pointer;
    text-align: center;
    padding: 5px;
}

.item_card:hover {
    box-shadow: 0px 5px 10px rgba(123, 123, 123, 0.25);
}

.flex_catalog .brand_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 15px;
    flex-direction: column;
    width: 170px;
    font-size: 14px;
    transition: all 300ms;
    cursor: pointer;
}

.flex_catalog .brand_card:hover {
    box-shadow: 0px 5px 10px rgba(123, 123, 123, 0.25);
}

.flex_catalog .brand_card .card_image {
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_catalog .brand_card .card_image img {
    max-height: 60px;
    width: auto;
}

.item_card .card_image {
    min-width: 200px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_card .card_param {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.block_content .flex_catalog .item {
}

.block_content table tr {
    height: 30px;
}

.block_content table td {
    min-height: 60px;
    padding: 0;
}

.block_content .model_variant {
    font-size: 22px;
    font-weight: 400;
    display: block;
}

.block_content .registration td:first-child {
    width: 320px;
}

.block_content .login_table td:first-child {
    width: 80px;
}

.block_content .brand_area {
    font-size: 50px;
    padding: 10px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 20px;
}

.block_content .registration tr {
    height: 50px;
}

.block_content input {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #362905;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    border-bottom: 1px solid #362905;
    box-shadow: none;
}

.block_content input[type=submit] {
    font-size: 24px;
    margin: 30px;
    color: #e64b46;
    font-weight: 500;
}

.error {
    color: #d41817;
    font-size: 20px;
}

.footer {
    margin-top: 40px;
    background: linear-gradient(to top, #e8e8e8, #ffffff);
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
}

.footer .menu {
    width: 572px;
    margin-left: 20px;
    font-weight: 400;
}

.footer .copyright {
    font-size: 10px;
    position: absolute;
    top: 59px;
}

.footer .logo_card {
    display: block;
    width: 300px;
    height: 45px;
    margin-left: 15px;
}

.footer .politica {
    font-size: 10px;
    width: 471px;
    line-height: 13px;
    margin-left: 15px;
}

.footer .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.footer .menu li {
    padding: 5px 11px;
}

.card_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.card_tovar {
    display: inline-block;
    /* height: 400px; */
    width: 220px;
    background-color: #FFFFFF;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    /* margin-left: 0px; */
    /* margin-right: 30px; */
    /* margin-bottom: 40px; */
    margin-top: 30px;
    padding: 5px 5px 20px;
}

.card_tovar .brand {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.card_tovar .model {
    text-align: center;
    font-size: 14px;
    padding-top: 0px;
    font-weight: 300;
}

.card_tovar .variant {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    font-weight: 300;
}

.card_tovar .image {
    padding-top: 5px;
    min-height: 200px;
    min-width: 200px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_tovar .image img {
}

.card_tovar .price {
    /* padding-top: 15px; */
    width: 130px;
    height: 30px;
    margin: 0 auto;
}

.card_tovar .price_ot {
    width: 140px;
    margin: 0 auto;
}

.card_tovar .cost_ot1 {
    height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: #cc0000;
    color: #fff;
    margin: 5px 0 0 0px;
}

.card_tovar .cost_ot2 {
    height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: #303030;
    color: #fff;
    margin: 5px 0 0 0px;
}

.card_tovar .cost {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: #cc0000;
    color: #fff;
    /* margin: 0 0 0 0px; */
    /* padding: 6px 0 0px 0; */
}

.card_tovar .button {
    float: left;
    width: 27px;
    height: 30px;
    padding: 0px 0 0px 0;
    margin: 0 0 0px 2px;
    background-color: #303030;
}

.card_tovar .addon {
    float: none;
    /* text-align: left; */
    font-size: 18px;
    padding-top: 5px;
    font-weight: 300;
    width: 180px;
    /* line-height: 1.5; */
    margin: 0 auto;
    margin-top: 10px;
}

.card_tovar .zakaz {
    width: 128px;
    height: 21px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #cc0000;
    color: #fff;
    margin: 0 0 0 0px;
    padding: 6px 0 0px 0;
}

.card_tovar .zakaz a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.info_tovar {
    display: inline-block;
    margin-top: 30px;
    width: 740px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.info_tovar .info1 {
    display: inline-block;
    width: 360px;
    display: flex;
    flex-wrap: wrap;
}

.info_tovar .info2 {
    display: inline-block;
    width: 360px;
    display: flex;
    flex-wrap: wrap;
}

.info_tovar .info3 {
    display: inline-block;
    width: 360px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.info_tovar .info4 {
    display: inline-block;
    width: 360px;
    margin-top: 20px;
    /* vertical-align: top; */
    display: flex;
    flex-wrap: wrap;
}

.info_tovar .info5 {
    display: inline-block;
    /* clear: left; */
    /* float: left; */
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.info_tovar .info_header {
    display: inline-block;
    /* float: left; */
    font-size: 17px;
    font-weight: bold;
    /* padding-top: 10px; */
    padding-left: 15px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 5px;
}

.info_tovar .info_text1 {
    display: inline-block;
    margin-left: 56px;
    width: 165px;
    height: 40px;
    font-size: 12px
}

.info_tovar .info_text2 {
    display: inline-block;
    margin-left: 66px;
    width: 332px;
    /* height: 40px; */
    font-size: 16px;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.info_tovar .info_text2 div {
    flex-basis: 55%;
    margin-bottom: 15px;
}

.info_tovar .info_text2 .flex100 {
    margin-left: auto;
    flex-basis: 45%;
    text-align: right;
}

.info_tovar .info_text3 {
    display: inline-block;
    margin-left: 56px;
    width: 100%;
    /* text-align: justify; */
    height: auto;
    font-size: 12px;
}

.info_tovar .info1_label {
    display: inline-block;
    /* float: left; */
    background-image: url("/images/icon_info.png");
    background-repeat: no-repeat;
    width: 51px;
    height: 37px;
}

.info_tovar .info2_label {
    display: inline-block;
    /* float: left; */
    background-image: url("/images/icon_speed.png");
    background-repeat: no-repeat;
    width: 51px;
    height: 37px;
}

.info_tovar .info3_label {
    display: inline-block;
    /* float: left; */
    background-image: url("/images/icon_size.png");
    background-repeat: no-repeat;
    width: 51px;
    height: 37px;
}

.info_tovar .info4_label {
    display: inline-block;
    /* float: left; */
    background-image: url("/images/icon_other.png");
    background-repeat: no-repeat;
    width: 51px;
    height: 37px;
}

.info_tovar .info5_label {
    display: inline-block;
    clear: left;
    float: left;
    background-image: url("/images/icon_text.png");
    background-repeat: no-repeat;
    width: 51px;
    height: 37px;
}

.list_price {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    font-weight: 300;
}

.list_price th {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.list_price th:nth-of-type(2) {
    text-align: left;
    width: 330px;
    padding-left: 10px;
}

.list_price th:last-child {
    width: 150px;
    text-align: center;
}

.list_price tr td:nth-of-type(2) {
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
    width: 120px;
}

.list_price tr td:nth-of-type(2) b {
    font-size: 16px;
    font-weight: 500;
}

.list_price tr td:nth-of-type(1) {
    max-width: 50px;
    text-align: center;
}

.block_content table td:nth-of-type(3) {
    text-align: left;
}

.list_price th:nth-of-type(5) {
    text-align: center;
}

.list_price tr td:nth-of-type(1) img {
    max-width: 100%;
    height: auto;
}

.price_label {
    display: flex;
}

.image-popup {
    display: inline-block;
}

.price_label .cart_button {
    position: relative;
    display: inline-block;
    /* float: left; */
    width: 30px;
    height: 30px;
    padding: 0px 0 0px 0;
    /* margin: 0 0 0px 2px; */
    background-color: #303030;
    cursor: pointer;
}

.price_label .cost {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: #cc0000;
    color: #fff;
    margin: 0 0 0 0px;
}

.slideInDown {
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn_to_cart {
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-weight: 300;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #362905;
    box-shadow: none;
    cursor: pointer;
}

.back_to_top {
    /*background: url(/images/back_to_top.png) center no-repeat;*/
    background: url(/images/back_to_top_left.png) center no-repeat;
    width: 53px;
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    cursor: pointer;
    display: none;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.listing_settings {
    position: absolute;
    width: 469px;
    height: 40px;
    /* float: right; */
    margin-top: 8px;
    font-size: 16px;
    color: #362905;
    top: 55px;
    right: 0;
}

.listing_settings li {
    float: left;
    margin: 0 3px 0 0;
}

.listing_settings a {
    display: block;
    /* color: #006699; */
    text-decoration: underline;
    padding: 7px 4px 6px 4px;
}

.listing_settings a:hover,
.listing_settings a.active {
    color: #0693c3;
    background-color: #FFF;
    /* border: solid 1px #ccc; */
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    /* -webkit-border-radius: 6px; */
    /* border-radius: 6px; */
    /* padding: 5px 3px 5px 3px; */
}

.listing_settings .vid_label {
    position: absolute;
    top: 7px;
    left: 0px;
}

.listing_settings .vid {
    position: absolute;
    top: 0px;
    left: 42px;
    /* width: 147px; */
    height: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.listing_settings .sort_label {
    position: absolute;
    top: 7px;
    left: 225px;
}

.listing_settings .sort {
    position: absolute;
    top: 0px;
    left: 354px;
    /* width: 133px; */
    height: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.listing_items_v2 .cell {
    height: 145px;
    position: relative;
    margin: 14px 0;
}

.listing_items_v2 .addon {
    font-size: 18px;
    padding-top: 5px;
    font-weight: 300;
    /* width: 180px; */
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing_items_v2 .thumb_in {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 5px;
    left: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.listing_items_v2 .title {
    /* position: absolute; */
    width: 575px;
    /* height: 26px; */
    /* top: 8px; */
    margin-left: 160px;
    font-size: 22px;
    line-height: 26px;
    overflow: hidden;
}

.listing_items_v2 .char_1 {
    position: absolute;
    width: 250px;
    height: 34px;
    top: 52px;
    left: 157px;
    font-size: 20px;
    line-height: 24px;
}

.listing_items_v2 .char_1 span {
    font-size: 16px;
    padding-right: 10px;
}

.listing_items_v2 .char_2 {
    position: absolute;
    width: 200px;
    height: 49px;
    top: 84px;
    left: 157px;
    font-size: 22px;
    line-height: 14px;
}

.listing_items_v2 .tech {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 160px;
    left: 0;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.listing_items_v2 .char_2 span {
    padding-right: 10px;
    font-size: 16px;
}

.listing_items_v2 .cell .type {
    position: relative;
    /* width: 532px; */
    /* height: 23px; */
    margin-top: 5px;
    /* left: 0; */
    margin-left: 160px;
    display: flex;
    font-size: 10px;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
}

.listing_items_v2 .cell .type .info_text1 {
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-right: 35px;
}

.listing_items_v2 .cell .type .info_text2 {
    width: 155px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.listing_items_v2 .cell .type .flex_left {
    flex-basis: 35%;
    margin-bottom: 5px;
    font-weight: 500;
}

.listing_items_v2 .cell .type .flex_right {
    margin-left: auto;
    flex-basis: 65%;
    text-align: right;
    margin-bottom: 5px;
}

.listing_items_v2 .type_icon {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0px;
    left: 0px;
}

.listing_items_v2 .type_title {
    position: absolute;
    width: 131px;
    height: 14px;
    top: 7px;
    left: 31px;
    font-size: 16px;
    line-height: 14px;
}

.listing_items_v2 .cell .type2 {
    position: absolute;
    width: 162px;
    height: 23px;
    top: 70px;
    left: 345px;
}

.listing_items_v2 .cell .type3 {
    position: absolute;
    width: 162px;
    height: 23px;
    top: 90px;
    left: 345px;
}

.listing_items_v2 .cell .type4 {
    position: absolute;
    width: 162px;
    height: 23px;
    top: 90px;
    left: 345px;
}

.listing_items_v2 .cell .color {
    position: absolute;
    width: 163px;
    height: 65px;
    top: 76px;
    left: 329px;
    overflow: hidden;
}

.listing_items_v2 .color_color {
    position: absolute;
    height: 18px;
    width: 17px;
    top: 0px;
    left: 0px;
    z-index: 990;
    font-size: 0px;
    line-height: 0px;
}

.listing_items_v2 .color_ramka {
    position: absolute;
    height: 18px;
    width: 17px;
    top: 0px;
    left: 0px;
    background: url(/images/listing_items_color_ramka.png) no-repeat top left;
    z-index: 995;
    font-size: 0px;
    line-height: 0px;
}

.listing_items_v2 .color_label {
    position: absolute;
    z-index: 1000;
    height: 60px;
    width: 132px;
    top: 2px;
    left: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.listing_items_v2 .white {
    position: absolute;
    height: 89px;
    width: 195px;
    top: 0px;
    right: 0px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    transition: all 300ms;
}

.listing_items_v2 .white:hover {
    box-shadow: 0px 5px 10px rgba(123, 123, 123, 0.25);
}

.listing_items_v2 .delivery_title {
    position: absolute;
    height: 15px;
    width: 100px;
    top: 14px;
    left: 15px;
    font-size: 16px;
    line-height: 14px;
}

.listing_items_v2 .delivery {
    /* position: absolute; */
    height: 15px;
    width: 100px;
    top: 45px;
    left: 30px;
    font-size: 20px;
    line-height: 14px;
    color: #d42828;
}

.listing_items_v2 .button {
    position: absolute;
    height: 27px;
    width: 27px;
    top: 7px;
    left: 221px;
    background-color: #303030;
    cursor: pointer;
}

.listing_items_v2 .cout_title {
    /* position: absolute; */
    height: 15px;
    width: 100px;
    top: 75px;
    left: 145px;
    font-size: 16px;
    line-height: 14px;
}

.listing_items_v2 .cout {
    /* position: absolute; */
    height: 19px;
    width: 69px;
    top: 76px;
    left: 201px;
}

.listing_items_v2 .price_label {
    /* position: absolute; */
    /* top: 7px; */
    /* left: 119px; */
    margin: 0 auto;
    display: flex;
    width: 155px;
}

.listing_head {
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
    /* border-bottom: 2px dashed #f9f9f9; */
}

.listing_head .title {
    font-size: 25px;
    font-weight: 500;
}

.listing_head .logo {
    position: absolute;
    right: 0;
    top: 15px;
    width: 160px;
    font-size: 26px;
    text-align: right;
    color: #362905;
}

.basket_table .count_block {
    padding: 3px 0 2px 0px;
    position: relative;
}

.basket_table .count_block .count_plus {
    width: 22px;
    height: 13px;
    position: absolute;
    /* left: 41px; */
    /* top: 12px; */
    cursor: pointer;
}

.basket_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 40px;
}

.c_table_head2.black {
    height: 55px;
    border-bottom: 1px solid #d0d0d0;
}

.basket_table tr {
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px;
}

.basket_table .b_center {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

.basket_table .b_small {
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #d0d0d0;
}

.basket_table .b_small img {
    height: 16px;
}

.basket_table tr td {
    padding: 5px 0;
}

.basket_table tr .b_count {
    text-align: center;
}

.c_table_head2 {
    font-weight: 500;
    border-bottom: 2px solid #949494;
}

.warning {
    color: #dc4343;
    font-size: 20px;
    padding: 15px 0px;
}

.info {
    background: url("/images/podarok_ico.jpg") left center no-repeat;
    padding-left: 90px;
    font-size: 20px;
    font-weight: 300;
    padding: 30px 18px 30px 90px;
}

.itog {
    font-size: 30px;
    text-align: right;
}

#count_block_item_n {
    position: relative;
    width: 70px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
}

#count_block_item_n .count_plus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 22px;
    height: 13px;
    background: url("/images/button_plus.jpg") center no-repeat;
}

#count_block_item_n .count_minus {
    position: absolute;
    top: 15px;
    right: 0px;
    cursor: pointer;
    width: 22px;
    height: 13px;
    background: url("/images/button_minus.jpg") center no-repeat;
}

#count_block_item_n .input_count {
    width: 70px;
    height: 28px;
    border: none;
    font-size: 18px;
    border: 1px solid #c5c5c5;
    /* text-align: center; */
    text-indent: 20px;
    padding: 0;
}

.sposob {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.sposob .item {
    width: 50%;
}

.content_area_inner .cell {
    /* display: flex; */
    /* margin: 20px 0; */
    /* height: 25px; */
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: flex-start;
    align-content: flex-start;
    /* padding-right: 70px; */
    width: 100%;
    height: auto;
    min-height: 227px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 32px;
}

.content_area_inner .cell:last-child {
    border-bottom: none;
}

.sposob_check,
.sposob_title {
    margin-right: 20px;
    display: inline-block;
}

.adres_dostav {
    height: 100px;
    display: block;
    width: 320px;
}

.comment_area {
    height: 100px;
    display: block;
    width: 320px;
}

.sposob_descr {
    /* display: block; */
    width: 100%;
    padding-top: 13px;
}

.delivery .title {
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
}

#basket_form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

#basket_form input {
    width: 231px;
    margin: auto;
    display: block;
}

#basket_form .block_1,
#basket_form .block_2 {
    padding-right: 70px;
    width: 50%;
}

#basket_form .block_3 {
    margin: auto;
    width: 100%;
}

#basket_form .label {
    display: inline-block;
    min-width: 180px;
    margin-bottom: 18px;
}

#basket_form .input_in {
    display: inline-block;
}

#send_button {
    font-size: 29px;
}

#error {
    color: #f5170a;
}


.mfp-content {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 650px;
    margin: 20px auto;
}

.reg {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.reg_sity {
    /* padding-left:50px; */
    padding-bottom: 5px;
}

.reg_sity a {
    font-size: 18px;
    color: #006699;
    text-decoration: underline;
    cursor: pointer;
}

.reg_sity a:hover {
    color: #006699;
    text-decoration: none;
    cursor: pointer;
}

.reg_sity li {
    padding-left: 5px;
    padding-bottom: 5px;
}

.desc {
    font-size: 11px;
    padding-top: 15px;
    padding-left: 10px;
}

.all_stock {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.all_stock .item {
    width: 145px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 2px;
    text-align: left;
    margin: 2px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.all_stock .as_name {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    align-self: center;
    margin-bottom: 5px;
    line-height: 16px;
}

.all_stock .as_office {
    font-size: 10px;
    text-align: center;
}

.all_stock .as_terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 20px; */
    /* margin-top: 10px; */
    width: 100%;
    align-self: center;
    margin-top: auto;
}

.all_stock .as_terms span {
    font-size: 12px;
}

.all_stock .as_stock_value {
    margin-bottom: 15px;
}

.all_stock .as_price {
}

.all_stock .as_price {
}

.all_stock .price_label {
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.links_area a:after {
    content: '>';
    color: #84b0d3;
    margin: 0 8px;
    font-weight: 500;
}

.stocks {
    position: relative;
    /* width: 250px; */
    /* height: 34px; */
    margin-top: 5px;
    margin-left: 160px;
    max-width: 635px;
}

.content_area_inner {
    padding: 20px 0;
}

#office_dop {
    padding-top: 10px;
}

#catalog_table2 {
    margin-bottom: 30px;
}


.city_header {
    padding-bottom: 15px;
    font-size: 18px;
}

.city_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
}

.city_container .city_container_header {
    font-size: 17px;
    font-weight: 500;
    padding: 5px 0 15px;
}

.city_container .city_container_selects {
    font-size: 14px;
    border-left: 1px solid #9c9c9c;
    padding-left: 5px;
    color: #006699;
}

.city_container .city_container_selects div {
    padding: 4px 0;
    cursor: pointer;
}


.city_container .city_container_selects div.active {
    font-weight: bold;
    /* text-decoration: underline; */
}

.city_container .col {
    /* font-size: 18px; */
    /* font-weight: 500; */
    width: 33%;
    /* border-left: 1px solid; */
    /* padding: 5px 5px; */
}

.city_container .okrug {
}

.city_container .obl {
}

.city_container .city {
}

.oplata_check {
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
}

.oplata_check span {
    width: 50%;
}



.block_search .container { display: flex; flex-direction: column;}
    .block_search .bottom { display: flex; flex-direction: row; justify-content: flex-start; flex-direction: row-reverse;}


/*.slider__item .content { display: none;}*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 10px;
    width: auto;
    max-width: 800px;
    margin: 5px auto;
}

.table_mod {display: flex; flex-direction: column; margin-top: 30px;}
    .table_mod .t_row,.table_mod .t_row .model {font-size: 16px; font-weight: 400;}
    .table_mod .row{display: flex; justify-content: space-between; align-items: center; flex-direction: row; margin-bottom: 5px;}
        .table_mod .col {flex-shrink: 0;}
        .table_mod .img { width: 60px;}
            .table_mod .img img{ width: 100%; height: auto;}
        .table_mod .model {text-align: left; font-size: 15px; width: 200px; font-weight: 300;}
            .table_mod .model b {font-size: 16px;font-weight: 500;}
        .table_mod .params { width: 100px; }
        .table_mod .delivery { width: 100px; }
        .table_mod .storage { width: 130px; }
        .table_mod .instock { width: 80px; }
        .table_mod .price { width: 150px; }



.mobile_area { display: flex; flex-shrink: 0; width: 197px;}
    .logo_area .logo { width: 100%; height: auto;}
    .logo_area .logo img { width: 100%; height: auto;}
    .logo_area .site_descr { display: none;}
    .mobile_area .phone { display: none;}
    .mobile_area .logo_area .phone { display: none}
    #menu_trigger { width: 52px; height: 40px; flex-shrink: 0; cursor: pointer; display: none; background: url(/images/menu_trigger.png) no-repeat; background-position: 0 0;}

@media (max-width: 1200px) {
    .table_mod .model {width: 150px;}
    .table_mod .delivery { font-size: 14px; width: 90px;}
    .table_mod .storage { font-size: 14px; width: 120px;}
    .table_mod .price { width: 120px; }
        .table_mod .price_label .cost { font-size: 18px;width: 90px;}
    .head { position: relative;}
    .head .container {display: flex; width: 95%; margin: 10px 2.5% 10px 2.5%; height: auto; align-items: flex-start; flex-direction: column; position: relative;}
        .mobile_area { flex-shrink: 1; width: 100%; height: auto; justify-content: space-between; align-items: center;}
            .logo_area .site_descr { display:block; padding: 5px 0 0 5px; font-size:14px; line-height: 14px; }
            .mobile_area .phone { display:block; font-size: 25px; font-weight: 300; flex-shrink: 0; width: 210px; color: #000; text-decoration: none;}
            .head.fixed .mobile_area .logo_area .phone { display: none;}
            #menu_trigger {display: block;}
            #menu_trigger.show { background-position: 0 -44px}
        #expand_menu { display: none}
        #expand_menu.show { display: block;}
        .head .menu ul { display: flex; flex-direction: column; flex-wrap: nowrap;align-items: flex-start}
        .head .menu li { flex-wrap: nowrap; display: flex; padding: 10px 15px 10px 15px;}
        .head .menu { margin:10px 0 10px 0px;}
        #more {display: none;}
        #more.show { display: block; margin: 0 0 0 10px;}
            .head .phone { display: none;}
        #location { text-align: left; margin: 10px 0 10px 0;}

    .block_search { margin-top: 0px; display: flex;  position: static; }
    .block_search .container { width: 95%; margin: 0 2.5% 0 2.5%;}
        .block_search .form { background-image: none; background: rgb(255,221,6); background: radial-gradient(circle, rgba(255,221,6,1) 18%, rgba(255,174,17,1) 81%);
            width: 100%; height: auto; flex-direction: column;}
            .block_search .header { margin: 20px 0 0 30px;}
            .block_search .form_label { font-size: 18px;}
            .radio_line { margin-bottom: 7px;}
                .radio_line .label { font-size: 18px; line-height: 23px;}
                .block_search .niceRadio2 {width: 44px;height: 17px;}
                .block_search .niceRadio2 + .niceRadioImg {width: 44px; height: 17px; background: url(/images/forms/input_radio.png);}
                .block_search .niceRadio2:checked + .niceRadioImg { background-position: 0px -18px;}
            .form_ui .row_submit { width: 84px;}
                .block_search .tire_send { width: 100%;}
        .block_search .bottom {}
        .block_search .office { background-color: #151515; left: 0px; bottom: 0px; height: 29px;}
        .block_search .basket { left: 227px;  bottom: -1px;}
    #slider_wrap { width: 95%; margin: 40px 2.5% 0 2.5%;}
    .block_content .container { position: relative; width: 95%; margin: 0 2.5% 0 2.5%;}
        .block_content .brand_area { position: static;}
        .listing_settings { position: relative; display: flex; top:0px; width: 100%;}
            .listing_settings .sort_label { position: static; line-height: 35px;}
            .listing_settings .sort { position: static;}
        .listing_head {justify-content: flex-start; flex-direction: column; height: auto;}
            .listing_head .logo { position: static;}
        .listing_items_v2 .white { position: static; margin-left: 150px;}
    .footer .container { width: 100%; height: auto; display: flex; flex-direction: column;}
        .footer .copyright { position: static;  margin-left: 0px; margin-bottom: 10px; }
        .footer .politica {margin-left: 0px; margin-bottom: 10px;}
        .footer .logo_card { margin-left: 0px; margin-bottom: 20px;}

}

@media (max-width: 768px) {
    .mobile_area .phone { font-size: 18px; width: 160px;}
    .form_ui { flex-direction: column;}
    .form_ui .row_1 { flex-direction: row; justify-content: space-evenly;}
        .form_ui .col_select { margin-bottom: 10px; display: flex; flex-direction: column; width: 90px;}
        .form_ui .col_brand { width: 170px;}
            .block_search .form_label { width: 100px;  height: 24px;  line-height: 24px; margin-right: 15px;}
        .block_search .tire_season_label { font-size: 20px; left:0px;}
        .block_search .niceRadioContainer { left: 65px;}
        .col_brand { margin-left: 0px;}
    .form_ui .row_submit { width: 100%; height: auto; margin-top: 10px;}
        .block_search .tire_send { width: 100%; height: 75px; background-position: center -65px; background-color: #FFE157;}
    .block_search .bottom { flex-direction: column;}
    .block_content .title_area { text-align: center;}
    .block_content .flex_catalog {justify-content: space-evenly;}
    .table_mod { flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
    .table_mod .t_row { display: none;}
    .table_mod .row { flex-direction: column; justify-content: flex-start; border: solid 1px #ccc; width: 208px; flex-shrink: 0; padding: 5px; margin-bottom: 10px;}
    .table_mod .img { }

}


@media (max-width: 480px) {
    .mobile_area .phone { font-size: 14px; width: auto; text-align: center; flex-shrink: 1;}
    .mobile_area .phone { display: none;}
    .head .logo_area .phone { display: block; font-size: 24px; text-align: left; line-height: 24px; margin: 10px 0 0 5px;}
    .head.fixed .logo_area .phone { display: none;}
    .head.fixed #more.show .phone { display:  block;}
    .block_search .header { width: auto; font-size: 30px; margin-left: 15px;}
    .form_ui .row_1 { margin: 0 0 0 0;}
    .col_brand { margin-left: 0px;}
        .block_search .chosen-select_wilde { width: 150px;}
    .col_sezon { margin: 10px 0 0 10px;}
    .col_radio { margin-left: -20px;}
    .block_search .office { width: 100%;}
    .block_search .basket,.block_search .basket .status_empty {width: 100%;}
    .block_search .basket .status_empty {    background: rgb(121,121,121);        background: linear-gradient(180deg, rgba(121,121,121,1) 0%, rgba(168,168,168,1) 100%);}
    .block_content .title_area { font-size: 28px;}
    .flex_catalog .brand_card { width: 120px;}
    .block_content .brand_area { text-align: center;}
    .content_area_inner .cell { display: flex; flex-direction: column; justify-content: center; border-bottom: solid 1px #ccc; margin-bottom: 30px;}
        .listing_items_v2 .thumb_in { position: static; margin: 10px auto 10px auto;}
        .listing_items_v2 .title { width: auto; margin-left: 0px; margin-bottom: 10px; width: 100%; text-align: center;}
        .listing_items_v2 .tech { position: static; justify-content: center; justify-content: center; margin: 0 auto 0 auto;}
        .listing_items_v2 .cell .type { margin-left: 0px;  flex-direction: column; }
            .listing_items_v2 .cell .type .info_text1 { width: 100%;}
            .listing_items_v2 .cell .type .info_text2 { width: 100%;}
                .listing_items_v2 .cell .type .flex_left { font-size: 14px; border-bottom: 1px solid #ccc;}
                .listing_items_v2 .cell .type .flex_right { font-size: 14px; border-bottom: 1px solid #ccc;}
        .stocks { margin-left: 0px; position: static; justify-content: center; justify-content: center; margin: 0 auto 0 auto;}
        .listing_items_v2 .white { margin-left: 0px; justify-content: center; justify-content: center; margin: 0 auto 0 auto; }
    .card_flex { justify-content: center;}
    .info_tovar { width: 100%;}
        .info_tovar .info1 { width: 100%;}
        .info_tovar .info_text2 { width: 100%;}
        .info_tovar .info_header { font-size: 14px;}
    .basket_table { margin-bottom: 30px;}
    .content_area_inner .warning { font-size: 16px;}
    .sposob { flex-direction: column;}
    .basket_table .b_center { display: none;}
    .basket_table .b_small { display: none;}
    .basket_table tr td:nth-child(6) { width:70px;}
    .basket_table tr td a { font-size: 12px; padding-right: 3px;}
    #basket_form { flex-direction: column;}
    #basket_form .block_1, #basket_form .block_2 { padding-right: 0px; width: 90%;}
    #catalog_table2 { font-size: 10px; }
        #catalog_table2 td:nth-child(1) { display: none;}
        #catalog_table2 td:nth-child(6) { display: none;}
        #catalog_table2 td { border: solid 1px #ccc; border: none none 1px none;}
    .city_container .city_container_selects { font-size: 11px;}
    .footer .container {  padding-bottom: 50px;}
        .footer .politica { width: 95%; margin: 0 2.5% 10px 2.5%; p}
}

