/**/
@charset "windows-1251";


/* Свойства flexbox для контейнера */
.flex-container {
    /* запускаем механизм flexbox-раскладки */
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    /* flex-элементы укладываются в ряд слева направо */
    -webkit-flex-direction: row; /* Safari */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    /* Flex-элементы отображаются в несколько рядов, если потребуется, слева направо и сверху вниз */
    -webkit-flex-wrap: wrap; /* Safari */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    /* Flex-элементы отображаются с равным интервалом между ними,
        а первый и последний flex-элементы выравниваются по краям flex-контейнера */
    -webkit-justify-content: space-between; /* Safari */
    -webkit-box-pack:justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between;

    /* Flex-элементы заполняют всю высоту flex-контейнера. */
    -webkit-align-items: stretch; /* Safari */
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    /* Ряды flex-элементы прижаты к поперечному началу flex-контейнера */
    -webkit-align-content: space-between; /* Safari */
    -ms-flex-line-pack: justify;
    align-content: space-between;
}


/* Свойства flexbox для элемента */
.flex-item {
    /* flex-basis указывается для  flex-элемента и диктует его исходный размер */
    -webkit-flex-basis: 30%; /* Safari */
    -ms-flex-preferred-size: 30%;
    flex-basis: 100%;

    /* Если всем flex-элементам задано одно и тоже значение flex-grow, тогда все элементы в контейнере будут одинакового размера */
    -webkit-flex-grow: 1; /* Safari */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

    /* установим значение flex-shrink в 0 (не сужаются), flex-элементы сохранят первоначальный размер */
    -webkit-flex-shrink: 0; /* Safari */
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search_batteries_auto {
    width: 100%;
    min-width: 50rem;
    /*font-family: "Open Sans", Arial, sans-serif;*/
    /*font-size: 1.2rem;*/
    display: none;
}

.batteries_filter {
    flex-basis: 100%;
    flex-grow: 0;
    height: 5rem;
    border: 1px solid #00000030;
}

.specification {
    flex-basis: 285px;
    min-width: 23rem;
    flex-grow: 0;
    height: 5rem;
    border: 1px solid #00000030;
}

.variant {
    flex-basis: 290px;
    min-width: 25rem;
    flex-grow: 0;
    height: 5rem;
    border: 1px solid #00000030;
}


.specifications , .infographics {
    vertical-align: top;
    margin: 3.25rem 0.25rem 0.25rem 2.25rem;
    display: inline-block;
}


.specifications {
    width: 30%;
    min-width: 375px;
}
.infographics {
    /*min-width: 640px;*/
    width: -moz-min-content;
    width: -webkit-min-content;
    width: min-content;
}

div.podbor_po_razmery_right_down_butt {
    /*background: url(/images/top_param_search_form/akkumulator.png) no-repeat scroll right 3rem !important;*/
    background: none!important;
    padding:7px 15px 18px;
}
div.battery-form-wrap {
    height: 60px!important;
    min-height: 50px!important;
    padding-top: 50px;
}

.battery-form-wrap form {
     padding-bottom: 0!important;
}

/*table.table-filter-auto {*/
    /*width: 80%!important;*/
/*}*/
.td_label {
    width: 12%!important;
    padding-left: 4rem!important;
}

.td_select {
    width: 35%!important;
}
.td_select select {
    width: 100%!important;
}


.product_specs {
    width: 100%;
    padding-top: 0;
    /*min-width: 1280px;*/
    /*background: #c5c5c5;*/
}

.product_specs:before {
    /*content: "";*/
    position: absolute;
    height: 1px;
    background: #ffffff;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: linear-gradient(to left, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
}

.specs {
    position: relative;
    background: #ffffff;
    padding: 0 0 1.5rem 1rem;
    margin-top: 0;
    color: #686868;
}

.s_caption {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: -0.6rem;
    /*padding-left: 0.5rem;*/
    color: #aa0000;
}


.specs:after {
    /*content: "";*/
    position: absolute;
    top: 0;
    left: 110%;
    height: 100%;
    width: 1px;
    background: -moz-linear-gradient(top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: -webkit-linear-gradient(top,  rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: linear-gradient(to top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
}

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


.single_spec {
    margin: 0 auto 0rem auto;;
    display: block;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    line-height: 22px;
    padding-bottom: 0;
}


.specs .single_spec .label,
.specs .single_spec .description {
    display: table-cell;
    width: 23rem;
    word-wrap: break-word;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0.5rem;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: 600;
}

.specs .single_spec .description{
    width: 9rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.specs .single_spec .label {
    padding-right: 15px;
    padding-bottom: 0px;
    color: #888;
    background-position-y: 1.7rem;
}

.single_spec .label {
    display: inline;
    height: 4rem;
    background: #fff;
    background: top left url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAANCAIAAAABnFjhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpi/P//PwMMMDEggUHAuX79OpwDEGAAGB4FnHfhVQUAAAAASUVORK5CYII=) repeat-x;
}

.single_spec .label div {
    background-color: #ffffff;
}


.table_specs {
    width: 98%;
    margin: 2rem 0 0 3rem;
}

.product_specs .table_specs {
    width: 98%;
}

.block_res_data {

    display: inline-block;
    padding: 0.2rem;
    margin: 0 5rem;
    color: #888;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.5);*/
    max-height: 260px;
    min-width: 285px;
}
.brd_v1, .brd_v2 {
    font-size: 12px;
}

.brd_v1:before {
    color: #aa0000;
    font-weight: 600;
    content:  "Вариант 1";
    top: -1.8rem;
    position: relative;
}
.brd_v2:before {
    color: #aa0000;
    font-weight: 600;
    content: "Вариант 2";
    top: -1.8rem;
    position: relative;
}


.block_with_separator:after {
    /*content: "";*/
    position: absolute;
    top: 17.5rem;
    left: 64%;
    height: 53%;
    width: 1px;
    background: -moz-linear-gradient(top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: -webkit-linear-gradient(top,  rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: linear-gradient(to top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);

}

.info_img {
    width: 50px;
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    border: none;
    opacity: 0.7;
}

.block_res_data div {
    /*background: url('/search/auto/img/zoomin.png') no-repeat 50% 49%;*/
    background: url('/search/auto/img/zooming.png') no-repeat 100% 20%;
    /*, url('/search/auto/img/cursor.png') no-repeat 50% 49%*/
    background-size: 20%;
}

.block_res_data:before {
    content: "";
    position: absolute;
    /*top: 17.5rem;*/
    /*left: 14%;*/
    height: 53%;
    margin-left: -5rem;
    width: 1px;
    background: -moz-linear-gradient(top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: -webkit-linear-gradient(top,  rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
    background: linear-gradient(to top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, .15) 5%, rgba(104, 104, 104, .60) 40%, rgba(104, 104, 104, .60) 50%, rgba(104, 104, 104, .60) 60%, rgba(104, 104, 104, .15) 95%, rgba(104, 104, 104, 0) 100%);
}


.block_res_data div:hover .info_img {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    border: 1px solid #686868;
    background-color: #ffffff;
    position: relative;
    z-index: 1000;
    opacity: 1;
}

.block_res_data .info_img:hover {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    border: 1px solid #686868;
    background-color: #ffffff;
    position: relative;
    z-index: 1000;
    opacity: 1;
}


.zoom-img {
    height: 1.5rem;
    width: 1.5rem;
}
.zoom-img:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

}


.block_res_data table {
    width: 100%!important;
}
.block_res_data table thead td {
    color: #aa0000;
    font-size: 1.3rem !important;
    font-weight: 700;
    text-align: left !important;
    padding: 0 0 .5rem 0 !important;
}
.block_res_data table tbody td {
    vertical-align: middle;
}

.block_res_data table tbody td:nth-child(1) {
    width: 80%;
    font-size: 1.3rem !important;
    font-weight: 600;
    line-height: 5rem;
}
.block_res_data table tbody td:nth-child(2) {
    width: 20%;
    font-weight: 700;
    font-size: 1.3rem !important;
    text-align: center;

}

@media (max-width: 1199px) {
    .infographics {
        width: 100% !important;
        margin-bottom: 3rem;
    }

    .specifications {
        width: 100% !important;
        margin-left: 2.5rem;

    }

    .block_res_data:before {
        height: 30%;
    }

    .specs .single_spec .label, .specs .single_spec, .description {
        width: 68rem;
        margin-left: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .specifications{
        margin-left: 0.25rem;
    }
    .block_res_data:before{
        margin-left: -1rem;
    }
    .infographics {
        width: 60% !important;
    }
    .block_res_data {
        margin: 0 0rem 0 1rem;
    }
}
@media (min-width: 1300px) and (max-width: 1600px) {
    .specifications{
        margin-left: 0.25rem;
    }
    .block_res_data:before{
        margin-left: -1rem;
    }
    .infographics {
        width: 60% !important;
    }
    .block_res_data {
        margin: 0 2rem 0 1rem;
    }
}

