@charset "UTF-8";
/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
body {
  overflow-x: hidden; }

@media all and (max-width: 640px) {
  body {
    max-width: 100vw; }

  table, img, .b-page__table {
    max-width: 100% !important; }

  .b-page__table {
    overflow-x: hidden; } }
.catalog_item .item-title a, .catalog_item .item-title a span, .view-item .item-title a span {
  font-weight: normal; }

.toggle h3 {
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer;
  line-height: 2rem;
  font-size: 2rem;
  margin: .5rem; }

/*TABLES*/
.b-table__wrapper {
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-direction: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 40px 0; }
.b-table__item {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 25%;
  height: auto;
  text-align: center;
  position: relative;
  cursor: pointer; }
  .b-table__item-link {
    font-weight: bold;
    margin-bottom: 20px; }
.b-table__table-bordered {
  max-width: 1000px;
  margin: 20px 0;
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc; }
  .b-table__table-bordered tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; }
  .b-table__table-bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
  .b-table__table-bordered tr, .b-table__table-bordered th {
    text-align: center; }
  .b-table__table-bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    border-top: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .b-table__table-bordered th:first-child {
      -moz-border-radius: 6px 0 0 0;
      -webkit-border-radius: 6px 0 0 0;
      border-radius: 6px 0 0 0;
      border-left: 0; }
  .b-table__table-bordered td, .b-table__table-bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px; }
    .b-table__table-bordered td:first-child, .b-table__table-bordered th:first-child {
      border-left: 0; }
.b-table__price tr td, .b-table__price tr th {
  text-align: center; }
.b-table__price-td-first-left tr th:first-child, .b-table__price-td-first-left tr td:first-child {
  text-align: left !important; }

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #0066B6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

table.datagrid {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0; }
  table.datagrid thead th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0066B6), color-stop(1, #0066B6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066B6', endColorstr='#0066B6');
    background-color: #0066B6;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #0070A8; }
    table.datagrid thead th b {
      color: #FFFFFF; }
  table.datagrid th, table.datagrid td {
    padding: 3px 10px; }
  table.datagrid tbody tr:first-child td {
    padding-top: 10px; }
  table.datagrid tbody td {
    color: #0066B6;
    border-left: 1px solid #E1EEF4;
    font-size: 12px;
    font-weight: normal; }
    table.datagrid tbody td:first-child {
      border-left: none; }

.b-page__table p {
  font-size: 12pt;
  margin: 10px 0 10px 0; }

/*TABLES END*/
.b-circle-zone {
  width: 20px;
  height: 20px;
  background: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 5px; }

/*HEADER*/
@media all and (max-width: 1199px) and (min-width: 992px) {
  #headerfixed .v1 .inner-table-block.phones .phone {
    display: block; } }

.mit-flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fixed .schedule {
  margin: 0 0 0 23px;
  font-size: .8em;
  line-height: 1em;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  @media all and (max-width: 991px) {
    .fixed .schedule {
      display: none; } }

.mit-under-logo {
  font-size: 1.2rem;
  text-align: center;
  margin-top: -3rem; }

#headerfixed .mit-flex-header > div {
  display: flex;
  align-items: center; }
#headerfixed .mit-flex-header .menu-block {
  height: 62px; }
#headerfixed .description-logo {
  font-size: 12px;
  max-width: 200px;
  padding: 17px 10px;
  line-height: 14px;
  border-right: rgba(0, 0, 0, 0.05) 1px solid; }
  @media all and (max-width: 1245px) {
    #headerfixed .description-logo {
      display: none; } }
#headerfixed .inner-table-block {
  height: auto;
  margin-bottom: 0; }

.table-type-block.item-views.items-list3 .item .image.mit-brands-image {
  height: 120px; }
  .table-type-block.item-views.items-list3 .item .image.mit-brands-image .mit-no-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: normal; }

.brand_main_wrapper .brands_slider_wrapp {
  max-height: 150px; }
  .brand_main_wrapper .brands_slider_wrapp .flex-viewport {
    height: 120px; }
  .brand_main_wrapper .brands_slider_wrapp .flex-direction-nav > li {
    margin-top: 0px; }

