

/* Start:/bitrix/templates/market_column_1/components/alexkova.market/search.title/.default/style.min.css?15063340614559*/
.bx-searchtitle {
    margin: 10px 0 0
}

.bx-searchtitle .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600
}

.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bx-searchtitle .bx-input-group .bx-form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 27px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    border: none;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    outline: 0;
    box-shadow: none!important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
    background-image: -webkit-linear-gradient(#f8fafc 0, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0, #f8fafc 100%)
}

.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell
}

.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: 0;
    background: #95a1a8;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bx-searchtitle .bx-input-group-btn button:hover {
    background: #1484ce
}

div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 999;
    min-width: 370px;
    margin-top: -3px;
    background-color: #FFF
}

div.title-search-fader {
    display: none;
    background-image: url('/bitrix/templates/market_column_1/components/alexkova.market/search.title/.default/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute
}

p.title-search-preview {
    font-size: 12px
}

div.title-search-result td.title-search-price span {
    font-size: 26px
}

.bx_searche .bx_img_element {
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0
}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative
}

.bx_searche .bx_image {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8
}

.bx_searche .bx_item_element {
    padding-left: 10px;
    margin-left: 70px
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.bx_searche .bx_item_element a {
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 13px;
    text-decoration: none
}

.bx_searche .bx_item_element a b {
    color: #000;
    font-weight: normal
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
    text-decoration: underline
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363
}

.bx_item_block.all_result {
    min-height: 0
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px
}

.bx_item_block.all_result .all_result_title a {
    color: #a7a7a7
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #4788cb
}

.bx_item_block.all_result a {
    margin-top: 0
}
/* End */


/* Start:/bitrix/templates/market_column_1/components/alexkova.market/buttonUp/.default/style.css?1506334061471*/
.bxr-button-up {
    width: 48px;
    height: 48px;
    position: fixed;
    border: none;
    box-shadow: none;
    z-index: 1999;    
    bottom: 0;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bxr-button-up.right {
    right: 0;
}

.bxr-button-up.left {
    left: 0;
}

.bxr-button-up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.bxr-button-up > .fa {
    font-size: 28px;
    margin-left: -1px;
}
/* End */


/* Start:/bitrix/templates/market_column_1/components/alexkova.market/menu/version_v1_new/style.css?15296585097304*/
/********** bxr-top-menu **********/
.bxr-menuline {
   // position: relative;
}

.bxr-top-menu .bxr-color > a
,.bxr-top-menu .bxr-color-flat > a
,.bxr-top-menu .bxr-dark-flat > a{
    color: #fff;
}

.bxr-v-line_menu {
    background-color: #fff;
}

.bxr-v-line_menu.line-top, ul.bxr-flex-menu.line-top {
    border-top: 1px solid rgba( 0, 0, 0, 0.1);
    border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
}
.bxr-v-line_menu.line-top ul.bxr-flex-menu.line-top {
    border-top: none;
    border-bottom: none;
}

.bxr-top-menu{
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    height: 36px;
    width: 70%;
    overflow: hidden;
    visibility: hidden;
}

.bxr-top-menu > li {
    color: #414141;
}

ul.bxr-top-menu li.bxr-static-li {
    position: static;
}

ul.bxr-top-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

ul.bxr-top-menu li{
    display: block;
    float: left;
    position: relative;
    text-align: left;
    font-size: 14px;
    height: 100%;
}

ul.bxr-top-menu.bxr-big-menu li {
    font-size: 16px;
}

ul.bxr-top-menu > li > a{
    display: block;
    color: #414141;
    text-align: center;
    padding: 14px 25px 14px 25px;
    float: left;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

ul.bxr-top-menu.bxr-big-menu > li > a{
    padding: 13px 25px 13px 25px;
}

ul.bxr-top-menu.bxr-light-menu li a{
    font-weight: normal;
}

ul.bxr-top-menu > li > a .glyphicon-chevron-down{
    font-size: 7px;
    top: -1px;
    padding-left: 5px;
}

ul.bxr-top-menu > li > a .fa-angle-down{
  font-size: 14px;
  padding-left: 5px;
}

ul.bxr-top-menu > li.other, li.last  {
    width: 50px;
}
ul.bxr-top-menu > li.other > ul:before{
    right: 18px;
    left: initial;
}

ul.bxr-top-menu > li.last {
    float: right;
}

ul.bxr-top-menu > li.other .bxr-top-menu-other span.fa {
    display: none;
}

.li-visible > a{
   padding-left: 0 !important;
   padding-right: 0 !important; 
}

#bxr-flex-menu-li > a {
    font-size: 19px;
    padding: 6px 0 6px 0;
}

#bxr-flex-menu-li > a span {
   line-height: 40px;
}

#bxr-flex-menu-li{
    display: none;
}

@-webkit-keyframes submenu_view {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@keyframes submenu_view {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

ul.bxr-top-menu > li > div {    
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

ul.bxr-top-menu > li > div ul {
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
}

ul.bxr-top-menu > li:hover > div {
    display: block;
    -webkit-animation:submenu_view 400ms;
    animation:submenu_view 400ms;
}

/* end bxr-top-menu */

/* bxr-menu-search-line */
#bxr-menu-search-line {
    display: none;
    padding: 20px 15px;
}

.bxr-menu-search-line-container {
    position: absolute;
    width: 100%;
    z-index: 55;
}

.bxr-menu-search-line-container-color
,#bxr-menu-search-line {
    background: #E0E7EC;
}
/* end bxr-menu-search-line */


/* level 2 other hover */

.bxr-top-menu-other {
    right: 0px !important;
    left: inherit !important;
    z-index: 1001;
    font-size: 13px;
    width: auto;
    border: 1px solid #e6eaed;
} 

.bxr-top-menu-other > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    top: 0px;
    background-color: #fff;
    min-width: 200px;
}

.bxr-top-menu-other > ul > li {
    cursor: pointer;
    position: relative;
    width: 100%;
    border-top: 1px solid #e6eaed;
    display: block;
    float: left;
    text-align: left;
    font-size: 14px;
    height: 100%;
    border-top: 1px solid #e6eaed;
}

.bxr-top-menu-other > ul > li:first-child {
    border-top: none;
}

.bxr-top-menu-other > ul > li > a {
    white-space: nowrap;
    padding: 14px 25px 13px 12px;
    margin-right: 33px;
    display: block;
    text-decoration: none;
}

.bxr-top-menu-other.menu-arrow-top {
    border-top: 4px solid #ccc;
}

.bxr-top-menu-other.menu-arrow-top:before {
    content: '';
    position: absolute;
    left: 48px;
    top: -14px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CCC;
}

.bxr-top-menu-other:before {
    right: 14px !important;
    left: inherit !important;
}

.bxr-top-menu-other .glyphicon {
    display: none;
}

.bxr-top-menu-other .bxr-bg-hover-flat > a {
    color: #414141;
}
.bxr-top-menu-other .bxr-bg-hover-flat:hover > a {
    color: #fff;
}

/* end level 2 other hover */


/******** mobile-menu ********/
.bxr-mobile-menu-button-container > div {
    height: 42px;
}

#bxr-mobile-menu{
    color: #FFF;
}

.bxr-mobile-menu-button{
    width: 20px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    margin-right: 10px;
}

.bxr-mobile-menu-text {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 9px;
}

#bxr-mobile-menu-container{
    width: 100%;
}

#bxr-mobile-menu-content{
    display: none;
}

#bxr-mobile-menu-content > div{
    display: inline-block;
    width: 100%;
}

#bxr-mobile-menu-content > div a{
    display: block;
    padding: 16px 0px 16px 20px;
    text-align: left;
    color: #fff;
    margin-right: 0px;
    text-decoration: none;
    white-space: nowrap;
}

#bxr-mobile-menu-content {
    background-color: #fff;
}

#bxr-mobile-menu-content > div {
    border: 1px solid #f0f2f4;
}

#bxr-mobile-menu-content > div.submenu_item{
    display: none;
}

#bxr-mobile-menu-content > div.submenu_item a{
    color: #414141;
}

#bxr-mobile-menu-content  .bxr-color-flat > a
,#bxr-mobile-menu-content  .bxr-color-flat > a span{
    color: #fff;
}


#bxr-mobile-menu-content > div[data-main="1"] > a {
    color: #414141;
}

#bxr-mobile-menu-content .submenu_item {
    background: #f6f6f7;
}

#bxr-mobile-menu-content > div > a.sub-item{
    padding-right: 20px;
}

#bxr-mobile-menu-content > .sub-item-wrap {
    position: relative;
}

#bxr-mobile-menu-content > div.submenu_item > div > a{
    margin-right: 0;
    color: #555;
    border: 1px solid #f0f2f4;
    padding-left: 28px;
}

#bxr-mobile-menu-content > div:hover > a,
#bxr-mobile-menu-content > div.submenu_item > div:hover > a {
    text-decoration: underline;
}

#bxr-mobile-menu-content > div[data-main="1"]{
    display: block;
}

.bxr-mobile-menu-button > .fa-bars {
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
}

.bxr-mobile-menu-button > .fa-search {
    font-size: 19px;
    margin-top: 12px;
}

