

/* Start:/local/components/fau_medialine/catalog.section.list/templates/.default/style.css?16958840977892*/
.order-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.advantages__img {
  min-width: 10%;
  width: 40%;
  margin-right: 3%;
}
.order-block__info {
  background-color: #d6e2ff;
  padding: 10px 20px;
}

.order-block__text {
  font-size: 12px;
  color: rgba(30, 32, 37, 0.6);
}

.order-block__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-block__price {
  font-size: 24px;
  font-weight: 500;
}

.order-block__currency {
  font-size: 18px;
  padding: 0 10px 0 5px;
}

.order-block__multiply {
  width: 40px;
  position: relative;
}

.order-block__multiply:after {
  content: '';
  height: 24px;
  width: 2px;
  background-color: #1e2025;
  position: absolute;
  top: -12px;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.order-block__multiply:before {
  content: '';
  height: 24px;
  width: 2px;
  background-color: #1e2025;
  position: absolute;
  top: -12px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.order-block__quantity {
  font-size: 14px;
}

.order-block__quantity input {
  width: 40px;
  text-align: center;
  font-size: 14px;
  border: none;
}

.filter-params__title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.filter-params__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-params__param-title {
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 5px;
}

.filter-params__param {
  min-width: 31%;
  width: 31%;
}

.filter-params__field {
  position: relative;
}

.filter-params__list {
  padding-bottom: 20px;
}

.filter-params__buttons {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1160px) {
  .filter-params__param-title {
    font-size: 13px;
  }
  .filter-params__param {
    min-width: 32%;
    width: 32%;
  }
}

@media (max-width: 767px) {
  .filter-params__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-params__param {
    min-width: 48%;
    width: 48%;
    margin-bottom: 5px;
  }
  .filter-params__buttons {
    width: 100%;
  }
}

.product-detail {
  padding-bottom: 20px;
}

.product-detail_active .product-detail__top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.product-detail__img {
  min-width: 33%;
  width: 33%;
  margin-right: 3%;
}

.product-detail__img img {
  width: 100%;
}

.product-detail__info {
  min-width: 64%;
  width: 64%;
}

.product-detail__info-text {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0 10px 0;
}

.product-detail__params-filter {
  background-color: #aac6ff;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-detail__params-filter table {
  font-size: 14px;
  width: 100%;
}

.product-detail__params-filter table td {
  padding-right: 10px;
}

.product-detail__params-filter-title {
  padding-bottom: 10px;
}

.product-detail__params-title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: dashed 1px #1e2025;
  display: inline-block;
  margin-bottom: 15px;
  cursor:pointer;
}

.product-detail__params-info {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}

.product-detail__sort {
  position: absolute;
  top: 0;
  right: 0;
}

.product-detail__sort select {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-detail__sort select:hover {
  color: rgba(30, 32, 37, 0.5);
}

@media (max-width: 767px) {
  .product-detail__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
  .product-detail__img {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-detail__info {
    min-width: 100%;
    width: 100%;
  }
}
.product-detail__params-title:hover {
    border-bottom: dashed 1px transparent;
}

.advantages {
  background-color: #aac6ff;
  padding: 30px;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:100%;
}

.advantages__element + .advantages__element {
  margin-left: 1%;
}

.advantages__text {
  font-size: 14px;
  width: 100%;
}

.advantages__title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}



.advantages__img img {
  width: 100%;
}

@media (max-width: 991px) {
  .advantages {
    padding: 30px 0;
  }
  .advantages__element {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages__element + .advantages__element {
    margin-left: 3%;
  }
  .advantages__img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {

  .advantages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages__element {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .advantages__element + .advantages__element {
    margin-left: 0;
    margin-top: 15px;
  }
}
.table-container table tbody tr:hover {
    background-color:#aac6ff;
    cursor:pointer;
}
.product-detail__params-filter table tbody tr:hover{
    font-weight:bold;
    cursor:pointer;
}
.no-display{
    display:none;
}
.filter-params__field .color {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    /* border-radius: 100%; */
    margin-bottom: 10px;
    box-sizing:border-box;
}
.filter-params__field .color:hover, .filter-params__field .color.active {
    opacity: 1;
    border: 3px solid #306ce2;
    /*background-position: center center!important;*/
}
.button.button_order{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.not-in_stock{
    display: block;
    font-size: 10px;
    margin-top: 5px;
}
.no-wrap_td{
    white-space: nowrap;
}
.product-detail .main-img a {
  display: block;
  position: relative;
}
.product-detail .main-img img {
  width: 100%;
  height: auto;
}
.product-detail .imgs {
  padding-right: 0;
}
.product-detail .imgs-prev {
  margin-left: -5px;

}
.gallery-wrapper{
    height: 90px;
    overflow: hidden;  
}
.product-detail .imgs-prev a {
  float: left;
  width: 33.3%;
  padding-left: 3px;
  padding-right: 3px;
  outline:none!important;
  /*height: 200px;
  overflow: hidden;
  height: 70px;*/
  margin-bottom:10px;
}
.product-detail .imgs-prev img {
  width: 100%;
  height: auto;
}
.spoiler-text{
    display:none;
}
.tabs__text{
    position:relative!important;
}
.tabs__content{
    height:auto!important;
}
.tabs__text{
    display:none;
}
.tabs__text_active{
     display:block; 
}
.button.show_spoiler{
    padding: 5px;
    font-size: 14px;
    text-transform: lowercase;
}
.button-wrapper{
    text-align:center;
}
@media (max-width: 767px) {
	.advantages__img {
  		width: 20%;
	}
}
/* End */


/* Start:/local/templates/mikabet/components/bitrix/catalog.section/product_table_ext/style.css?16958840972473*/
.scroll{
    max-height:700px;
    overflow:hidden;
    width:100%;
    min-width:800px;
}
.table-head{
   min-width:770px; 
}
.js-table-product .table.th{
    margin-bottom:0px;
}
.js-table-product .table-head{
    margin-right:30px;
}
.js-table-product .table-head td{
    background: #5A9BD5;
    color:#fff;
    padding:8px 10px;
    position:relative;
}
.table.th .order{
    width:5px;
    height:16px;
    position:absolute;
    top:50%;
    margin-top:-12px;
    right:5px;
}
.table.th .order span.asc:hover, .table.th .order span.asc.active{
    border-bottom-color:#e52a24;
}
.table.th .order span.desc:hover, .table.th .order span.desc.active{
    border-top-color:#e52a24;
}
.table.th span.asc{
    border-left: 5px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 5px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:pointer;
}
.table.th span.desc{
    border-left: 5px solid transparent;
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    position: absolute;
    top: 14px;
    right: 0px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:pointer;
}
.js-table-product{
    text-align:center;
}
.js-table-product table.table.td{
    table-layout: fixed;
    word-wrap: break-word;
}
.js-table-product table.table.th td{
    font-size:12px;
}
.js-table-product table.table td{
    vertical-align: middle;
}
.js-table-product table.table.td tr{
    cursor:pointer;
}
/*.js-table-product table.table.td tr{
    display:block;
}
.js-table-product table.table.td td{
    display:inline-block;
}*/
.js-table-product table.table.td td{
    padding-right:5px;
}
.js-table-product table.table.td tr:hover td{
    background-color: #eaf7ff;
}
.js-table-product tbody tr:nth-child(even) {
    background-color: #f4fbff;
}
.js-table-product .table.td td:first-child{
    text-align:left;
}
.product-table{
    width:100%;
    overflow: auto;
}
.prop-table-wrapper{
    padding-top:20px;
    margin-top:20px;
    margin-bottom:20px;
    border-top: 3px solid #e1e1e1;
}
.scroll.mCustomScrollbar{
    padding-right:0px;
}
.mCS_no_scrollbar.scroll{
    padding-right:30px;
}
.scroll{
    padding-right:30px;
}
/* End */


/* Start:/local/templates/mikabet/components/bitrix/form.result.new/modal_form_price/style.css?16958840971050*/
.file_upload:before{    
    display: table;
    content: " ";
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.file_upload:after{
    clear: both;
}
.file-upload-button{
    float:left;
    width:56%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.file-caption{
    float:left;
    padding-left:20px;
    width:40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 6px;
}
.file_upload{
    position: relative;
    overflow: hidden;     
}
.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}
font.errortext{
    font-size:10px;
    display:block;
    margin-bottom:5px;
}
.success-text{
    font-size:14px;
    margin-bottom:20px;
    color:green;
}
/* End */
/* /local/components/fau_medialine/catalog.section.list/templates/.default/style.css?16958840977892 */
/* /local/templates/mikabet/components/bitrix/catalog.section/product_table_ext/style.css?16958840972473 */
/* /local/templates/mikabet/components/bitrix/form.result.new/modal_form_price/style.css?16958840971050 */
