/*@import url('https://fonts.googleapis.com/css?family=Lato:700');*/
/*@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic');*/

@font-face {
    font-family: 'Rouble';
    src: url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/rouble/ALSRubl.eot?#iefix') format('embedded-opentype'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/rouble/ALSRubl.otf') format('opentype'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/rouble/ALSRubl.woff') format('woff'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/rouble/ALSRubl.ttf') format('truetype'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/rouble/ALSRubl.svg#ALSRubl') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Caption';
    src:
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/ptsanscaption/ptsanscaption.ttf') format('truetype'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/ptsanscaption/ptsanscaption.woff') format('woff'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/ptsanscaption/ptsanscaption.woff2') format('woff2'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/ptsanscaption/ptsanscaptionbold.ttf') format('truetype'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/ptsanscaption/ptsanscaptionbold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Lato';
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/LatoBold/LatoBold.eot'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/LatoBold/LatoBold.ttf') format('truetype'),
    url('/published/publicdata/C1008/attachments/SC/themes/lucid/src/font/LatoBold/LatoBold.woff') format('woff'),
    font-style: normal;
    font-weight: normal;
}



/*
*   New Style for www.tehnikabit.ru
*/
body {
    padding: 0;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

#brands-slider, #product-slider, #about-company, #news {
    opacity: 0;
}

#sort_img_grid, #sort_img_list{
    display: inline-block;
    margin-left: 10px;
}
#sort_img_grid img, #sort_img_list img{
    width:24px;
    position: relative;
    top:5px;
    cursor: pointer;
}

/*.container {*/
    /*margin: 0 auto;*/
    /*width: 1225px !important;*/
/*}*/

.inline-middle-childs > * {
    display: inline-block;
    vertical-align: middle;
}

.bordered-box {
    border: 3px solid #f7f7f7;
    box-shadow: 5px 5px 0 0 #f7f7f7;
}

.bordered-box-articles {
    margin-top: 30px;
    border: 3px solid #f7f7f7;
    box-shadow: 5px 5px 0 0 #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
    color: #616161;
    overflow: scroll;
}

.__middle {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.rouble {
    position: relative;
}

.rouble:before {
    font-family: "Rouble";
    content: 'i';
}

/* Buttons */

.catalogmenu_btn {
    color: rgb(201, 230, 230);
    font-size: 50px;
    padding: 28px;
    text-shadow: 0px 1px 0px rgba(255, 16, 0, 1);
    background: rgb(114, 213, 228);
    background: -moz-linear-gradient(50deg, rgb(53, 195, 217) 75%, rgb(255, 161, 80) 76%);
    background: -webkit-linear-gradient(50deg, rgb(53, 195, 217) 75%, rgb(255, 161, 80) 76%);
    background: -o-linear-gradient(50deg, rgb(53, 195, 217) 75%, rgb(255, 161, 80) 76%);
    background: -ms-linear-gradient(50deg, rgb(53, 195, 217) 75%, rgb(255, 161, 80) 76%);
    background: linear-gradient(320deg, rgb(53, 195, 217) 75%, rgb(255, 161, 80) 76%);
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
}

.transition {
    transition: all 0.1s linear;
}

/* HEADER */

#topmenu {
    background: #b2b2b2;
    height: 35px;
    border-bottom: 3px solid #909090;
}

.topmenu_list {
    margin: 0;
    padding: 6px 0 0 0;
    list-style: none;
}

.topmenu_list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fafafa;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.45);
    text-decoration: none;
    font-size: 10pt !important;
    vertical-align: middle;
}

.topmenu_list a {
    color: inherit;
    text-decoration: inherit;
    font-weight: bold;
}

.topmenu_list a:hover {
    text-decoration: underline;
    color: inherit;
}

.topmenu_list li:after {
    margin-left: 22px;
    margin-right: 19px;
    content: "|";
    font-size: 9pt;
    color: white;
}

.topmenu_list li:first-child {
    margin-left: 10px;
}

.topmenu_list li:last-child:after {
    content: "";
}

#head {
    padding: 20px 0 20px 0;
    height: 110px;
}

.logo {
    margin-left: 0px;
}

._col > * {
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}

.search-bar form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.search-bar .search_input{
    outline: none;
    border: none;
    width: 87%;
    font-size: 12pt;
    color: #a2a2a2;
    background: #E2FBFE;
}

.search-bar ._search-bar_submit{
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url("../images/search_icon.png") no-repeat;
    opacity: 0.8;
}

.search-bar {
    padding-left: 3px;
    height: 35px;
    border: 1px solid #e9e9e9;
    box-shadow: 2px 2px 0px 0px #e9e9e9;
    background: #E2FBFE;
}

.search-bar ._search-bar_submit:hover {
    cursor: pointer;
    opacity: 1;
}



.phone-info ._phone-grp {
    display: inline-block;
    margin-left: 5px;
}

.phone-info img{
    vertical-align: top;
}

.phone-info ._phone {
    display: block;
    font-size: 15pt;
    color: #414141;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;         /* cvm 11.01.2018*/
}

.phone-info a {
    font-size: 9pt;
    color: #bbb;
}

.time-info, .cart-info {
    display: inline-block;
    vertical-align: top;
}

.time-info > ._scale {
    margin-left: 5px;
}

.time-info ._times-grp {
    display: inline-block;
    color: #636363;
}

.cart-info {
    margin-left: 8px;
}

.cart-info ._cart-grp{
    display: inline-block;
}

.cart-info ._cart-grp * {
    display: block;
    line-height: 130%;
}

.cart-info ._cart-label {
    color: #565656;
    font-size: 11pt;
}

.cart-info ._cart-count {
    color: #aeaeae;
    font-size: 10pt;
}

/* cataolg menu */

#catalogmenu {
    position: relative;
    z-index: 100 !important;
    height: 41px;
    background: #35c3d9;
    border-bottom: 3px solid #2aa3be;
}

.catalogmenu_list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalogmenu_list > * {
    display: inline-block;
    vertical-align: middle;
}

.catalogmenu_list > li {
    padding: 0;
    margin: 0;
    color: white;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
    height: 41px;
    z-index: 99;
}

.catalogmenu_list ._active:hover {
    background: linear-gradient(325deg, #ff7904 84%, #ffa150 85%);
    box-shadow: 2px 2px 0 0 #db6a21;
    cursor: pointer;
}

.catalogmenu_list ._active {
    background: linear-gradient(325deg, #ff7904 84%, #ffa150 85%);
    box-shadow: 2px 2px 0 0 #db6a21;

}

.catalogmenu_list ._active:after {
    top: 97%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FF7904;
    border-width: 8px;
    margin-left: -30px;
    z-index: 101;
}

.catalogmenu_list ._active:after:hover ~ ._childmenu, .catalogmenu_list ._active:before:hover ~ ._childmenu {
    display: block;
}

.catalogmenu_list ._active:before {
    top: 100%;
    left: 51%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /* background: red; */
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #db6a21;
    border-width: 8px;
    margin-left: -30px;
    z-index: 100;
}

.catalogmenu_list ._dropdown_icon {
    margin-left: 10px;
    position: relative;
    bottom: 2px;
    font-size: 7pt;
}

.catalogmenu_list > li > ._item_label {
    display: inline-block;
    padding: 12px;
    height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    position: relative;
    font-size: 11pt;
    font-weight: bold;
    text-shadow: 0 1px 1px gray;
    transition: background 0.1s linear;
    padding-bottom: 27px;
}

.catalogmenu_list > li {
    transition: background 0.1s linear;
}

.catalogmenu_list > li:hover {
    cursor: pointer;
    background: #37cce2;
}

._childmenu {
    display: none;
    top: 40px;
    position: absolute;
    left: 0;
    right: 0;
}

._childmenu ._bg_items {
    position: relative;
    top: 4px;
    background: #f9f9f9;
    padding: 30px 25px;
}

._childmenu ._bg_items .row:first-child{
    margin-bottom: 30px;
}

._childmenu .subcat-main {
    color: #444;
    text-decoration: none;
}

._childmenu .subcat-main:hover {
    color: gray;
}

._childmenu .subcat-main * {
    font-size: 11pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
}

._childmenu .subcat-list {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

._childmenu .subcat-list li {
    margin-bottom: 3px;
}

._childmenu .subcat-list a {
    text-decoration: none;
    color: #727483;
    font-size: 10pt;
}

._childmenu .subcat-list a:hover {
    text-decoration: underline;
    color: #35C3D9;
}

/* Slider */
#home-slider{visibility: hidden}
#home-slider .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

#home-slider ul{
    margin-top: 0;
}

#home-slider .bx-wrapper .bx-pager{bottom: 20px;}

#home-slider .bx-wrapper .bx-pager.bx-default-pager a{
    background: #35c3d9;
    -webkit-box-shadow:2px 2px 0 #2aa3be;
    -moz-box-shadow: 2px 2px 0 #2aa3be;
    box-shadow: 2px 2px 0 #2aa3be;
    opacity: 0.5;
}

#home-slider .bx-wrapper .bx-pager.bx-default-pager a:hover{opacity: 1;}

#home-slider .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #fe8011;
    opacity: 1;
    -webkit-box-shadow:2px 2px 0 #d65600;
    -moz-box-shadow: 2px 2px 0 #d65600;
    box-shadow: 2px 2px 0 #d65600;
}

