

/* Start:/local/templates/cosmogon_2018.11.28/components/bitrix/system.auth.form/popup/style.css?155628695378*/
.login-form__result{ margin: 0 0 15px 0; }
.login-form__result p{ margin: 0; }
/* End */


/* Start:/local/templates/cosmogon_2018.11.28/template_styles.css?155628695313953*/
.body-pag-item.selected {
    background-color: #d9d9d9;
    color: #fff!important;
}

/*filter*/
.body-left .bx_filter .bx_filter_section{
  background: #fff7dd;
  border: none;
  border-radius: 3px;
}
.body-left .bx_filter .bx_filter_search_button, .bx_filter .bx_filter_search_reset{
      font: 400 13.3333px Arial;
      color: #5f5f5f;
      font-size: 12px;
}

.bx_filter .bx_filter_search_button{
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 100%, rgba(246,246,246,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 100%,rgba(246,246,246,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 100%,rgba(246,246,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.body-left .bx_filter .bx_filter_popup_result .arrow{
      left: -8px;
}
.body-left .bx_filter .bx_filter_title{
    padding-bottom: 20px;
    font-size: 14px;
    background: url(/local/templates/cosmogon_2018.11.28/./img/gears.png) no-repeat;
    font-weight: 700;
    padding-left: 36px;
    text-transform: uppercase;
}

.body-left .bx_filter .bx_ui_slider_part{
  background: #ccc;
}
.body-left .bx_filter .bx_ui_slider_part.p2, .body-left .bx_filter .bx_ui_slider_part.p3, .body-left .bx_filter .bx_ui_slider_part.p4{
  display: none;
}
.body-left .bx_filter .bx_ui_slider_pricebar_V{
  background: #ccc;
}
.body-left .bx_filter .bx_ui_slider_pricebar_VN{
  border: none;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 100%, rgba(246,246,246,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 100%,rgba(246,246,246,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 100%,rgba(246,246,246,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.body-left .bx_filter .bx_ui_slider_handle{
    width: 9px;
    height: 16px;
}
.body-left .bx_filter .bx_ui_slider_handle.left{
      margin-left: -9px;
      background: url(/local/templates/cosmogon_2018.11.28/./img/a871f6ff68d3d8b86155b0903abbab1b.png) no-repeat;
}
.body-left .bx_filter .bx_ui_slider_handle.right{
      margin-right: -9px;
      background: url(/local/templates/cosmogon_2018.11.28/./img/e4a99a5bf3fff7f6c5bbfcf941415fd7.png) no-repeat;
}
/*filter*/

/*cart*/
.bx_ordercart .bx_ordercart_order_table_container table thead td.item{
  display: table-cell;
  margin: 0;

}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item{
  width: 40%;
}
.bx_ordercart.bx_blue .bx_bt_button,
.bx_ordercart.bx_blue .bx_bt_button:hover,
.bx_ordercart.bx_blue .bx_bt_button:active,
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active{
  background: #629500;
  text-shadow: none;
  color: #fff;
  border: none;
  font-weight: 300;
}
.bx_ordercart.bx_blue .bx_bt_button:hover,
.bx_ordercart.bx_blue .bx_bt_button:active,
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active{
  opacity: 0.8;
}

#basket_items thead td{
    background: #629500;
    color: #fff;
  }

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
  font-size: 24px;
}

.basket_quantity_control a{
      background: none;
      border: 1px solid #ccc;
      box-sizing: border-box;
      color: #ccc;
      float: left;
      font-size: 24px;
      height: 25px;
      text-align: center;
      width: 25px;
      position: relative;
      cursor: pointer;
}
.basket_quantity_control a.plus,
.basket_quantity_control a.minus{
      border-radius: 0;
}
.basket_quantity_control a.plus:after, .basket_quantity_control a.minus:before{
    position: absolute;
    font-size: 20px;
    color: #ccc;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 25px;
    height: 25px;
}
.basket_quantity_control a.plus:after{
    content: '+';
}
.basket_quantity_control a.minus:before{
    content: '-';
}
#basket_items input{
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a{
  color: #333;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:first-of-type:before{
    content: '×';
    display: inline-block;
    vertical-align: middle;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:last-of-type{
    background: #629500;
    color: #fff;
    padding: 5px;
}
.bx-sls .bx-ui-sls-container{
      min-height: 35px;
}

/*cart*/
.body .col-lg-9.col-xs-12{
  margin-bottom: 40px;
}
div.news-list img.preview_picture{
  width: 100%;
}
#ten_reasons .reason{
  padding: 0 10px;
}

.bx_sort_container .sorttext{
  margin-bottom: 15px;
}

.bx_compare .bx_sort_container .sortbutton{
  margin-bottom: 5px;
}
@media screen and (max-width: 767px){
    .body #return_product .bottom_text_rp{
      width: 100%;
    }
   #return_product .return_form2{
    width: 100%;
    max-width: 530px;
  }
  .body #return_product .popup-row-input {
      margin-left: 0px;
  }
  .body #return_product .pluskod{
    margin-right: 5px;
    left: 0px;
  }
  .pluskod, .body #return_product .pluskod + .popup-row-input {
      display: inline-block;
  }
  .body #return_product .pluskod + .popup-row-input{
    max-width: 200px;
  }
  .body #return_product .bottom_text_rp{
    margin-left: 0px;
  }
  .body #ten_reasons .ten_reasons{
    text-align: center;
  }
}