#bxr-mobile-menu-content .fa-angle-down{
    font-size: 17px;
    padding-left: 5px;
    position: absolute;
    right: 22px;
    color: #4a4a4a;
}

.bxs-search-mobil-menu {
    display: none;
}

/******** end mobile-menu ********/
/* End */


/* Start:/bitrix/templates/market_column_1/components/alexkova.market/menu.hover/list/style.css?15063340612237*/
.bxr-li-top-menu-parent {
    position: static !important;
}

.bxr-list-hover-menu {
    width: 100%;
    background-color: #fff;
    z-index: 1014;
    position: relative;
    padding: 30px 10px 0 20px;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
}

.bxr-list-hover-menu > ul > li {
    
}

.bxr-list-hover-menu > ul  > li > a {
    color: #6c6c6c !important;
}

.bxr-element-hover-menu {
    display: none;
    margin-bottom: 30px;
}

.bxr-element-hover-menu.show {
    display: block;
}

.bxr-element-hover-menu > ul {
    margin-top: 10px !important;
}

.bxr-element-hover-menu > ul > li {
    margin-right: 25px;
}

/**************************/

.bxr-element-hover-menu{
    margin-bottom: 30px;
    width: 100%;
}

.bxr-element-hover-menu .bxr-element-image{
    width: 82px;
    text-align: center;
    line-height: 82px;
    float: left;
    margin-right: 20px;
    display: table-cell;
}

.bxr-element-hover-menu .bxr-element-content{
    display: table-cell;
    width: auto;
}

.bxr-element-hover-menu .bxr-element-image img{
    max-width: 100%;
    border: 1px solid #f6f6f6;
}

.bxr-element-hover-menu .bxr-element-name{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
}

.bxr-element-hover-menu .bxr-element-name a {
    color: #414141;
}

.bxr-element-hover-menu .bxr-element-name a:hover
,.bxr-element-hover-menu .bxr-element-name a:visited
{
    text-decoration: none;
} 

.bxr-element-hover-menu .bxr-element-items a{
    font-size: 13px;
    text-decoration: none;
    padding-right: 15px;
    white-space: nowrap;
    color: #6c6c6c;
}

.bxr-element-hover-menu .bxr-element-description{
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
    font-size: 13px;
    color: #808080;
    padding-top: 10px;
}

.bxr-element-hover-menu .bxr-ico-menu {
    float: left;
    width: 16px;
    margin-right: 15px;
    margin-top: 2px;
    opacity: 0.7;
}

.bxr-list-hover-menu .bxr-element-big-image img{
    border: 1px solid #f6f6f6;
    margin-bottom: 20px;
}

/**************************/

.bxr-clear {
    clear: both
}

.columns-left {
}
/* End */


/* Start:/bitrix/templates/market_column_1/components/alexkova.market/form.iblock/form17/style.css?15759818761730*/
.popup-success {
    min-width: 300px;
    max-width: 800px;
    min-height: 20px;
    font-size: 16px;
    color: green;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    padding: 20px;
}
/****************************************************************************************************************/
/**************************************************POPUP_UPDATE*************************************************/
/**************************************************************************************************************/
div.popup-window.popup-window-with-titlebar {
    padding: 0;
    border-radius: 6px;
}
div.popup-window.popup-window-with-titlebar .popup-window-titlebar {
    height: 42px;
    background: #59626a;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
div.popup-window.popup-window-with-titlebar .popup-window-titlebar div{
    height: 42px;
    line-height: inherit;
    padding-left: 29px;
    padding-top: 25px;
    font-size: 16px;
    font-family: "Open Sans";
    color: #0e619e;
    text-align: left;
}
div.popup-window.popup-window-with-titlebar .popup-window-content {
    padding: 0;
    background: transparent;
}
div.popup-window.popup-window-with-titlebar .popup-window-close-icon.popup-window-titlebar-close-icon{
    width: 18px;
    height: 18px;
    right: 24px !important;
    top: 26px !important;
}
/****************************************************************************************************************/
/**************************************************POPUP_UPDATE*************************************************/
/**************************************************************************************************************/

/* End */


/* Start:/bitrix/templates/market_column_1/template_styles.css?168200067730631*/
* {
    outline: none;
}

body{
    font-family: "Open Sans";
    min-height: 800px;
}

h1{
    /*    font-size: 28px;
        margin: 10px 0 10px;*/
    font-size: 22px;
    margin: -3px 0 16px;
    font-weight: bold;
}
.h1{
    /*    font-size: 28px;
        margin: 10px 0 10px;*/
    font-size: 22px;
    margin: -3px 0 16px;
    font-weight: bold;
}

h2{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}


.bxr-classic-image-v2 .bxr-element-image img{
    max-width: none;
}

.bx-breadcrumb {
    margin: 16px 10px 4px;
}

.bx-breadcrumb .bx-breadcrumb-item{
    margin-bottom: 0;
}

a {
    cursor: pointer;
}

.tb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn.btn_gray:hover{
    background-color: #ccc !important;
}
.bxr-full-width{
    width: 100%;
}

.row.headline {
    background-color: #fff;
}

.head_v4 .slogan-wrap,
.head_v4_wide_logo .slogan-wrap {
    margin-bottom: 10px;
}

.head_v5_2 .bxr-service-menu, .head_v5_4 .bxr-service-menu, .head_v5_6 .bxr-service-menu, .head_v5_8 .bxr-service-menu, 
.head_v5_2_wide_logo .bxr-service-menu, .head_v5_4_wide_logo .bxr-service-menu, .head_v5_6_wide_logo .bxr-service-menu, .head_v5_8_wide_logo .bxr-service-menu {
    margin-bottom: 6px;
}

.head_v6 .slogan-wrap, .head_v6 .bxr-service-menu,
.head_v6_wide_logo .slogan-wrap, .head_v6_wide_logo .bxr-service-menu {
    margin-bottom: 10px;
}

.head_v6 .bxr-service-menu, .head_v6_wide_logo .bxr-service-menu {
    margin-bottom: 6px;
}

.head_v9 .first-row,
.head_v9_wide_logo .first-row {
    margin-bottom: 10px;
}

.bxr-container-headline{
    padding: 53px 0px 0px 0;
    font-weight: 300;
}

.bxr-top-headline{
    background: #f6f6f7;
    min-height: 38px;
    position:fixed;
    z-index:10;
}

a.bxr-a-headline {
    display: inline-block;
    padding: 0;
    margin: 8px 18px 4px 0px;
    list-style: none;
    font-size: 13px;
    text-decoration: none;
    color: #414141;
}
a.bxr-a-headline i{
    color: #999;
    margin-right: 5px;
}


a.bxr-a-headline:hover {
    text-decoration: underline;
}


.bxr-top-line-phones{
    font-size: 20px;
}

.bxr-logo {
    position: relative;
}

.bxr-logo img {
    max-width: 100%;
    height: auto;
    background:none!important;
}

.slogan-wrap {
    line-height: 18px;
}

.glyphicon-earphone {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.bxr-recall-link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 14px;
    background: transparent !important;
    padding: 5px 0px;
}

.bxr-recall-link:hover {
    text-decoration: none;
}

#searchline {
    display: none;
}

.search-btn {
    border-radius: 0;
    border: 0;
    float: right;
    padding: 12px;
}

.search-btn:hover {
    text-decoration: none;
    color: #fff;
}

.content-right>ul, .content-right>ul li, .content-right>div {
    float: right;
    text-align: right;
}

.content-left>ul, .content-left>div {
    float: left;
}

.text-center .phone-number {
    text-align: center;
}

footer {
    background: #f6f6f7;
}

.footer-line {
    height: 3px;
    width: 100%;
    background: #0e619e !important;
}
footer .footer_contacts{padding:0 0 10px !important;}
footer .footer_menu ul li{margin:0 0 5px 0 !important;}
footer .footer_menu ul{margin-bottom: 25px !important;}
.footer-head {
    padding: 20px 15px 6px;
    font-size: 14px;
    font-weight: 700;
    color: #636466;
    line-height: 25px;
}

.footer-head div {
    color: #414141;
}

.footerline {
    margin-bottom: 20px;
}

.mobile-footer-menu-tumbl .fa-chevron-down {
    right: 0;
    position: absolute;
}

.footer-socnet-col {
    height: 25px;
}

.footer-socnet-wrap {
    display: inline-block;
}

.footer-socnet {
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin-right: 6px;
}

.vk {
    background: url(/bitrix/templates/market_column_1/images/vk.png) center center no-repeat;
}

.twitter {
    background: url(/bitrix/templates/market_column_1/images/twitter.png) center center no-repeat;
}

.facebook {
    background: url(/bitrix/templates/market_column_1/images/facebook.png) center center no-repeat;
}

.gplus {
    background: url(/bitrix/templates/market_column_1/images/gplus.png) center center no-repeat;
}

.footer-about-company {
    font-size: 13px;
    line-height: 1.7;
}

.starrequired {
    color: red;
}

.mobile-footer-menu-tumbl {
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold !important;
}

.mobile-footer-menu-tumbl:before {
    font-size: 16px;
    position: absolute;
    right: 15px;
}

.mobile-footer-menu-tumbl a {
    font-size: 16px;
}

