.found-cheaper__ico { display: inline-block;width: 1rem;height: 1rem;stroke-width: 0;stroke: currentColor;fill: #000;overflow:hidden; }
.found-cheaper-btn-cont { display:flex;padding:16px 0; }
.found-cheaper-btn { flex:0 1 auto;display:flex;align-items:center;background-color:#fff;border:1px solid #d94654; }
.found-cheaper-btn__txt { padding:12px;font-size:14px;color:#000;font-weight:bold;text-transform:uppercase; }
.found-cheaper { display:none;align-items:center;justify-content:center;flex-wrap:wrap;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.85);z-index:99999;box-sizing:border-box;overflow:auto; }
.found-cheaper * { box-sizing:border-box; }
.found-cheaper.popup { display:flex; }
.found-cheaper__cont { max-width:460px;padding:32px;background-color:#fff;box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);position:relative; }
.found-cheaper__close { display:flex;position:absolute;top:-48px;right:-48px;cursor:pointer;transition:.5s; }
.found-cheaper__close__ico { width:32px;height:32px;fill:#d94654; }
.found-cheaper__close:hover { transform:rotate(360deg); }
.found-cheaper__hedaer { padding:0 0 12px; }
.found-cheaper__ttl { margin:0;padding:0;font-size:24px;line-height:1.4; }
.found-cheaper__form__block { padding:8px 0;}
.found-cheaper__form__lbl { font-size:12px;line-height:1.4; }
.found-cheaper__form__row { padding:8px 0; }
.found-cheaper__form input { border-radius:0;-webkit-border-radius:0;font-family:inherit;outline:none;-webkit-appearance:none; }
.found-cheaper__form__input { display:inline-block;width:100%;padding:8px 12px;font-family:inherit;border: 1px solid #dcdcdc; }
.found-cheaper__form__btn { width:auto;display:inline-block;padding:8px 12px;font-size:18px;font-family:inherit;text-transform:uppercase; }
.found-cheaper__form__input.error { border:1px solid #d94654; }
.found-cheaper__hidden { display:none; }
.found-cheaper__cont > .disabled { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255, 255, 255, 0.85); z-index: 1; }
.found-cheaper__cont > .disabled .loading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; z-index: 2; }

.s-found-cheaper-wrapper { margin: 6px 0 0; font-size: 13px; line-height: 15px; color: #888 }
.s-found-cheaper-wrapper .s-label { margin: 0 8px 0 0 }
.s-found-cheaper-wrapper .s-cheaper-url { color: #206dc4 }

@media screen and (max-width: 767px) {
    .found-cheaper { padding:16px; }
    .found-cheaper__close { top:8px;right:8px; }
    .found-cheaper__close__ico { width:24px;height:24px; }
}