#brands-slider {
    position: relative;
    margin: -10px 0 0 0;
}

#brands-slider ._brands-shadow {
    position: absolute;
    width: 220px;
    height: 100%;
    top: 0;
}

#brands-slider ._shadow-left {
    z-index: 50;
    left: 53px;
    background: linear-gradient(to right, rgba(247, 247, 247, 1) 15%, rgba(0, 0, 0, 0) 100%);
}

#brands-slider ._shadow-right {
    z-index: 100;
    right: 53px;
    background: linear-gradient(to left, rgba(247, 247, 247, 1) 15%, rgba(0, 0, 0, 0) 100%);
}

#brands {
    width: 90%;
    margin: 0 auto;
    padding: 10px 10px;
    height: 100px;
    background: #f7f7f7;
    box-shadow: 2px 2px 0px 0px #d0d0d0;
    overflow: hidden;
}

#brands-slider ._slide-left, #brands-slider ._slide-right {
    position: absolute;
    height: 32px;
    width: 17px;
}

#brands-slider ._slide-left:hover, #brands-slider ._slide-right:hover {
    cursor: pointer;
}

#brands-slider ._slide-left {
    background: url('../images/slide-left.png') no-repeat;
    top: 35%;
    left: 0;
}

#brands-slider ._slide-right {
    background: url('../images/slide-right.png') no-repeat;
    top: 35%;
    right: 0;
}

#brands-slider li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: middle;
}

#brands-slider ._middle {
    display: inline-block;
    height: 90px;
    vertical-align: middle;
}

#brands-slider img {
    display: inline-block;
    vertical-align: middle;
    max-height: 90px;
    background: red;
    width: auto;
}

/*#brands .owl-item {
    display: inline-block;
    text-align: center;
    width: auto !important;
    margin: 0 20px;
}*/

/* Tabs */

.ps-tabs {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.ps-tabs > .ps-tabs-grp {
    position: relative;
    display: inline-block;
    height: 80px;
}

.ps-tabs > .ps-tabs-grp .ps-tab {
    position: relative;
    top: 5px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 15pt;
    color: #414141;
}

.ps-tabs > .ps-tabs-grp .ps-tab:hover {
    cursor: pointer;
}

.ps-tabs > .ps-tabs-grp .active {
    color: white;
    box-shadow: 2px 2px 0 0 #0094bc;
    text-shadow: 0px 1px #0094bc;
    background: linear-gradient(325deg, rgb(53, 195, 217) 84%, #72d5e4 85%);
}

.ps-tabs > .ps-tabs-grp:before,
.ps-tabs > .ps-tabs-grp:after {
    content: "";
    position: absolute;
    top: 20%;
    width: 9999px;
    height: 4px;
    background: #f7f7f7;
}

.ps-tabs > .ps-tabs-grp:before {
    right: 100%;
    margin-right: 50px;
}

.ps-tabs > .ps-tabs-grp:after {
    left: 100%;
    margin-left: 50px;
}

/* Product Slider */

.bx-wrapper .bx-controls-direction a{z-index: 99;}

.product-slider_visible{
    visibility: visible;
    height: auto;
    opacity: 1;
    @include transition(opacity 500ms linear,visibility 0s linear);
}

.product-slider_invisible{
    visibility: hidden;
    height: 0;
    opacity: 0;
}

#product-slider {
    /*height: 600px;*/
    margin-top: 40px;
    position: relative;
}

.product-slider {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    text-align: center;
}


#product-slider .bx-wrapper{
    -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border: none;
}

#product-slider .bx-wrapper .bx-next{
    right: -55px;
    background: url('../images/slide-right.png') no-repeat;
}
#product-slider .bx-wrapper .bx-prev{
    left: -40px;
    background: url('../images/slide-left.png') no-repeat;
}

.new-offers, .hit-offers {padding: 0 30px;}

.product-slider li {
    display: inline-block;
    width: 100%;
    border: 2px solid #f7f7f7;
    box-shadow: 5px 5px 0 0 #f7f7f7;
    text-align: left;
}

.product-slider li ._product_img-box {
    width: 100%;
    height: 220px;
    text-align: center;
}

.product-slider li img {
    display: inline-block !important;
    vertical-align: middle;
    max-height: 220px;
    /* width: 250px; */
    max-width: 220px;
    width: auto !important;
    outline: none;
    background: lightcyan;
}

.product-slider li ._middle {
    display: inline-block;
    height: 220px;
    vertical-align: middle;
}

.product-slider li ._product_name {
    height: 80px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px 30px;
    line-height: 130%;
}

.product-slider li ._product_name a {
    color: #474747;
    font-size: 11pt;
    text-decoration: none;
}

.product-slider li ._product_name a:hover {
    text-decoration: underline;
}

.product-slider li ._product_price {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.product-slider li > ._product_price ._price-val {
    width: 130px;
    color: #35c3d9;
    font-size: 20pt;
    margin-left: 10px;
    font-family: 'PT Sans Caption', sans-serif;
    line-height: 40px;
}

.product-slider li > ._product_price ._add_to_cart {
    border-left: 2px solid #f7f7f7;
    margin-left: 10px;
    padding-left: 20px;
}

.product-slider li > ._product_price ._cart-btn {
    margin-top: 5px;
    display: inline-block;
    background: url('../images/cart.png') no-repeat;
    height: 40px;
    width: 40px;
}

.product-slider li > ._product_price ._cart-btn:hover {
    cursor: pointer;
}
/* Product Slider end*/


/* Viewed Slider*/

#product-viewed-slider .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#product-viewed-slider{padding: 0 30px;}

#product-viewed-slider .bx-wrapper .bx-next{
    right: -55px;
    background: url('../images/slide-right.png') no-repeat;
}

#product-viewed-slider .bx-wrapper .bx-prev{
    left: -40px;
    background: url('../images/slide-left.png') no-repeat;
}


#cart_count {
    display: inline;
    padding: 0;
    margin: 0;
}

/* About Company */

#about-company p {
    padding: 0 10px 0;
}

._header {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 40px;
}

._header-grp {
    position: relative;
    display: inline-block;
}

._header-grp h1, ._header-grp h2 {
    position: relative;
    top: 5px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 17pt;
    letter-spacing: 2px;
    font-weight: normal;
    color: #414141;
}

.category-header ._header-grp h2, .category-header ._header-grp h1 { /* Таска 15811 - уменьшить шрифт заголовка*/
	font-size: 13pt;
}

.product-header ._header-grp h2, .product-header ._header-grp h1 { /* Таска 15811 - уменьшить шрифт заголовка*/
	font-size: 13pt;
}