.toggled-item {
    display: block;
}

.row.footerline .toggled-item a {
    font-weight: normal;
}

.row.footerline a {
    color: #414141;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.7;
}

.ajax-shadow{
    background: rgba(255,255,255,0.5);
    display: block;
    position: absolute;
    z-index: 1080;
}



.bx_login_block{
    margin-top: 6px;
}


input[type="text"], input[type="password"]{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    outline: none;
    border: 1px solid #e7e7e7;

    vertical-align: middle;
    font-size: 90%;
}
textarea{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: none;
    vertical-align: middle;
    font-size: 90%;
}
.data-table input[type="submit"], .bx-auth input[type="submit"]{
    border: 0px none;
    outline: medium none;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    padding: 6px 25px 10px;
    margin: 10px;
    text-decoration: none;
}

.data-table td{
    padding: 5px 0;
}

.bxr-form-body{
    padding: 15px;
}

.bxr-button-group{
    text-align: center;
}

.bxr-basket-row{
    min-height: 30px;

    font-weight: 300;
}


#bxr-basket-row input[type=button], #bxr-basket-row button {
    -webkit-appearance: none;
    background: #f6f6f6;
    border: none;
    border-collapse: collapse;
}

.basket-body-table-row table td.basket-action .icon-button-delay
,.basket-body-table-row table td.basket-action .icon-button-delete
,.basket-body-table-row table td.basket-action .icon-button-cart
,.basket-body-table-row table td.basket-action .compare-button-delete{
    margin: 0 0 0 10px;
    padding: 5px 5px;

}

#bxr-basket-row input[type=button].bxr-quantity-button-plus
,#bxr-basket-row input[type=button].bxr-quantity-button-minus
,input.bxr-quantity-button-plus
,input.bxr-quantity-button-minus{
    padding: 4px 3px;
    border: 1px solid #e0e0e0;
    background: #FFF;
    display: block;
    float: left;
    width: 20px;
}

input[type=text].bxr-quantity-text{
    background: #f7f7f9;
    display: block;
    float: left;
    width: 40px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    border-radius: 0;
}

#bxr-basket-row input[type=button]:hover
,#bxr-basket-row button:hover
{
    background: #f2f2f2;
}

.basket-body-container .basket-body-title{
    margin: 0px 20px 20px;
}
.basket-body-container .basket-body-title .bxr-color-button{
    margin: -5px 0 10px 30px;
}

.basket-body-container .basket-body-title .gray-line{
    font-size: 16px;
    color: #555;
}

.basket-body-container .basket-body-title-h{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-top: 0px;
    color: #414141;
    float: left;
}
.basket-body-container .basket-body-title-h i{
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}

.basket-body-container table{
    margin-bottom: 20px;
}

.basket-body-container table th{
    background: #f6f6f7;
    padding: 12px 5px;
    text-align: left;
    font-size: 13px;
}

.basket-body-container table td{
    padding: 10px 5px;
    text-align: left;
    vertical-align: middle;
}

.basket-body-container  table th.first, .basket-body-container table td.first{
    padding-left: 20px;
}

.basket-body-container table td.last{
    text-align: right;
    padding-right: 20px;
}

.basket-body-container table td{
    border-bottom: 1px solid #EEE;
}

.basket-body-container table td.basket-price, .basket-body-container table td.basket-summ{
    font-size: 14px; font-weight: bold;
    width: 110px;
    max-width: 110px;
}

.basket-body-container table td.basket-action{
    max-width: 120px;
    width: 120px;
    text-align: right;
}

.basket-body-container table td.basket-line-qty{
    max-width: 92px;
    width: 92px;
}

.basket-body-container table td a{
    color: #414141;
}
.basket-body-container{
    max-height: 90vh;
    overflow-y: scroll;
}

#bxr-basket-mobile-container .basket-body-title, #bxr-delay-mobile-container .basket-body-title{
    background: #F0F0F0;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
}

.basket-body-table-row  table td.first{
    padding-left: 20px;
}


.basket-body-table-row table td{
    border-bottom: 1px solid #EEE;
}

.basket-body-table-row table td.basket-name{
    font-size: 12px;
    padding-left: 10px;

}

.basket-body-table-row table td.basket-price, .basket-body-table-row table td.basket-summ{
    font-size: 14px; font-weight: bold;
    width: 110px;
    max-width: 110px;
    text-align: right;
}

.basket-body-table-row table td.basket-action{
    max-width: 110px;
    width: 110px;
    text-align: right;
}

.basket-body-table-row table td.basket-line-qty{
    max-width: 92px;
    width: 150px;
}

.basket-body-table-row table td a{
    color: #414141;
}

.basket-body-table-row .basket-image a{
    width: 54px;
    height: 54px;
    display: block;
    margin: 0;
}

.basket-body-table-row .bxr-table-row-action{
    margin-top: 5px;
}
.basket-body-table-row .bxr-table-row-action tr{
    background: #f6f6f8;
}

.basket-body-table-row .bxr-table-row-action td{
    padding: 5px;
}



.certificates a.fancybox{
    display: inline-block;
    width: 49%;
}

.certificates a.fancybox img{
    width: 100%;
}

.bxr-element-action .bxr_catalog_one_click button {
	overflow: hidden;
}
.bxr-element-description #dswopros {
    display: none;
}
@media (max-width: 991px) {
    .bxr-container-headline{
        padding: 25px 0;
        font-weight: 300;
    }
    #login-line{
        line-height: 1.0 !important;
        font-size: 10px;
    }

    .bxr-top-headline{
        background: none;
    }
}

#basketPopup .bxr-color-button{
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    footer {
        text-align: center;
    }

    .toggled-item {
        display: none;
    }

    .toggled-item li {
        line-height: 24px;
    }

    .footer-about-company {
        margin: 20px 0;
    }
    .kolvo_akc{
    display:none!important;
    }
}

@media (min-width: 992px) {
    .toggled-item {
        display: block !important;
    }
}

@media (max-width: 992px) {
    
    .bxr-basket-tab-content.active>.basket-body-title>.pull-right>a.bxr-color-button {
        display: inline-block;
    }
    
    .bxr-color-button-small {
        padding: 6px 10px;
    }
}

.bxr-carousel .bxr-bestseller-list{
    padding-bottom: 30px;
}

.bxr-carousel .slick-dots{
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -50px;
    visibility: hidden;
}

.bxr-carousel:hover .slick-dots{
    visibility: visible;
}

.bx_slide_left, .bx_slide_right {
    display: none !important;
}

#bxr-opportunities .bxr-list {
    margin: 20px 0 2px;
    background-color: #f6f6f7;
}