.zakaz-text .orders-history table tr.moreblock{
  display: none;
}
.zakaz-text .orders-history table tr.moreblock>td{
  width: 100%;
  background: #fff;
}

.zakaz-text .orders-history table tr.moreblock>td table tr td{
  background: #fff;

}
.zakaz-text .orders-history table tr.moreblock td:last-child{
  width: auto;
  text-align: left;
}

.zakaz-text .orders-history table tr.moreblock img{
  width: 100px;
  margin: 10px;
}



.login_register form input[type=text], .login_register form input[type=password],
.login_register form button, .login_register form input[type=submit]{
  max-width: 276px;
  width: 100%!important;
}
.login_register .tab_content tr td{
  padding: 10px 0;
}

.login_register .tab_content tbody tr td:first-child{
  width: 70px;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  .login_register .tab_content thead{
    padding-bottom: 20px;
  }
  .login_register .tab_content tbody tr td:first-child{
    font-size: 10px;
  }
}

.popup-row #fileList ul{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
}

.popup-row #fileList ul li{
  float: left;
  margin-right: 10px;
}

.btn-success:hover span{
  color: #333;
}
.fileinput-button.btn-success{
  margin-bottom: 15px;
}

.body-left div#features{
  overflow: visible;
}

#comments .comment_form .input_name, #comments .comment_form .comment_textarea, #comments .comment_form .stars_comment{
  margin-left: 0;
}

#comments .soc_set_comment_btn{
  margin-top: 20px;
  margin-bottom: 20px;
}

#comments .comment_form .soc_set_comment_btn .soc_set_comment_btn_text{
  float: left;
  text-align: left;
  width: 125px;
}
.body-left .bx_filter .bx_filter_popup_result{
  transform: translate(0, 0px);
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 90%;
}


/*@media screen and (max-width: 1199px){
  .body-left .bx_filter .bx_filter_popup_result{
    display: none;
    width: 100%;
    max-width: 320px;
    position: fixed;
    bottom: 0px!important;
    top: auto!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    -o-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    margin: 0;
    background: #7AD06D;
    border-radius: 5px;
    color: #fff;
    text-shadow: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
}
.body-left .bx_filter div#features .bx_filter_popup_result a{
    color: #fff;
}

  .bx_filter .bx_filter_popup_result .arrow{
    display: none;
  }
}*/
@media all and (min-width: 320px) and (max-width: 1199px) {
  .bx-touch .bx_filter .bx_filter_popup_result,
  .bx_filter .bx_filter_popup_result {
    width: 100%;
    max-width: 320px;
    position: fixed!important;
    bottom: 20px!important;
    top: auto!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    -o-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    margin: 0;
    background: #7AD06D;
    border-radius: 5px;
    color: #fff;
    text-shadow: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
  }
  .bx_filter .bx_filter_popup_result .arrow{
    display: none;
  }
  .bx_filter .bx_filter_popup_result a {
    font-weight: bold;
    color: #FF7900;
  }
}
@media all and (min-width: 1200px) {
  .bx_filter .bx_filter_popup_result {
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    position: absolute;
    z-index: 930;
    display: none;
    height: 33px;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border-top: 1px solid #c0d6dc;
    border-right: 1px solid #c0d7dd;
    border-bottom: 1px solid #c0d6dc;
    border-left: 1px solid #c0d7dd;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
  }
  .bx_filter .bx_filter_popup_result.pop__uped {
    width: 100%;
    max-width: 320px;
    position: fixed!important;
    bottom: 20px!important;
    top: auto!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    -o-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    margin: 0;
    background: #7AD06D;
    border-radius: 5px;
    color: #fff;
    text-shadow: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
  }
  .bx_filter .bx_filter_popup_result.pop__uped .arrow{
    display: none;
  }
  .bx_filter .bx_filter_popup_result.pop__uped a {
    color: #FF7900;
  }
  .bx_filter .bx_filter_popup_result a {
    font-weight: bold;
    color: #7AD06D;
  }
}
@media all and (min-width: 1920px) and (min-height: 1080px) {
  .bx_filter .bx_filter_popup_result.pop__uped {
    bottom: 70px!important;
  }
}