._header-grp:before,
._header-grp:after {
    content: "";
    position: absolute;
    top: 55%;
    width: 9999px;
    height: 4px;
    background: #f7f7f7;
}

._header-grp:before {
    right: 100%;
    margin-right: 10%;
}

._header-grp:after {
    left: 100%;
    margin-left: 10%;
}

#about-company {
    color: #444;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 11pt;
}

/* New and Promotions */

#news > * {
    vertical-align: top;
    text-align: center;
}

#news ._col {
    width: 590px;
    padding: 0;
    margin-right: 30px;
    text-align: left;
}

#news ._col:last-child {
    margin-right: 0;
}

#news ._news-items {
    margin-top: 10px;
}

#news ._news-item {
    margin: 0 auto;
    border: 3px solid #f7f7f7;
    box-shadow: 5px 5px 0 0 #f7f7f7;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

#news ._news-item ._news-img {
    height: 155px;
    max-width: 100%;
    display: block;
}

#news ._news-item ._news-date, #news ._news-item ._news-text {
    display: inline-block;
    vertical-align: top;
}

#news ._news-item ._news-date {
    width: 75px;
    height: 75px;
    text-align: center;
    color: white;
    box-shadow: 2px 2px 0 0 #0094bc;
    text-shadow: 0px 1px #0094bc;
    background: linear-gradient(325deg, rgb(53, 195, 217) 84%, #72d5e4 85%);
    font-family: 'PT Sans Caption', sans-serif;
}

#news ._news-item ._news-date ._date-num {
    font-size: 30pt;
    font-weight: bold;
    color: white;
}

#news ._news-item ._news-date ._date-month {
    position: relative;
    top: -8px;
    font-size: 10pt;
    color: white;
}

#news ._news-item ._news-text {
    position: relative;
    padding: 0 10px 0 20px;
    width: 100%;
    line-height: 1.5;
    text-align: left;

}

#news ._news-item ._news-text ._news-title {
    text-decoration: none;
}

#news ._news-item ._news-text h3 {
    margin-top: 5px;
    margin-bottom: 8px;
    color: #414141;
    font-size: 12pt;
    text-overflow: ellipsis;
    overflow: hidden;
}

#news ._news-item ._news-text h3:hover {
    color: grey;
}

#news ._news-item ._news-text p {
    margin-top: 5px;
    font-size: 11pt;
    color: #474747;
}

#news ._news-item ._news-text ._news-more {
    color: #9d9d9d;
    font-size: 10pt;
}

#news ._news-item ._news-text ._news-more:hover {
    color: #35c3d9;
}

#news .news-all-link {
    text-align: right;
    font-size: 10pt;
    padding-right: 17px;
}

#news .news-all-link a {
    color: #444;
}

.news ._news-date {
    background: linear-gradient(325deg, #ff7904 84%, #ffa150 85%) !important;
    box-shadow: 2px 2px 0 0 #db6a21 !important;
    text-shadow: 0px 1px #ff6855 !important;
}

/* Brands Slider */

/* Footer */

footer {
    margin-top: 40px;
}

footer li {
    text-indent: 0 !important;
}

footer h3 {
    margin: 0 0 30px 0;
    padding: 0;
    letter-spacing: 1px;
}

footer .footer-section-1 {
    min-height: 200px;
    padding: 35px 0 10px;
    background: #35c3d9;
    border-bottom: 3px solid #2aa3be;
    text-shadow: 0px 1px 0px #0094bc;
    color: white;
}

footer .footer-section-1 p, footer .footer-section-1 .footer-nav_list {
    margin: 18px 0 0 0;
    padding: 0;
    font-size: 11pt;
}

footer .footer-section-1 .footer-nav {
    vertical-align: top;
    margin-right: 60px;
}

footer .footer-section-1 .footer-nav:last-child {
    margin-right: 0;
}

footer .footer-section-1 .footer-nav h3 {
    margin-left: 25px;
}

footer .footer-section-1 .footer-nav_list {
    list-style: none;
    border-left: 1px solid #94e6f0;
    min-height: 100px;
    padding-left: 25px;
}

footer .footer-section-1 .footer-nav_list > li {
    margin-bottom: 14px;
}

footer .footer-section-1 .footer-nav_list > li > a {
    color: inherit;
    text-decoration: none;
}

footer .footer-section-1 .footer-nav_list > li > a:hover {
    text-decoration: underline;
}

footer .footer-section-2 { /* Таска 15811 - уменьшить высоту подвала*/
    padding: 5px 0 5px 0;
    background: #f7f7f7;
    border-bottom: 3px solid #d0d0d0;
}

.bottom-menu_list {
    padding: 6px 0 0 0;
    list-style: none;
    margin-top: 4px;
    margin-bottom: 10px;
}

.bottom-menu_list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #555;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: middle;
}

.bottom-menu_list a {
    color: inherit;
    text-decoration: inherit;
}

.bottom-menu_list a:hover {
    text-decoration: underline;
    color: inherit;
}

.bottom-menu_list li:after {
    margin-left: 5px;
    margin-right: 2px;
    content: "|";
    font-size: 9pt;
}

.bottom-menu_list li:last-child:after {
    content: "";
}


footer ._copyright {
    color: #747474;
    font-size: 10pt;
}

footer ._vipseo {
    position: relative;
    left: 560px;
    color: #747474;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer ._vipseo img {
    width: 63px;
    height: 16px;
}

footer ._vipseo a {
    text-decoration: none;
    color: inherit;
}

footer ._vipseo ._vipseo_label {
    margin-left: 15px;
}

/*
*   HomePage
*/

/*#homepage li {*/
    /*text-indent: 0 !important;*/
/*}*/

#old-content .categories {
    display: none;
}

/*
*   Category Page
*/

.category-right{padding-top: 30px;}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs__category-image img {
    max-width: 100px;
    max-height: 80px;
}

.breadcrumbs__links {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    max-width: 80%;
}

.breadcrumbs__links li {
    display: inline;
    font-size: 10pt;
    line-height: 1.5;
}

.breadcrumbs__links li a {
    color: #9B9B9B;
    text-decoration: underline;
}

.breadcrumbs__links li:after {
    margin: 0 10px;
    content: "→";
    text-decoration: none;
    color: black;
}

.breadcrumbs__links li:last-child a {
    text-decoration: none;
    color: black;
}

.breadcrumbs__links li:last-child:after {
    margin: 0;
    content: "";
}

.category-header {
    display: block;
    text-align: center;
    overflow: hidden;
    /* white-space: nowrap;  Убрал т.к. не помещалось название в header - таска 15701*/
}

.category-header h2, .category-header h1 {
    margin: 0;
    font-weight: 600;
}

.category-controlls {
    margin-top: 10px;
}

.category-controlls__bottom .category-pagination {
    width: 100%;
}

.category-pagination {
    width: 100%;
    text-align: right;
    vertical-align: top;
    font-size: 11pt;
}

.category-pagination a {
    text-decoration: none;
    color: #8B8B8B;
}

.category-pagination .faq {
    text-decoration: underline;
}

.product-sort {
    font-size: 11pt;
    color: #9DA2A3;
}

.product-sort .sort-el {
    transition: color 0.1s linear;
}

.product-sort .sort-el:hover {
    color: darkslategray;
}

.product-sort .sort-item:first-child {
    margin-left: 10px;
}

.product-sort .sort-item .sort-asc:after {
    content: "▲";
}

.product-sort .sort-item .sort-desc:after {
    content: "▼";
}

.product-sort .sort-item a, .product-sort .sort-item a:active, .product-sort .sort-item a:visited {
    text-decoration: none;
    color: #CDCDCD;
}

.product-sort .sort-item a, .product-sort .sort-item span {
    font-size: 10pt;
}

.product-sort .sort-item .active, .product-sort .sort-item .active:hover {
    color: #35C2D8;
}