/***�������� ������***/
.bxr-payment-block .pay-title {
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bxr-payment-block .pay {
    margin-top: 20px;
}

.bxr-payment-block .pay-desc .pay-img {
    display: inline-block;
    margin: 0 40px 15px 0;
}
/*******/

/***�������� ��������***/
.bxr-delivery-block .delivery-title {
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bxr-delivery-block .delivery {
    margin-top: 20px;
}

.bxr-delivery-block .delivery-desc .delivery-img {
    display: inline-block;
    float: left;
    margin: 0 40px 15px 0;
}

.bxr-delivery-block .delivery-desc .delivery-item-text {
    display: none;
    clear: both;
    margin-bottom: 20px;
}

.bxr-delivery-block .delivery-desc .delivery-item-more {
    margin-bottom: 20px;
    display: block;
}
/*******/

/***�������� ������������***/
.bxr-benefits-block .benefit {
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
}

.bxr-benefits-block .benefit:nth-child(2n) .benefit-text {
    float: left;
}

.bxr-benefits-block .benefit .benefit-text {
    float: right;
    padding-top: 30px;
    width: 57.692307692307686%;
}

.bxr-benefits-block .benefit h5 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

.bxr-benefits-block .benefit p {
    color: #303030;
    margin-bottom: 0;
    font-size: 15px;
}

.bxr-benefits-block .benefit:nth-child(2n) .benefit-image {
    float: right;
}

.bxr-benefits-block .benefit .benefit-image {
    float: left;
    width: 37.60683760683761%;
}

.bxr-element-container .bxr-stars-container {
    overflow: hidden;
}

table#ml_frame input[type="text"] {
    width: 150px;
    background: #f8fafc;
    padding: 0 4px;
}

.bx_item_rating 
,.bx_item_rating .bx_stars_container
,.bx_item_rating .bx_stars_container .bx_stars_bg{
    min-width: 110px !important;
}
div.mlsd{
    min-height: 268px;
}
.bxr-ecommerce-v1-table .bxr-element-edizm-col {
  border-right: 1px solid #f6f6f6;
  padding: 0 16px;
  text-align: center;
  width: 150px;
}
.bxr-ecommerce-v1-table .bxr-element-container .bxr-element-edizm {
  margin: 10px 0;
}
.bxr-ecommerce-v1-table .bxr-element-name-col {
  border-right: 1px solid #f6f6f6;
  padding: 0 16px;
  text-align: left;
  vertical-align: middle;
}
.bxr-ecommerce-v1-table .bxr-element-container .bxr-element-action{
float:inherit;
}
.bxr-ecommerce-v1-table .bxr-element-price-col {
  border-right: 1px solid #f6f6f6;
  padding: 0 16px;
  text-align: center;
  width: 115px;
}
.table_bold td{
font-weight:bold;
}

.clear{
clear:both;
}
.catalog_inner_block img{
float: left;
margin-right:20px;
}
.color_blue{
color:#3366ff;
}
ul.bxr-top-menu > li > a{
padding: 8px 0;
position:relative;
}
.kolvo_akc {
    border: 1px solid #d02337;
    border-radius: 15px;
    color: wheat;
    font-weight: bold;
    display: block;
    font-size: 14px;
    min-width: 23px;
    position: absolute;
    right: 31px;
    top: -13px;
    background: #d02337;
    min-height: 23px;
}
#bxr-basket-row > div > .bxr-basket-indicator.bxr-indicator-favor.bxr-font-hover-light{
/*display:none;*/
}
#bxr-basket-mobile > .bxr-counter-mobile.bxr-counter-mobile-favor.bxr-bg-hover{
display:none;
}
.bxr-basket-indicator i{
font-size:37px;
margin-right: 15px;
}
.table_oplata td, .table_oplata th {
    padding: 9px 10px;
    text-align: left;
        font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
.dostavka_left{
float:left;
width:45%;
}
.dostavka_right{
float:right;
width:45%;
}
.dostavka_right img{
    padding-bottom: 10px;
}
.dostavka_left > img{
margin-top:20px;
margin-bottom:20px;
}
.dostavka_text{
font-size: 15px;
color:black;
}
div.dostavka_zag{
color: black;
font-size: 18px;
font-weight: 700;
}
.dostavka_block img{
max-width:100%;
}
.bxr-brand-list-v1 .bxr-element-image img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
opacity: 1;
}
.zapros {
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(to right bottom, #4ab5d5, #ff0070);
    padding: 19px 65px 19px 105px;
    border-radius: 0 28px 0 28px;
    color: #fff;
    text-transform: uppercase;
    transition: background 2s;
    display: inline-block;
    position: relative;
}
.zapros:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 25px;
    background: url(/bitrix/templates/market_column_1/icon/svg/conv.svg)  no-repeat center;
    -webkit-background-size: 25px;
    background-size: 25px;
    left: 55px;
}
.zapros:hover{
    color: #fff;
    background: linear-gradient(to left top, #4ab5d5, #ff0070);
    text-decoration: none;
    transition: 2s;
}
.slider_main .zapr{
    margin-top: 30px;
    text-align: center;
    background: url(/bitrix/templates/market_column_1/icon/svg/conv.svg) no-repeat 29px center #0e619e;
    background-size: 20px;
    padding-left: 50px;
    color: #fff;
    width: 225px;
}
.slider_main .zapr:hover{
    background: url(/bitrix/templates/market_column_1/icon/svg/hov_conv.svg) no-repeat 29px center #ffffff;
    color: #0e619e;
}
.zapros:active, .zapros:focus, .zapros:visited{
    color: #fff;
    text-decoration: none;
}

.zapros_block{
    text-align:center;
    margin: 30px 0 65px;

}
.zapros_block .text{
    text-transform: uppercase;
    color: #ff0070;
    margin-bottom: 5px;
    font-weight: bold; 
}
.email_footer_block{
font-weight:normal!important;
}
.slick-track{
margin:0 auto;
}
.bxr-market-current-price-denom.bxr-market-format-price{
display:none;
}
.slider-dov-img {
    align-items: center;
    display: flex !important;
    height: 75px;
    justify-content: center;
}
.slider-dov-text {
    align-items: center;
    display: flex !important;
    height: 40px;
    justify-content: center;
    text-align: center;
}
.slider-dov-text > a{
color: #333;
}
.slider-dov .bxr-color-button.slick-prev{
    position: absolute;
    top: 40px;
    background:url(/images/left.png) no-repeat;
    width:10px;
    height:19px;
}
.slider-dov .bxr-color-button.slick-prev:hover{
	opacity:0.8;
	box-shadow:none;
	background:url(/images/left.png) no-repeat;
}
.slider-dov .bxr-color-button.slick-next{
    position: absolute;
    top: 40px;
    background:url(/images/right.png) no-repeat;
    width:10px;
    height:19px;
    right:0px;
}
.slider-dov .bxr-color-button.slick-next:hover{
	opacity:0.8;
	box-shadow:none;
	background:url(/images/right.png) no-repeat;
}
.table_border tr td{
border:1px solid;
padding:10px 5px;
}
.table_center tr td{
text-align:center;
}
.m_footer_cont {
    line-height: 15px;
    font-weight:normal;
}
.o_footer_cont {
    line-height: 15px;
    font-weight:normal;
    margin-top: 10px;
}
.icq_footer_cont {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/market_column_1/images/icq.png") no-repeat scroll left center;
    padding-left: 20px;
}
.skype_footer_cont {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/market_column_1/images/skype.png") no-repeat scroll left center;
    padding-left: 20px;
}
.bxr-detail-tabs{
margin-bottom:0px;
}
.bxr-detail-tabs li.active{
background-color: #d9e1e3;
border: 1px solid #d9e1e3!important;
border-radius: 3px;
color: #3f3f3f!important;
font-size:14px;
font-weight:400;
}
.bxr-detail-tabs li{
border: 1px solid #d9e1e3!important;
border-bottom:0px!important;
border-radius: 3px;
color: #3f3f3f!important;
font-size:14px;
font-weight:400;
margin-right: 2px;
    padding: 10px 30px;
margin-bottom:-1px;    
}
.bxr-detail-tab {
    border: 1px solid #d9e1e3;
    margin-bottom: 20px;
    padding: 20px 30px;
}
.params_text_list {
    width: 100%;
}
.params_text_list tr:nth-child(2n+1) {
    background: #fbfbfb;
}
.params_text_list td:first-child {
    width: 70%;
}
.params_text_list td {
    border: 1px solid #d9e1e3;
    font-size: 16px;
    padding: 10px 20px;
    position:relative;
}
.params_text_list td > span.params_text_vopr {
    display: block;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    cursor:pointer;
background:url(/bitrix/templates/market_column_1/images/vopr.png) no-repeat;
}
.params_text_list td > div.params_text_otv::before, .params_text_list td > div.params_text_otv::after {
    content: ''; 
    position: absolute;
    left: 55px;
    top: -21px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d9e1e3;
}
.params_text_list td > div.params_text_otv::after {
    border-bottom: 10px solid white;
    top: -19px; 
}   
.params_text_list td > div.params_text_otv {
position:absolute;
width: 307px;
background-color: #fbfbfb;
border: 1px solid #d9e1e3;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
padding:10px;
display:none;
color: #0e619e;
font-size:14px;
right: -220px;
top: 50px;
}
.params_text_list td > div.params_text_otv.active {
display:block;
z-index:1;
}
#bxr-detail-block-wrap p{
text-indent: 0px;
}
.bottom_cat_text {
    clear: both;
    overflow: hidden;
}
.slider-hits-inner:first-child {
    margin-left: 0px;
}
.slider-hits-inner {
    border: 1px solid #dbdbdb;
    width: 190px;
    text-align: center;
    margin-left: 10px;
}
.slider-hits-inner .hits_img {
    margin-top: 10px;
}
.slider-hits-inner .hits_img img {
    max-width: 184px;
}
.slider-hits-inner .hits_name {
    margin-top: 10px;
}
.slider-hits-inner .hits_name a {
    color: #0e619e;
    font-size: 20px;
    font-weight: 700;
}
.slider-hits-inner .hits_price {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.slider-hits-inner .hits_url .bxr-color.bxr-bg-hover-light{
    display: block;
    margin: 0 auto;
    padding: 5px 15px;
    width: 70%;
}
.slider-hits-inner .hits_url .bxr-color.bxr-bg-hover-light:hover{
color:white;
text-decoration: none;
}
.slider-hits-inner .hits_url {
    margin-bottom: 20px;
    margin-top: 10px;
}
.slider-hits .bxr-color-button.slick-prev{
    position: absolute;
    top: 105px;
    background:url(/images/left.png) no-repeat;
    width:10px;
    height:19px;
    left:-25px;
}
.slider-hits .bxr-color-button.slick-prev:hover{
	opacity:0.8;
	box-shadow:none;
	background:url(/images/left.png) no-repeat;
}
.slider-hits .bxr-color-button.slick-next{
    position: absolute;
    top: 105px;
    background:url(/images/right.png) no-repeat;
    width:10px;
    height:19px;
    right:-30px;
}
.slider-hits .bxr-color-button.slick-next:hover{
	opacity:0.8;
	box-shadow:none;
	background:url(/images/right.png) no-repeat;
}
.slider-hits {
    margin: 0 auto;
    width: 93%;
}
.pochemu_mi {
    position: relative;
    text-align: center;
}
.pochemu_mi_inner {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
.pochemu_mi_text{
padding: 11px 0;
}
.pochemu_mi_inner:hover .pochemu_mi_text{
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #cbcbcb;
    padding: 10px 0;
    position:relative;
}
.pochemu_mi_inner:hover .pochemu_mi_text::before, .pochemu_mi_inner:hover .pochemu_mi_text::after {
    content: ''; 
    position: absolute;
    left: 50%; top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #cbcbcb;
    transform:translateX(-50%);
   }
.pochemu_mi_inner:hover .pochemu_mi_text::after {
    border-bottom: 10px solid #f7f7f7;
    top: -19px; 
   }

.pochemu_mi_img_1,.pochemu_mi_img_2,.pochemu_mi_img_3,.pochemu_mi_img_4,.pochemu_mi_img_5,.pochemu_mi_img_6,.pochemu_mi_img_7{
width:100%;
height:56px;
margin-bottom: 15px;
}
.pochemu_mi_img_1{
background:url(/images/pm/1.png) no-repeat center center;
}
.pochemu_mi_inner:hover .pochemu_mi_img_1{
background:url(/images/pm/1_act.png) no-repeat center center;
}
.pochemu_mi_img_2{
background:url(/images/pm/2.png) no-repeat center center;
}
.pochemu_mi_inner:hover .pochemu_mi_img_2{
background:url(/images/pm/2_act.png) no-repeat center center;
}
.pochemu_mi_img_3{
background:url(/images/pm/3.png) no-repeat center center;
}
.pochemu_mi_inner:hover .pochemu_mi_img_3{
background:url(/images/pm/3_act.png) no-repeat center center;
}
.pochemu_mi_img_4{
background:url(/images/pm/4.png) no-repeat center center;
}
.pochemu_mi_inner:hover .pochemu_mi_img_4{
background:url(/images/pm/4_act.png) no-repeat center center;
}
.pochemu_mi_img_5{
background:url(/images/pm/5.png) no-repeat center center;
}
.pochemu_mi_inner:hover .pochemu_mi_img_5{
background:url(/images/pm/5_act.png) no-repeat center center;
}
.pochemu_mi_img_6{
background:url(/images/pm/6.png) no-repeat center center;
}
.pochemu_mi_inner:hover .pochemu_mi_img_6{
background:url(/images/pm/6_act.png) no-repeat center center;
}
.pochemu_mi_img_7{
background:url(/images/pm/7.png) no-repeat center center;
}
.pochemu_mi_inner:hover .pochemu_mi_img_7{
background:url(/images/pm/7_act.png) no-repeat center center;
}


.b_sort_list{
    margin-bottom: 15px;
    margin-top: 15px;
}



.b_sort_list .lnksort:last-child{
    padding-left: 0px;
    padding-right: 3px;
    position: relative;
    left: -2px;
}

.b_sort_list .dsf{
    padding-right: 0px;
    padding-left: 3px;
    position: relative;
    right: -2px;
}

.label_sort{
    padding-right: 5px;
}

.bold{
    font-weight: bold;
    font-size: 16px;
}

.lnksort:hover{
    text-decoration: none;
}

#bxr-basket-row > div{
    float: none;
    position: relative;
    border-left: none;
    padding: 0px 15px 0px 15px;
    margin-left: 15px;
}

.popup-window-close-icon:before {
    content: "\f057";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    /* color: #FFF; */
    border-radius: 50%;}

  


    .bxr-color-button .bxr-corns1{
        background: none!important;
    color: #000!important;
    border: 1px solid #000!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

    .s-products-block .s-products{
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .s-products-block .s-products .b_img{
        border-width: 1px;
        border-color: #e8e8e8;
        border-style: solid;
        background-color: #ffffff;
        width: 128px;
        height: 127px;
        display: block;
        position: relative;
    }

    .s-products-block .s-products .b_img img{
         max-width: 100%;
         max-height: 100%;
         position: absolute;
         bottom: 0px;
         left: 0px;
    }

    .s-products-block .bx_catalog_text_title a{
        text-align: center;
        display: block;
        color: black;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    @media screen and (max-width: 441px){
       .s-products-block{
        text-align: center;
       } 
    }
    .bxr-list .bxr-element-container .bxr-element-price-col{
        width: 180px!important;
    }
    .bxr-list .bxr-element-container .bxr-element-btn-col{
        width: 311px!important;
    }

    .bxr-element-price-col .hidden-sm .hidden-xs{
      width: 115px;  
    }


  .s_links-block .s-link{
      display: inline-block;
      width: 24.5%;
      vertical-align: top;
      text-align: center;
      width: 175px;
      margin-right: 10px;
  }

  .s_links-block .s-link:last-child{
    margin-right: 0px;
  }

  .s_links-block img{
      border-width: 1px;
      border-color: #e8e8e8;
      border-style: solid;
      background-color: #ffffff;
      width: 100%;
      
  }


  .s_links-block .s-name{
      font-family: Arial;
      color: #4d4d4d;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      margin-top: 10px;
      display: block;
      margin-bottom: 12px;    
  }

  .s_links-block{
    margin-bottom: 15px;
    text-align: center;
  }

  .s-products-block .s-products{
    margin-right: 18px;
  }


  .bxr-basket-favor:hover .fa-heart-o:before{
    color: #0e619e;
  }
.bxr-list .bxr-element-container .bxr-element-btn-col .bxr-element-action .bxr-sale-indicator .bxr-indicator-item:hover .fa-bar-chart:before{
        background: url(/bitrix/templates/market_column_1/icon/svg/015-graphic_hover.svg) no-repeat;
        width: 10px;
        height: 10px;
        display: block;
        content: '';
        background-size: contain;
    }

.map_first_ul > li > a{
    font-weight: 700;
}

.map_first_ul  li{
    list-style: disc;
}

#compare_list_count{
    display: block;
    position: fixed;
    left: 12px;
    z-index: 999;
    bottom: 16px;
}

.compare_wrap{
    background: rgb(243, 243, 243);
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.compar__table td{
    padding: 3px 8px;
    background: rgb(227, 227, 227);
}

.compar__table{
    width: 100%;
}

.compare__remove{
    cursor: pointer;
}

.compare_page{
    padding-bottom: 5px;
    display: block;
    margin-bottom: 3px;
    margin-top: 3px;    
}

.compare{
    display: block;
}

@media screen and (max-width: 400px){
    #compare_list_count{
        left: 0px;
        bottom: 0px;
        max-width: 320px;
        box-sizing: border-box;
    }
}

.slider_cat{
    background: #0e619e;
    color: #fff;
}
.slider_main .slider_detail .slider_info .slider_cat{
   color: #fff; 
}
.features_list{
    padding-left: 0;
}

.features_list li{
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px
}
.features_list li:before{
    content:"";
    background-image: url(/bitrix/templates/market_column_1/icon/features-list-icon2.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -7px;
    background-size: contain;
}
.features_list h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.features_list span{
    font-size: 14px;
}
.descr-first-title{
    font-size: 16px;
    font-weight: bold;
}
.descr-second-title{
    font-size: 14px;
}
.section-title{
    font-weight: bold;
    margin-bottom: 10px;
}
.section-image{
    border: 1px solid #eee;
    margin-right: 5px;
    margin-top: 10px;
    text-align: center;
    padding: 5px;

}
.section-image img{
    height: 85%;
    width: 85%;
}
@media (max-width: 991px) {
    .section-image img{
        width: auto;
    }
}

.form-left {
    float: left;
    width: 50%;
}

.form-right {
    float: left;
    width: 50%;
}

.form-left input {
    width: 180px;
    height: 25px;
    margin-bottom: 7px;
}

.person_dan {
    font-size: 11px;
}

div#dswopros .zapros {
    padding: 6px 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
}

.form-right textarea {
    height: 106px;
    margin-bottom: 3px;
}

.form-head {
    color: #ec137a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
form#dswopros-form label {
    margin-bottom: 3px;
}
.special_cabel {
    display: block !important;
    height: 160px !important;
    padding: 26px 0 0 0 !important;
    margin: 31px 0 0 0 !important;
    background: url(https://esppro.ru/bitrix/templates/market_column_1/icon/special.png) no-repeat left bottom !important;
    background-position: 0px -78px !important;
}
/* End */


/* Start:/bitrix/templates/market_column_1/library/bootstrap/css/grid10_column.css?15063340602209*/
.row10grid  .col-xs-10
{
  width: 100%;
}
.row10grid  .col-xs-9
{
  width: 90%;
}
.row10grid .col-xs-8 {
  width: 80%;
}
.row10grid .col-xs-7 {
  width: 70%;
}
.row10grid .col-xs-6 {
  width: 60%;
}
.row10grid .col-xs-5 {
  width: 50%;
}
.row10grid .col-xs-4 {
  width: 40%;
}
.row10grid .col-xs-3 {
  width: 30%;
}
.row10grid .col-xs-2 {
  width: 20%;
}
.row10grid .col-xs-1 {
  width: 10%;
}

@media (min-width: 768px) {
    .row10grid .col-sm-10 {
        width: 100%;
    }
    .row10grid .col-sm-9 {
        width: 90%;
    }
    .row10grid .col-sm-8 {
        width: 80%;
    }
    .row10grid .col-sm-7 {
        width: 70%;
    }
    .row10grid .col-sm-6 {
        width: 60%;
    }
    .row10grid .col-sm-5 {
        width: 50%;
    }
    .row10grid .col-sm-4 {
        width: 40%;
    }
    .row10grid .col-sm-3 {
        width: 30%;
    }
    .row10grid .col-sm-2 {
        width: 20%;
    }
    .row10grid .col-sm-1 {
        width: 10%;
    }
}
@media (min-width: 992px) {
    .row10grid .col-md-10 {
        width: 100%;
    }
    .row10grid .col-md-9 {
        width: 90%;
    }
    .row10grid .col-md-8 {
        width: 80%;
    }
    .row10grid .col-md-7 {
        width: 70%;
    }
    .row10grid .col-md-6 {
        width: 60%;
    }
    .row10grid .col-md-5 {
        width: 50%;
    }
    .row10grid .col-md-4 {
        width: 40%;
    }
    .row10grid .col-md-3 {
        width: 30%;
    }
    .row10grid .col-md-2 {
        width: 20%;
    }
    .row10grid .col-md-1 {
        width: 10%;
    }
}
@media (min-width: 1200px) {
    .row10grid .col-lg-10 {
        width: 100%;
    }
    .row10grid .col-lg-9 {
        width: 90%;
    }
    .row10grid .col-lg-8 {
        width: 80%;
    }
    .row10grid .col-lg-7 {
        width: 70%;
    }
    .row10grid .col-lg-6 {
        width: 60%;
    }
    .row10grid .col-lg-5 {
        width: 50%;
    }
    .row10grid .col-lg-4 {
        width: 40%;
    }
    .row10grid .col-lg-3 {
        width: 30%;
    }
    .row10grid .col-lg-2 {
        width: 20%;
    }
    .row10grid .col-lg-1 {
        width: 10%;
    }
}
/* End */


/* Start:/bitrix/templates/market_column_1/library/less/less.css?150885203614180*/
/*********nice colors*********/
/*********input vars*********/
/*********calculate vars*****/
/*********end vars********/
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.bxr-logo img {
  background: #0e619e;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.bxr-corns {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.bxr-color,
.bx-searchtitle .bx-input-group-btn button,
.bx-searchtitle-menu .bx-input-group-btn button {
  background: #0e619e;
  color: #ffffff;
}
.bxr-dark-flat {
  background-color: #424f60;
  color: #fff;
}
.bxr-dark-light-flat {
  background-color: #6d819b;
  color: #fff;
}
.bxr-color-flat {
  background-color: #0e619e;
  color: #ffffff;
}
.bxr-color-light {
  background-color: #2698ec;
  color: #ffffff;
}
.bxr-color-light-flat {
  background-color: #2698ec;
  color: #ffffff;
}
.bxr-color-dark {
  background-color: #062740;
  color: #ffffff;
}
.bxr-color-dark-flat {
  background-color: #062740;
  color: #ffffff;
}
.bxr-font-color,
a {
  color: #0e619e;
}
.bxr-font-color-light {
  color: #2698ec;
}
.bxr-font-color-dark {
  color: #062740;
}
.bxr-bg-hover:hover {
  background-color: #0e619e;
}
.bxr-bg-hover:hover i.fa {
  color: #ffffff;
}
.bxr-bg-hover-flat:hover {
  background-color: #0e619e;
}
.bxr-bg-hover-light:hover,
.bx-searchtitle .bx-input-group-btn button:hover,
.bx-searchtitle-menu .bx-input-group-btn button:hover {
  background-color: #2698ec;
}
.bxr-bg-hover-light-flat:hover {
  background-color: #2698ec;
}
.bxr-bg-hover-dark:hover {
  background-color: #062740;
}
.bxr-bg-hover-dark-flat:hover {
  background-color: #062740;
}
.bxr-font-hover-light:hover,
a:hover,
a:active {
  color: #2698ec;
}
.bxr-font-hover-dark:hover {
  color: #062740;
}
.bxr-bg-hover-light-inverse:hover {
  background-color: #ffffff;
  color: #0e619e;
}
.bxr-bg-hover-dark-inverse:hover {
  background-color: #0e619e;
  color: #ffffff;
}
.bxr-inverse {
  color: #ffffff;
  background: #0e619e;
  /*.bxr-bg-hover-light-inverse:hover{background-color: @flight; color: @base}
    .bxr-bg-hover-dark-inverse:hover{background-color: @base; color: @flight}*/
}
.bxr-inverse .bxr-font-color,
.bxr-inverse a {
  color: #ffffff;
}
.bxr-inverse .bxr-font-color-light {
  color: #ffffff;
}
.bxr-inverse .bxr-font-color-dark {
  color: #ffffff;
}
.bxr-inverse .bxr-font-hover-light:hover,
.bxr-inverse a:hover,
.bxr-inverse a:active {
  color: #e2f1fc;
}
.bxr-inverse .bxr-font-hover-dark:hover {
  color: #e2f1fc;
}
.gray-line {
  padding: 5px 15px;
  background: #f6f6f7;
}
.bxr-helper {
  padding: 15px;
}
/********* popup window customize ********/
.popup-window {
  border: none;
}
.popup-window-content {
  margin: 0 20px;
}
.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column {
  background: #0e619e;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
div.popup-window.popup-window-with-titlebar .popup-window-titlebar {
  background: none !important;
}
.popup-window-titlebar .popup-window-top-row .popup-window-center-column {
  padding: 10px 22px 10px 5px;
  font-weight: normal;
  font-size: 16px;
}
.popup-window-close-icon {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: none;
  border: none;
  padding: 10px 10px;
}
.popup-window-close-icon:hover {
  background: none;
  color: transparent;
}
.popup-window-close-icon:before {
  content: "\f057";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  /*color: #FFF;*/
  border-radius: 50%;
}
.popup-window-close-icon:hover:before {
  color: #F00;
}
.popup-window-top-row .popup-window-left-column {
  border: none !important;
}
/*****************end popup window customize**********************/
/*****************************buttons************************************/
.btn,
.bxr-color-button,
.bx_auth_popup_form,
.containter input[type="submit"],
.authorize-submit-cell input[type="submit"],
.bx-registration-table input[type="submit"],
.bxr-border-color-button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 15px;
  font-size: 14px;
  border-collapse: collapse;
  border: none;
}
.btn {
  border: 1px solid #999;
}
.bxr-border-color {
  border: 1px solid #0e619e;
}
.bxr-sortbutton.active,
.bxr-sortbutton:hover,
.bxr-view-mode.active,
.bxr-view-mode:hover {
  text-decoration: none;
  background: #0e619e;
  color: #FFF;
}
.bxr-color-button,
.bx_auth_popup_form,
.containter input[type="submit"],
.authorize-submit-cell input[type="submit"],
.bx-registration-table input[type="submit"] {
  background: #0e619e;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bxr-border-color-button {
  color: #0e619e;
  text-decoration: none;
  border: 1px solid #0e619e;
}
a.bxr-border-color-button {
  display: inline-block;
  text-decoration: none;
}
.bxr-color-button:hover,
.bx_auth_popup_form,
.containter input[type="submit"]:hover,
.authorize-submit-cell input[type="submit"]:hover,
.bx-registration-table input[type="submit"]:hover,
.bxr-border-color-button:hover {
  background: #0e619e;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(169, 134, 134, 0.5);
  -moz-box-shadow: 1px 1px 2px 0px rgba(169, 134, 134, 0.5);
  box-shadow: 1px 1px 2px 0px rgba(169, 134, 134, 0.5);
}
.bxr-color-button:active,
.bxr-border-color-button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bxr-basket-group .bxr-color-button {
  margin-left: 5px;
}
.bxr-color-button-small {
  padding: 6px 12px;
  font-size: 13px;
}
.bxr-color-button-small-only-icon {
  padding: 5px 7px;
  font-size: 13px;
}
a.bxr-color-button {
  display: inline;
}
a.bxr-gray-content {
  color: #808080;
}
a:hover.bxr-gray-content {
  color: #2698ec;
}
.bxr-color-button:hover {
  background-color: #2698ec;
  color: #ffffff;
  color: #FFF;
}
.bxr-color-button:active {
  background-color: #062740;
  color: #ffffff;
  color: #FFF;
}
.bxr-color-button span.glyphicon,
.bxr-color-button span.fa {
  margin-right: 5px;
}
.bxr-color-button-small-only-icon span.fa,
.bxr-color-button-small-only-icon span.glyphicon {
  margin-right: 3px;
  font-size: 18px;
}
.bxr-quantity-text,
.bxr-quantity-button-minus,
.bxr-quantity-button-plus,
.icon-button-cart,
.bxr-quantity-button-delay,
.icon-button-delay,
.icon-button-delete,
.compare-button-delete {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  width: 30px;
  text-align: center;
}
.bxr-quantity-button-minus,
.bxr-quantity-button-plus {
  padding: 0;
}
input.bxr-quantity-text {
  padding: 4px 5px;
}
.icon-button-delay,
.icon-button-delete,
.icon-button-cart {
  margin-left: 10px;
}
.bxr-quantity-button-minus,
.bxr-quantity-button-plus {
  width: 16px;
}
.icon-button-delete,
.compare-button-delete {
  color: #AA0000;
}
.bxr-indicator-item {
  border-collapse: collapse;
  border: none;
  padding: 8px 8px;
  min-width: 32px;
  display: inline-block;
  background: #EEE;
}
.bxr-indicator-item-active,
.bxr-counter-active,
.bxr-counter-compare-active,
.bxr-detail-torg-btn .bxr-indicator-item-active,
.bxr-detail-torg-btn .bxr-counter-compare-active {
  background: #0e619e;
  color: #ffffff;
}
/*********** menu **********/
.bxr-children-color > a {
  color: #0e619e;
}
.bxr-children-color-hover:hover > a {

}
.bxr-children-color-hover:hover{
  background-color: #fbfbfb !important;
}
.menu-arrow-top {
  border-top-color: #0e619e;
}
.menu-arrow-top:before {
  border-bottom-color: #0e619e;
}
.bxr-classic-hover-menu-color,
.bxr-classic-hover-menu-color ul ul {
  border: 1px solid #062740;
}
.bxr-classic-hover-menu-color ul li,
.bxr-left-menu-hover li.bxr-color-flat {
  border-top: 1px solid #062740;
}
.bxr-left-menu-hover li.bxr-dark-flat {
  border-top: 1px solid #181d24;
}





/*********** slider **********/
.bxr-slider .slick-dots li button:hover,
.bxr-slider .slick-dots li.slick-active button,
.bxr-carousel .slick-dots li button:hover,
.bxr-carousel .slick-dots li.slick-active button,
.bxr-list .slick-dots li.slick-active button {
  background: #0e619e;
}
/*********** personal/... *****************/
#basket_items_list .bx_ordercart_order_pay_center > a,
#order_form_div .bx_ordercart_order_pay_center > a {
  background: #0e619e !important;
}
#basket_items_list .bx_ordercart_order_pay_center > a:hover,
#order_form_div .bx_ordercart_order_pay_center > a:hover {
  background: #2698ec !important;
}
.bx_ordercart .bx_sort_container a {
  background: #0e619e;
  color: #ffffff;
}
.bx_ordercart .bx_sort_container a:not(.current):hover {
  background: #2698ec;
}
/*******************input elements**************/
input.bxr-quantity-text {
  width: 40px;
}
/**********basket************/
.bxr-basket-row-top #bxr-delay-body,
.bxr-basket-row-top #bxr-basket-body,
.bxr-basket-row-top #bxr-compare-body,
.bxr-basket-row-top #bxr-favor-body {
  border-top-color: #0e619e;
}
.bxr-basket-row-fixed #bxr-delay-body,
.bxr-basket-row-fixed #bxr-basket-body,
.bxr-basket-row-fixed #bxr-compare-body,
.bxr-basket-row-fixed #bxr-favor-body {
  border-right-color: #0e619e;
}
#bxr-delay-body:before,
#bxr-basket-body:before,
#bxr-compare-body:before,
#bxr-favor-body:before {
  border-bottom-color: #0e619e;
}
#bxr-basket-row.bxr-basket-row-fixed > div.active:before {
  border-left-color: #0e619e;
}
#bxr-basket-row.bxr-basket-row-fixed > div.active {
  background: #062740;
}
#bxr-basket-row > div.active a.bxr-basket-indicator {
  color: #ffffff;
  font-weight: normal;
  text-shadow: none;
}
#bxr-basket-row.bxr-basket-row-dinamic a.bxr-basket-indicator:hover {
  color: #ffffff;
  background: #0e619e;
}
#bxr-basket-row > div.active .bxr-basket-indicator i,
#bxr-basket-row.bxr-basket-row-dinamic a.bxr-basket-indicator:hover i {
  text-shadow: none;
}
.bxr-counter-mobile {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.bxr-counter-mobile > span.bxr-counter-active {
  background: #0e619e;
  color: #ffffff;
}
#bxr-basket-row.bxr-basket-row-fixed > div:hover {
  background: #0e619e;
  color: #ffffff;
}
#bxr-basket-row.bxr-basket-row-fixed > div:hover a.bxr-basket-indicator {
  color: #ffffff;
}
#bxr-basket-mobile-container .basket-body-title,
#bxr-favor-mobile-container .basket-body-title {
  background: #0e619e;
}
/****************slick butttons ***************/
.bxr-color-button.slick-prev {
  background: #bdc3c7;
  background: url("/bitrix/templates/market_column_1/library/less/images/buttons/slide-button-arrow-prev.png") no-repeat center center, #ecf0f1;
}
.bxr-color-button.slick-prev:hover {
  background: #0e619e;
  background: url("/bitrix/templates/market_column_1/library/less/images/buttons/slide-button-arrow-prev.png") no-repeat center center, #0e619e;
}
.bxr-color-button.slick-next {
  background: #bdc3c7;
  background: url("/bitrix/templates/market_column_1/library/less/images/buttons/slide-button-arrow-next.png") no-repeat center center, #ecf0f1;
}
.bxr-color-button.slick-next:hover {
  background: #0e619e;
  background: url("/bitrix/templates/market_column_1/library/less/images/buttons/slide-button-arrow-next.png") no-repeat center center, #0e619e;
}
/***********bxready-element-styles***********/
.bxr-ecommerce-v1 .bxr-element-container .bxr-element-detail-button:hover {
  background-color: #2698ec;
  color: #FFF;
}
/********************************************/
/********bestsellers********/
.bxr-bestsellers-group > div {
  border: 1px solid #2698ec;
  color: #0e619e;
}
.bxr-bestsellers-group:hover > div,
.bxr-bestsellers-group.bxr-bestsellers-group-active > div {
  color: #FFF;
  background: #0e619e;
  border: 1px solid #0e619e;
}
/***************************/
.bxrman-body .bxrman-logo {
  background-color: #0e619e;
}
.bxr-sku-select-wrap .fa-chevron-down,
.set-template-option-wrap .fa-chevron-down,
.inst-template-description .select-wrap .fa-chevron-down,
.sp-replacer .fa-chevron-down,
.sp-container button,
.sp-container button:hover {
  background: #0e619e;
}
.bxr-sku-select-item:hover .bxr-offers-props {
  color: #0e619e;
}
.bx_filter .bx_ui_slider_pricebar_V {
  background: #062740;
}
.bx_filter .bx_ui_slider_handle {
  border: 5px solid #0e619e;
  border-radius: 50%;
  background: #FFF;
}
.bxr-detail-tabs li.active {
  color: #0e619e;
  border: 1px solid #0e619e;
}
#bxr-main-accept {
  background: #f6f6f6;
  margin-bottom: 20px;
  margin-top: 10px;
}
.bxr-list h2 {
  border-bottom: 1px dotted #DDD;
  padding-bottom: 5px;
}
.footer-line {
  background: #0e619e;
}
.basket-body-container .basket-body-title-h.active {
  color: #0e619e;
}
.bxr-ecommerce-v4-effect:hover:before,
.bxr-ecommerce-v4-effect .bxr-basket-btn-wr form {
  border: 2px solid #0e619e;
}
.bxr-ecommerce-v4-effect .bxr-basket-btn-wr form .fa-caret-down {
  color: #0e619e;
}
.bxr-ecommerce-v4-effect .only-hover ul li button.bxr-indicator-item-active,
.bxr-ecommerce-v4-effect .only-hover ul li button.bxr-counter-compare-active {
  color: #FFF;
  background: #0e619e;
  border: 1px solid #0e619e;
}
.bxr-ecommerce-v4-effect .only-hover ul li:hover button.bxr-indicator-item-active,
.bxr-ecommerce-v4-effect .only-hover ul li:hover button.bxr-counter-compare-active {
  color: #FFF;
  background: #2698ec;
  border: 1px solid #2698ec;
}

