/*картинка*/
#rec670870282 .tn-elem[data-elem-id="1700640007711"] .tn-atom{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px !important;
}
/*удалим картинку по умолчанию*/
#rec670870282 .tn-elem[data-elem-id="1700640007711"] img{
    display: none;
}
/*скрытие предсказания по клику*/
/*#rec670870399{*/
/*    opacity: 1 !important;*/
/*    transition: opacity 1s linear;*/
/*}*/
/*#rec670870399.act-pred {*/
/*  opacity: 0 !important;*/
/*  transition: opacity 1s linear;*/

/*}*/

#rec670870399.act-pred [data-tooltip-hook="#result"] {
  opacity: 0;
  /*transition: all .5s ease-in-out;*/
}
#rec670870399 [data-tooltip-hook="#result"] {
  opacity: 1;
  transition: all .5s ease-in-out;
}
/*скроем кнопку открытия попапа*/
#rec672151282 {
  display: none;
}
/*скроем цены*/
.t706__product-amount,
.t706__cartwin-bottom{
  opacity: 0;
  pointer-events: none;
}
/*скроем подарки с итоговой страницы*/
[class*="uc-present"]{
    display: none;
}

[class*="uc-present"].open-card{
    display: initial;
}

@media print {
    html, body{
		height: 297mm;
		width: 210mm;
	}
    .open-card .t396__elem:not(.open-card .t396__elem:nth-child(5)){
        width: 90vw !important;
    }
}