.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;
    margin-top: 10px;
}

.found-cheaper-btn {
    flex: 0 1 auto;
    display: flex;
    padding: 0 calc(var(--grid-gutter)* 1.5);
    align-items: center;
}

.found-cheaper {
    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__cont {
    border-radius: var(--border-radius);
    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: 15px;
    right: 15px;
    cursor: pointer;
    transition: .5s;
}

.found-cheaper__close__ico {
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, .8);
}

.found-cheaper__close:hover {
    transform: rotate(180deg);
}

.found-cheaper__hedaer {
    padding: 12px 0;
}

.found-cheaper__ttl {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
}

.found-cheaper__form {
 	width: 450px;
  	max-width: 100%;
}

.popup .found-cheaper__form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.found-cheaper__form__lbl {
    font-size: 12px;
    line-height: 1.4;
}

.found-cheaper__form__row {
    padding: 8px 0;
}

.found-cheaper__form input {
    font-family: inherit;
    outline: none;
    -webkit-appearance: none;
}

.found-cheaper__form__input {
    display: inline-block;
    width: 100%;
  	margin-top: 5px;
    padding: 8px 12px;
    font-family: inherit;
    border: 1px solid #dcdcdc;
}

.found-cheaper__form__btn {
    width: auto;
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    font-family: inherit;
    border-radius: var(--border-radius);
}

.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__ico {
        width: 18px;
        height: 18px;
    }
}

.foundcheaper-order-block {
    display: none
}