/* End */


/* Start:/bitrix/templates/market_column_1/styles/main.css?16807875329081*/
.b-headInfo {
	padding-top: 24px;
	padding-bottom: 24px;
}

.b-headInfo-container {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1030px;
	margin: 0 auto;
	width: 100%;
}

.b-headInfo-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;

}

.b-headInfo-inner > * {
	margin: 0 8px;
}
.b-headInfo-mail{
	text-align: end;
    flex: 1 0 12%;
}
.b-headInfo-phone{
	flex: 1 0 23%;
	text-align: center;
}
.b-headInfo-phone a[href^="tel:"] {
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	padding: 3px 0 6px 36px;
	letter-spacing: 0.3px;
}
.b-headInfo-phone a[href^="tel:"]::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(/bitrix/templates/market_column_1/styles/../images/icons/header-phone.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.b-headInfo-phone a[href^="tel:"]:hover {
	color: #777777;
	text-decoration: none;
}
.b-headInfo-phone a[href^="tel:"] span:last-child {
	color: #0e619e;
}
.b-headInfo-phone p {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #606060;
}

.b-headInfo-logo img {
	width: 100%;
	max-width: 191px;
}

.b-headInfo a[href^="mailto:"] {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	font-size: 13px;
	color: #0E619E;
}
.b-headInfo-logo{
	margin-right: 6%;
}
.b-headInfo a[href^="mailto:"]::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 15px;
	height: 10px;
	background-image: url(/bitrix/templates/market_column_1/styles/../images/icons/header-mail.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 768px) {
	.b-headInfo-logo {
		flex: 0 0 145px;
		max-width: 145px;
		width: 100%;
	}
}
@media (max-width: 915px){
	.b-headInfo-logo{
		flex: 0 0 128px;
		max-width: 128px;
	}
	.b-headInfo-mail {
		text-align: end;
		flex: 1 0 0%;
	}
	.b-headInfo-logo {
		margin-right: 3%;
	}
}


@media (max-width: 767px) {
	.b-headInfo-inner {
		text-align: center;
	}
	.b-headInfo-inner > * {
		padding-left: 0px;
		flex: 0 0 calc(100% - 16px);
		max-width: calc(100% - 16px);
		width: 100%;
	}
	.b-headInfo-logo {
		margin-bottom: 24px;
		margin-right: 0;
	}
	.b-headInfo-mail{
		padding-left: 0px;
	}
	.b-headInfo-mail{
		text-align: center;
	}
}


.b-icon {
	display: inline-block;
	vertical-align: middle;
	/* background-position: center; */
	/* background-repeat: no-repeat; */
}

.b-headTop {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1071;
}

.b-headTop-container {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

.b-headTop-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b-headTop-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 30px;
	font: inherit;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: linear-gradient(95.32deg, #4FB1D3 0%, #F30B76 101.82%);
	color: white;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	text-transform: uppercase;
	transition: .3s;
}
.b-headTop-btn:hover,
.b-headTop-btn:active,
.b-headTop-btn:focus {
	color: white;
	text-decoration: none;
	background: linear-gradient(195.32deg, #4FB1D3 0%, #F30B76 101.82%);
}

.b-headTop-btn svg {
	margin-right: 10px;
}

.b-headTop-login {
	display: flex;
	align-items: center;
}

.bx-searchtitle {
	margin: 0;
}

@media (max-width: 920px) {
	.b-headTop {
		background: white;
	}
	.b-headTop-search {
		flex-grow: 1;
		margin: 0 8px;
	}
	.b-headTop-actions {
		display: flex;
		margin-top: 4px;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.b-headTop-actions > * {
		flex:	0 0 50%;
		max-width: 50%;
		width: 100%;
	}

	.top_line .bx_login_block a.bx_login_top_inline_link {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.top_line .bx_login_block .icon {
		margin: 0;
	}
}

@media (min-width: 921px) {
	.b-headTop-login {
		padding-left: 8px;
	}
	
	.b-headTop {
		background: #F6F6F7;
	}

	.b-headTop-search {
		margin-left: auto;
		margin-right: 28px;
	}

	.top_line #bxr-basket-row .basket_mini {
		padding: 0 30px;
	}

	.top_line #bxr-basket-row .bxr-basket-indicator {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.b-headTop-actions {
		display: flex;
	}
}

@media (max-width: 560px) {
	.b-headTop-btn,
	.top_line #bxr-basket-row .basket_mini {
		padding: 0 8px;
		font-size: 12px;
	}

	.b-headTop-btn {
		font-size: 11px;
	}

	.b-headTop-btn svg {
		margin-right: 4px;
		transform: scale(.7);
	}

	.bxr-basket-indicator .icon {
		margin-right: 4px;
	}
}

.b-headTop-actions #bxr-basket-row {
	height: 44px !important;
	padding-top: 12px !important;
	background: #F0F0F0 !important;
}
.b-headTop-actions .top_basket {
	float: none !important;
	width: 100% !important;
	padding-left: 0px !important;
}

.bx_login_block {
	margin: 0 !important;
}

.top_line #bxr-basket-row .bxr-basket-indicator {
	color: #0E619E !important;
}