@media all and (min-width: 992px) {
  .title-search-result {
    width: 480px !important; }
    .title-search-result .bx_item_element span {
      width: 100%;
      display: inline-block;
      word-wrap: break-word;
      white-space: normal;
      line-height: normal; } }

/*HEADER END*/
/*MOBILE HEADER*/
#mobileheader {
  height: 85px; }
  #mobileheader .mobileheader-v1 {
    height: 63px; }
  #mobileheader .mit-mobile-descriptor {
    font-size: 1rem;
    text-align: center;
    line-height: normal;
    background-color: #0057a5;
    color: #FFF;
    padding: 3px 0 4px; }

/*MOBILE HEADER*/
/*H1*/
@media all and (max-width: 768px) {
  .top_inner_block_wrapper {
    padding-bottom: 1rem; }

  .page-top {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  #pagetitle {
    font-size: 1.5rem;
    padding: 0 0 1rem; }

  #navigation .bx-breadcrumb-item {
    line-height: 16px; } }
/*H1*/
.region-tel-in-content {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap; }
  .region-tel-in-content .phone {
    margin-left: 1rem; }

/*SMART FILTER*/
.bx_filter.compact .bx_filter_parameters_box_title {
  border-color: #CCC !important; }
.bx_filter.compact .bx_filter_parameters_box:first-child .bx_filter_parameters_box_title {
  border-color: transparent !important; }

/*SMART FILTER*/
/*FAST VIEW*/
#fast_view_item .quantity_block_wrapper {
  margin-top: 2rem; }
  #fast_view_item .quantity_block_wrapper .cheaper_form {
    font-size: 1.25rem;
    padding-left: 10px;
    margin-bottom: 1rem; }
    #fast_view_item .quantity_block_wrapper .cheaper_form:before {
      display: none; }
    #fast_view_item .quantity_block_wrapper .cheaper_form svg {
      width: 15px;
      height: 15px;
      position: relative;
      top: 4px;
      right: .75rem; }
      #fast_view_item .quantity_block_wrapper .cheaper_form svg path {
        fill: red !important; }
      #fast_view_item .quantity_block_wrapper .cheaper_form svg .mit-fill {
        fill: red !important; }
#fast_view_item .description_wrapp {
  position: relative;
  left: -.35rem; }
  #fast_view_item .description_wrapp span > span {
    padding-left: 1px; }

.fast_view_frame.popup .title_tab {
  font-weight: bold; }

/*FAST VIEW*/
/*DETAIL CARD*/
#pagetitle {
  line-height: normal; }

#headerfixed .logo-block {
  display: flex;
  align-items: center; }
#headerfixed .product_block .title {
  height: 24px;
  overflow: hidden; }
#headerfixed .product_block .like_icons .wrapp_stockers .like_icons {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.catalog_detail .item_slider .thumbs {
  max-width: 100%; }
.catalog_detail .item_slider #thumbs {
  height: auto;
  width: 100%;
  flex-wrap: wrap; }