.product-sort .sort-item:after {
    content: "ǀ";
    margin-right: 10px;
    margin-left: 10px;
}

.product-sort .sort-item:last-child:after {
    content: "";
}

/*
*   Список товарав в каталоге
*/

.category__product_item {
    min-height: 200px;
    margin: 20px 0;
}

.category__empty {
    box-sizing: border-box;
    padding: 20px;
    color: #565656;
    text-align: center;
}

.category-article {
    color: #858585;
    /* color: #474747;  изменил по таске #15701*/
    margin-top: 20px;
    padding: 20px 20px;
    font-size: 11pt;
    box-sizing: border-box;
}

.product_brief_block {
    position: relative;
}

.product-item__image {
    padding: 10px;
    min-height: 260px;
}

.product-item__image img {
    max-height: 180px;
    max-width: 100%;
}

.product-item__header {
    margin-bottom: 20px;
}

.product-item__header h3 {
    font-size: 12pt !important;
    letter-spacing: 1px;
}

.product-item__header a, .product-item__header a:visited {
    color: #474747;
    text-decoration: none;
}

.product-item__header a:hover { /* Добаил по таске 15701 */
    color: #35C3D9;
}

.product-item__description { /* Таска 15811 - уменьшил шрифт */
    display: inline-block;
    vertical-align: top;
    font-size: 10pt;
    color: #565656;
    min-height: 130px;
}

.product-item__option-name {
    padding-right: 5px;
}

.product-item__options {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.product-item__price {
    display: block;
}

.product-item__buy {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.product-item__buy-btns {
    text-align: center;
}

.product-item__delivery {
    color: #565656;
    font-size: 11pt;
}

.product-item__btn {
    display: block;
    position: relative;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 1px;
    margin: 7px 0;
}

.product-item__btn:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.product-item__btn:hover {
    cursor: pointer;
}

.buy-btn {
    box-shadow: 2px 2px 0 0 #db6a21;
    text-shadow: 0px 1px #db6a21;
    background: linear-gradient(325deg, #ff7904 84%, #ffa150 85%);
    text-align: right;
}

.buy_one_click-btn {
    box-shadow: 2px 2px 0 0 #0094bc;
    text-shadow: 0px 1px #0094bc;
    background: linear-gradient(325deg, rgb(53, 195, 217) 84%, #72d5e4 85%);
}

.buy-btn_icon {
    background: url('../images/cart_icon-btn.png') no-repeat;
    width: 35px;
    height: 31px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product_brief_block .product-item__right .buy-btn{text-align: center;}

.buy-btn__label {
    padding: 0 30px 0 10px;
}

.product-item__price {
    text-align: center;
}

.product-item__price > * {
    display: inline-block;
    margin-bottom: 10px;
}

.product-item__main-price {
    font-family: 'PT Sans Caption', sans-serif;
    color: #35c3d9;
    font-size: 20pt;
    font-weight: bold;
}

.product-item__bn-main-price {
    font-size: 10pt;
}

.product-item__availability {
    color: #35c3d9;
    font-size: 11pt;
    text-decoration: underline;
}

/* category catalog */

.category_catalog {
    padding: 10px 20px 0px 20px;
    margin: 10px 0 40px 0;
}

.category_catalog__header {
    margin: 20px 0;
}

.category_catalog__row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    margin-right: 15px;
}

.category_catalog__icon {
    width: 50px;
    height: 50px;
}

.category_catalog__maincat, .category_catalog__maincat:visited {
    color: #434343;
    font-size: 11pt;
    text-decoration: none;
}

.category_catalog__maincat:hover, .category_catalog__subcat:hover {
    color: #35c3d9;
}

.category_catalog__h-box {
    word-wrap: break-word;
    width: 220px;
    margin-left: 5px;
}

.category_catalog__maintitle {
    font-size: 11pt;
}

.category_catalog__h-box > * {
    display: inline;
}

.category_catalog__count {
    font-size: 10pt;
    color: #35c3d9;
    text-decoration: underline;
}

.category_catalog__subcats {
    width: 220px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 60px;
}

.category_catalog__subcat, .category_catalog__subcat:visited {
    font-size: 10pt;
    color: #555;
    text-decoration: none;
}

/*
*   Right sidebar category
*/

.yandex-rating {
    text-align: center;
}

.filter-header {
    margin: 15px 0;
}

.filter-header ._header-grp:before {
    right: 90%;
    margin-right: 0 !important;
}

.filter-header ._header-grp:after {
    left: 90%;
    margin-left: 0 !important;
}

.category-filter {
	overflow: hidden;
}

.yandex-like {
    text-align: center;
    margin-top: 30px;
}

.product_services_banner img{width:100%;}

/*
*   Карточка товара
*/
.product-layout__left, .product-layout__center, .product-layout__right {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px !important;
}

.product-layout__left {
    width: 250px;
    padding-top: 10px;
}

.product-layout__center {
    width: 700px;
    padding: 10px;
}

.product-layout__right {
    width: 240px;
    /* margin-left: 10px; */
    padding-top: 85px;
}

.product-header {
    margin: 30px 0 10px;
}

.product-header ._header-grp:before {
    margin-right: 0;
}

.product-header ._header-grp:after {
    margin-left: 0;
}

.product-cart {
    margin-bottom: 40px;
}

.product-cart__images {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}

.product-cart__info {
    display: inline-block;
    vertical-align: top;
    border-left: 2px solid #F7F7F7;
    width: calc(100% - 245px);
    padding: 30px 35px 20px 35px;
}

.product-cart__description .product-cart__info-text { /* Таска 15811 - уменьшить шрифт заголовка*/
	font-size: 10pt;
}

.product-cart__description .product-cart__info-text h2{ /* Таска 15811 - уменьшить шрифт заголовка*/
	font-size: 11pt;
}

.product-cart__description {
    border-top: 2px solid #f7f7f7;
    padding: 30px 35px;
}

.product-cart__title {
    display: block;
    /*height: 40px;*/
    font-size: 11pt;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
}

.product-cart__main-price {
    margin-bottom: 10px !important;
}

.product-cart__bn-main-price, .product-cart__delivery {
    color: #474747;
    font-size: 11pt;
    margin-bottom: 3px;
}

.product-cart__availability {
    margin-top: 40px;
}

.product-cart__buy-btns {
    margin-top: 10px;
}

.product-cart__buy-btns .buy-btn {
    margin-left: 0;
}

.product-cart__description-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 11pt;
    color: #414141;
}

.product-cart__options { /* Таска 15811 - уменьшить шрифт заголовка*/
    font-size: 10pt;
    color: #414141;
}

.product-cart__description-text { /* Таска 15811 - уменьшить шрифт заголовка*/
    font-size: 10pt;
    color: #414141;
    line-height: 1.5;
}

.sidebar-header {
}

.sidebar-header ._header-grp:before {
    right: 90%;
    margin-right: 5%;
}

.sidebar-header ._header-grp:after {
    left: 90%;
    margin-left: 5%;
}

.sidebar-header ._header-grp h2 {
    font-size: 12pt;
}

/* Сопутствующие товары */

.related-products__item {
    /* position: relative; */
    display: inline-block;
    /*min-height: 315px;*/
    min-height: 270px;
    width: 100%;
    margin: 12px 5px 5px 0;
    border: 2px solid #f7f7f7;
    box-shadow: 5px 5px 0 0 #f7f7f7;
    text-align: left;
    background: #E2FBFE;
}

.related-products__item ._product_img-box {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #A7EAF2;
    background: white;
}

.related-products__item img {
    display: inline-block !important;
    vertical-align: middle;
    max-height: 160px;
    /* width: 250px; */
    max-width: 200px;
    /*width: auto !important;*/
    width: 125px;
    outline: none;
}

.related-products__item ._middle {
    display: inline-block;
    height: 160px;
    width: 0;
    vertical-align: middle;
}

.related-products__item ._product_name {
    /*min-height: 45px;*/
    /* border-top: 1px solid #f7f7f7; */
    border-bottom: 1px solid #A7EAF2;
    padding: 0 30px 20px 30px;
    line-height: 130%;
    font-size: 10pt;

}

.related-products__item ._product_name a {
    color: #474747;
    text-decoration: none;
}

.related-products__item ._product_name a:hover {
    color: #35c3d9;
}

.related-products__item._product_name a {
    color: #474747;
    font-size: 11pt;
    text-decoration: none;
}

.related-products__item._product_name a:hover {
    text-decoration: underline;
}

.related-products__item ._product_price {
    padding: 10px 0;
    text-align: center;
}

.related-products__item > ._product_price ._price-val {
    /*width: 80%;*/
    /*text-align: center;*/
    color: #35c3d9;
    font-size: 18pt;
    /*margin-left: 20px;*/
    font-family: 'PT Sans Caption', sans-serif;
}

.related-products__item > ._product_price ._add_to_cart {
    border-left: 2px solid #A7EAF2;
    margin-left: 10px;
    padding-left: 20px;
}

.related-products__item > ._product_price ._cart-btn {
    margin-top: 5px;
    display: inline-block;
    background: url('../img/cart.png') no-repeat;
    height: 40px;
    width: 40px;
}

.related-products__item > ._product_price ._cart-btn:hover {
    cursor: pointer;
}

.product-cart__mainimg {
    position: relative;
    height: 209px;
    width: 240px;
}

.product-cart__mainimg img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.product-cart__thumbs {
    position: relative;
    border-top: 1px solid #EEE;
    height: 70px;
}

.thumb-slider__left, .thumb-slider__right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
}

.thumb-slider__left {
    left: 0;
    background: url('../img/slide-left.png') no-repeat 50% 50%;
    background-size: 60%;
}

.thumb-slider__right {
    right: 0;
    background: url('../img/slide-right.png') no-repeat 50% 50%;
    background-size: 60%;
}

.thumb-slider__thumbs {
    position: relative;
    width: 198px;
    height: 100%;
    left: 20px;
}

.__thumbs-slides {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.__thumbs-slides li {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 60px;
    margin-top: 10px;
    border: 1px solid #EEE;
    margin-left: 1px;
    cursor: pointer;
}

.__thumbs-items {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.product_image {
    display: none;
    cursor: pointer;
}

.product_image_visible {
    display: inline-block;
}

.__thumbs-items-active {
    /* box-shadow: 0 0 1px 1px #0094bc;*/
    border: 1px solid #A7EAF2 !important;
    outline: 1px solid #A7EAF2 !important;
}

#product_modal {
    display: none;
    position: fixed;
    padding: 20px;
    background: white;
    box-shadow: 0 30px 200px 0 #BBB;
    margin: 0 auto;
    width: 656px;
    max-height: 600px;
    top: 20%;
    left: 22%;
    z-index: 100000;
    border-radius: 3px;
}

.product_modal__head {
    width: 100%;
    height: 20px;
    text-align: right;
}

.product_modal__close {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
}

.product_modal__close:before {
    content: "x";
    font-size: 12pt;
    color: #35c3d9;
}

#fotorama {
    width: 100%;
}

#fotorama > .fotorama__wrap {
    margin: 0 auto !important;
}

#fotorama .fotorama__img {
    position: absolute !important;
    margin: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    width: auto !important;
}