.bxr-basket-indicator .icon path {
	fill: #0E619E !important;
}

.svg.login_icon {
	margin-top: 0 !important;
}

.bxr-basket-indicator .icon {
	position: static !important;
	margin-left: 0 !important;
}

.top_line #bxr-basket-row .basket_mini {
	text-align: center !important;
}

.top_line #bxr-basket-row .bxr-basket-indicator {
	padding: 0 !important;
}

@media (min-width: 768px) {
	.b-sidebarMenu {
		padding-right: 15px;
	}
}

.b-sidebarMenu-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.b-sidebarMenu li.b-sidebarMenu-item {
	position: relative;
	padding-left: 0;
	margin-top: 0;
}

.b-sidebarMenu li.b-sidebarMenu-item::before {
	display: none;
}

.b-sidebarMenu-item:not(:last-child) {
	border-bottom: 1px solid #f3f3f3;
}

.b-sidebarMenu-list .b-sidebarMenu-list {
	border: none;
	border-top: 1px solid #f3f3f3;
}

.b-sidebarMenu-header {
	position: relative;
	display: block;
	padding: 16px 40px 16px 16px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: color .3s cubic-bezier(.5, 0, .3, 1);
}

.b-sidebarMenu-header:hover,
.b-sidebarMenu-header:focus {
	text-decoration: none;
}