#our_mahagers .mahager_om{
  max-width: 300px;
  margin-bottom: 20px;
}
#our_mahagers .img_om img{
  width: 100%;
}
#our_mahagers .name_om {
  margin-top: 10px;
}
#our_mahagers .name_om .text {
  float: left;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  color: #333;
}
#our_mahagers .name_om .like_om {
    float: right;
    font-size: 18px;
    padding-left: 19px;
    color: #629500;
    background: url(/bitrix/templates/cosmogon/img/ourmanagers.png) no-repeat -8px -277px;
}

.submenu .submenu-item-new.empty{
  min-height: 0!important;
}

.show-list{
  cursor: pointer;
  color: #629500;
  text-decoration: underline;
}
.show-list:hover{
  text-decoration: none;
}

.hide-list{
  display: none;
}

@media screen and (max-width: 991px){
  .search-form{
    width: auto;
    display: inline-block;
  }
}

#post{
  padding-bottom: 60px;
}

#all_post{
  padding-bottom: 60px;
}

.likely{
  width: 100%;
}


#form_return .formats{
  font-style: italic;
  padding-top: 20px;
}
.tiny_products2 .subhead{
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  display: block;
}


.footerholder{
  position: relative;
  z-index: 0;
}

.bx_catalog-compare-list {
  display: none!important;
}

.mainmenu-item.catalog div
{
  background: url(/local/templates/cosmogon_2018.11.28/../img/catalog_icon.png) 0 0 no-repeat;
}

.btn-wrapper
{
  margin: 10px 0;
  text-align: center;
}

.showMore
{
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #FF7900;
    background-color: #FF7900;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s linear;

}
.showMore:hover
{
  background-color: #fff;
  color: #FF7900;
}

.showMore:hover,
.showMore:active,
.showMore:focus,
.showMore:visited {
  text-decoration: none;
}

.description_products_table table.table_white tr td:nth-of-type(1),
.description_products_table2 table.table_white tr td:nth-of-type(1) {
    font-weight: 700;
    background-color: #fff;
}
@media screen and (max-width: 991px){
  .b-left_page_card .b-left_info_v2{
    display: none;
  }
}
.aboutmobile{
  display: none;
}
@media screen and (max-width: 991px){
  .aboutmobile{
    display: block;
  }
}


.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text
{
 /*color: #b9b3a0!important;*/
}

@media screen and (min-width: 992px) {
  #left_post_container .produce-items {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 991px) {
  #left_post_container .produce-items {
    padding: 0;
  }
}

.oldPrice{
  text-decoration: line-through;
}

.blog-table {
  max-width: 825px;
  margin: 20px auto;
  width: 100%;
  overflow-y: auto;
}

.blog-table table p {
  padding-bottom: 10px;
}

.blog-table table {
  width: 825px
}

.blog-table td {
  border: 1px solid #ffffff;
}

.blog-table tr:first-child td {
  background: #e2223f;
  color: #ffffff;
}

.blog-table tr:nth-child(2n+1) {
  background: #EBEBEB;
}

.blog-table tr:nth-child(2n) {
  background: #F5F5F5;
}
/* End */
/* /local/templates/cosmogon_2018.11.28/components/bitrix/system.auth.form/popup/style.css?155628695378 */
/* /local/templates/cosmogon_2018.11.28/template_styles.css?155628695313953 */
