.rct { background: #fff; margin: 0 0 21px 0; border: 1px solid transparent; border-radius: 2px; box-shadow: 0 2px 10px 0 rgba(0,0,0,.1); padding: 17px 32px 17px 20px; position: relative; }
.rct:last-child { margin: 0; }
.rct--pinned { border-color: #FFC300; box-shadow: 0 0 10px 0 rgba(255,0,0,.15); }
.rct--cl { border-color: #7ecbff; box-shadow: 0 0 10px 0 rgba(126,203,255,.15); }
.rct--with-preview { padding-left: 245px; min-height: 245px; }
.rct--large-preview { min-height: 290px; }
.rct__meta { line-height: 23px; margin: 0 0 9px 0; }
.rct--warn { border-color: rgba(255,0,0,.15); box-shadow: none; }

.rct__stars { display: inline-block; vertical-align: middle; }
.rct__stars:hover { text-decoration: none; }
.rct__stars-reviews { font: 300 11px/11px "open sans"; color: #aaa; margin: 0 0 0 7px; position: relative; top: 2px; }
.rct__stars-i { display: inline-block;  width: 100px; height: 19px; vertical-align: middle; }
.rct__svg { width: 18px; height: 17px; color: #ddd; margin: 0 2px 0 0 }
.rct__stars-i--5 .rct__svg { color: #F4C92F }
.rct__stars-i--4 .rct__svg:nth-child(-n+4) { color: #F8B200 }
.rct__stars-i--3 .rct__svg:nth-child(-n+3) { color: #FF7C03 }
.rct__stars-i--2 .rct__svg:nth-child(-n+2) { color: #FF4F03 }
.rct__stars-i--1 .rct__svg:first-child { color: #FF2525 }



.rct__pin { margin: 0 12px 0 0; width: 20px; height: 16px; background: url(i2/tpl/pin.svg); display: inline-block; vertical-align: middle; }
.rct__responsive { margin: 0 12px 0 0; width: 20px; height: 23px; background: url(i2/tpl/responsive.svg); display: inline-block; vertical-align: middle; }
.rct__warn { margin: 0 12px 0 0; width: 22px; height: 22px; background: url(i2/tpl/warn.svg); display: inline-block; vertical-align: middle; }
.rct__best { margin: 0 12px 0 0; width: 21px; height: 23px; background: url(i2/tpl/best.svg); display: inline-block; vertical-align: middle; }

.rct__cashback { display: inline-block; vertical-align: middle; margin: 0 12px 0 0; padding: 0 5px; border-radius: 2px; background: linear-gradient(45deg, #a600c8 50%, #A600C8, #B133C4); font: 700 11px/15px "open sans"; text-align: center; color: #fff; }

.rct__topseller { display: inline-block; vertical-align: middle; margin: 0 12px 0 0; height: 20px; width: 19px; background: url(i2/tpl/topseller.svg) no-repeat 50% 50%; position: relative; top: -1px; }

.rct__title { margin: 0 0 15px 0; position: relative; }
.rct__title:after { content: ""; position: absolute; top: 0; bottom: 0; right: 0; display: block; width: 60px; background-image: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,1)); border-right: 55px solid #fff; }
.rct__title-a { border-bottom: 1px solid; display: inline-block; font: 700 20px/19px "open sans"; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 450px; }
.rct__title-a:hover { text-decoration: none; color: #ff0000; }
.rct--no-address .rct__title { margin: 0 0 45px 0; }

.rct__preview { position: absolute; left: 18px; top: 18px;  }
.rct__preview-img { width: 208px; height: 208px; display: block; border-radius: 2px; }
.rct__preview-img--416x504 { height: 252px; }
.rct__preview-list { position: absolute; left: 0; bottom: 0; top: 0; right: 0; font: 0/0 a; opacity: 0; transition: opacity 200ms; white-space: nowrap; overflow: hidden; }
.rct__preview-list--count2 > .rct__preview-i { width: 50%; }
.rct__preview-list--count3 > .rct__preview-i { width: 33.333%; }
.rct__preview-list--count4 > .rct__preview-i { width: 25%; }
.rct__preview-list--count5 > .rct__preview-i { width: 20%; }
.rct__preview-list--count6 > .rct__preview-i { width: 16.666%; }
.rct__preview-list--count7 > .rct__preview-i { width: 14.285%; }
.rct__preview-list--count8 > .rct__preview-i { width: 12.5%; }
.rct__preview-list--count9 > .rct__preview-i { width: 11.111%; }
.rct__preview-list--count10 > .rct__preview-i { width: 10%; }
.rct__preview-list:hover { opacity: 1; }
.rct__preview-i { display: inline-block; box-sizing: border-box; margin: 0 1px 0 0; height: 100%; border-bottom: 5px solid rgba(255,255,255,.6); }
.rct__preview-i:hover { border-bottom-color: #ff0000; }

.rct__address-wrap { margin: 5px 0 0 0 }
.rct__address { font: 300 14px/14px "open sans"; max-width: 400px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; border-bottom: 1px solid; color: #999; cursor: pointer; }
.rct__address:hover { color: #ff0000; }

.rct__meta-right { position: absolute; right: 35px; top: 40px; text-align: center; font: 0/0 a; z-index: 3; }

.rct__phone { width: 37px; height: 37px; background: #00B9FF url(i2/tpl/phone.svg) no-repeat 50% 7px; display: inline-block; border-radius: 50%; cursor: pointer; margin: 0 0 13px 0; }
.rct__phone:hover { background-color: #00ABF0 }
.rct__worktime { font: 300 12px/12px "open sans"; color: #666; cursor: pointer }
.rct__worktime:hover { color: #ff0000; }
.rct__worktime:before { content: ""; position: absolute; width: 7px; height: 7px; background: url(i2/tpl/worktime-closed.svg); margin: 3px 0 0 -13px;  }
.rct__worktime--open:before { background-image: url(i2/tpl/worktime-open.svg); }

.rct__prices { margin: 17px 0 0 0 }
.rct__prices-row { font: 400 14px/29px "open sans"; border-bottom: 1px solid #ddd; position: relative; }
.rct__prices-value { position: absolute; right: 0; top: 0; }
.rct__prices-explain { width: 14px; height: 15px; background: url(i2/tpl/explain.svg); display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative; top: -2px; }

.rct__xtip { width: 450px; padding-bottom: 4px; padding-left: 15px; padding-right: 15px; }
.rct__xtip:before { top: 15px !important; }
.rct__xtip-row { position: relative; font: 400 14px/16px "open sans"; border-bottom: 1px solid #ddd; }
.rct__xtip-row:last-child { border: 0; }
.rct__xtip-col { padding: 9px 0 }
.rct__xtip-col:first-child { padding-right: 100px }
.rct__xtip-col:last-child { position: absolute; right: 0; top: 0; }

.rct__snippet { font: 15px/22px "open sans"; margin: 15px 100px 0 0 }
.rct__bar { margin: 15px 0 0 0;  }
.rct__bar-button--delivery { background: url(i2/tpl/free-delivery.svg) no-repeat 0 0; width: 224px; height: 26px; display: inline-block; }
.rct__bar-button--delivery:hover { background-image: url(i2/tpl/free-delivery-hover.svg); }


/* book */
.rct__book { font: 900 19px/44px "open sans"; background: #2DC36A url(i2/book/autoschool.svg) no-repeat right 14px top 50%; color: #fff; cursor: pointer; border: 0; transition: background-color 200ms; margin: 20px 0 0 0; padding: 0 48px 0 15px; border-radius: 2px; }
.rct__book:hover { background-color: #2DB45D }


/* reviews */
.rct__reviews { margin: 15px 0 0 0; }
.rct__review { font: 15px/22px "open sans"; }
.rct__review > a { color: inherit; }
.rct__review--minus { color: #FF3333; }
.rct__review--plus { color: #3aa000; }
.rct__review--plus:before { content: ""; background: url(i2/review/plus.svg) no-repeat 50% 50% / 15px auto; width: 15px; height: 15px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative; top: -1px }
.rct__review--minus:before { content: ""; background: url(i2/review/minus.svg) no-repeat 50% 50% / 14px auto; width: 15px; height: 15px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; position: relative; top: -1px }


