

/* Start:/local/templates/red2018/components/bitrix/news.detail/promo/style.css?16878587553883*/
.KK_Promo20{
    padding-bottom: 20px;
    background-color: #FBFBFB;
}
.KK_Promo20Banner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.KK_Promo20Banner__Img{
    max-width: 100%;
}
.KK_Promo20Banner__Img._medium,
.KK_Promo20Banner__Img._small {
    display:none
}
.KK_Promo20Grid{
    max-width: 1140px;
    margin: 0 auto;
}
.KK_Promo20Grid__Row{
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.KK_Promo20Grid__Col{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.KK_Promo20Item{
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    color: #000;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: normal;
    text-decoration: none!important;
    transition: .3s all;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}
.KK_Promo20Item._with_url:hover{
    border-color: #EC1B30;
}
.KK_Promo20Item._wo_url{
    cursor:default
}
.KK_Promo20Item._inactive{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/*.KK_Promo20Item:hover .KK_Promo20Item__Img{
    border-color: #EC1B30;
}*/
.KK_Promo20Item__Header{
    flex-shrink: 0;
}
.KK_Promo20Item__Img{
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-bottom: 1px solid #e1e1e1;
    transition: .3s all;
}
.KK_Promo20Item__Body{
    position: relative;
    flex-grow: 1;
    padding: 15px 15px 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
._with_url .KK_Promo20Item__Body{
    padding-right: 40px;
}
._with_url .KK_Promo20Item__Body:after{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    border: solid 2px #000000;
    border-left: 0;
    border-bottom: 0;
}
.KK_Promo20Item__Labels{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 15px 15px;
}
.KK_Promo20Item__LabelsItem{
    padding: 5px 8px 5px;
    max-width: 100%;
    border-radius: 3px;
    background-color: #fa7575;
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}
.KK_Promo20Item__BodyHeader{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    word-break: break-word;
}
.KK_Promo20Item__PriceContainer{
    display: flex;
    flex-wrap: wrap;
}
.KK_Promo20Item__Price{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 1em;
}
.KK_Promo20Item__Price._last{
    color: #fa7575;
    margin-right:0;
    text-decoration: line-through;
}

@media (max-width: 1199px){
    .KK_Promo20Grid__Col{
        width: 33.33%;
    }
    .KK_Promo20Banner__Img._big {
        display:none
    }
    .KK_Promo20Banner__Img._medium {
        display:inline
    }
}

@media (max-width: 991px){
    .KK_Promo20 {
        padding-bottom: 0;
    }
    .KK_Promo20Banner {
        margin-bottom: 30px;
    }
    .KK_Promo20Item__Body {
        padding: 12px 30px 2px 12px;
    }
    .KK_Promo20Item__BodyHeader {
        font-size: 15px;
    }
    .KK_Promo20Item__Price {
        font-size: 17px;
    }
    .KK_Promo20Item__Body:after {
        width: 12px;
        height: 12px;
        right: 14px;
    }
}

@media (max-width: 767px){
    .KK_Promo20Banner {
        margin-bottom: 20px;
    }
    .KK_Promo20Grid__Row{
        margin: 0 -7px;
    }
    .KK_Promo20Grid__Col{
        width: 50%;
        padding: 0 7px;
    }
}

.kk-square {
    background-size: contain;
}

@media (max-width: 499px){
    .KK_Promo20Banner__Img._medium {
        display:none
    }
    .KK_Promo20Banner__Img._small {
        display:inline
    }
}
@media (max-width: 450px){
    .KK_Promo20Grid__Col{
        width: 100%;
    }
}
/* End */


/* Start:/static_files/css/comp_gifts.css?16914134592503*/
.modal-loader {
  position: relative;
  min-height: 100px;
}

.modal-content.autoclose {
  --closeDelayCoef: 0;
}
.modal-content.autoclose:before, .modal-content.autoclose:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  left: 1%;
  bottom: 0;
  background: #f5f5f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal-content.autoclose:before {
  width: 98%;
}
.modal-content.autoclose:after {
  background: #e34551;
  transition: width ease 0.2s;
  width: calc(98% * var(--closeDelayCoef));
}

.modal-kk .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-kk .btn-close {
  top: 8px;
  position: absolute;
  right: 8px;
}
.modal-kk h1 {
  font-size: 25px;
  line-height: 30px;
}

.kk-radius {
  border-radius: 0.5rem;
}
.kk-bg {
  background: #F5F5F2;
}
.kk-red {
  color: #e34551;
}
.kk-darkgray {
  color: #4E565D;
}
.kk-gray {
  color: #BDBDB5;
}
.kk-lightgray {
  color: #D0D1CD;
}
.kk-sliver {
  color: #8098B0;
}
.kk-semibold {
  font-weight: 500;
}
.kk-link {
  color: #231F20;
}
.kk-border {
  padding: 1rem;
  border: 1px solid #E6E7E1;
}
.kk-wide {
  width: 100%;
}
.kk-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.kk-reset {
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
}
.kk-lg {
  font-size: 18px;
  line-height: 24px;
}
.kk-md {
  font-size: 14px;
  line-height: 18px;
}
.kk-sm {
  font-size: 12px;
  line-height: 16px;
}
.kk-nowrap {
  white-space: nowrap;
}
.kk-square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.kk-img {
  position: relative;
}
.kk-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 4px;
}
.kk-remove {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 28px;
  background: url(/static_files/img/basket/bin.svg) left center no-repeat;
  color: #231F20;
}
.kk-remove:hover, .kk-remove:active {
  color: #bd3943;
}

.gifts__item {
  flex-direction: column;
  color: #231F20;
  text-decoration: none;
}
.gifts__label {
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  line-height: 22px;
  border-radius: 8px;
  padding: 0 12px;
}
.gifts__body {
  padding: 16px;
  border: 1px solid #E6E7E1;
  border-top-width: 0;
}

/* End */
/* /local/templates/red2018/components/bitrix/news.detail/promo/style.css?16878587553883 */
/* /static_files/css/comp_gifts.css?16914134592503 */