#fotorama .fotorama__thumb {
    background: white !important;
}

#fotorama .fotorama__nav-wrap {
    margin-top: 15px;
}

#fotorama .fotorama__stage {
    max-height: 400px !important;
    max-width: 700px !important;
}

/*
*   Каталог бренда
*/

.brand-catalog {
    padding: 20px 0;
}

.brand-catalog__empty {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    color: #9B9B9B;
}

/*
*   Фильтр
*/

/* цена */

#products-filter__price {
    margin: 40px 15px 50px 15px;
    border: 2px solid #F7F7F7;
    border-radius: 0;
    height: 12px;
    background: white;
}

#products-filter__price .ui-slider-range {
    background: #35C3D9;
    border-radius: 0;
}

#products-filter__price .ui-slider-pip-last {
    position: relative !important;
    left: 69% !important;
    top: 35px !important;
    display: block !important;
    width: 80px !important;
    text-align: right !important;
}

#products-filter__price .ui-slider-pip-last .ui-slider-label {
    position: static !important;
    display: inline !important;
}

#products-filter__price .ui-slider-pip-first {
    top: 30px !important;
}

#products-filter__price .ui-slider-label {
    font-weight: normal;
    color: #474747;
    font-size: 11pt;
}

#products-filter__price .ui-slider-tip {
    border: 0 !important;
    border-radius: 0 !important;
    top: -40px !important;
    height: 17px !important;
    background: transparent;
    color: #00afea;
}

#products-filter__price .ui-slider-pip-last .ui-slider-line,
#products-filter__price .ui-slider-pip-first .ui-slider-line {
    display: none !important;
}

#products-filter__price .ui-slider-handle.ui-state-default.ui-corner-all {
    top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13.0px 7.5px;
    border-color: transparent transparent #35C3D9 transparent;
    background: none;
    outline: none;
    margin-left: -7px;
    border-radius: 0 !important;
    cursor: pointer;
}

/* аккордион */
#products-filter__options {
    opacity: 0;
}

#products-filter__options .ui-accordion-header .ui-accordion-header-icon {
    left: 230px;
}

#products-filter__options .ui-accordion-header {
    padding-left: 15px;
    color: #474747;
    outline: none !important;
    background: none !important;
    border: 0;
    border-radius: 0 !important;
    border-bottom: 2px solid #f7f7f7;
}

#products-filter__options .ui-accordion-header.ui-state-active {
    border-bottom: 0;
}

#products-filter__options .ui-accordion-content {
    background: none !important;
    border: 0;
    border-radius: 0 !important;
    border-bottom: 2px solid #f7f7f7;
    padding: 15px 5px 15px 15px;
}

#products-filter__options .accordion-content-active {
    max-height: 1500px !important;
    min-height: 10px !important;
}

.products-filter__options-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products-filter__options-list li {
    position: relative;
}

.products-filter__option-count {
    font-size: 10pt;
    color: #35C3D9;
    text-decoration: underline;
}

.products-filter__option-name {
    font-size: 10pt;
}

.products-filter__option-name a {
    text-decoration: none;
}

.products-filter__option-radio {
    display: none;
}

.products-filter__option-label {
    display: inline-block;
    cursor: pointer;
    /* vertical-align: middle; */
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
}

.products-filter__option-radio:checked + .products-filter__option-label:before {
    background: rgb(53, 195, 217);
    /* font-size: 21px; */
    text-align: center;
    /* line-height: 16px; */
    height: 12px;
    width: 12px;
}

.products-filter__option-radio:checked + .products-filter__option-label {
    color: rgb(53, 195, 217);
}

.products-filter__option-label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin-right: 6px;
    position: absolute;
    left: 0;
    bottom: 3px;
    border: 1px solid #CDCDCD;
}

.products-filter__show-btn, .products-filter__reset-btn {
    border: 0;
    outline: 0;
}

.products-filter__show-btn:disabled, .products-filter__reset-btn:disabled {
    opacity: 0.5;
    cursor: default;
}

.products-filter__btns {
    margin: 15px 0;
    width: 100%;
    text-align: center;
}

