/*
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
*/
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/Montserrat_enext.woff2) format('woff2');

}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/Montserrat_en.woff2) format('woff2');

}

/* ru-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/Montserrat_ruext.woff2) format('woff2');

}

/* ru */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/Montserrat_ru.woff2) format('woff2');

}










html,body,pre {
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 24px;
    color: #000;
}
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform:none;
  letter-spacing: 0;
}
.p-relative{position:relative;}

.rd-navbar-static .rd-navbar-inner, .rd-navbar-static .rd-navbar-top-panel, .rd-navbar-static .rd-navbar-bottom-panel {
  max-width: 1400px;
}
.rd-navbar-static.rd-navbar_transparent .rd-navbar-top-panel,
/*.rd-navbar-static .rd-navbar-top-panel{border-bottom: 1px solid #ececee;}*/

.rd-navbar-static .rd-navbar-inner, .rd-navbar-static .rd-navbar-top-panel, .rd-navbar-static .rd-navbar-bottom-panel {
    max-width: 1350px;
}

.color-primary-1{background-color:#33CCCC;color:#fff;}
.color-secondary-62 .color-secondary,
.color-secondary-1{background-color:#e9efef;}

.color-primary-2{background-color:#ffb20c;color:#000;}
.color-secondary-2{background-color:#fefee0;}

.color-primary-3{background-color:#e5efee;color:#000;}
.color-secondary-3{background-color:#fafafc;}

.color-primary-4{background-color:#dd0e3f;color:#fff;}
.color-secondary-4{background-color:#fef3e9;}

.color-primary-5{background-color:#671717;color:#fff;}
.color-secondary-5{background-color:#fcfaec;}

.category-23 .section-subcategory{background-color:#fafafa;}

.category-62 .section-subcategory{background-color:#e9efef;}
.category-62 .breadcrumbs-custom{background-color:#e0e9e9;}

.category-31 .section-subcategory{background-color:#fefee0;}
.category-31 .breadcrumbs-custom{background-color:#fafadc;}

.category-55 .section-subcategory{background-color:#fafafc;}
.category-55 .breadcrumbs-custom{background-color:#efefff;}

.category-56 .section-subcategory{background-color:#fef3e9;}
.category-56 .breadcrumbs-custom{background-color:#faeee4;}

.category-57 .section-subcategory{background-color:#fcfaec;}
.category-57 .breadcrumbs-custom{background-color:#f8f5e0;}

.section-subcategory .category-row{background-color:#fff;}

.bg-blue{
  position:relative;
  color:#fff;
}
.bg-blue:after{
  width:100%;
  height:60%;
  content:' ';
  position:absolute;
  top:0;
  left:0;
  background-color:#33CCCC;
  z-index:0;
}
.bg-blue > *{
  z-index: 10;
  position: relative;
}

@media (min-width: 992px){
  .button {
      padding: 15px 20px;
      font-size: 14px;
  }
}
@media (min-width: 1400px){
  .button {
      padding: 15px 30px;
  }
}
.page .button-primary:hover, .page .button-primary:focus, .page .button-primary:active, .page .button-primary:hover {
    color: #fff;
    /*background-color: #c41a1f;*/
    border-color: #c41a1f;
    background: linear-gradient(to bottom, #7c0b0b 15%,#c21110 100%);
}
.page .button-pink-base {
    color: #000;
    background-color: #f6f0f1;
    border-color: #f6f0f1;
}
.page .button-pink-base:hover, .page .button-pink-base:focus, .page .button-pink-base:active, 
.page .button-pink-base.active {
    color: #fff;
    background-color: #dd0e3f;
    border-color: #dd0e3f;
}
.brand-name img{
  height:auto;
  width:auto;
  max-width:100%;
      border: 3px solid #fff;
}
.rd-navbar-static .rd-navbar-nav > li > a, 
.rd-navbar-static .rd-navbar-nav > li > a:active, 
.rd-navbar-static .rd-navbar-nav > li > a:focus, 
.rd-navbar-sidebar .rd-navbar-nav > li > a, 
.rd-navbar-sidebar .rd-navbar-nav > li > a:active, 
.rd-navbar-sidebar .rd-navbar-nav > li > a:focus{
  color:#fff;
}
.rd-navbar-nav-wrap__cart{
  margin-right: 0px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.rd-navbar-favorite,
.rd-navbar-nav-wrap__cart #count{
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.rd-navbar-favorite{
  background-image: url(/assets/templates/2018/css/heart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  transition:.5s all;
  margin-bottom:10px;
}
.rd-navbar-favorite:hover{
  animation: pulse .5s infinite alternate;
}
.rd-navbar-nav-wrap__cart #count span,
.rd-navbar-favorite span{
  position: absolute;
  left: 40px;
  top: 0;
}
@media(min-width:992px){
  .rd-navbar-favorite{
    margin-bottom:0;
  }
  .rd-navbar-nav-wrap__cart #count span,
  .rd-navbar-favorite span{display:none;}
}

@keyframes pulse {
  0% {
    transform:scale(1);
  }

  to {
    transform:scale(1.1);
  }
}

.category-row{
  height: 100%;
  color:#000;
  margin: 0;
  transition:.4s;
  border-radius:20px;
}
.category-row.category-shadow,
.category-row:hover {
  color:#000;
  box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.06);
}
.category-row.category-shadow:hover {
  color:#000;
  box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.12);
}
.category-row .category-row-label{
    padding: 10px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
}
.category-row .category-row-title{
  line-height:1.1;
}
.category-row-large .category-row-title {
    font-size: 21px;
}
.category-row .category-row-intro{
  margin-top: 8px;
  line-height:1.1;
}
.category-row .category-row-desc{
  margin-top: 8px;
  font-size:14px;
  line-height:21px;
}
.category-row img{padding-top:15px;padding-bottom:15px;}
.product-grid{height: 100%;
position: relative; 
padding-bottom: 75px; 
background-color: #fff;
  border:1px solid #eaeaea;
  border-radius:20px;
}

.product-grid .product-grid-btn{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.product-grid .product-img-wrap{
  display:block;
  text-align:center;
}
.product-grid .product-caption .product-title{font-size: 14px;}
.product-grid .product-caption .button .icon{
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}
.option-system{
  display: inline-block;
  color: #fff;
  background-position:center;
  background-size:cover;
  background-color: inherit;
  border-color: #eee;
  border-radius:50%;
  width:45px;
  height:45px;
  position: absolute;
  z-index: 11;
  top:0;
  right: 0;
}
.gallery-cell .option-system{right:25px;}
.option_Android{background-image:url('/assets/templates/2018/css/if_android_313085.svg');}
.option_Windows{background-image:url('/assets/templates/2018/css/if_windows8_313079.svg');}
.gallery-cell .label,
.product-grid .label{
  display: inline-block;
  color: #fff;
  background-color: #232323;
  border-color: #2323;
  position: absolute;
  z-index: 11;
  left: 0;
}
.gallery-cell .label{left:25px;}
.gallery-cell .label-sale,
.product-grid .label-sale{
  color: #fff;
  background-color: #dd0e3f;
  border-color: #dd0e3f;
}
.gallery-cell .label-product,
.product-grid .label-product{
  color: #fff;
  background-color: #33CCCC;
  border-color: #33CCCC;
}
.gallery-cell .label-popular,
.product-grid .label-popular{
  color: #fff;
  background-color: #ffc400;
  border-color: #ffc400;
}
.gallery-cell .label-favorite,
.product-grid .label-favorite{
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.gallery-cell .label:nth-child(1),.product-grid .label:nth-child(1){top:0;}
.gallery-cell .label:nth-child(2),.product-grid .label:nth-child(2){top:25px;}
.gallery-cell .label:nth-child(3),.product-grid .label:nth-child(3){top:50px;}
.gallery-cell .label:nth-child(4),.product-grid .label:nth-child(4){top:75px;}
.product-grid .msfavorites[data-added="added"] .msfavorites-add {
    display: inline-block;
    color: #fff;
    background-color: #dd0e3f;
    border-color: #dd0e3f;
}
.product-favorites .msfavorites a:hover,
.product-favorites .msfavorites a:focus{
  color:#dd0e3f; 
}
  .tab-info .product-title{
    display: inline-block;
    /*width: 230px;
    margin-right: 30px;*/
    font-size: 90%;
    vertical-align: bottom;
    width:40%;
  }
  .tab-info .product-desc{
    display: inline-block;
    vertical-align: bottom;
   /* width:calc(100% - 290px);*/
   width:58%;
    text-align: right;
    font-weight:bold;
  }
  .tab-info .range{margin:0;}
  .tab-info .range > .cell-option:nth-child(2n){background: #eaeaea;}
  .tab-info .range > .cell-option:nth-child(2n+1){background: #fafafa;}  
  
.bg-color{background-color:#fafafa;}
.bg-color .product-grid{ padding:1rem;padding-bottom: 75px; box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.06);}
.bg-color .product-grid .product-grid-btn{left:1rem;bottom:1rem;width: calc(100% - 2rem);}
.bg-color .product-grid .option-system{top:1rem;right:1rem;}
.bg-color .product-grid .label:nth-child(1){top:15px;left:1rem;}
.bg-color .product-grid .label:nth-child(2){top:35px;left:1rem;}
.bg-color .product-grid .label:nth-child(3){top:55px;left:1rem;}
.bg-color .product-grid .label:nth-child(4){top:75px;left:1rem;}

@media (min-width: 1200px){
  .section-divided__main-left:after {left:0;}
}

.form-input{
  color:#232323;
  background-color:#eeeeee;
}
.status{
  border: none;
  padding: 5px;
  margin: 0;
  color:#000;
  font-weight:bold;
}
.status:before{content:'';display:none;}
.status.status-green{
  background-color: #c41a1f;
  color:#fff;
}

.product-intro{
  font-size:16px;
  line-height:18px;
  color:#000;
  
  white-space: pre;           /* CSS2 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 2.1/3 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP printers */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  word-wrap: break-word;      /* Только для динозавра IE */
}
.table-product-info.small{font-size:13px;}
.table-product-info td.table-product-title{
  font-size:13px;font-weight:bold;
}
.table-product-info td:last-of-type {
  font-style:normal;
}
.product-link{
  font-size: 13px;
  border-bottom: 1px dashed;
}
.product-info{
  padding:1rem;
  border:1px solid #c7c7c7;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.25);
}
.product-info .product-price{
  margin: 0 0 1rem 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}
.product-info .product-price .price-old{font-size:50%;font-weight:normal;color:#dd0e3f;text-decoration: line-through;}
.product-info .product-price span:before{content:'';}
.product-info .form-line .control-label{font-size:13px;}
.select2-container--bootstrap .select2-selection{background-color:#eee;}
.product-info .button{width: calc(100% - 98px);}
.product-info .quick-order{border-bottom:1px dotted;color:#dd0e3f;line-height:1;font-weight:bold;}
.product-info .product-favorites{
  background-color: #eeeeee;
  border-top:1px solid #c7c7c7;
  margin: 1rem -1rem -1rem -1rem;
  padding: .25rem 1rem;
}
/*Product Carousel*/

#child-carousel .item{
  border:1px solid #c7c7c7;
}
#child-carousel .item.slick-active{
  border:1px solid #c41a1f;
}

/*Product Tabs*/

.nav-tabs .nav-item .nav-link, 
.nav-tabs .nav-link{
  border:none;
  text-transform:uppercase;
  font-weight:bold;
}
.tabs-custom .nav-custom-tabs li{margin-top:.5rem;}
.tabs-custom .nav-custom-tabs li a{
  color:#000;
  background-color:#eeeeee;
  border-radius: 0;
}
.tabs-custom .nav-custom-tabs li a:hover,
.tabs-custom .nav-custom-tabs li.active a {
  color:#c41a1f;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .tabs-custom .nav-custom-tabs li{margin-top:0;}
  .tabs-custom .nav-custom-tabs li a {
    background-color: transparent;
    color: #888;
    padding: 25px 22px;
  }
  .tabs-custom .nav-custom-tabs li a:hover,
  .tabs-custom .nav-custom-tabs li.active a {
    color:#c41a1f!important;
    background-color: transparent;
  }
}
.tabs-custom.tabs-horizontal .nav-custom-tabs li a,
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
  border:none;
}

/*Viewed Product*/
.block-title{margin-bottom:1.5rem;}
.slider-store .slick-track{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slider-store .item{border: 1px solid #c7c7c7;}
.slider-store .item + .item{border-left:none;}
.slider-store .item .viewed-item {}

/*Slider*/
.slick-prev, .slick-next{
  background-color:rgba(255,255,255,.75);
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
  opacity:0;
}
.slick-dots li.slick-active button:before{
  color:#c41a1f;
}
.slick-dots li button:before{
  font-size:20px;
}
@media (min-width: 1500px){
  .slick-prev{left:0;}
  .slick-next{right:0;}
}

/*Video Wrap*/
.video-wrap{max-width:100%;overflow:hidden;}
.video-wrap iframe{
  max-width: 100%;
  /*height: auto;*/
}

/*Cart*/
.payment-box .radio-inline {
  font-size: 16px;
}
.table-cart .btn-opacity{
  background: none;
}
.table-cart_header,
.table-cart_row{
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
/*Content Page*/
.list-marked > li, .list-marked-primary > li {
  position: relative;
  padding-left: 20px;
  color: #000;
}
/*Catalog*/
.section-xxs {padding: 15px 0;}
.section__filter-show{display:block;border-bottom: 6px solid #f8f8f8;}
.section__filter-show .view{display:inline;}
.section__filter-show .no-view{display:none;}
.section__filter-show .active .view{display:none;}
.section__filter-show .active .no-view{display:inline;}
.section__filter{display:none;}
.section__filter-button{
  padding: 12px 56px 10px 15px;
  cursor:pointer;
  position:relative;
  height: 56px;
  display: inline-block;
  
}
.section__filter-button:after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    font: 400 14px "FontAwesome";
    line-height: 56px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
}
.section__filter-button.active:after{
  transform: rotate(180deg);
}
@media (min-width: 992px){
  .section__filter-show{display:none;}
  .section__filter{display:flex!important;}
}
.section-xxs + .section-xxs {padding-top:0;}

.filter-shop-box{
  color:#888;
}

.mse2_number_inputs .form-group{padding-left:8px;position: relative;}
.mse2_number_inputs .form-group:first-child{padding-right:8px;padding-left:0;}
.mse2_number_inputs .form-group:first-child::after{
  content:'—';
  position:absolute;
  top: 0px;
  right: -5px;
  font-size: 11px;
  opacity: .5;
  line-height: 35px;
}
.mse2_number_inputs .form-group .input-new{
  width: 100%;
  height: 35px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fafafa;
}
.mse_filters_new{
  max-width: 100%;
  font-size: 14px;
}
.mse_filters_new .mse2_number_slider{
  height: 1px;
  border: none;
  background-color: #787878;
}
.mse_filters_new .mse2_number_slider .ui-slider-range {
  top: -1px;
  height: 3px;
  background-color: #c41a1f!important;
  border-color: #c41a1f!important;
}
.mse_filters_new .mse2_number_slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  top:-7px;
}.mse_filters_new .filter-checkbox{
  font-size: 13px;
}
.mse_filters_new .filter{
  font-size: 13px;
  color: #000;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fafafa;
  width: 100%;
  height:35px;
  padding: 0 15px;
}
.mse_filters_new .checkbox{
  padding-left:0;
  line-height:15px;
}
.mse_filters_new .checkbox label{
  position:relative;
  padding-left:24px;
}
.mse_filters_new .checkbox .checkbox-custom-dummy{
  width:15px;
  height:15px;
}
.mse_filters_new .checkbox .checkbox-custom-dummy:after {
    font-size: 12px;
    top: 2px;
    left: 2px;
}
.mse_filters_new .checkbox:last-child{
  margin-bottom:0;
}
.mse_filters_new .checkbox .disabled, .mse_filters_new .disabled_fieldsets {
    display: inline-block;
}

.checkbox, .checkbox-inline {
    font-weight: 400;
    font-style: normal;
    color: #000;
}
.checkbox + .checkbox{margin-top:10px;}

.pagination-circle li a, 
.pagination-circle li span{font-size:14px;font-weight:bold;color: #000;border-radius: 50%;}
.pagination-classic li.disabled + li{
  margin-left:0;
}
.pagination-classic li.disabled a, 
.pagination-classic li.disabled a:hover, 
.pagination-classic li.disabled span, 
.pagination-classic li.disabled span:hover {
  background-color: rgba(248, 248, 248, .3);
  display:none;
}
.pagination-classic li.active a,
.pagination-classic li.active a:hover, 
.pagination-classic li a:focus, 
.pagination-classic li a:hover{
  background-color: rgba(248, 248, 248, .6);
}
.pagination-classic li a.icon, 
.pagination-classic li span.icon{
  width:50px;
}

.post-blog .post-entry-meta{margin-top:.5rem;}
.post-blog .post-entry-meta span{
  align-items: baseline;
    color: rgba(0,0,0,.5);
    display: inline-flex;
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
}
.post-blog .post-entry-meta span .post-icon{margin-right: 3px;}

#ui-id-1.ui-widget.ui-widget-content{
  border: 1px solid #eee;
  background: #fafafa;
  font-size: 14px;
}
#ui-id-1.ui-widget.ui-widget-content .small{
  font-size: 12px;
}
#ui-id-1 .ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,
a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
  border: 1px solid #e0e9e9;
  background: #e0e9e9;
  font-weight: normal;
  color: #070707
}

.tab-content p{
font-size:18px;
line-height:24px;
  
}

option:disabled, #mse2_filters .disabled {display:none;}
.rd-navbar-static.rd-navbar_transparent {
/*background: linear-gradient(to bottom, rgba(124,11,11,1) 15%, rgba(194,17,16,.8) 100%);*/
background: rgba(0, 0, 0, .3);
  box-shadow: none;
}
.white-text,
.context-light .white-text h1, .bg-gray-lighter .white-text h1, .context-light .white-text h2, 
.bg-gray-lighter .white-text h2, .context-light .white-text h3, .bg-gray-lighter .white-text h3, 
.context-light .white-text h4, .bg-gray-lighter .white-text h4, .context-light .white-text h5, 
.bg-gray-lighter .white-text h5, .context-light .white-text h6, .bg-gray-lighter .white-text h6, 
.context-light .heading-1.white-text, .bg-gray-lighter .heading-1.white-text, 
.context-light .heading-2.white-text, .bg-gray-lighter .heading-2.white-text, 
.context-light .heading-3.white-text, .bg-gray-lighter .heading-3.white-text, 
.context-light .heading-4.white-text, .bg-gray-lighter .heading-4.white-text, 
.context-light .heading-5.white-text, .bg-gray-lighter .heading-5.white-text, 
.context-light .heading-6.white-text, .bg-gray-lighter .heading-6.white-text
 {color:#fff;}
 

.BGBanner1		{ background-color: #fff; background-position: center; background-image:url(/img/banner_bg_white.jpg); background-repeat:no-repeat;}
.BGBanner2		{ background-color: #193f88; background-position: center; background-image:url(/img/banner_bg_ab5.jpg); background-repeat:no-repeat;}
.CenterX		{ margin: 0 auto; }
.SizeXMax		{ min-width: 960px; max-width: 1920px; }
.SizeXMin		{
    width: 960px;

}
.BGBanner1 .TextBig {color:#000;}
.SizeXBanner		{ width: calc( 960px * 0.4 - 12px * 4 ); }
.SizeYBanner		{ height: 720px; }
.SizeYBannerSmall	{ height: 240px; }
.BannerToRight		{ position: relative; left: calc( 960px * 0.6 ); }

.VertMid {vertical-align: middle;}
.TableCell {display: table-cell;}
.Pad2 {padding: calc( 12px * 2 );}
.TextCLogoA {color: #ffffff;}
.TextBig {font-family: sans-serif;
font-size: calc( 12px * 2.25 );
}

.TextMed{
  font-family: sans-serif;
font-size: calc( 12px * 1.5 );
}

.BannerToRight{
  position: relative;
left: calc( 960px * 0.6 );
}