.catalog_detail .mit-cheaper_forms_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form {
    padding-left: 16px; }
    .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form:before {
      display: none; }
    .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form svg {
      width: 15px;
      height: 15px;
      position: relative;
      top: 5px;
      right: .75rem;
      z-index: 2; }
      .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form svg path {
        fill: red !important; }
      .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form svg .mit-fill {
        fill: red !important; }
    .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form:after {
      content: "";
      display: block;
      width: 31px;
      height: 31px;
      position: absolute;
      top: -1px;
      left: 0px;
      background-color: #FFF;
      border-radius: 50%;
      z-index: 1; }
    .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form:hover svg path {
      fill: #333 !important; }
    .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form:hover svg .mit-fill {
      fill: #333 !important; }
    .catalog_detail .mit-cheaper_forms_wrapper .cheaper_form:hover:after {
      background-color: #e3e3e3; }
.catalog_detail .item_main_info.type_clothes .item_slider.has_more {
  padding-left: 39px; }
  .catalog_detail .item_main_info.type_clothes .item_slider.has_more .slides {
    height: 250px !important;
    line-height: 250px; }
    .catalog_detail .item_main_info.type_clothes .item_slider.has_more .slides .mit-slider li {
      height: 250px !important;
      line-height: 250px; }
    .catalog_detail .item_main_info.type_clothes .item_slider.has_more .slides img {
      margin: 0 auto; }
    .catalog_detail .item_main_info.type_clothes .item_slider.has_more .slides .flex-direction-nav li {
      height: 42px; }
  .catalog_detail .item_main_info.type_clothes .item_slider.has_more .wrapp_thumbs .thumbs .slides_block {
    display: flex;
    justify-content: center; }
    .catalog_detail .item_main_info.type_clothes .item_slider.has_more .wrapp_thumbs .thumbs .slides_block li {
      display: block; }

.mit-order-scheme {
  max-width: 740px;
  flex-direction: column;
  margin: 0 auto; }
  .mit-order-scheme .column {
    flex-basis: 100%;
    margin: 0;
    background: linear-gradient(to right, white 0%, white 49.9%, rgba(0, 0, 0, 0.1) 50%, white 100%); }
    .mit-order-scheme .column:nth-child(2n) {
      background: linear-gradient(to left, white 0%, white 49.9%, rgba(0, 0, 0, 0.1) 50%, white 100%); }
      .mit-order-scheme .column:nth-child(2n) .mit-step-wrapper {
        margin-left: 50%;
        border-left: 1px dashed #CCC;
        border-right: none;
        padding: 1rem 0; }
      .mit-order-scheme .column:nth-child(2n) .mit-advantage-img {
        left: -68px; }
      .mit-order-scheme .column:nth-child(2n) .mit-info-wrapper {
        position: relative;
        left: -44px; }
  .mit-order-scheme .mit-step-wrapper {
    display: flex;
    align-items: center;
    width: 50%;
    border-top: 1px dashed #CCC;
    border-right: 1px dashed #CCC;
    overflow: visible;
    padding: 1rem 0; }
    .mit-order-scheme .mit-step-wrapper a {
      text-decoration: none;
      border-bottom: 1px dashed #555; }
      .mit-order-scheme .mit-step-wrapper a:hover {
        border-bottom: 1px dashed #2584ae; }
      .mit-order-scheme .mit-step-wrapper a.no-underline {
        border-bottom: none; }
  .mit-order-scheme .mit-advantage-img {
    position: relative;
    left: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px dashed #CCC;
    padding: 17px; }
    .mit-order-scheme .mit-advantage-img img {
      height: initial;
      max-height: 100px;
      max-width: 100px; }
  .mit-order-scheme .mit-info-wrapper {
    position: relative;
    left: 44px; }
    .mit-order-scheme .mit-info-wrapper a.tel {
      font-size: 1rem; }
    .mit-order-scheme .mit-info-wrapper img {
      max-width: 100%;
      margin-top: 1rem; }

/*DETAIL CARD*/
/*ITEMS LIST*/
.wrapp_stockers .like_icons span:hover i {
  color: red; }

.mit-card-btn {
  width: 30px;
  height: 30px;
  margin-bottom: 5px; }
  .mit-card-btn .animate-load {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px; }
    .mit-card-btn .animate-load svg {
      display: block;
      width: 15px;
      height: 15px;
      fill: #888; }
    .mit-card-btn .animate-load[data-param-form_id="WANT_DISCOUNT"] svg {
      width: 13px;
      height: 13px; }
      .mit-card-btn .animate-load[data-param-form_id="WANT_DISCOUNT"] svg path {
        fill: #999; }
  .mit-card-btn:hover .animate-load svg path {
    fill: red; }

.display_list .mit-card-btn {
  width: auto;
  height: 30px;
  padding-left: 7px !important; }
  .display_list .mit-card-btn .animate-load {
    position: relative;
    display: flex; }
    .display_list .mit-card-btn .animate-load:before {
      content: "";
      display: block;
      width: 31px;
      height: 31px;
      position: absolute;
      top: 0px;
      left: -8px;
      background-color: #FFF;
      border-radius: 50%;
      z-index: 1; }
    .display_list .mit-card-btn .animate-load svg {
      display: inline-block;
      margin-right: 18px;
      position: relative;
      z-index: 2; }
    .display_list .mit-card-btn .animate-load:hover {
      overflow: visible; }
      .display_list .mit-card-btn .animate-load:hover:before {
        background-color: #e3e3e3; }

.table .wrapp_stockers .like_icons {
  height: 60px;
  display: flex;
  flex-wrap: wrap; }
  .table .wrapp_stockers .like_icons > div {
    height: 30px; }

.big_photo .display_list .like_icons .mit-card-btn {
  padding: 0px 20px 0px 0px; }

.sort_display a.big_photo i {
  background-color: #333;
  background-image: none;
  height: 9px; }
.sort_display a.big_photo.current i {
  background-color: #FFF;
  background-image: none; }

.detail.services .goods-block.catalog table {
  position: relative;
  width: 100%; }
  .detail.services .goods-block.catalog table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
    @media all and (max-width: 767px) {
      .detail.services .goods-block.catalog table tr {
        flex-direction: column; } }
    @media all and (min-width: 768px) {
      .detail.services .goods-block.catalog table tr td {
        width: 20%; } }
    .detail.services .goods-block.catalog table tr .foto-cell .image_wrapper_block img {
      position: static; }
    .detail.services .goods-block.catalog table tr .price-cell .adaptive_button_buy {
      display: none; }
    .detail.services .goods-block.catalog table tr .but-cell .counter_wrapp {
      padding: 0; }
      .detail.services .goods-block.catalog table tr .but-cell .counter_wrapp > div {
        margin-top: 0; }
    .detail.services .goods-block.catalog table tr .like_icons {
      position: static; }
      .detail.services .goods-block.catalog table tr .like_icons .wrapp_stockers .like_icons {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .detail.services .goods-block.catalog table tr .like_icons .wrapp_stockers .like_icons > div {
          height: 30px; }

/*ITEMS LIST*/
/*ABOUT COMPANY*/
.mit-about-company ul li:before {
  display: none; }
@media all and (max-width: 768px) {
  .mit-about-company .ss_block_what_we_do ul.ss_ul_what_we_do {
    display: flex;
    flex-direction: column; }
    .mit-about-company .ss_block_what_we_do ul.ss_ul_what_we_do li {
      width: 100%; } }
@media all and (max-width: 768px) {
  .mit-about-company .ss_block_about_in_numbers ul.ss_ul_about_in_numbers {
    display: flex;
    flex-direction: column; }
    .mit-about-company .ss_block_about_in_numbers ul.ss_ul_about_in_numbers li {
      width: 100%; } }
.mit-about-company .ss_block_nine_reasons .ss_ul_nine_reasons li {
  margin-top: 2rem;
  padding-left: 8rem; }
  .mit-about-company .ss_block_nine_reasons .ss_ul_nine_reasons li .ss_title {
    min-height: 48px;
    margin: 0 0 25px 0; }
@media all and (max-width: 768px) {
  .mit-about-company .ss_block_nine_reasons .ss_ul_nine_reasons {
    display: flex;
    flex-direction: column; }
    .mit-about-company .ss_block_nine_reasons .ss_ul_nine_reasons li {
      width: 100%; } }
@media all and (max-width: 768px) {
  .mit-about-company .ss_block_partners .ss_block_partners_logos {
    margin: 0 auto;
    text-align: center; }
    .mit-about-company .ss_block_partners .ss_block_partners_logos img {
      margin: 0 auto; } }
@media all and (max-width: 768px) {
  .mit-about-company .ss_block_reviews_about .ss_ul_reviews_about {
    display: flex;
    flex-direction: column;
    max-width: 100%; }
    .mit-about-company .ss_block_reviews_about .ss_ul_reviews_about li {
      width: 100%;
      padding: 0;
      text-align: center; }
      .mit-about-company .ss_block_reviews_about .ss_ul_reviews_about li .ss_img {
        float: none;
        margin: 0 auto; } }
@media all and (max-width: 768px) {
  .mit-about-company .ss_block_awards .ss_block_awards_images {
    margin: 0 auto;
    text-align: center; }
    .mit-about-company .ss_block_awards .ss_block_awards_images img {
      margin: .5rem auto; } }
.mit-about-company .ss_block_history ul.ss_ul_history {
  margin: 0 auto; }
  .mit-about-company .ss_block_history ul.ss_ul_history li {
    margin: 0 0 100px 0;
    padding: 0 70px 0 0; }
    .mit-about-company .ss_block_history ul.ss_ul_history li:nth-child(2n) {
      padding: 0 0 0 70px; }
  @media all and (max-width: 768px) {
    .mit-about-company .ss_block_history ul.ss_ul_history li {
      padding: 0 45px 0 0;
      word-break: break-word; }
      .mit-about-company .ss_block_history ul.ss_ul_history li:nth-child(2n) {
        padding: 0 0 0 45px; } }

/*ABOUT COMPANY*/
/*FIXING CATALOG IN NEWS*/
.detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table {
  width: 100%; }
  .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 768px) {
      .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr {
        flex-direction: column;
        margin-top: 5rem; } }
    .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr td {
      width: 20%; }
      @media all and (max-width: 768px) {
        .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr td {
          width: 100%;
          text-align: center;
          margin-bottom: 1rem; } }
    @media all and (max-width: 768px) {
      .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr .foto-cell .image_wrapper_block {
        height: auto;
        line-height: normal; } }
    .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr .foto-cell .image_wrapper_block img {
      position: static; }
    .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr .item-name-cell {
      width: 30%; }
      @media all and (max-width: 768px) {
        .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr .item-name-cell {
          width: 100%; } }
    .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr .price-cell .adaptive_button_buy {
      display: none; }
    .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr .but-cell .counter_wrapp {
      padding: 0; }
      .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table tr .but-cell .counter_wrapp > div {
        margin-top: 0; }
  .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table .like_icons {
    width: 10%;
    position: static; }
    .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table .like_icons .like_icons {
      display: flex; }
      @media all and (max-width: 768px) {
        .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table .like_icons .like_icons {
          justify-content: center; } }
    @media all and (max-width: 768px) {
      .detail.news .wraps.goods-block.with-padding.block.ajax_load.catalog table .like_icons {
        width: 100%; } }

/*FIXING CATALOG IN NEWS*/
/*FIXING CATALOG IN ACTIONS*/
.tabs-content .block_list .item_block {
  margin-bottom: 20px; }

/*FIXING CATALOG IN ACTIONS*/
/*SLIDER ON MAINPAGE */
@media (max-width: 450px) {
  .top_slider_wrapp.maxwidth-banner .flexslider {
    height: 250px; } }
@media (max-width: 450px) {
  .top_slider_wrapp.maxwidth-banner .flexslider .slides > li {
    height: 250px; } }
@media (max-width: 450px) {
  .top_slider_wrapp.maxwidth-banner .flexslider .slides > li td {
    height: 250px; } }
.top_slider_wrapp.maxwidth-banner .flexslider .slides > li td .banner_title {
  text-shadow: 0px 1px 3px #CCC; }
  .top_slider_wrapp.maxwidth-banner .flexslider .slides > li td .banner_title span {
    font-size: 3rem !important; }
.top_slider_wrapp.maxwidth-banner .flexslider .slides > li td .banner_text {
  font-size: 2rem;
  line-height: normal;
  text-shadow: 0px 1px 3px #CCC; }
.top_slider_wrapp.maxwidth-banner .flexslider .slides > li td .banner_buttons a {
  font-size: 2rem;
  padding: 1.5rem; }
.top_slider_wrapp.maxwidth-banner .flexslider .slides > li.light td .banner_title {
  text-shadow: 0px 1px 3px #000; }
.top_slider_wrapp.maxwidth-banner .flexslider .slides > li.light td .banner_text {
  text-shadow: 0px 1px 3px #000; }

/*REDIRECT FOR OPT*/
#redirect {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center; }

/*FLOATING FORM IN RIGHT BLOCK*/
/* UTILITIES */
.font-weight-bold {
  font-weight: bold; }

.fast_view_frame.popup .item_slider.mit-item_slider .slides {
  height: 220px;
  line-height: 217px; }
.fast_view_frame.popup .item_slider.mit-item_slider:not(.flex) .slides li {
  height: 220px;
  line-height: 217px; }
.fast_view_frame.popup .mit-fast-view .mit-video-holder {
  margin-top: 1rem; }
  .fast_view_frame.popup .mit-fast-view .mit-video-holder iframe {
    width: 100%;
    height: auto; }

.top_block_filter_section.mit-top_block_filter_section {
  display: block;
  background-color: transparent;
  border: none; }

#headerfixed .mit-flex-header > div:last-child .pull-right {
  display: flex; }
#headerfixed .inner-table-block.basket-link {
  overflow: visible; }
#headerfixed .inner-table-block.phones .phone {
  display: flex !important; }
#headerfixed .menu-block.rows .title {
  display: flex;
  align-items: center; }

#mobileheader .right-icons {
  display: flex;
  align-items: center; }
#mobileheader .wrap_icon.wrap_basket {
  display: flex;
  align-items: center;
  justify-content: center; }
  #mobileheader .wrap_icon.wrap_basket > div {
    display: flex; }
  #mobileheader .wrap_icon.wrap_basket .basket-link .js-basket-block {
    display: flex; }

.mit-show-products {
  position: relative;
  float: right;
  height: 28px;
  margin-top: -.5rem; }
  .mit-show-products-item {
    display: none;
    position: relative;
    width: 125px;
    color: #a5a3a3;
    font-size: 13px;
    line-height: 13px;
    cursor: pointer;
    padding: .5rem 1rem;
    box-sizing: content-box;
    border: 1px solid #EFEFEF; }
    .mit-show-products-item.selected {
      display: block;
      top: 0; }
  .mit-show-products:hover .mit-show-products-item {
    display: block;
    border-bottom: none; }
    .mit-show-products:hover .mit-show-products-item:last-child {
      border-top: none;
      border-bottom: 1px solid #EFEFEF; }
    .mit-show-products:hover .mit-show-products-item:hover {
      background: #EFEFEF;
      color: #1976d2; }
  .mit-show-products:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 7px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotateZ(135deg); }

.whatsapp-button {
  position: fixed;
  right: 45px;
  bottom: 120px;
  transform: translate(-50%, -50%);
  background: #25D366;
  /*С†РІРµС‚ РєРЅРѕРїРєРё*/
  border-radius: 50%;
  width: 55px;
  /*С€РёСЂРёРЅР° РєРЅРѕРїРєРё*/
  height: 55px;
  /*РІС‹СЃРѕС‚Р° РєРЅРѕРїРєРё*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*С†РµРЅС‚СЂРѕРІРєР° РёРєРѕРЅРєРё РІ РєРЅРѕРїРєРµ*/
  font-size: 35px;
  /*СЂР°Р·РјРµСЂ РёРєРѕРЅРєРё*/
  z-index: 9999; }
  
.roistat-multiwidget-pulsator-holder {
    right: 49px!important;
    bottom: 49px!important;
    }

a#scrollToTop {
    bottom: 155px!important;
}

  @media (max-width: 800px) {
    .whatsapp-button {
      bottom: 5px;
      left: 55px; 
    } 
    .roistat-multiwidget-pulsator-holder {
        right: 12px!important;
        bottom: 15px!important;
        left: unset!important;
        top: unset;
    }      
  }
  .whatsapp-button a {
    color: #fff; }
  .whatsapp-button:before, .whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    /*С†РІРµС‚ Р°РЅРёРјРёСЂРѕРІР°РЅРЅС‹С… РІРѕР»РЅ РѕС‚ РєРЅРѕРїРєРё*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; }
  .whatsapp-button:after {
    animation-delay: .5s; }

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

.roistat-lh-pulsator-phone {
    bottom: 220px!important;
    right: 50px!important;
}

  @media (max-width: 800px) {
	.roistat-lh-pulsator-phone {
		bottom: 105px!important;
		left: 5px!important;
	}
 }

.mini-descr {
    font-size: 12px;
} 

/*# sourceMappingURL=custom.css.map */