.products-filter__reset-btn {
    color: rgb(53, 195, 217) !important;
    box-shadow: 2px 2px 0 0 #E9E9E9;
    text-shadow: 0px 1px #0094bc;
    background: linear-gradient(325deg, rgb(246, 246, 246) 84%, #ffffff 85%);
}

.products-filter__founded-count {
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    margin: 20px 0;
    height: 20px;
}

.products-filter__available-list {
    margin: 0 0 20px 15px;
    padding: 0;
    list-style: none;
}
.products-filter__available-list li {
    padding: 3px 0;
}
.products-filter__available-list li span {
    font-size: 11pt;
}

.products-filter__available-title {
    margin-left: 15px;
    font-size: 13pt;
    color: #474747;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.products-filter__available-availables:before, .products-filter__available-notavailables:before {
    content: "(";
}

.products-filter__available-availables:after, .products-filter__available-notavailables:after {
    content: ")";
}
/*
*   Быстрый заказ
*/

.ui-widget-overlay {
    background: none !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
    border-radius: 0;
    border: 0;
    box-shadow: 0 30px 200px 0 #BBB;
}

.ui-dialog input,
.ui-dialog textarea {
    font-size: 11pt;
    color: dimgray;
    resize: none;
    height: 35px;
    border: 1px solid #e9e9e9;
    padding: 0 5px;
    box-shadow: 2px 2px 0px 0px #e9e9e9;
    outline: none;
    width: 250px !important;
    border-radius: 0;
}

.ui-dialog textarea {
    height: auto;
}

.ui-dialog fieldset {
    position: relative;
    left: -10px;
    border: none;
}

.ui-dialog label {
    color: #555;
    font-size: 10pt;
}

.ui-dialog #error_label {
    margin-top: 10px;
}

.ui-dialog .product-item__btn {
    margin-left: 80px;
    border: none;
    outline: none;
}

.ui-dialog .product-item__btn:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.ui-dialog .ui-widget-header {
    background: none;
    border: 0;
    color: #474747;
}

/* Articles rules */
.shipment-table {
    border: 1px solid #adadad;
}

.shipment-table tr.header td {
    background: #cccccc;
    font-weight: bold;
}

.shipment-table tr td {
    border: 1px solid #adadad;
    padding: 5px;
}

.shipment-table tr.even td{
    background-color: #EBEBEB;
}

.shipment-info-table td p{
    padding-left: 25px;
}


/* фиксированая шапка при прокрутке */
#head {
    transition: padding .5s ease-out 0s;
    transition: height .5s ease-out 0s;
}

.logo {
    transition: height .5s ease-out 0s;
    width: 100%;
}

._col > * {
    transition: margin .5s ease-out 0s;
}

#topmenu {
    transition: margin .5s ease-out 0s;
}

#head .container ._col {
    position: relative;
    float: right;
    margin-right: 30px;
}

header.scrolled {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: white;
    /*margin-top: -50px;*/
}

.scrolled #topmenu {
    /*opacity: 0;*/
    margin-top: -38px;
}

.scrolled #head {
    padding: 12px 0 10px 0;
    height: 80px;
}

.scrolled .logo {
    margin-top: 4px;
    width: 80%;
}

.scrolled ._col > * {
    margin-top: 10px;
}

header.scrolled + main {
    margin-top: 104px;
}

.sort-el {
    color: #35c3d9;
}
/************************/

.grid_list .category_product_item form{
    border: 3px solid #f7f7f7;
    box-shadow: 5px 5px 0 0 #f7f7f7;
}

.grid_list .product-item__image, .grid_list .product-item__right{display: inline-block;}

.grid_list .product-item__image{
    vertical-align: top;
    width: 240px;
    padding: 10px;
}

.grid_list .product-item__right{
    width: calc(100% - 245px);
    border-left: 2px solid #f7f7f7;
    padding: 15px 30px;
}

.grid_list .product-item__description {width: 100%;}

.grid_list .product-item__header {font-weight: 300;}

.grid_list .category_product_item form .product-item__options_list{display: inline-block}

.grid_list .category_product_item form .product-item__options{display: none!important;}

.grid_list .category_product_item form .product-item__price{float:right}


.grid_list .category_product_item form .product-item__buy{
    text-align: start;
    border-top: 2px solid #f7f7f7;
}
.grid_list .category_product_item form .product-item__buy .product-item__buy-btns{float:right}


.category_product_item {margin: 20px 0;}

.category_product_item form {
    border: 2px solid #eee;
    padding: 0px 10px;
}

.category_product_item form .product-item__options_list{display: none}

.category_product_item form .product-item__header span{
    display: block;
    overflow: hidden;
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: 0px;
    min-height: 70px;
    max-height: 70px;
}


.category__product_item form .product-item__right .product-item__description .product-item__header h3{
    max-height: 40px;
    overflow: hidden;
}