.b-sidebarMenu-body {
	display: none;
}

.b-sidebarMenu-content {
	opacity: 0;
	transition: opacity .45s cubic-bezier(.5, 0, .3, 1);
}

.b-sidebarMenu-item.m-open > .b-sidebarMenu-header {
	color: #0e619e;
}

.b-sidebarMenu-item.m-open .b-sidebarMenu-content {
	opacity: 1;
	transition-delay: .2s;
}

.b-sidebarMenu-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.b-sidebarMenu-links .b-sidebarMenu-link {
	border-top: 1px solid #f3f3f3;
}

.b-sidebarMenu-link {
	display: block;
	padding: 10px 16px;
	font-size: 13px;
	line-height: 1.4;
}

.b-sidebarMenu-link:hover,
.b-sidebarMenu-link:focus {
	text-decoration: none;
}

.b-sidebarMenu-item_sub .b-sidebarMenu-header {
	background: #f3f3f3;
}
.b-sidebarMenu-item_sub:hover .b-sidebarMenu-header {
	color: #777;
	background: #fbfbfb;
}
.b-sidebarMenu-item_sub .b-sidebarMenu-header:focus {
	color: #777;
}
.b-sidebarMenu-item_sub.m-open .b-sidebarMenu-header {
	color: #fff;
	background: #1e6ba4;
}

