

/* Start:/promo/cybermonday2020/css/ui-kit.css?17593146114976*/
.product-colors-block{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.product-colors__name {
  display: inline-block;
  line-height: 40px;
  margin-right: 20px;
  width: 92px;
}

/*Product-colors block*/

.product-colors{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.product-color{
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 !important;
  border-radius: 50%;
  margin-right: 5px !important;
}

.product-color__input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.product-color__span{
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  margin-right: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.product-color__span:before{
  background: transparent;
  content: '';
  border: 2px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.product-color:hover .product-color__span:before{
  border-color: #f6c8c3;
}

.product-color__input:checked ~ .product-color__span:before{
  border-color: rgba(232, 53, 135, 1);
}

.product-color__label{
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  max-width: 180px;
  border-radius: 5px;
  background-color: #242424;
  color: #fff;
  padding: 9px 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.product-color__label--long{
  left: calc(50% + 1px);
}

.product-color__label--nowrap{
  white-space: nowrap;
}

.product-color:hover .product-color__label{
  opacity: 1;
  visibility: visible;
}

.product-color__label:after{
  content: '';
  display: block;
  height: 14px;
  width: 15px;
  background-color: #242424;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.color-yellow{
  background-color: #f5ea8f;
}

.color-blue{
  background-color: #436397;
}

.color-red{
  background-color: #bb4443;
}

.color-product-red{
  background-color: #bb4443;
}

.color-pink{
  background-color: #f6c8c3;
}

.color-black{
  background-color: #3a3a3a;
}

.color-white{
  background-color: #ccc;
}

.color-silver{
  background-color: #eeeff1;
}

.color-gold{
  background-color: #f9e3cc;
}

.color-gray{
  background-color: #575759;
}

.color-brown{
  background-color: #964c00;
}

.color-orange{
  background-color: #ff804f;
}

.color-purple{
  background-color: #c8a2c8;
}

.color-green{
  background-color: #808000;
}

.color-olive{
  background-color: #ccba8c;
}

.color-green-dark{
  background-color: #4b6652;
}

.color-green-light{
  background-color: #a1c964;
}

.color-blue-light{
  background-color: #a0ced1;
}

.color-purple-dark{
  background-color: #5b0082;
}

.color-green-light2{
  background-color: #a1c964;
}

.color-yellow-dark{
  background-color: #ecff20;
}

.color-pink-dark{
  background-color: #ff5659;
}

.color-сoral{
  background-color: #ff7f50;
}

.color-lilac{
  background-color: #c8a2c8;
}

.color-dark-blue{
  background-color: #436397;
}

.color-violet{
  background-color: #5b0082;
}

.color-turquoise{
  background-color: #a0ced1;
}

.color-transparent{
  background-color: #e9ebf2;
}

.color-lavender{
  background-color: #beb2bc;
}

.color-sand{
  background-color: #ccba8c;
}

.color-midnight-green{
  background-color: #4b6652;
}

.color-cosmo_blue{
  background-color: #426c84;
}

.color-cacao{
  background-color: #71594f;
}

.color-smoky{
  background-color: #ccc;
}

.color-blue_denim{
  background-color: #85a0bd;
}

.color-burgundy{
  background-color: #9b2d30;
}

.color-lemon{
  background-color: #edff21;
}

.color-watermelon{
  background-color: #ff5659;
}

.color-space-gray{
  background-color: #575759;
}

.product-colors__item{
  position: relative;
}

.product-colors__item::before{
  content: "";
  position: absolute;
  top: -53px;
  left: 50%;
  height: 38px;
  background-color: #242424;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  padding: 0 20px;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: .25s linear;
  transition: .25s linear;
  z-index: 999;
}

.product-colors__item:hover.product-colors__item::before{
  display: block;
}

.p-description{
  margin-bottom: 13px;
}
/* End */


/* Start:/promo/cybermonday2020/css/style.css?17593146114958*/
/* CLEARFIX */
.cf:before, .cf:after{ content: " "; display: table; }
.cf:after{ clear: both; display: block;}

/* BASE */
.cm-container{ width: 1100px; margin: 0 auto 50px; }

/* BILLBOARD */
.cm-billboard{ height: 425px; color: #fff; background: #003474 url('/promo/cybermonday2020/css/../images/cybermonday_jan2020_desktop.jpg') 0 0 no-repeat; background-size: 100% auto; text-align: center; margin-bottom: 20px; }
.cm-billboard__title{ font: normal 60px/60px 'Graphik-Medium-Cy'; margin: 185px auto 18px; }
.cm-billboard__descr{ font-size: 25px; line-height: 40px; }

/* BANNER */
.cm-banner{ height: 280px; color: #fff; background: #3a828f url('/promo/cybermonday2020/css/../images/cybermonday_jan2020_desktop2.jpg') 0 0 no-repeat; background-size: 100% auto; text-align: center; margin-bottom: 20px; }
.cm-banner__title{ font: normal 35px/45px 'Graphik-Medium-Cy'; margin: 83px auto 15px; }
.cm-banner__descr{ font-size: 18px; line-height: 30px; }

/* PRODUCT */
.cm-product-row{ margin: 20px auto; position: relative; }
.cm-product-item{}
.cm-product-item__img{position: relative; height: 385px;}
.cm-product-item__img img{max-width: 100%; max-height: 100%; object-fit: contain; transition: opacity 0.25s ease; position: absolute; left: 50%; top: 10px; transform: translateX(-50%); mix-blend-mode: darken;}
.cm-product-item__img img + img{opacity: 0;}
.cm-product-item__img img.fade-out{opacity: 0;}
.cm-product-item__img img.fade-in{opacity: 1;}
.cm-product-itemgroup{}
.cm-product-item__title{ font-size: 25px; line-height: 30px; margin-bottom: 2px; }
.cm-product-item__title a{ color: #000; }
.cm-product-item__title a:hover{ opacity: .8; }
.cm-product-item__descr{ font-size: 15px; line-height: 27px; }
.cm-product-item__price{ font-size: 25px; line-height: 30px; }
.cm-product-item__old-price{ font-size: 15px; line-height: 27px; margin-top: 2px; text-decoration: line-through; }
.cm-product-item__box{ margin: 0 40px 0 73px; }
.cm-product-item__buygroup{ float: left; }
.cm-product-item__textgroup{ width: 300px; float: left; }
.cm-btn{ display: inline-block; height: 35px; padding: 0 20px; margin-top: 23px; font: normal 16px/35px 'Graphik-Medium-Cy'; color: #fff; background: #2b93bb; transition: .3s; cursor: pointer;}
.cm-btn:hover{ background: #6ab3cf; }
.cm-not-available{white-space: nowrap; color: #2b93bb; display: inline-block; height: 35px; margin-top: 23px; }
.cm-credit{ display: block; font: normal 15px/27px 'Graphik-Medium-Cy'; color: #2b93bb; margin-top: 12px; }
.cm-credit:hover{ opacity: .8; }
.cm-product-item--v .cm-credit{ margin-top: 30px; }

.cm-product-item--half{ float: left; width: 540px; background-color: #f5f5f5; padding-bottom: 40px; }
.cm-product-item--half:first-child{ margin-right: 20px; }
.cm-product-row--full{background-color: #f5f5f5; padding: 20px 0; box-sizing: border-box; }
.cm-product-row--full .cm-product-item__img{ width: 540px; float: right; }
.cm-product-row--full-in{ width: 540px; margin-top: 30px; float: left; }
.cm-product-itemgroup--separate{ width: 702px; float: left; background-color: #f5f5f5; padding-bottom: 40px; }
.cm-product-itemgroup--separate .cm-product-item__img{text-align: center; height: 534px;}
.cm-product-itemgroup--separate .cm-product-item__img img{max-height: 514px;}
.cm-product-item--separate{ width: 280px; float: left; margin-left: 50px; }
.cm-product-item--separate:nth-of-type(1){ margin-left: 73px; width: 250px; }
.cm-product-item--separate .cm-product-item__box{ margin: 0; }
.cm-product-item--separate .cm-product-item__textgroup{ width: auto; }
.cm-product-row--full-in-se{ width: 378px; margin-left: 20px; float: left; background-color: #f5f5f5; padding-bottom: 40px; }
.cm-product-row--full-in-se .cm-product-item__img{height: 534px;}
.cm-product-row--full-in-se .cm-credit{ margin-left: 0; }
.cm-product-row--full-in-se .cm-product-item__box{ margin: 0 50px 0 60px; }

.cm-product-item--v .price{ width: 140px; float: left; }
.cm-product-item--v .cm-product-item__old-price{ }
.cm-product-item--v .cm-btn{ float: left; margin-top: 4px; }
.cm-product-item--v .cm-not-available{ float: left; margin-top: 4px; }
.cm-product-item--v .cm-product-item__buygroup{ float: none; }
.cm-product-item--v .cm-product-item__textgroup{ float: none; margin-bottom: 30px; }
.tabs2-item .buy-bttn{ color: #e83587;font-size: 22px}

.cm-footnote{ width: 1100px; font-size: 12px; color: #666; margin: 40px auto; }

/* HDD select */
.bf-catalog__options{display: flex; padding: 10px 0;}
.bf-catalog__option{background: #f2f2f2; border-radius: 3px; font-size: 14px; line-height: 20px; color: #999; display: flex; align-items: center; justify-content: center; padding: 4px 17px; white-space: nowrap;}
.bf-catalog__option.active{background: #e83587; color: #fff;}
.bf-catalog__option:not(:last-child){margin-right: 10px;}

/* Colors */
.product-colors{padding: 10px 0;}
.product-color__label--long{white-space: nowrap;}

.cm-product-item-4, .cm-product-item-5{height: 604px;}
.cm-product-itemgroup, .cm-product-item-2{height: 860px;}
/* End */
/* /promo/cybermonday2020/css/ui-kit.css?17593146114976 */
/* /promo/cybermonday2020/css/style.css?17593146114958 */