.flex_cart{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex_item{
   display: flex;
   justify-content: space-around;
   min-height: 200px;
   margin-bottom: 20px;
}
.flex_item_column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flex_item_column a{
    color: #000;
    text-decoration: none;
}
.flex_item_column a:hover{
    color: #35c3d9;
}

.product-item__btn_buy_one_click-btn{
    box-shadow: 2px 2px 0 0 #0094bc;
    text-shadow: 0px 1px #0094bc;
    background: linear-gradient(325deg, rgb(53, 195, 217) 84%, #72d5e4 85%);
    position: static;
    float: left;
    display: inline-block;
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 1px;
}
.product-item__buy-btn{
    box-shadow: 2px 2px 0 0 #db6a21;
    text-shadow: 0px 1px #db6a21;
    background: linear-gradient(325deg, #ff7904 84%, #ffa150 85%);
    text-align: right;
    float: right;
}
.product-item__btn_buy_one_click-btn a{
    color:#fff;
    text-decoration: none;
}
.remove_item_in_cart{
    cursor: pointer;
}
.popup_total_sum{
    float:right;
    margin-right: 15px;
}

.callback-button{
    text-decoration:none;
    text-align:center;
    padding:5px 15px;
    border:none;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius: 9px;
    font:12px "Arial Black", Gadget, sans-serif;
    font-weight:bold;
    color:#E5FFFF;
    background-color:#3bc0c7;
    background-image: -moz-linear-gradient(top, #3bc0c7 0%, #0d7ca1 100%);
    background-image: -webkit-linear-gradient(top, #3bc0c7 0%, #0d7ca1 100%);
    background-image: -o-linear-gradient(top, #3bc0c7 0%, #0d7ca1 100%);
    background-image: -ms-linear-gradient(top, #3bc0c7 0% ,#0d7ca1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7ca1', endColorstr='#0d7ca1',GradientType=0 );
    background-image: linear-gradient(top, #3bc0c7 0% ,#0d7ca1 100%);
    -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
    box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;

}

.callback-button:hover{
    cursor: pointer;
}

.category-header ._header-grp span{
    font-size: 13pt;
    margin: 0;
    font-weight: 600;
    position: relative;
    top: 5px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    color: #414141;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#wrap_feedback {
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 100;
    overflow: auto;
}

#window {
    width: 400px;
    height: 550px;
    margin: 50px auto;
    display: none;
    background: #fff;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
}

.close {
    margin-left: 327px;
    margin-top: 4px;
    cursor: pointer;
}

.callback_form_input{
    margin-bottom: 12px;
}

.common_wrapper{font-size: 14px;}



#back-top {
    position: fixed;
    bottom: 10px;
    margin-left: 10px;
    z-index: 99;
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 34px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    background: #35c3d9 url(../images/up-arrow.png) no-repeat center center;
    background-size: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 2px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #33fdff;
}

.bordered-box-articles blockquote{
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 8px 2px 20px;
    border-left: 5px solid #ccc;
}

.mobile-catalog{
    display: none;
    position: absolute;
    top: 105%;
    background-color: #f5f5f5;
    padding: 0 15px;
    width: 280px;
    overflow: auto;
    z-index: 999;
    height: 80vh;
}

.category_catalog-box{padding: 0 20px 35px;}

.category-left .breadcrumbs{margin-top: 30px;}

.products-filter__btns .product-item__btn{display:inline-block}

.yandex_banner_mobile{margin-bottom: 30px;}

.search_simple_product_sort{text-align: center;}

.product_info_content{margin-top: 30px;}

.product-cart .product-cart__info .product-item__btn{
    display: inline-block;
    padding: 10px 5px;
    margin: 7px 7px 7px 0;
}

.product_print_v{margin-bottom: 35px;}

.add_to_cart_modal{display:none;}

.box-modal_header span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0px 0px 20px;
    position: relative;
    top: -10px;
}

.cart__rigth_item-title{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout_cart__content-push_order{
    min-height: 150px;
    margin-bottom: 20px;
    padding-left:10px;
}

.checkout_cart__content-push_order .product-item__btn, .checkout_cart__rigth #push_order_block .product-item__btn{
    display: inline-block;
    margin:15px 0;
}

#checkout_addresses, #checkout_logininfo{
    width: 87%;
    padding-top: 15px;
}

.checkout_cart__content input{
    font-size: 18px;
    width:100%
}

.checkout_cart__content .order_comment{width: 90%}

.checkout_logininfo_item, .addressform_item{margin-bottom: 15px;}

.label_blue {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}

.input_blue {
    display: none;
}

.label_blue:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
}

.input_blue:checked + .label_blue:before {
    background: #35c3d9;
    border: 1px solid #35c3d9;
}

.disp_none {
    display: none;
}

.checkout_buttons {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

#push_order_block #checkout_button {
    display: none;
}

.shipping_div_descr {
    display: none;
    margin-top: 20px;
}

.field_requried {
    margin-top: 30px;
}

.shipment_form {
    padding: 0 0 20px 20px;
    margin-bottom: 20px;
}

.region_shipment_title, .moscow_shipment_title {
    display: inline-block;
    text-transform: uppercase;
    color: #414141;
    font-size: 20px;
    cursor: pointer;
}

.active_title, .region_shipment_title:hover, .moscow_shipment_title:hover {
    border-bottom: 6px solid #35c3d9;
}

.error_block {
    color: red;
}

.ui-dialog .ui-dialog-titlebar-close{
    background-image: url(../js/jquery-ui-1.11.4/images/ui-icons_ef8c08_256x240.png)!important;
    background-position: -94px -126px!important;
    padding: 10px!important;
    cursor: pointer;
}

.span_title_strike{
    display: inline-block;
    position: relative;
    top: 5px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    color: #414141;
    margin: 0;
    font-weight: 600;
    font-size: 13pt;
}

.checkout_cart__title{
    text-transform: uppercase;
    text-align: left;
    color: #414141;
    font-size: 20px;
}

.main_title h1{
    font-family: 'Lato', sans-serif;
    font-size: 19pt;
    letter-spacing: 2px;
    font-weight: normal;
    color: #414141;
    text-align: center;
}

.secondary_price_button{
    box-shadow: 2px 2px 0 0 #139205!important;
    text-shadow: none!important;
    background: linear-gradient(325deg, #00ff66 84%, #98febd 85%)!important;
}

.product_brand-image img{
    max-width: 100px;
    max-height: 50px;
}

.__delivery-cost_free{
    font-weight: bold;
    font-size: 11.5pt;
}

.product-item_price_by_request{
    display: inline-block;
    padding: 10px 5px;
    margin: 7px 7px 7px 0;
    box-shadow: 2px 2px 0 0 #0094bc;
    text-shadow: 0px 1px #0094bc;
    background: linear-gradient(325deg, rgb(53, 195, 217) 84%, #72d5e4 85%);
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
}
.filter-wrapper{position: relative}
.filter-disable-block{
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.certificate{
    margin: 10px 0 20px 0;
    border: 1px solid #b4b4b4;
    padding: 10px;
}
.cert_title{
    color: #474747;
    font-size: 11pt;
}
.cert_image{
    cursor: pointer;
    margin-top: 10px;
}
.certificat_modal{
    display: none;
    position: fixed;
    padding: 20px;
    background: white;
    box-shadow: 0 30px 200px 0 #BBB;
    margin: 0 auto;
    width: 656px;
    max-height: 600px;
    top: 30%;
    left: 0;
    z-index: 100000;
    border-radius: 3px;
    right: 0;
}
.certificat_modal .product_modal__head{margin-bottom: 10px;}

.order_promo_code_row{display: flex}
.order_promo_code_row .order_promo_code{width: 50%}

.order_promo_code_row .order_promo_code_submit{
    display: block;
    box-shadow: 2px 2px 0 0 #415005d9;
    text-shadow: 0px 1px #24a411;
    background: linear-gradient(325deg, #56b70d 84%, #85d07a 85%);
    text-align: right;
    border: none;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 1px;
    margin-left: 20px;
    cursor: pointer;
}
.order_promo_code_title{
    text-transform: uppercase;
    text-align: left;
    color: #414141;
    font-size: 20px;
}
.order_promo_code_description{
    text-align: left;
    color: #414141;
    font-size: 14px;
}

/*@media screen and (max-width: 1200px)*/
@media screen and (max-width: 1200px) {
    #head {
        height: 85px;
    }

    .scrolled .logo {
        width: 100%
    }

    .product-sort, .category-pagination {
        font-size: 10.1pt;
    }

    .grid_list .category_product_item form .product-item__price {
        float: none;
    }

    .checkout_cart__content-form {
        margin: 0 0 0 2%
    }

    #checkout_addresses, #checkout_logininfo{
        margin: 0;
        width: 100%;
        padding-right: 10px;
    }

    .checkout_cart__rigth .yandex-rating img{width: 100%}

    #brands-slider ._shadow-right{right: 45px;}
    #brands-slider ._shadow-left{left: 49px;}
}
/*@media screen and (max-width: 1200px)*/

/*@media screen and (max-width: 1200px) and (min-width: 992px)*/
@media screen and (max-width: 1200px) and (min-width: 992px){
    .flex_cart__rigth .yandex-rating img{width:100%}
}
/*@media screen and (max-width: 1200px) and (min-width: 992px)*/


/*@media screen and (max-width: 992px)*/
@media screen and (max-width: 992px){
    #head, .scrolled #head{
        position: relative;
        border-bottom: 1px solid #35c3d9;
        box-shadow: 0 5px 2px -2px #35c3d9;
        height: auto;
        padding: 0 0 5px 0;
        background-color: #f5f5f5;
    }

    .scrolled .logo, .logo {
        width: 70%;
        margin: 5% 0 0 10%;
    }

    #head ._phone-mobile{
        display: block;
        text-align: center;
        font-size: 16px;
        color: #414141;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-top: 5px;
    }

    #head .nav_button{
        position: relative;
        width: 46px;
        height: 40px;
        border: 2px solid #35c3d9;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #35c3d9;
        margin: 12% 0 0 10%;
        cursor: pointer;
    }

    #head .nav_button_active{
        border: #ff8300;
        background: #ff8300;
    }

    #head .nav_button span::before{
        display: block;
        position: absolute;
        left: 0;
        top: -6px;
        background: #fff;
        height: 2px;
        width: 100%;
        content: "";
    }

    #head .nav_button span{
        display: block;
        position: absolute;
        top: 50%;
        left: 27%;
        height: 2px;
        width: 20px;
        background: #fff;
    }

    #head .nav_button span::after{
        display: block;
        position: absolute;
        left: 0;
        bottom: -6px;
        background: #fff;
        height: 2px;
        width: 100%;
        content: "";
    }

    #head .search-form, #head .search-form ._search-bar_submit{display: none}

    #head .search-bar{
        position: relative;
        width: 60%;
        margin: 10px auto 3px;
    }

    #search_advice_wrapper{
        width: 100%!important;
        top: 100%!important;
    }
    #search_advice_wrapper a{width:100%!important;}

    #head .search-bar form{
        width: 100%;
        height: 100%;
    }

    .mobile-icons div{
        display: inline-block;
        margin-top: 10%;
    }

    .mobile-cart-icon span{
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(/published/publicdata/C1008/attachments/SC/images/mobile_icons/basket-m.png) center center no-repeat;
        background-size: 50%;
    }

    .mobile-cart-icon a{
        position: relative;
        display: inline-block;
    }

    .mobile-cart-icon .cart_num{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 15px;
        width: 15px;
        background-color: #ff8300;
        color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        font-size: 12px;
        text-align: center;
        line-height: 15px;
    }

    .mobile-search-icon span{
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(/published/publicdata/C1008/attachments/SC/images/mobile_icons/search-icon-m.png) center center no-repeat;
        background-size: 50%;
        cursor: pointer;
    }

    .main_cat_menu, .main_cat_submenu{
    display: none;
    }

    .mobile-catalog ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: #444;
    }

    .mobile-catalog ul a{
        color: #444;
    }
    .mobile-catalog ul li, .main_cat_menu-titles{
        margin: 15px 0;
    }

    .mobile-catalog_menus_cat_titles{
        margin: 20px 0!important;
    }

    .main_cat_expand, .main_cat_subexpand{
        display: inline-block;
        padding: 10px;
        margin: 0 auto;
        color: #35c3d9;
        font-size: 44px;
        line-height: 0;
        cursor: pointer;
    }

    .main_cat_title, .main_subcat_title{font-weight: 700}

    .main_cat_subexpand{font-size: 30px;}

    .main_cat_expand:hover, .main_cat_subexpand:hover, .expanded{color:#ff8200}

    .mobile-catalog_menus_title {
        display: block;
        margin: 30px 0 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
    }

    .main_cat_menu, .main_cat_submenu{
        padding-left: 5%!important;
    }

    .mobile_filter_button::before{
        content: "";
        display: inline-block;
        background: url('../images/filter_icon.png') no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        right: -30px;
        top: -5px;
    }

    #cat_product_sort > div{display:inline-block}

    .mobile_filter_button{
        position: relative;
        margin-top: 15px;
        color: #35c3d9;
        font-weight: 700;
        cursor: pointer;
    }

    .filter-wrapper{
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #f5f5f5;
        width: 270px;
        z-index: 9999;
        border-left: 4px solid #35c3d9;
        height: 100vh;
        overflow: auto;
    }

    .category-filter{border:none}

    ._header-grp::before, ._header-grp::after{background: none}

    .mobile_filter_overlay{
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.35);
        z-index: 9998;
        cursor: pointer;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
    }
    .mobile_filter_overlay::after{
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        cursor: pointer;
        background: url('../images/filter_close.png') no-repeat center;
        width: 33px;
        height: 33px;
    }
    footer .footer-section-1 .footer-nav h3{
        margin-left: 5px;
    }

    #cartModal{
        width: 400px;
        padding: 20px;
    }

    .box-modal_header span{font-size: 14px;}

    #cart_popup_item .flex_item{
        display: block;
        min-height: 0px!important;
    }

    .flex_item .flex_item_column:nth-child(1){
        display: block;
        width: 100%!important;
        text-align: center;
    }

    .flex_item .flex_item_column:nth-child(2){
        width: 100%!important;
        margin: 25px 0;
    }

    .flex_item .flex_item_column:nth-child(3){
        display: inline-block;
        width: 30%!important;
    }

    .flex_item .flex_item_column:nth-child(4){
        display: inline-block;
        width: 58%!important;
    }

    .flex_item .flex_item_column:nth-child(5){
        position: static!important;
        display: inline-block;
        width: 5%!important;
    }

    .flex_cart__content .flex_item{
        display: block;
        padding: 5px 10px;
    }

    .checkout_cart__rigth{margin-bottom: 30px;}
}
/*@media screen and (max-width: 992px)*/