.b-sidebarMenu-item:not(:last-child) {
	border-bottom-color: #fff;
}

.b-sidebarMenu > .b-sidebarMenu-list > .b-sidebarMenu-item {
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
}

.b-sidebarMenu-item .fa.fa-angle-down {
	position: absolute;
	top: 50%;
	right: 4px;
	z-index: 1;
	padding: 2px 8px;
	margin: auto;
	margin-top: -10px;
	font-size: 16px;
	font-weight: 600;
	color: #1e6ba4;
}

.b-sidebarMenu-item_sub.m-open .fa.fa-angle-down::before {
	color: #fff;
}

.b-sidebarMenu-item.m-open > .b-sidebarMenu-header .fa.fa-angle-down {
	transform: rotate(-90deg);
}

.b-sidebarMenu-title {
	padding: 4px 0px 14px;
	font-size: 18px;
	font-weight: 700;
	color: #0e619e;
}

.b-sidebarMenu > .b-sidebarMenu-list > .b-sidebarMenu-item {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.b-sidebarMenu > .b-sidebarMenu-list > .b-sidebarMenu-item + .b-sidebarMenu-item {
	margin-top: 8px;
}

.b-productList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}

.b-productList:not(:last-child) {
	margin-bottom: 10px;
}

.b-productList > * {
	flex: 0 0 calc(100% - 20.02px);
	width: 100%;
	max-width: calc(100% - 20.02px);
	margin: 0 5px 10px;
}

.b-productList-item {
	display: flex;
	border: 1px solid #f6f6f6;
}

.b-productList-item:hover .b-productList-title {
	color: #777;
}

.b-productList-item:hover,
.b-productList-item:focus {
	text-decoration: none;
}

.b-productList-photo {
	flex-shrink: 0;
	width: 76px;
	height: 76px;
	margin-right: 24px;
}

.b-productList-photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.b-productList-title {
	align-self: center;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
}

@media (min-width: 992px) {
	.b-productList > * {
		flex: 0 0 calc(50% - 20.02px);
		width: 100%;
		max-width: calc(50% - 20.02px);
	}
}

.b-productName {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/market_column_1/js/slick/slick.css?15063340611965*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next{
    z-index: 900;
}
/* End */
/* /bitrix/templates/market_column_1/components/alexkova.market/search.title/.default/style.min.css?15063340614559 */
/* /bitrix/templates/market_column_1/components/alexkova.market/buttonUp/.default/style.css?1506334061471 */
/* /bitrix/templates/market_column_1/components/alexkova.market/menu/version_v1_new/style.css?15296585097304 */
/* /bitrix/templates/market_column_1/components/alexkova.market/menu.hover/list/style.css?15063340612237 */
/* /bitrix/templates/market_column_1/components/alexkova.market/form.iblock/form17/style.css?15759818761730 */
/* /bitrix/templates/market_column_1/template_styles.css?168200067730631 */
/* /bitrix/templates/market_column_1/library/bootstrap/css/grid10_column.css?15063340602209 */
/* /bitrix/templates/market_column_1/library/less/less.css?150885203614180 */
/* /bitrix/templates/market_column_1/styles/main.css?16807875329081 */
/* /bitrix/templates/market_column_1/js/slick/slick.css?15063340611965 */