/*@media screen and (max-width: 768px)*/
@media screen and (max-width: 768px){
    .grid_list .product-item__image{
        width: 100%;
        text-align: center;
    }

    .grid_list .product-item__right{
        width: 100%;
        border-left: none;
    }

    .grid_list .category_product_item form .product-item__delivery{display: block;}

    .grid_list .category_product_item .product-item__options table{margin:0;}

    .grid_list .category_product_item form .product-item__options_list{
        display: block;
        text-align: initial;
    }

    .grid_list .category_product_item form .product-item__buy{
        text-align: center;
        border-top: none;
    }

    .grid_list .category_product_item form .product-item__buy .product-item__buy-btns{float:none;}

    .product-cart__title{overflow: auto;}

    .product-cart__images{
        display: block;
        width: 100%;
    }

    .product-cart__mainimg{margin: 0 auto;}

    .product-cart__info{width: 100%;}

    .product-slider li img{max-width: 200px;}
}
/*@media screen and (max-width: 768px)*/



/*@media screen and (max-width: 768px) and (min-width: 576px)*/
@media screen and (max-width: 768px) and (min-width: 576px){
    .category_product_item form{
        padding: 0px 5px;
    }
}
/*@media screen and (max-width: 768px) and (min-width: 576px)*/


/*@media screen and (max-width: 575px)*/
@media screen and (max-width: 575px){
    .category_product_item form{text-align: center;}

    .category_product_item .product-item__options table{
        text-align: initial;
        margin: 0 auto;
    }
    .product-item__delivery{display:block}

    #news ._news-item ._news-date{margin: 5px 0 0 5px}

    .product-header ._header-grp{display: block}

    .product-header ._header-grp h1{
        position: static;
        padding: 5px 5px;
        text-align: start;
        overflow: auto;
    }

    .product-cart__info, .product-cart__description{padding: 30px 5px 20px 5px;}

    .product_info_content .product-left{margin-top: 30px;}

    #cartModal{
        width: 270px;
        padding: 10px;
    }

    .box-modal_header span{width:60%}

    .box-modal_header .box-modal_close{
        right: 23px;
        top: 18px;
    }

    #cartModal .product-item__btn_buy_one_click-btn{
        display: block;
        float: none;
        margin: 10px auto;
        width: 80%;
    }

    #cartModal .product-item__buy-btn{
        float: none;
        text-align: center;
    }

    .ps-tabs > .ps-tabs-grp .ps-tab{font-size: 12pt;}

    #product-slider .bx-wrapper .bx-prev,#product-viewed-slider .bx-wrapper .bx-prev{left: -28px;}
    #product-slider .bx-wrapper .bx-next,#product-viewed-slider .bx-wrapper .bx-next{right: -43px;}

    .breadcrumbs__links li{
        display: block;
        font-size: 11pt;
    }
    .product-sort{font-size: 11.1pt;}
    .category-controlls{margin-bottom: 10px;}

    .category_product_item form .product-item__header span, .product-item__image, .product-item__image img{
        min-height: initial;
        max-height: initial;
    }

    .category-pagination{font-size: 12.1pt;}

    .checkout_cart__content-push_order{
        min-height: initial;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .bordered-box.checkout_cart__content-push_order{
        border: none;
        box-shadow: none;
    }

    .checkout_cart__title{
        font-size: 13px;
        font-weight: bold;
    }

    .order_promo_code_wrapper{padding: 0 18px 18px 18px;}
    .order_promo_code_title{
        font-size: 13px;
        font-weight: bold;
    }
    .order_promo_code_row{flex-direction: column}
    .order_promo_code_row .order_promo_code{width: 100%}
    .order_promo_code_row .order_promo_code_submit{
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
}
/*@media screen and (max-width: 575px)*/


/*@media screen and (max-width: 360px)*/
@media screen and (max-width: 360px){
    #head ._phone-mobile{font-size:14px}
    .mobile-cart-icon span, .mobile-search-icon span{
        width: 35px;
        height: 35px;
    }

    .flex_cart__content-mounting_table span{font-size:15px;}

    .checkout_cart__content, .checkout_cart__content input{font-size: 14px;}

    .region_shipment_title, .moscow_shipment_title{font-size: 18px;}

    .h1_title-strike{font-size: 26px;}

    .product-slider li ._product_name{
        max-height: 80px;
        overflow: auto;
        height: initial;
    }
}
/*@media screen and (max-width: 360px)*/

.tagged_categories {
    padding: 20px 0 0;
    max-width: 500px;
}
.tagged_categories a {
    color: #9DA2A3;
    display: inline-block;
    font-size: 10pt;
    margin: 0 11px 12px 0;
}